Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156708 - media-sound/timidity++-2.3.12-r2 doesn't configure with USE="nas -X"
Summary: media-sound/timidity++-2.3.12-r2 doesn't configure with USE="nas -X"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
: 161694 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-30 10:46 UTC by Petr Pisar
Modified: 2007-01-12 07:46 UTC (History)
1 user (show)

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


Attachments
patch to 2.3.12-r3 (timidity++-nas_with-x.diff,365 bytes, patch)
2006-11-30 11:14 UTC, Petr Pisar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisar 2006-11-30 10:46:41 UTC
configure exits with following error:

checking enable_audio=nas... configure: error: nas: --with-x option must be specified

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

!!! ERROR: media-sound/timidity++-2.13.2-r2 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  timidity++-2.13.2-r2.ebuild, line 81:   Called econf '--localstatedir=/var/state/timidity++' '--with-elf' '--enable-audio=,flac,speex,vorbis,esd,nas,alsa' '--enable-server' '--enable-network' '--enable-dynamic' '--enable-vt100' '--enable-spline=cubic' '--disable-emacs' '--disable-slang' '--enable-ncurses' '--without-x' '--disable-spectrogram' '--disable-wrd' '--disable-xskin' '--disable-xaw' '--enable-gtk' '--enable-motif' '--disable-tcltk' '--with-nas-library=/usr/lib/libaudio.so' '--with-default-output=alsa' '--enable-alsaseq'
  ebuild.sh, line 540:   Called die

I think this is beacause of NAS support which requires X. Use flag "nas" should imply --with-x configure option.

emerge --info
Portage 2.1.1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.18-gentoo-r3 i686)
=================================================================
System uname: 2.6.18-gentoo-r3 i686 AMD Duron(tm) processor
Gentoo Base System version 1.12.6
Last Sync: Thu, 30 Nov 2006 09:20:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-tbird -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=athlon-tbird -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.fi.muni.cz/pub/linux/gentoo/"
LANG="cs_CZ.UTF-8"
LINGUAS="cs en"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow aac acpi alsa audiofile avi berkdb bitmap-fonts bzip2 caps cdparanoia cjk cli cracklib crypt cups dlloader dri elibc_glibc esd ffmpeg flac fortran ftp gd gdbm gif gnutls gpm gtk gtk2 iconv icq idn imagemagick imap imlib input_devices_keyboard input_devices_mouse ipv6 irc isdnlog jabber java javascript jpeg kernel_linux lcms libg++ linguas_cs linguas_en live lm_sensors matroska mbox mikmod mime mmap mmx mng motif mp3 mpeg nas ncurses nls nptl nptlonly ogg pam pcre pdf perl plotutils png posix ppds pppd python readline real recode reflection rss samba sasl sdl session sharedmem sndfile sockets speex spell spl ssl svg sysvipc tcpd tetex theora threads tiff truetype truetype-fonts type1-fonts ucs2 ucs4 udev unicode usb userland_GNU video_cards_nv video_cards_nvidia video_cards_vesa vorbis win32codecs xml xml2 xorg xosd xpm xsl xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Petr Pisar 2006-11-30 11:14:02 UTC
Created attachment 103056 [details, diff]
patch to 2.3.12-r3

Adds --with-x if nas support is requested.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-01-10 19:47:20 UTC
Thanks for reporting fixed now in -r3.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-01-12 07:46:33 UTC
*** Bug 161694 has been marked as a duplicate of this bug. ***