Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26484 - guile-1.6.4 fails to build
Summary: guile-1.6.4 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Alpha Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-12 08:22 UTC by Aron Griffis (RETIRED)
Modified: 2003-08-19 20:55 UTC (History)
1 user (show)

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


Attachments
guile-1.6.4 build output (guile-1.6.4-output.txt,142.49 KB, text/plain)
2003-08-12 08:24 UTC, Aron Griffis (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aron Griffis (RETIRED) gentoo-dev 2003-08-12 08:22:49 UTC
I marked this "Alpha" but I don't think it's alpha-specific.  Nothing about the
bug indicates it's particular to an architecture, so please assign to the
maintainer(s) of guile.

Trying to emerge guile-1.6.4 results in the attached output.  Some things to note:

1. libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen
support.  I can't imagine this is correct.  Of course we have dlopen support. 
Possibly this is an upstream problem that needs to be fixed.

2. The main problem is the failed build, which dies with

      ERROR: unknown doc attribute: (fname (id . FNAME))

-------------------------------------------------------------------------
Portage 2.0.48-r7 (default-alpha-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.21-alpha-r1 alpha EV67
GENTOO_MIRRORS="http://kant.zk3.dec.com/gentoo/mirror
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/"
CONFIG_PROTECT_MASK="/etc/cups /etc/init.d /etc/pam.d /etc/postfix/sample
/etc/sound /etc/X11/app-defaults /etc/X11/rstart /etc/X11/serverconfig
/etc/X11/Sessions /etc/X11/starthere /etc/X11/sysconfig /etc/X11/xdm
/etc/X11/xinit /etc/X11/xkb /etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/usr/local/tmp"
PORTDIR_OVERLAY="/usr/local/home/agriffis/proj/portage"
USE="alpha crypt cups encode foomaticdb gif jpeg libg++ mikmod ncurses nls oss
pdflib png quicktime spell truetype xml2 xmms xv zlib gnome-libs gtkhtml gdbm
berkdb readline tetex bonobo tcltk java guile X sdl gpm tcpd pam libwww ssl
python imlib oggvorbis gnome gtk qt motif opengl mozilla ldap -arts -esd -kde
-slang cscope ev6 mozcalendar perl ruby imap snmp socks5"
COMPILER="gcc3"
CHOST="alphaev67-unknown-linux-gnu"
CFLAGS="-mcpu=ev67 -O2 -pipe -g3"
CXXFLAGS="-mcpu=ev67 -O2 -pipe -g3"
ACCEPT_KEYWORDS="alpha ~alpha"
MAKEOPTS="-j3"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache cvs distcc"
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2003-08-12 08:24:38 UTC
Created attachment 15978 [details]
guile-1.6.4 build output
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2003-08-17 08:36:27 UTC
I don't see how guile is a kde ebuild. I believe it is a gnome dependency, but it is certainly not maintained by the kde people.
Comment 3 foser (RETIRED) gentoo-dev 2003-08-19 07:06:21 UTC
a quick search trough the guile archives suggest the '-g3' flag may be a problem. Try without it.

That said, i am no guile wizard _at all_ so this looks like acacedabra to me.
Comment 4 Aron Griffis (RETIRED) gentoo-dev 2003-08-19 08:17:53 UTC
That solves the problem, Foser!  I didn't even think about that being an issue.  Sounds like this ebuild needs to filter out -g3
Comment 5 foser (RETIRED) gentoo-dev 2003-08-19 09:03:27 UTC
sounds good to me, feel free to add it and close this one
Comment 6 Aron Griffis (RETIRED) gentoo-dev 2003-08-19 20:55:04 UTC
Committed.  Thanks again for the help, Foser.
Comment 7 Aron Griffis (RETIRED) gentoo-dev 2003-08-19 20:55:25 UTC
..and marking fixed.