Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121626 - poppler required by kdegraphics-3.5.1
Summary: poppler required by kdegraphics-3.5.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-04 22:16 UTC by Jason Stubbs (RETIRED)
Modified: 2006-02-05 04:30 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 Jason Stubbs (RETIRED) gentoo-dev 2006-02-04 22:16:50 UTC
>>> Compiling source in /var/tmp/portage/kdegraphics-3.5.1-r2/work/kdegraphics-3
.5.1 ...
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** automake (GNU automake) 1.7.9 found.
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating Makefile.am
*** Creating configure.files
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
*** Postprocessing Makefile templates
*** Creating date/time stamp
*** Finished
    Don't forget to run ./configure
    If you haven't done so in a while, run ./configure --help
 * Running elibtoolize in: kdegraphics-3.5.1/admin
 *   Applying portage-1.4.1.patch ...
 *   Applying max_cmd_len-1.5.0.patch ...
 *   Applying sed-1.4.3.patch ...
 * econf: updating kdegraphics-3.5.1/admin/config.sub with /usr/share/gnuconfig/
config.sub
 * econf: updating kdegraphics-3.5.1/admin/config.guess with /usr/share/gnuconfi
g/config.guess
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --i
nfodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/v
ar/lib --without-openexr --without-poppler --without-kamera --with-x --enable-mi
tshm --without-xinerama --with-qt-dir=/usr/qt/3 --enable-mt --with-qt-libraries=
/usr/qt/3/lib64 --disable-dependency-tracking --disable-debug --without-debug --
enable-final --with-arts --prefix=/usr/kde/3.5 --mandir=/usr/kde/3.5/share/man -
-infodir=/usr/kde/3.5/share/info --datadir=/usr/kde/3.5/share --sysconfdir=/usr/
kde/3.5/etc --enable-libsuffix=64 --libdir=/usr/kde/3.5/lib64 --build=x86_64-pc-
linux-gnu -q
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
kde-config: WARNING: KLocale: trying to look up "" in catalog. Fix the program
configure: WARNING: couldn't find kadmos engine header file under /usr/local/kad
mos.h
configure: error: Poppler is needed

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/kdegraphics-3.5.1-r2/work/kdegraphics-3.5.1/config.log

!!! ERROR: kde-base/kdegraphics-3.5.1-r2 failed.
Call stack:
  ebuild.sh, line 1928:   Called dyn_compile
  ebuild.sh, line 966:   Called src_compile
  kdegraphics-3.5.1-r2.ebuild, line 71:   Called kde_src_compile
  kde.eclass, line 74:   Called kde_src_compile 'compile'
  kde.eclass, line 187:   Called kde_src_compile 'all' 'myconf' 'configure'
  kde.eclass, line 170:   Called econf 'make' '--without-openexr' '--without-pop                                                      pler' '--without-kamera' '--with-x' '--enable-mitshm' '--without-xinerama' '--wi                                                      th-qt-dir=/usr/qt/3' '--enable-mt' '--with-qt-libraries=/usr/qt/3/lib64' '--disa                                                      ble-dependency-tracking' '--disable-debug' '--without-debug' '--enable-final' '-                                                      -with-arts' '--prefix=/usr/kde/3.5' '--mandir=/usr/kde/3.5/share/man' '--infodir                                                      =/usr/kde/3.5/share/info' '--datadir=/usr/kde/3.5/share' '--sysconfdir=/usr/kde/                                                      3.5/etc'


[ebuild     U ] kde-base/kdegraphics-3.5.1-r2 [3.5.0-r4] USE="arts kdeenablefinal opengl -debug -gphoto2 -imlib -openexr -pdf% -povray -scanner -tetex -xinerama" 0 kB
Comment 1 Jason Stubbs (RETIRED) gentoo-dev 2006-02-04 22:21:59 UTC
That line wrapping is terrible... Here's the configure line again; yes, --without-poppler but configure is still dying without it and installing poppler obviously gets me past it.

./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --without-openexr --without-poppler --without-kamera --with-x --enable-mitshm --without-xinerama --with-qt-dir=/usr/qt/3 --enable-mt --with-qt-libraries=/usr/qt/3/lib64 --disable-dependency-tracking --disable-debug --without-debug --enable-final --with-arts --prefix=/usr/kde/3.5 --mandir=/usr/kde/3.5/share/man --infodir=/usr/kde/3.5/share/info --datadir=/usr/kde/3.5/share --sysconfdir=/usr/kde/3.5/etc --enable-libsuffix=64 --libdir=/usr/kde/3.5/lib64 --build=x86_64-pc-linux-gnu -q
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-02-05 04:30:02 UTC
Okay sorry I reworked that bit of the patch to avoid erroring out if poppler isn't found, now it should work just fine.