Opened 8 years ago

Closed 8 years ago

#51757 closed defect (worksforme)

gstreamer1 @1.8.2 uses gtk3, atk, gdk-pixbuf2 without declaring dependencies on them

Reported by: roberto.avanzi@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: gstreamer1

Description

The summary says all. gstreamer1 1.8.2 does not build as of Monday, July 4th 2016. I attach the build log file

Attachments (2)

main.log (69.7 KB) - added by roberto.avanzi@… 8 years ago.
This is the log file for port gstreamer1
main2.log (648.4 KB) - added by roberto.avanzi@… 8 years ago.

Download all attachments as: .zip

Change History (6)

Changed 8 years ago by roberto.avanzi@…

Attachment: main.log added

This is the log file for port gstreamer1

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

Port: gstreamer1 added
Summary: gstreamer1 1.8.2 does not buildgstreamer1 @1.8.2 uses gtk3, atk, gdk-pixbuf2 without declaring dependencies on them

The log says the problem is:

:info:build ld: warning: ld: warning: ignoring file /opt/local/lib/libgtk-3.dylib, file was built for x86_64 which is not the architecture being linked (i386): /opt/local/lib/libgtk-3.dylibignoring file /opt/local/lib/libgdk-3.dylib, file was built for x86_64 which is not the architecture being linked (i386): /opt/local/lib/libgdk-3.dylib
:info:build
:info:build ld: warning: ignoring file /opt/local/lib/libatk-1.0.dylib, file was built for x86_64 which is not the architecture being linked (i386): /opt/local/lib/libatk-1.0.dylib
:info:build ld: warning: ignoring file /opt/local/lib/libgdk_pixbuf-2.0.dylib, file was built for x86_64 which is not the architecture being linked (i386): /opt/local/lib/libgdk_pixbuf-2.0.dylib

You are trying to build gstreamer1 universal, but it is trying to use libraries from gtk3, atk and gdk-pixbuf2 which were not built universal. This is unexpected, because gtk3, atk and gdk-pixbuf2 are not declared as dependencies of gstreamer1. If gstreamer1 requires those libraries, they should be added to its dependency list.

The log you attached is not from a clean build. Please clean the affected port and try again, then attach the new main.log so that we can see the output of the configure phase, which may say something about how gstreamer1 decided to use these unexpected libraries.

comment:2 Changed 8 years ago by roberto.avanzi@…

Ok, I uninstalled the port, also issued "sudo port clean gstreamer1", and "sudo port install gstreamer1" worked flawlessly.

Last edited 8 years ago by roberto.avanzi@… (previous) (diff)

comment:3 Changed 8 years ago by roberto.avanzi@…

Now I uninstalled and cleaned it again. Then told macports to BUILD it. I attach the second log as "main2.log"

Changed 8 years ago by roberto.avanzi@…

Attachment: main2.log added

comment:4 in reply to:  3 Changed 8 years ago by dbevans (David B. Evans)

Resolution: worksforme
Status: newclosed

Replying to roberto.avanzi@…:

Now I uninstalled and cleaned it again. Then told macports to BUILD it. I attach the second log as "main2.log"

This log file appears to be that of a successful build on El Capitan. To confirm, I tried a local test build on El Capitan which was also successful. Whatever problem the reporter may have had seems to have been resolved by a clean rebuild.

Note: See TracTickets for help on using tickets.