Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52924 - media-sound/lilypond-2.2.1 crashes in econf
Summary: media-sound/lilypond-2.2.1 crashes in econf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High critical (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 15:21 UTC by Michael Kiermaier
Modified: 2004-06-05 00:55 UTC (History)
0 users

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


Attachments
/var/tmp/portage/lillypond-2.2.1/work/lilypond-2.2.1/config.log (config.log,49.33 KB, text/plain)
2004-06-05 00:45 UTC, Michael Kiermaier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Kiermaier 2004-06-03 15:21:17 UTC
emerging lilypond-2.2.1 results in:
[...]
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking whether stat file-mode macros are broken... no
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gettext... (cached) yes
checking for isinf... yes
checking for memmem... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for gettext... (cached) yes
checking for guile... guile
checking for guile... /usr/bin/guile
checking for perl... perl
checking for perl... /usr/bin/perl
checking for mftrace... mftrace
checking mftrace version... 1.0.19
checking for makeinfo... (cached) makeinfo
checking makeinfo version... 4.6
configure: creating ./config.status
config.status: creating config.make
config.status: creating config.h

WARNING: Please consider installing optional programs:  mftrace >= 1.0.27 (installed: 1.0.19)

ERROR: Please install required programs:  echo no guile-config >= 1.6 (installed: )

See INSTALL.txt for more information on how to build LilyPond

!!! ERROR: media-sound/lilypond-2.2.1 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed

This is a bit strange, because there is guile-config on my system:
# which guile-config
/usr/bin/guile-config


I have installed:
dev-util/guile-1.6.4-r1
app-text/mftrace-1.0.19

Hardware:
x86 (Athlon TBird 1,33 GHz)

bash-2.05b# emerge info
Portage 2.0.50-r7 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.5-mm6)
=================================================================
System uname: 2.6.5-mm6 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.15
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-tbird -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-tbird -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://gentoo.oregonstate.edu/ http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow X alsa apache2 apm arts audiofile avi berkdb cap cdr crypt cups doc dvd encode flac foomaticdb gdbm ggi gif gphoto2 gpm gtk2 guile icq imagemagick imlib innodb jack jack-tmpfs java jpeg kde ladcca lcms libg++ libwww mad maildir mikmod mmx motif mpeg mysql ncurses nls offensive oggvorbis opengl pam pdflib perl pic png python qt quicktime readline samba sdl slang speex spell sse ssl svga tcltk tcpd tetex tiff truetype usb wmf x86 xml xml2 xmms xv zlib"
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-04 09:46:57 UTC
please attach /var/tmp/portage/lillypond-2.2.1/work/lilypond-2.2.1/config.log
Comment 2 Maarten Wisse 2004-06-04 12:58:47 UTC
Pretty clear what goes wrong. Dependencies must be upgraded in lilypond-2.2.1.ebuild:

mftrace must be 1.0.27

There is an ebuild for 1.0.31 in portage or bugzilla
Please retry if mftrace has been upgraded. I had no problems with mftrace 1.0.31 and guile 1.6.4
Comment 3 Michael Kiermaier 2004-06-05 00:38:35 UTC
After an update of mftrace to 1.0.31, i got rid of the first warning. But I still get the final error message:

ERROR: Please install required programs:  echo no guile-config >= 1.6 (installed: )
Comment 4 Michael Kiermaier 2004-06-05 00:45:03 UTC
Created attachment 32686 [details]
/var/tmp/portage/lillypond-2.2.1/work/lilypond-2.2.1/config.log
Comment 5 Michael Kiermaier 2004-06-05 00:55:16 UTC
from /var/tmp/portage/lillypond-2.2.1/work/lilypond-2.2.1/config.log:
configure:6339: checking for guile-config
configure:6342: result: guile-config
configure:6345: WARNING: cannot execute guile-config

So I tried:

# guile-config
ERROR: Unbound variable: include-deprecated-features

So I reemerged guile, and the original error disappeared. Thanks for pointing me to the needed information.