PDA

View Full Version : Problem with 5beta3 make install



ChainPuller
12-20-2003, 07:17 PM
make -f Makefile.dist
./configure
make

everything fine down to here...

But this is what happens when I run make install

make[2]: Leaving directory `/seq/showeq/maps'
make[1]: Leaving directory `/seq/showeq/maps'
Making install in src
make[1]: Entering directory `/seq/showeq/src'
make install-am
make[2]: Entering directory `/seq/showeq/src'
make[3]: Entering directory `/seq/showeq/src'
/bin/sh ../mkinstalldirs /usr/local/bin
/bin/sh ../libtool --mode=install /usr/bin/install -c showeq /usr/local/bin/showeq
/usr/bin/install -c showeq /usr/local/bin/showeq
/usr/bin/install: reading `showeq': Input/output error
make[3]: *** [install-binPROGRAMS] Error 1
make[3]: Leaving directory `/seq/showeq/src'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/seq/showeq/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/seq/showeq/src'
make: *** [install-recursive] Error 1


Any ideas.

I'm logged in as root so I have the permissions
Showeq src files are under /seq/showeq

Edit:

Guess I should mention that this is a clean "everything" install of Fedora Core1.

Zaphod
12-20-2003, 10:16 PM
Originally posted by ChainPuller
make -f Makefile.dist
/usr/bin/install -c showeq /usr/local/bin/showeq
/usr/bin/install: reading `showeq': Input/output error
make[3]: *** [install-binPROGRAMS] Error 1
make[3]: Leaving directory `/seq/showeq/src'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/seq/showeq/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/seq/showeq/src'
make: *** [install-recursive] Error 1


Any ideas.


First, I would suggest checking to make sure you have enough disk space on the drive you are building showeq on and installing it to. I suspect that isn't the issue, but it is the first thing I'd check.

Second, the Input/output error make me think something might be wrong with the partition that you compiled showeq in. I would firmly suggest doing an fsck of that disk to check its integrity.

That error could also be the result of bad memory. If the previous two checks didn't find anything I would suggest running a memory test program on your machine. I know the Gentoo LiveCD disk 1 comes with a memory test mode that you can boot into off of the cd.

Other then that, just try rebuilding from scratch.

I hope that helps..

Enjoy,
Zaphod (dohpaZ)

nerfherder
12-30-2003, 02:00 AM
Sorry, should have editted the original.

This was the result of a CVS download. The next morning I grabbed the tarball and everything worked fine. I'm guessing Sourceforges CVS mangled something.

Thanks for the support.

5 beta 3 works fine. Random seg faults but mostly stable. Usually goes for hours.