Opened 14 years ago

Closed 13 years ago

#26563 closed defect (invalid)

kdelibs3 and a lot of other stuff doesn't build

Reported by: jojopu@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I'm getting this output, when trying to install KDE 4.3.2:

Log for aspell is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_aspell/main.log
Error: The following dependencies failed to build: kdebase3 kdelibs3 aspell dejavu-fonts flex hicolor-icon-theme jasper libart_lgpl libidn mesa glut makedepend tcl xorg-dri2proto xorg-glproto xorg-libXfixes xorg-fixesproto xorg-libXi openexr ilmbase gsed pcre qt3 Xft2 xorg-libXcursor xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto unsermake python26 libusb-compat libusb xorg-libXScrnSaver xorg-scrnsaverproto xorg-libXcomposite xorg-compositeproto xorg-libXdamage xorg-damageproto xorg-libXtst xorg-recordproto xorg-libXxf86misc xorg-xf86miscproto xorg-libxkbfile kdenetwork3 openslp xorg-libXxf86vm xorg-xf86vidmodeproto kdepim3 gpgme gnupg libgpg-error pth kdeaccessibility3 opensync py26-gobject libffi py26-numeric swig-python bison python_select swig kdeutils3 gmp
Error: Status 1 encountered during processing.

Please help, thanks

Attachments (2)

main.log (8.6 KB) - added by jojopu@… 14 years ago.
here's the main log. Though i must say, that i succeeded getting a little further than compared to the output, that I did post before.... (i.e. managed to install jasper and so...)
main.2.log (10.0 KB) - added by jojopu@… 14 years ago.
The log-file for the error when installing: py26-gobject

Download all attachments as: .zip

Change History (8)

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

Description: modified (diff)

Attach the main.log file, please.

Changed 14 years ago by jojopu@…

Attachment: main.log added

here's the main log. Though i must say, that i succeeded getting a little further than compared to the output, that I did post before.... (i.e. managed to install jasper and so...)

comment:2 Changed 14 years ago by jojopu@…

Here's what I get, now - after managing to build some more dependencies:

Configuring xorg-libXi
Error: Target org.macports.configure returned: configure failure: shell command failed
Log for xorg-libXi is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXi/main.log
Error: The following dependencies failed to build: kdebase3 kdelibs3 mesa xorg-libXi openexr ilmbase gsed pcre qt3 Xft2 xorg-libXcursor xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto unsermake python26 libusb-compat libusb xorg-libXScrnSaver xorg-scrnsaverproto xorg-libXcomposite xorg-compositeproto xorg-libXdamage xorg-damageproto xorg-libXtst xorg-recordproto xorg-libXxf86misc xorg-xf86miscproto xorg-libxkbfile kdenetwork3 openslp xorg-libXxf86vm xorg-xf86vidmodeproto kdepim3 gpgme gnupg libgpg-error pth kdeaccessibility3 opensync py26-gobject libffi py26-numeric swig-python bison python_select swig kdeutils3 gmp
Error: Status 1 encountered during processing.

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

The relevant error in that log seems to be:

Requested 'x11 >= 1.2.99.1' but version of X11 is 1.2

The current version of the xorg-libX11 port is 1.3.6 so your port definitions seem to be out of date. So please update, then try again.

sudo port selfupdate
port outdated
sudo port upgrade outdated

comment:4 Changed 14 years ago by jojopu@…

Thanks, did that and also managed to install a lot of the missing dependencies (including the X11 stuff), but now comes this:

Error: Target org.macports.configure returned: configure failure: shell command failed
Log for py26-gobject is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-gobject/main.log
Error: The following dependencies failed to build: kdepim3 opensync py26-gobject py26-numeric swig-python bison python_select swig kdeutils3 gmp
Error: Status 1 encountered during processing.

Changed 14 years ago by jojopu@…

Attachment: main.2.log added

The log-file for the error when installing: py26-gobject

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

Ok, same situation in the new log you've attached:

:info:configure checking for GLIB - version >= 2.22.4... no
:info:configure *** Could not run GLIB test program, checking why...
:info:configure *** The test program failed to compile or link. See the file config.log for the
:info:configure *** exact error that occured. This usually means GLIB is incorrectly installed.

What version of glib2 is installed? The current version in MacPorts is 2.24.2, and it shouldn't even be possible for you to get to the point of installing py26-gobject until glib2 has been updated, since py26-gobject declares a dependency on glib2 and MacPorts ensures that dependencies are updated first. How are you even doing this? :)

Before doing anything else, please attach py26-gobject's config.log; maybe it will shed some light on the problem.

comment:6 Changed 13 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

No response; closing.

Note: See TracTickets for help on using tickets.