Opened 15 years ago
Closed 14 years ago
#24179 closed defect (worksforme)
gst-plugins-good 0.10.21 build error
Reported by: | thedoobs@… | Owned by: | rmsfisher@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | drkp (Dan Ports), thedoobs@… | |
Port: | gst-plugins-good |
Description
The gst-plugins-good 0.10.21 port gives a build fail error. I have attached the debug output.
Attachments (1)
Change History (14)
Changed 15 years ago by thedoobs@…
Attachment: | 24179-debug.txt added |
---|
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to rmsfisher@… |
---|
comment:2 follow-up: 4 Changed 15 years ago by rmsfisher@…
comment:3 Changed 15 years ago by jwhowse4
I am getting exactly the same error on an Intel Mac running Leopard 10.5.8.
comment:4 Changed 15 years ago by thedoobs@…
Replying to rmsfisher@…:
That is a bummer.
Have you tried cleaning the port thoroughly and rebuilding?sudo port clean --all gst-plugins-good sudo port -d destroot
Cleaning and rebuilding does not get it to work for me.
comment:6 Changed 15 years ago by rmsfisher@…
Dan determined last night that most users' libsoup libraries were built against an outdated version of libproxy.
I updated libsoup in r65821.
Please sync your ports tree, upgrade libsoup, then upgrade gst-plugins-good.
comment:7 Changed 15 years ago by rmsfisher@…
Is anyone still experiencing this error?
If not, I will close this ticket as fixed in 3 days.
comment:8 Changed 15 years ago by rmsfisher@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:9 Changed 15 years ago by thedoobs@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I just installed macports and "sudo port install gnome" fails with this same error for gst-plugins-good 0.10.21.
comment:11 Changed 15 years ago by rmsfisher@…
Are you certain your error is not related to the Real Time Streaming Protocol as reported in #24798?
More than one thing can break in a complicated piece of software, and the error you originally reported was addressed by forcing libsoup to be rebuilt.
If your error is still in the libsoup module, please verify that the ports on which gst-plugins-good depends are up-to-date by running:
port list outdated
If anything comes up, I recommend running:
sudo port upgrade outdated && sudo port clean --all gst-plugins-good
before trying again.
comment:12 Changed 14 years ago by rmsfisher@…
Does this problem still exist?
If not, I will close the ticket.
comment:13 Changed 14 years ago by rmsfisher@…
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
That is a bummer.
Have you tried cleaning the port thoroughly and rebuilding?