Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245233 - app-emulation/wine builds opengl stuff even when USE=-opengl
Summary: app-emulation/wine builds opengl stuff even when USE=-opengl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-02 07:10 UTC by Rusty Bennett
Modified: 2009-12-03 03:11 UTC (History)
1 user (show)

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


Attachments
Build Log (build.log,893.14 KB, text/plain)
2008-11-02 07:11 UTC, Rusty Bennett
Details
Envinroment Log (environment,97.04 KB, text/plain)
2008-11-02 07:13 UTC, Rusty Bennett
Details
Build Log (build.log,891.55 KB, text/plain)
2008-11-04 22:38 UTC, Rusty Bennett
Details
Envinroment File (environment,97.46 KB, text/plain)
2008-11-04 22:38 UTC, Rusty Bennett
Details
eclass-debug Log (eclass-debug.log,811 bytes, text/plain)
2008-11-04 22:39 UTC, Rusty Bennett
Details
Config.log (config.log,687.79 KB, text/plain)
2008-11-05 22:52 UTC, Rusty Bennett
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rusty Bennett 2008-11-02 07:10:11 UTC
I have tried to install several times and after about an hour my install fails with the following:
 * 
 * ERROR: app-emulation/wine-1.1.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2406:  Called die
 * The specific snippet of code:
 *       emake all || die "all"
 *  The die message:
 *   all
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-emulation/wine-1.1.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/wine-1.1.4/temp/environment'.
 * 

 * Messages for package app-emulation/wine-1.1.4:

 * 
 * ERROR: app-emulation/wine-1.1.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2406:  Called die
 * The specific snippet of code:
 *       emake all || die "all"
 *  The die message:
 *   all
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-emulation/wine-1.1.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/wine-1.1.4/temp/environment'.
 * 


Reproducible: Always

Steps to Reproduce:
1.emerge app-emulation/wine
2.
3.

Actual Results:  
 * Messages for package app-emulation/wine-1.1.4:

 * 
 * ERROR: app-emulation/wine-1.1.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2406:  Called die
 * The specific snippet of code:
 *       emake all || die "all"
 *  The die message:
 *   all
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-emulation/wine-1.1.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/wine-1.1.4/temp/environment'.
 * 


Expected Results:  
Install complete!  ;-)
Comment 1 Rusty Bennett 2008-11-02 07:11:29 UTC
Created attachment 170504 [details]
Build Log
Comment 2 Rusty Bennett 2008-11-02 07:13:30 UTC
Created attachment 170505 [details]
Envinroment Log
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-03 05:14:29 UTC
Please post the output of `eselect opengl list'.
Comment 4 Rusty Bennett 2008-11-03 05:24:40 UTC
(In reply to comment #3)
> Please post the output of `eselect opengl list'.
> 
# eselect opengl list
Available OpenGL implementations:
  [1]   xorg-x11 *
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-04 18:22:56 UTC
Thanks, now what happens if you run `eselect opengl set 1` and then try compiling again? (We need to rule out that this is a known bug in app-admin/eselect-opengl.)
Comment 6 Rusty Bennett 2008-11-04 22:36:33 UTC
(In reply to comment #5)
> Thanks, now what happens if you run `eselect opengl set 1` and then try
> compiling again? (We need to rule out that this is a known bug in
> app-admin/eselect-opengl.)
> 

 * Messages for package app-emulation/wine-1.1.4:

 * 
 * ERROR: app-emulation/wine-1.1.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2407:  Called die
 * The specific snippet of code:
 *       emake all || die "all"
 *  The die message:
 *   all
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-emulation/wine-1.1.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/wine-1.1.4/temp/environment'.
Comment 7 Rusty Bennett 2008-11-04 22:38:08 UTC
Created attachment 170752 [details]
Build Log
Comment 8 Rusty Bennett 2008-11-04 22:38:39 UTC
Created attachment 170753 [details]
Envinroment File
Comment 9 Rusty Bennett 2008-11-04 22:39:12 UTC
Created attachment 170755 [details]
eclass-debug Log
Comment 10 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-05 05:03:15 UTC
Um, nothing new, then? Please post your `emerge --info' too.
Comment 11 Rusty Bennett 2008-11-05 06:46:41 UTC
(In reply to comment #10)
> Um, nothing new, then? Please post your `emerge --info' too.
> 
As requested...  ;-)
sbbs@localhost ~ $ emerge --info
Portage 2.1.4.5 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r7 i586)
=================================================================
System uname: 2.6.25-gentoo-r7 i586 Geode(TM) Integrated Processor by AMD PCS
Timestamp of tree: Fri, 24 Oct 2008 20:36:01 +0000
ccache version 2.4 [disabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.5.2-r7
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i586-pc-linux-gnu"
CFLAGS="-mtune=k6-2 -O2 -pipe -fomit-frame-pointer"
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-mtune=k6-2 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="C"
LDFLAGS="-Wl,-O1"
LINGUAS="en en_GB en_US es de fr he it nl ru af ar as_IN be_BY bg bn br bs ca cs cy da dz el en_ZA eo et fa fi ga gl gu_IN hi_IN hr hu ja km ko ku lt lv mk ml_IN mr_IN nb ne nn nr ns or_IN pa_IN pl pt pt_BR rw sh sk sl sr ss st sv sw_TZ ta_IN te_IN tg th ti_ER tn tr ts uk ur_IN ve vi xh zh_CN zh_TW zu"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl acpi alsa berkdb bidi bindist bzip2 cli cracklib crypt cups dbus dri firefox font-server fortran gdbm gnome gpm gtk gtk2 gtkhtml hal iconv isdnlog java midi mudflap ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline reflection session spl ssl sysfs tcpd unicode utf8 x86 xorg xulrunner zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="adc65 agfa-cl20 aox barbie canon casio clicksmart310 digigr8 digita dimera directory enigma13 fuji gsmart300 hp215 iclick jamcam jd11 kodak konica largan lg_gsm mars minolta mustek panasonic pccam300 pccam600 polaroid ptp2 ricoh samsung sierra sipix smal sonix sonydscf1 sonydscf55 soundvision spca50x sq905 stv0674 stv0680 sx330z template toshiba" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_GB en_US es de fr he it nl ru af ar as_IN be_BY bg bn br bs ca cs cy da dz el en_ZA eo et fa fi ga gl gu_IN hi_IN hr hu ja km ko ku lt lv mk ml_IN mr_IN nb ne nn nr ns or_IN pa_IN pl pt pt_BR rw sh sk sl sr ss st sv sw_TZ ta_IN te_IN tg th ti_ER tn tr ts uk ur_IN ve vi xh zh_CN zh_TW zu" USERLAND="GNU" VIDEO_CARDS="amd nsc fbdev v4l vesa vga"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Comment 12 Rafał Mużyło 2008-11-05 14:00:30 UTC
Add your config.log too, as it looks like wine
is not disabling opengl, regardless of that you asked it to.
Comment 13 Rusty Bennett 2008-11-05 19:36:08 UTC
(In reply to comment #12)
> Add your config.log too, as it looks like wine
> is not disabling opengl, regardless of that you asked it to.
> 
config.log  isn't hiding out with the others nor can locate or find discover it's location of config.log on my drive. 

sorry
Comment 14 Rafał Mużyło 2008-11-05 21:38:40 UTC
It's in the same dir as configure script, as it's a result of it.
Comment 15 Rusty Bennett 2008-11-05 22:52:17 UTC
Created attachment 170857 [details]
Config.log
Comment 16 Rusty Bennett 2008-11-05 22:53:50 UTC
(In reply to comment #15)
> Created an attachment (id=170857) [edit]
> Config.log 
> 

Sorry..  temporary stupidness :-)
Comment 17 Julien Cynober 2008-11-07 12:41:17 UTC
(In reply to comment #0)
> I have tried to install several times and after about an hour my install fails
> with the following:
>  * 
>  * ERROR: app-emulation/wine-1.1.4 failed.
>  * Call stack:
>  *               ebuild.sh, line   49:  Called src_compile
>  *             environment, line 2406:  Called die
>  * The specific snippet of code:
>  *       emake all || die "all"
>  *  The die message:
>  *   all
>  * 
>  * If you need support, post the topmost build error, and the call stack if
> relevant.
>  * A complete build log is located at
> '/var/tmp/portage/app-emulation/wine-1.1.4/temp/build.log'.
>  * The ebuild environment file is located at
> '/var/tmp/portage/app-emulation/wine-1.1.4/temp/environment'.
>  * 
>  * Messages for package app-emulation/wine-1.1.4:
>  * 
>  * ERROR: app-emulation/wine-1.1.4 failed.
>  * Call stack:
>  *               ebuild.sh, line   49:  Called src_compile
>  *             environment, line 2406:  Called die
>  * The specific snippet of code:
>  *       emake all || die "all"
>  *  The die message:
>  *   all
>  * 
>  * If you need support, post the topmost build error, and the call stack if
> relevant.
>  * A complete build log is located at
> '/var/tmp/portage/app-emulation/wine-1.1.4/temp/build.log'.
>  * The ebuild environment file is located at
> '/var/tmp/portage/app-emulation/wine-1.1.4/temp/environment'.
>  * 
> Reproducible: Always
> Steps to Reproduce:
> 1.emerge app-emulation/wine
> 2.
> 3.
> Actual Results:  
>  * Messages for package app-emulation/wine-1.1.4:
>  * 
>  * ERROR: app-emulation/wine-1.1.4 failed.
>  * Call stack:
>  *               ebuild.sh, line   49:  Called src_compile
>  *             environment, line 2406:  Called die
>  * The specific snippet of code:
>  *       emake all || die "all"
>  *  The die message:
>  *   all
>  * 
>  * If you need support, post the topmost build error, and the call stack if
> relevant.
>  * A complete build log is located at
> '/var/tmp/portage/app-emulation/wine-1.1.4/temp/build.log'.
>  * The ebuild environment file is located at
> '/var/tmp/portage/app-emulation/wine-1.1.4/temp/environment'.
>  * 
> Expected Results:  
> Install complete!  ;-)

I have exactly the same problem with wine-1.1.4 and I get a similar build.log.
The only difference is that my 'world' is compiled with USE="-opengl" (set in make.conf) since I don't need/want to use 3D on my older laptop.
Comment 18 Julien Cynober 2008-12-07 17:04:58 UTC
(In reply to comment #17)
> I have exactly the same problem with wine-1.1.4 and I get a similar build.log.
> The only difference is that my 'world' is compiled with USE="-opengl" (set in
> make.conf) since I don't need/want to use 3D on my older laptop.

I upgraded to wine-1.1.7, which is now stable on x86 : it compiles and seems to run fine for me. 
Maybe this bug should be closed with this new version.