Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#24447 closed defect (fixed)

wine-devel 1.1.42_1 configure error (libxcomposite 32-bit development files not found) during upgrade from 1.1.35_0

Reported by: IOOI-SqAR Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: jyrkiwahlstedt
Port: wine, wine-devel, wine-crossover-games

Description (last modified by jmroot (Joshua Root))

When doing a 'sudo port -d upgrade outdated' I got the following configure error:

checking for -lXcomposite... not found
configure: error: libxcomposite 32-bit development files not found, Xcomposite won't be supported.
This is an error since --with-xcomposite was requested.
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine-devel/work/wine-1.1.42" && ./configure --prefix=/opt/local --without-alsa --without-audioio --without-capi --with-cms --with-coreaudio --without-cups --with-curses --without-esd --with-fontconfig --with-freetype --without-gphoto --with-glu --without-gnutls --without-gsm --without-hal --without-jack --with-jpeg --without-ldap --without-mpg123 --without-nas --without-openal --with-opengl --with-openssl --without-oss --with-png --with-pthread --without-sane --with-tiff --without-v4l --with-xcomposite --with-xcursor --with-xinerama --with-xinput --with-xml --with-xrandr --with-xrender --with-xshape --with-xshm --with-xslt --with-xxf86vm --with-x --x-include=/opt/local/include --x-lib=/opt/local/lib --disable-win16 " returned error 1
DEBUG: Backtrace: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine-devel/work/wine-1.1.42" && ./configure --prefix=/opt/local --without-alsa --without-audioio --without-capi --with-cms --with-coreaudio --without-cups --with-curses --without-esd --with-fontconfig --with-freetype --without-gphoto --with-glu --without-gnutls --without-gsm --without-hal --without-jack --with-jpeg --without-ldap --without-mpg123 --without-nas --without-openal --with-opengl --with-openssl --without-oss --with-png --with-pthread --without-sane --with-tiff --without-v4l --with-xcomposite --with-xcursor --with-xinerama --with-xinput --with-xml --with-xrandr --with-xrender --with-xshape --with-xshm --with-xslt --with-xxf86vm --with-x --x-include=/opt/local/include --x-lib=/opt/local/lib --disable-win16 " returned error 1
    while executing
"$procedure $targetname"
Warning: the following items did not execute (for wine-devel): org.macports.destroot org.macports.configure org.macports.build
DEBUG: 
Error: Unable to upgrade port: 1
The following installed ports are outdated:
wine-devel                     1.1.35_0 < 1.1.42_1       
xinit                          1.2.0_0 < 1.2.1_1         
xkeyboard-config               1.7_0 < 1.8_0             
xom                            1.2.4_0 < 1.2.5_0         
xorg-server                    1.7.2_0 < 1.7.6_1
OS Platform: darwin
OS Version: 9.8.0
Mac OS X Version: 10.5
System Arch: i386

Xcode: Version 3.1.4

also see attached build log

Attachments (1)

macports wine-devel 1.1.35_0 < 1.1.42_1 upgrade failure.txt (117.2 KB) - added by IOOI-SqAR 14 years ago.
build log

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by IOOI-SqAR

build log

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Cc: jwa@… added
Description: modified (diff)
Keywords: wine-devel 1.1.42_1 libxcomposite 32-bit development files not found removed
Owner: changed from macports-tickets@… to ryandesign@…

Please remember to cc the maintainers.

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Port: wine wine-crossover-games added
Status: newassigned

comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Added forgotten dependency and archcheck for xorg-libXcomposite to all three wine ports in r66417. If you sync and try again, you should now get the message that you should rebuild xorg-libXcomposite universal to be able to install wine. (I assume you have changed build_arch to x86_64 in macports.conf.)

comment:4 in reply to:  3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Or, you didn't have xorg-libXcomposite installed at all. In which case, if you sync and try again, it should now install xorg-libXcomposite for you.

comment:5 Changed 14 years ago by IOOI-SqAR

Thanks for the quick response, I synced and everything worked like a charm! Btw. I didn't have had changed build_arch to x86_64 in macports.conf, xorg-libXcomposite wasn't installed at all before.

Note: See TracTickets for help on using tickets.