#17258 closed defect (fixed)
gstreamer 0.10.21 Build failed
Reported by: | oscar.ostlund@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | build fails install-data-local | Cc: | oscar.ostlund@… |
Port: | gstreamer |
Description
Error: Target org.macports.destroot returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gstreamer/work/gstreamer-0.10.21" && make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gstreamer/work/destroot " returned error 2 Command output: -- Installing ./html/gstreamer-GstPoll.html -- Installing ./html/gstreamer-GstQuery.html -- Installing ./html/gstreamer-GstSegment.html -- Installing ./html/gstreamer-GstStructure.html -- Installing ./html/gstreamer-GstTagList.html -- Installing ./html/gstreamer-GstTrace.html -- Installing ./html/gstreamer-GstTypeFind.html -- Installing ./html/gstreamer-GstUriHandler.html -- Installing ./html/gstreamer-GstUtils.html -- Installing ./html/gstreamer-GstValue.html -- Installing ./html/gstreamer-GstVersion.html -- Installing ./html/gstreamer-gstconfig.html -- Installing ./html/gstreamer-hierarchy.html -- Installing ./html/gstreamer-support.html -- Installing ./html/gstreamer.html -- Installing ./html/index.html -- Installing ./html/ix02.html -- Installing ./html/libgstreamer.html -- Installing ./html/home.png -- Installing ./html/left.png -- Installing ./html/right.png -- Installing ./html/up.png -- Installing ./html/style.css -- Installing ./html/gstreamer.devhelp make[5]: *** [install-data-local] Error 1 make[4]: *** [install-am] Error 2 make[3]: *** [install] Error 2 make[2]: *** [install-recursive] Error 1 make[1]: *** [install] Error 2 make: *** [install-recursive] Error 1 Warning: the following items did not execute (for gstreamer): org.macports.activate org.macports.destroot org.macports.install Error: Status 1 encountered during processing.
I get this error and gstreamer doesn't want to install. I had 0.10.19 previously but uninstalled it and it still doesn't work.
Any clue ?
Thank you
Attachments (1)
Change History (10)
comment:1 Changed 16 years ago by oscar.ostlund@…
comment:2 Changed 16 years ago by dbevans (David B. Evans)
Cc: | oscar.ostlund@… added |
---|---|
Keywords: | gstreamer 0.10.21 removed |
A similar report was posted recently on macports-users list (http://www.nabble.com/Updating-gstreamer-and-friends-td20452772.html#a20454612). The cure there was to do the following:
sudo port selfupdate sudo port clean --all
before doing your upgrade or install. Let us know if this works.
comment:3 Changed 16 years ago by dbevans (David B. Evans)
Oops, should be.
sudo port selfupdate sudo port clean --all gstreamer
Changed 16 years ago by oscar.ostlund@…
Attachment: | gstreamer.log added |
---|
comment:4 Changed 16 years ago by oscar.ostlund@…
Thank you for your help.
It actually still doesn't work...
I attached the output of
sudo port -d upgrade gstreamer
comment:5 follow-up: 6 Changed 16 years ago by dbevans (David B. Evans)
From your log, it looks like the installation may be failing trying to run gtkdoc-rebase which is provided by port gtk-doc but gstreamer does not declare gtk-doc as a dependency.
You can verify whether gtk-doc is not installed by running
port installed gtk-doc
If not, try installing gtk-doc and then try updating gstreamer again.
comment:6 Changed 16 years ago by blb@…
Replying to devans@…:
From your log, it looks like the installation may be failing trying to run gtkdoc-rebase which is provided by port gtk-doc but gstreamer does not declare gtk-doc as a dependency.
Note that this appears to be a bug in gstreamer as we aren't using --enable-gtk-doc in the Portfile; I'll have a fix for it soon (thanks to Debian).
comment:7 Changed 16 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
This should be fixed in r42164 since the gstreamer port doesn't have a dependency on gtk-doc and doesn't enable its support, instead we patch it (like Debian does, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499818) to not error out during install when it isn't available.
comment:8 Changed 16 years ago by oscar.ostlund@…
Thank you
It works fine now.
Unfortunately, gst-plugins-base doesn't build now https://trac.macports.org/ticket/17275
I get this error and gstreamer doesn't want to install. I had 0.10.19 previously but uninstalled it and it still doesn't work.
Any clue ?
Thank you
PS: When I try to reinstall 0.10.19, I now get the same error.
Here are the installed ports: