| Summary: | has_version detects netpbm wrong plus portage error: transcode-0.6.3 ebuild | ||
|---|---|---|---|
| Product: | Portage Development | Reporter: | Matt Taylor <liverbugg> |
| Component: | Unclassified | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Matt Taylor
2003-05-13 18:59:48 UTC
the compile just finished and it fails with this which I assume is because of the missing patch: gcc -Wall -I../src -I../avilib -I../libac3 -I./../src -I./../avilib -I./../libac3 -march=i686 -pipe -O3 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMOD_PATH=\"/usr/lib/transcode\" -o tcmodinfo -rdynamic tcmodinfo.o ../src/optstr.o -lm -lpthread -ldl make[2]: Leaving directory `/var/tmp/portage/transcode-0.6.3/work/transcode-0.6.3/tools' make[1]: Leaving directory `/var/tmp/portage/transcode-0.6.3/work/transcode-0.6.3' Compiling subtitle2pgm.c Compiling spudec.c Linking subtitle2pgm /usr/i686-pc-linux-gnu/bin/ld: cannot find -lppm collect2: ld returned 1 exit status make: *** [subtitle2pgm] Error 1 !!! ERROR: media-video/transcode-0.6.3 failed. !!! Function src_compile, Line 100, Exitcode 2 !!! (no error message) I changed the ebuild to apply the patch and it builds successfully. seems to be a portage bug works here with 2.0.48_pre6 I updated to portage-2.0.48 and it is still detected wrong. Nevermind...it was due to a problem with my overlay dir being in my homedir but I had enabled the userpriv features and stuff was just dieing when it couldn't read the overlay. It works right now. It's strange that it would mess up the detection when it can't read the overlay, I would think it would ignore the overlay if it can't read it and work just based off of the normal portage dir. |