Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134601 - poppler-0.5.1-r1 compile fails
Summary: poppler-0.5.1-r1 compile fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-28 02:25 UTC by Chris Bainbridge (RETIRED)
Modified: 2006-06-01 11:36 UTC (History)
2 users (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 Chris Bainbridge (RETIRED) gentoo-dev 2006-05-28 02:25:50 UTC
if /bin/sh ../libtool --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../goo    -I/usr/include/freetype2                             -Wall -Wno-unused -O2 -march=pentium-m -MT JArithmeticDecoder.lo -MD -MP -MF ".deps/JArithmeticDecoder.Tpo" -c -o JArithmeticDecoder.lo JArithmeticDecoder.cc; \
then mv -f ".deps/JArithmeticDecoder.Tpo" ".deps/JArithmeticDecoder.Plo"; else rm -f ".deps/JArithmeticDecoder.Tpo"; exit 1; fi
if /bin/sh ../libtool --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../goo    -I/usr/include/freetype2                             -Wall -Wno-unused -O2 -march=pentium-m -MT JBIG2Stream.lo -MD -MP -MF ".deps/JBIG2Stream.Tpo" -c -o JBIG2Stream.lo JBIG2Stream.cc; \
then mv -f ".deps/JBIG2Stream.Tpo" ".deps/JBIG2Stream.Plo"; else rm -f ".deps/JBIG2Stream.Tpo"; exit 1; fi
../libtool: line 795: ../libtool: No such file or directory
libtool: ignoring unknown tag CXX
../libtool: line 1226: JArithmeticDecoder.loT: Permission denied
mkdir .libs
mkdir: cannot create directory `.libs': No such file or directory
make[3]: *** [JArithmeticDecoder.lo] Error 1
Comment 1 Chris Bainbridge (RETIRED) gentoo-dev 2006-05-28 02:34:00 UTC
Poppler-0.5.2 compiles okay.
Comment 2 Jason Wever (RETIRED) gentoo-dev 2006-05-29 12:37:54 UTC
If you re-emerge libtool, does it fix it for you?  I think I ran into this and that was the solution for me.
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2006-05-29 12:45:04 UTC
This didn't occur for me on testing on amd64 nor x86.
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2006-06-01 11:36:43 UTC
well, later poppler releases compile ok, so unless you use stable it should be no more problem for you.