Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15791 - transcode fails to compile - can't find lppm
Summary: transcode fails to compile - can't find lppm
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-16 12:58 UTC by Ian Smith
Modified: 2003-02-26 07:35 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 Ian Smith 2003-02-16 12:58:09 UTC
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lppm

Reproducible: Always
Steps to Reproduce:
1. emerge transcode
2.
3.

Actual Results:  
gcc -Wall -I../src -I../avilib -I../libac3 -I./../src -I./../avilib
-I./../libac3 -march=athlon-xp -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
`/mnt/hdb3/tmp/portage/transcode-0.6.3.20030116-r1/work/transcode-0.6.3/tools'
make[1]: Leaving directory
`/mnt/hdb3/tmp/portage/transcode-0.6.3.20030116-r1/work/transcode-0.6.3'
Compiling subtitle2pgm.c
Compiling spudec.c
Linking subtitle2pgm
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../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.20030116-r1 failed.
!!! Function src_compile, Line 88, Exitcode 2
!!! (no error message)


Expected Results:  
compiled

USE="samba mysql postgres odbc dvd -doc dga aalib fbcon mozilla sse tcltk mta-tls"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-02-17 07:13:18 UTC
watch out
emerge -pu transcode --deep

emerge netpbm should fix this

Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-02-24 14:48:32 UTC
unmerged netpbm

watch out
emerge --deep -p transcode
Comment 3 Ian Smith 2003-02-26 07:35:12 UTC
Hmmm, downgrading netpbm worked for transcode.

But now it's in an upgrade/downgrade cycle when I emerge -u world !

THX anyway!