Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#37170 closed defect (invalid)

xorg-libxcb: error: Package requirements (xcb-proto >= 1.7) were not met

Reported by: yunan.fatoni@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: xorg-libxcb

Description

I want to installed Wine in My MacOSX mountain lion but its failed. I have all the requirement incl. XCode 4.4. Here's error message on Terminal:

$ sudo port install wine
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
--->  Computing dependencies for perl5
--->  Fetching archive for perl5
--->  Attempting to fetch perl5-5.12.4_0+perl5_12.darwin_12.noarch.tbz2 from http://packages.macports.org/perl5
--->  Attempting to fetch perl5-5.12.4_0+perl5_12.darwin_12.noarch.tbz2 from http://lil.fr.packages.macports.org/perl5
--->  Attempting to fetch perl5-5.12.4_0+perl5_12.darwin_12.noarch.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/perl5
--->  Fetching distfiles for perl5
--->  Verifying checksum(s) for perl5
--->  Extracting perl5
--->  Configuring perl5
--->  Building perl5
--->  Staging perl5 into destroot
--->  Installing perl5 @5.12.4_0+perl5_12
--->  Cleaning perl5
--->  Computing dependencies for perl5
--->  Deactivating perl5 @5.12.3_1+perl5_12
--->  Cleaning perl5
--->  Activating perl5 @5.12.4_0+perl5_12
--->  Cleaning perl5
--->  Computing dependencies for wine
--->  Dependencies to be installed: gst-plugins-base gnome-vfs gconf gtk2 atk gobject-introspection cairo xorg-libXext xorg-libX11 xorg-libxcb xorg-xcb-util xrender xorg-renderproto gdk-pixbuf2 jasper hicolor-icon-theme pango Xft2 shared-mime-info xorg-libXcomposite xorg-compositeproto xorg-libXfixes xorg-fixesproto xorg-libXcursor xorg-libXdamage xorg-damageproto xorg-libXi xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto orbit2 libidl policykit eggdbus gnome-mime-data gstreamer gzip texinfo libtheora libvorbis libogg orc lcms mesa makedepend xorg-dri2proto xorg-glproto xorg-libXmu xorg-libXt xorg-libXxf86vm xorg-xf86vidmodeproto
--->  Configuring xorg-libxcb
Error: org.macports.configure for port xorg-libxcb returned: configure failure: command execution failed
Error: Failed to install xorg-libxcb
Please see the log file for port xorg-libxcb for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libxcb/xorg-libxcb/main.log
Error: The following dependencies were not installed: gst-plugins-base gnome-vfs gconf gtk2 atk gobject-introspection cairo xorg-libXext xorg-libX11 xorg-libxcb xorg-xcb-util xrender xorg-renderproto gdk-pixbuf2 jasper hicolor-icon-theme pango Xft2 shared-mime-info xorg-libXcomposite xorg-compositeproto xorg-libXfixes xorg-fixesproto xorg-libXcursor xorg-libXdamage xorg-damageproto xorg-libXi xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto orbit2 libidl policykit eggdbus gnome-mime-data gstreamer gzip texinfo libtheora libvorbis libogg orc lcms mesa makedepend xorg-dri2proto xorg-glproto xorg-libXmu xorg-libXt xorg-libXxf86vm xorg-xf86vidmodeproto
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port wine failed

Attachments (1)

main.log (10.5 KB) - added by yunan.fatoni@… 12 years ago.

Download all attachments as: .zip

Change History (7)

Changed 12 years ago by yunan.fatoni@…

Attachment: main.log added

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: wine removed
Owner: changed from macports-tickets@… to jeremyhu@…
Port: xorg-libxcb added
Priority: HighNormal
Summary: Can't install Winexorg-libxcb: error: Package requirements (xcb-proto >= 1.7) were not met

comment:2 Changed 12 years ago by jmroot (Joshua Root)

What output do you get from these commands?

port installed xorg-xcb-proto
which pkg-config
pkg-config --modversion xcb-proto

comment:3 in reply to:  2 Changed 12 years ago by yunan.fatoni@…

Here's the output:

$ port installed xorg-xcb-proto
The following ports are currently installed:
  xorg-xcb-proto @1.6_0+python27 (active)

$ which pkg-config
/opt/local/bin/pkg-config

$ pkg-config --modversion xcb-proto
1.6

Replying to jmr@…:

What output do you get from these commands?

port installed xorg-xcb-proto
which pkg-config
pkg-config --modversion xcb-proto

comment:4 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: invalid
Status: newclosed

Probably a cyclic dependency bug. Update xorg-xcb-proto.

comment:5 in reply to:  4 Changed 12 years ago by yunan.fatoni@…

Sorry I am newbie with minimum knowledge in Mac. Could you tell me how to do that??

Replying to jeremyhu@…:

Probably a cyclic dependency bug. Update xorg-xcb-proto.

comment:6 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

sudo port upgrade xorg-xcb-proto

Note: See TracTickets for help on using tickets.