Gentoo Archives: gentoo-user

From: Alex Bennee <kernel-hacker@××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Wine won't build
Date: Sat, 08 Jul 2006 08:23:36
Message-Id: 1152346547.1336.9.camel@malory
1 Hi,
2
3 I can't get wine to build. The configure script complains that it can't
4 find freetype (despite it being installed) but I'm not sure if thats the
5 problem. I assume an exit status of 1 from the configure script is bad?
6
7 malory alex #
8 tail /var/tmp/portage/wine-0.9.16/work/wine-0.9.16/config.log
9 #define HAVE_SIGINFO_T_SI_FD 1
10 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
11 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
12 #define HAVE_STRUCT_OPTION_NAME 1
13 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
14 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
15 #define HAVE_TIMEZONE 1
16 #define HAVE_DAYLIGHT 1
17
18 configure: exit 1
19
20 The last few lines of the ebuild where:
21
22 config.status: executing dlls/gdi/mfdrv commands
23 config.status: executing dlls/kernel/messages commands
24 config.status: executing dlls/user/resources commands
25 config.status: executing dlls/wineps.drv/data commands
26 config.status: executing include/wine commands
27
28 configure: WARNING: FreeType is missing.
29 configure: WARNING: Fonts will not be built. Dialog text may be
30 invisible or unaligned.
31
32 Configure finished. Do 'make depend && make' to compile Wine.
33
34
35 !!! Please attach the following file when filing a report to
36 bugs.gentoo.org:
37 !!! /var/tmp/portage/wine-0.9.16/work/wine-0.9.16/config.log
38
39 !!! ERROR: app-emulation/wine-0.9.16 failed.
40 Call stack:
41 ebuild.sh, line 1545: Called dyn_compile
42 ebuild.sh, line 940: Called src_compile
43 wine-0.9.16.ebuild, line 100: Called econf '--sysconfdir=/etc/wine'
44 '--with-curses' '--with-opengl' '--with-x' '--disable-trace'
45 '--disable-debug'
46 ebuild.sh, line 541: Called die
47
48 !!! econf failed
49 !!! If you need support, post the topmost build error, and the call
50 stack if relevant.
51
52
53
54
55 --
56 Alex, homepage: http://www.bennee.com/~alex/
57 I WILL NOT DO MATH IN CLASS I WILL NOT DO MATH IN CLASS I WILL NOT DO
58 MATH IN CLASS I WILL NOT DO MATH IN CLASS Lisa Simpson on chalkboard in
59 episode BABF07
60
61 --
62 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Wine won't build Richard Fish <bigfish@××××××××××.org>