Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13436 - xpp compilation failing
Summary: xpp compilation failing
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-07 13:09 UTC by Nicolas Lidzborski
Modified: 2003-02-04 19:42 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 Nicolas Lidzborski 2003-01-07 13:09:02 UTC
Trying to emerge xpp.
It first fetched/compiles x11-libs/fltk-1.1.2 well and then tries to compile xpp:

>>> emerge (2 of 2) net-print/xpp-1.1 to /
>>> md5 ;-) xpp-1.1.tar.gz
>>> Unpacking source...
>>> Unpacking xpp-1.1.tar.gz
patching file cupshelper.cxx
patching file cupshelper.h
>>> Source unpacked.
creating cache ./config.cache
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gawk... gawk
checking for c++... g++
checking whether the C++ compiler (g++ -march=pentium4 -O3 -fomit-frame-pointer
-pipe -L/usr/lib/fltk-1.1) works... yes
checking whether the C++ compiler (g++ -march=pentium4 -O3 -fomit-frame-pointer
-pipe -L/usr/lib/fltk-1.1) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking for a BSD compatible install... /bin/install -c
checking whether ln -s works... yes
checking for strip... /usr/bin/strip
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for main in -lX11... yes
checking for main in -lXext... yes
checking for main in -lGL... yes
checking for main in -lGLU... yes
checking for libfltk.a... -lfltk
checking for main in -lfltk... no
checking for main in -lm... yes
checking for ANSI C header files... yes
checking for cups/cups.h... yes
checking for FL/Fl.H... yes
checking for working const... yes
checking for inline... inline
checking for socket in -lsocket... no
checking for gethostbyaddr in -lnsl... yes
checking for httpConnect in -lcups... yes
checking for cupsd... /usr/sbin/cupsd
checking for fluid... no
configure: error: The dialog editor/generator of FLTK

!!! ERROR: net-print/xpp-1.1 failed.
!!! Function econf, Line 281, Exitcode 1
!!! econf failed
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-01-08 07:31:40 UTC
i hope you're the right guy raker
Comment 2 Nick Hadaway 2003-01-08 20:19:02 UTC
New version has been added to portage which has proper dependancy on fltk-1.0
Comment 3 Nicolas Lidzborski 2003-01-08 20:57:56 UTC
emerge xpp
-> x11-libs/fltk-1.0.11-r3
-> net-print/xpp-1.1-r1

Working !