Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38860 - xpp-1.1-r2 fails to compile
Summary: xpp-1.1-r2 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-20 16:25 UTC by Ted Baker
Modified: 2004-01-22 06:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Output of emerge xpp (3090-xpp-1.1-r2.log,74.55 KB, text/plain)
2004-01-21 02:45 UTC, Ted Baker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ted Baker 2004-01-20 16:25:06 UTC
Lots of errors relating to fltk (if someone can tell me how to capture the output of gcc I'll post the actual errors if required)

I'm running v1.1.4 of fltk

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




Gentoo Base System version 1.4.3.10p1
Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, glibc-2.2.5-r2,2.3.2-r9,
2.4.20-win4lin-r1)
=================================================================
System uname: 2.4.20-win4lin-r1 i686 Pentium III (Coppermine)
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X apm arts avi berkdb bonobo cdr crypt cups encode esd foomaticdb gdbm gif
gnome gpm gtk gtk2 gtkhtml guile imlib java jpeg ldap libg++ libwww mad mikmod
motif mozilla mpeg ncurses nls oggvorbis opengl oss pam pda pdflib perl png
postgres ppd python qt quicktime readline scanner sdl slang spell ssl svga tcltk
tcpd tetex truetype usb x86 xml2 xmms xv zlib"
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-01-20 22:47:41 UTC
try to remerge fltk and then again xpp

to capture the ouput just enable PORT_LOGDIR=/var/log/portage in your make.conf
Comment 2 Ted Baker 2004-01-21 02:44:05 UTC
Did that before posting the bug. But I've done the following since just to be sure:

1. revdep_rebuild
2. emerge fltk
3. emerge xpp

Same result.

I'll attach the output from emerge xpp. I've capture the output from emerge fltk if it is needed.
Comment 3 Ted Baker 2004-01-21 02:45:16 UTC
Created attachment 24165 [details]
Output of emerge xpp
Comment 4 Heinrich Wendel (RETIRED) gentoo-dev 2004-01-21 05:02:31 UTC
try to add -lfltk to LDFLAGS in the ebuild
Comment 5 Ted Baker 2004-01-21 06:51:51 UTC
It worked! Thanks.

But ...

The display of the words on the dialogs are wrong - they start "before" the dialog edge and drop off the other side if you see what I mean (I can send you a screenshot if that helps). This is really obvious with the text for the file name input slot on the startup window (the slot that ends in "(blank = standard input)" - the start of that sentence is "invisible" because the window manager is trying to display it to the left of the dialog/program window (which, of course, it can't)
 
I can live with it because I know how xpp works, but newbies might be as confused as hell.

HTH

Philip
Comment 6 Heinrich Wendel (RETIRED) gentoo-dev 2004-01-22 06:04:33 UTC
i see the problem that the fonts are overlapping but the overlapping parts are still displayed here. This is most likely a problem of too big fonts and an upstream bug ;) I added the -lfltk fix to the ebuild.