[parisc-linux] e2fsprogs available

Matt Taggart taggart@carmen.fc.hp.com
Fri, 30 Jun 2000 13:41:48 -0600


This is a multipart MIME message.

--==_Exmh_-6386702340
Content-Type: text/plain; charset=us-ascii

A cross-compiled e2fsprogs is now available at,

ftp://puffin.external.hp.com/pub/parisc/binaries/userspace/e2fsprogs-20000630.t
gz

This is the 1.19-WIP-0527a version of e2fsprogs from sourceforge. Attached is 
the build recipe.

I also placed a pseudoroot tarball of Paul Bame's fdisk is at,

ftp://puffin.external.hp.com/pub/parisc/binaries/userspace/fdisk-20000630.tgz

I updated the /dev tarball(in the same directory) to add the scsi device 
families.  I have placed a version of the nfsroot tarball that includes all of 
these updates at,

ftp://puffin.external.hp.com/pub/parisc/binaries/nfsroot/nfsroot-latest.tar.gz

Using the above I was able to natively partition, mke2fs, mount, create files, 
execute files, umount, and fsck using the scsi disk in my 712.

Please give it a try.

Thanks,

-- 
Matt Taggart
taggart@fc.hp.com


--==_Exmh_-6386702340
Content-Type: text/plain ; name="e2fs.recipe"; charset=us-ascii
Content-Description: e2fs.recipe
Content-Disposition: attachment; filename="e2fs.recipe"


export CROSSPREFIX=hppa1.1-linux-
export CC=${CROSSPREFIX}gcc
export GCC=${CROSSPREFIX}gcc
export LD=${CROSSPREFIX}gcc
export AS=${CROSSPREFIX}as
export AR=${CROSSPREFIX}ar
export RANLIB=${CROSSPREFIX}ranlib
export STRIP=${CROSSPREFIX}strip
export IMAKECPP=${CROSSPREFIX}cpp
./configure --build=i386-linux \
		--host=hppa1.1-linux \
		--with-cc=hppa1.1-linux-gcc \
		--with-linker=hppa1.1-linux-ld \
		--disable-dynamic-e2fsck

make
make install DESTDIR=/home/taggart/puffin/userspace/e2fsprogs/tmp

--==_Exmh_-6386702340--