Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2117 - mjpegtools 1.5.20011611-r2 fails compilation
Summary: mjpegtools 1.5.20011611-r2 fails compilation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Achim Gottinger (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-26 01:34 UTC by Axel Philipsenburg
Modified: 2005-03-13 09:34 UTC (History)
1 user (show)

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 Axel Philipsenburg 2002-04-26 01:34:58 UTC
Unpacking and configuring seem to go well, but when the compiler starts, it 
throws the following error message:  
 
make  all-recursive 
make[1]: Entering directory 
`/var/tmp/portage/mjpegtools-1.5.20011611-r2/work/mjpegtools-1.5-20011611' 
Making all in utils 
make[2]: Entering directory 
`/var/tmp/portage/mjpegtools-1.5.20011611-r2/work/mjpegtools-1.5-20011611/utils' 
source='mjpeg_logging.c' object='mjpeg_logging.o' libtool=no \ 
depfile='.deps/mjpeg_logging.Po' tmpdepfile='.deps/mjpeg_logging.TPo' \ 
depmode=none /bin/sh ../depcomp \ 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..    -mcpu=i686 -march=i686 -march=i686 
-O3 -pipe -Wall -Wunused -c `test -f mjpeg_logging.c || echo 
'./'`mjpeg_logging.c 
../depcomp: ../depcomp: No such file or directory 
make[2]: *** [mjpeg_logging.o] Error 127 
make[2]: Leaving directory 
`/var/tmp/portage/mjpegtools-1.5.20011611-r2/work/mjpegtools-1.5-20011611/utils' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory 
`/var/tmp/portage/mjpegtools-1.5.20011611-r2/work/mjpegtools-1.5-20011611' 
make: *** [all] Error 2 
 
!!! ERROR: The ebuild did not complete successfully. 
!!! Function src_compile, Line 21, Exitcode 2 
!!! (no error message) 
 
!!! emerge aborting on  
/usr/portage/media-video/mjpegtools/mjpegtools-1.5.20011611-r2.ebuild .
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2002-05-28 07:55:03 UTC
I've tracked down the error to a missing file belonging to automake. depcomp 
in /var/tmp/portage/mjpegtools-1.5.20011611-r2/work/mjpegtools-1.5-20011611/ is 
a symlink to /usr/share/automake/depcomp and /usr/share/automake is a symlink 
to /usr/share/automake-1.4 whichi lacks depcomp. 

I dont know why automake is symlinked to automake-1.4, since both automake-1.5 
and automake-1.6 exists and the two recent includes a depcomp. In my latest 
ebuild for automake (automake-1.6.1-r4.ebuild), I see that it makes a symlink 
to 1.4 on line 223 and that is what causing the compile problem for mjpegtools-
1.5.20011611-r2.
Comment 2 SpanKY gentoo-dev 2002-11-02 02:48:13 UTC
closing since 1.6.0-r3 is out ... if that fails for you, please re-open