Sie sind nicht angemeldet.

1

28.03.2009, 17:25

wine-1.1.18 will nicht wegen libxcomposite

Hallo

Ich kann nicht auf die neue Wine version updaten...

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
checking for XShapeQueryExtension in -lXext... yes
checking for -lXxf86vm... not found
checking for -lXcomposite... not found
configure: error: libxcomposite development files not found, Xcomposite won't be supported.
This is an error since --with-xcomposite was requested.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-emulation/wine-1.1.18/work/wine-1.1.18/config.log
 *
 * ERROR: app-emulation/wine-1.1.18 failed.
 * Call stack:
 *               ebuild.sh, line   48:  Called src_configure
 *             environment, line 2146:  Called econf '--sysconfdir=/etc/wine' '--with-alsa' '--with-cups' '--with-esd' '--without-gnutls' '--with-hal' '--with-jack' '--with-jpeg' '--without-cms' '--without-ldap' '--without-nas' '--without-curses' '--with-opengl' '--with-oss' '--with-png' '--without-sane' '--with-openssl' '--disable-win64' '--with-x' '--with-xcomposite' '--without-xinerama' '--with-xml' '--with-xslt'
 *               ebuild.sh, line  525:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *  The die message:
 *   econf failed
 *
 * 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.18/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/wine-1.1.18/temp/environment'.
 *


obwohl libxcomposite installiert ist.

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Seb-Eisdrache« (04.04.2009, 12:15)


2

29.03.2009, 16:40

habs mal ohne Xcomposite versucht, nun meint der es wäre kein opengl vorhanden

3

30.03.2009, 10:27

Dreh mal beie USE ab und guck mal wie weit du kommst. Dann: hast du ein gesundes System (emerge --sync; emerge -avuDN world; etc-update; env-update; revdep-rebuild)? Welche OpenGL anbidnung has? Was sagt eselect opengl?
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

4

30.03.2009, 17:51

ist komplett gesund...

also ich konnte es soweit machen:
USE="-xcomposite -opengl -xslt" emerge wine
bei xslt bricht der dann trotzdem ab...

5

31.03.2009, 08:19

Ok. Stell mal bitte ein komplettes build.log als attatchment rein.
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

6

31.03.2009, 15:13

hier die logdatei vom emergen
»Seb-Eisdrache« hat folgende Datei angehängt:
  • error.txt (81,1 kB - 3 mal heruntergeladen - zuletzt: 02.04.2009, 09:09)

7

31.03.2009, 15:19

Bitte auch

Quellcode

1
2
!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-emulation/wine-1.1.18/work/wine-1.1.18/config.log
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

8

31.03.2009, 19:08

sorry, hi die datei
»Seb-Eisdrache« hat folgende Datei angehängt:
  • log.txt (295,24 kB - 2 mal heruntergeladen - zuletzt: 31.03.2009, 20:34)

9

31.03.2009, 20:39

Hm, bei dir scheitert eigetlich config bereits beim Test auf X11

Quellcode

1
2
3
4
5
6
7
8
configure:10146: checking for -lX11
configure:10181: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer   -Wl,-O1 conftest.c -lX11    >&5
configure:10188: $? = 0
configure:10214: result: not found
configure:10228: checking for -lXext
configure:10263: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer   -Wl,-O1 conftest.c -lXext  -lX11   >&5
configure:10270: $? = 0
configure:10296: result: not found


wohingegen bei mir

Quellcode

1
2
3
4
5
6
7
8
configure:10146: checking for -lX11
configure:10181: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -g -O2 -pipe -fomit-frame-pointer   -Wl,-O1 conftest.c -lX11    >&5
configure:10188: $? = 0
configure:10218: result: libX11.so.6
configure:10228: checking for -lXext
configure:10263: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -g -O2 -pipe -fomit-frame-pointer   -Wl,-O1 conftest.c -lXext  -lX11   >&5
configure:10270: $? = 0
configure:10300: result: libXext.so.6


Ich sehe im Moment nicht, wo der Fehler liegt. Bin auch etwas müde bereits heute ... Punkt ist jedoch, das wine im configure bei den X11 scheitert (und nicht erst mit xcomposite). Hast du eine ältere wine Version, welche funkt?
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

10

31.03.2009, 22:04

also die version die mommentan Drauf ist (eine nummer kleiner), die läuft

11

02.04.2009, 11:44

Hm, machst du einen Eintrag auf http://bugs.gentoo.org?
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

12

03.04.2009, 17:40

ich hab mal versucht meine mommentan installierte version von wine nochmal zu mergen, aber dies scheitert aus dem selben grund

edit:

eine Neuinstallation von glib und glibc hat das problem gelöst

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Seb-Eisdrache« (04.04.2009, 12:14)