Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2246 - xv using the wrong RANLIB?
Summary: xv using the wrong RANLIB?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-29 15:04 UTC by Avi Schwartz
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Avi Schwartz 2002-04-29 15:04:29 UTC
gcc -ansi -O -I. -D_BSD_SOURCE   -c -o tif_warning.o tif_warning.c
gcc -ansi -O -I. -D_BSD_SOURCE   -c -o tif_write.o tif_write.c
ar rc libtiff.a tif_fax3.o tif_fax4.o tif_aux.o tif_ccittrle.o tif_close.o
tif_compress.o tif_dir.o tif_dirinfo.o tif_dirread.o tif_dirwrite.o
tif_dumpmode.o tif_error.o tif_getimage.o tif_jpeg.o tif_flush.o tif_lzw.o
tif_next.o tif_open.o tif_packbits.o tif_print.o tif_read.o tif_strip.o
tif_swab.o tif_thunder.o tif_tile.o tif_unix.o tif_version.o tif_warning.o
tif_write.o
./RANLIB.csh libtiff.a
make[1]: ./RANLIB.csh: Command not found
make[1]: *** [libtiff.a] Error 127
make[1]: Leaving directory `/var/tmp/portage/xv-3.10a-r1/work/xv-3.10a/tiff'
make: *** [tiff/libtiff.a] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 2, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/media-gfx/xv/xv-3.10a-r1.ebuild .
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-29 20:50:08 UTC
it is a csh script.  NAZ and I are working on a patch to make it a sh script
instead.  Sheesh @ the xv folks, to be honest.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-30 04:12:54 UTC
ok naz did indeed come through with a sh script, so it should be fine.  in about
20 hours, the patch will appear on the ibiblio mirror, at which I will unmask
xv's -r2 ebuild.