Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256854 - app-emulation/wine-1.1.13 fails to build with scanner use flag on 64bit arch
Summary: app-emulation/wine-1.1.13 fails to build with scanner use flag on 64bit arch
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-29 21:58 UTC by Thomas Sachau
Modified: 2009-08-02 13:19 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,21.27 KB, text/plain)
2009-01-29 21:59 UTC, Thomas Sachau
Details
config.log with wine-1.1.16 (config.log,285.95 KB, text/plain)
2009-03-06 21:10 UTC, Thomas Sachau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Sachau gentoo-dev 2009-01-29 21:58:33 UTC
The configure script complains about missing 32bit libsane development files and therefor fails.
Comment 1 Thomas Sachau gentoo-dev 2009-01-29 21:59:00 UTC
Created attachment 180172 [details]
build.log
Comment 2 SpanKY gentoo-dev 2009-01-29 22:43:39 UTC
if you dont provide 32bit libs, there isnt anything wine can do about it
Comment 3 Piotr Stachura 2009-02-06 09:08:34 UTC
I can't agree with you SpanKY. I have this same problem. I tried to update wine from 1.1.8 to 1.1.14 and found that 1.1.14 and 1.1.13 can't compile on amd64!.
Bug #255467 gave me a hint. In 1.1.13 and higher someone removed that line:

use amd64 && multilib_toolchain_setup x86

readding it in 1.1.14 fixes compiling problem on amd64. Please update ebuild in tree (or mayby there was a serious reason why that line was removed?).

Anyway, error about "32-bit development files not found" was also on libhal, dbus, ldap...
Comment 4 Thomas Sachau gentoo-dev 2009-02-06 15:44:17 UTC
Adding vapier/SpanKY to CC because of comment #3

Please have a look and leave a comment about the removed line for amd64.
Comment 5 SpanKY gentoo-dev 2009-03-06 08:17:34 UTC
no config.log and no one else is complaining, so assuming fixed
Comment 6 Thomas Sachau gentoo-dev 2009-03-06 21:10:45 UTC
Created attachment 184176 [details]
config.log with wine-1.1.16
Comment 7 meyerm 2009-08-02 12:17:01 UTC
I have the same problem with wine-1.1.26 on a 32 bit system (therefore not appending the logs). To be able to continue with my update I cheated by using "-scanner" for wine ;-)
Comment 8 Thomas Sachau gentoo-dev 2009-08-02 13:19:48 UTC
Since your problem is on 32bit system and therefor different to mine, you should either open a different bug or at least provide the logs and info needed to debug it.
My error was due to missing 32bit scanner libs and scanner useflag not masked in my profile, i fixed the second, so no error any more for me.