Hi I recently joined the list, so please excuse my ignorance. Can anyone tell me why the xorg port refuses to build? sudo port -v install xorg produces the following error message: ---> Fetching xorg Hi, my name is xorg, and I am broken and looking for someone to fix me. Error: Target com.apple.fetch returned: invalid command name "ui_mdg" Warning: the following items did not execute (for xorg): com.apple.activate com.apple.fetch com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing. I'm not sure how to interpret this. I would like to install x.org since I'm having trouble with XDMCP sessions using Apples X11 Xfree86 implementation, and as far as I understand (I come from the Ubuntu world) x.org development is a lot more active than XFree86 anyway. Many thanks Eduard
On Jan 11, 2007, at 2:14 PM, Eduard Grebe wrote:
I recently joined the list, so please excuse my ignorance.
Can anyone tell me why the xorg port refuses to build? sudo port -v install xorg produces the following error message:
It looks like the xorg port is telling you why.
---> Fetching xorg Hi, my name is xorg, and I am broken and looking for someone to fix me. Error: Target com.apple.fetch returned: invalid command name "ui_mdg" Warning: the following items did not execute (for xorg): com.apple.activate com.apple.fetch com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing.
I'm not sure how to interpret this.
the port is broken. If you are interested in it and you fix it, it would be great if you're willing to contribute back to macports (and consider becoming the maintainer for the port).
I would like to install x.org since I'm having trouble with XDMCP sessions using Apples X11 Xfree86 implementation, and as far as I understand (I come from the Ubuntu world) x.org development is a lot more active than XFree86 anyway.
-- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
Hi all, trying to install freeride which requires rb-rrb and rb-ripper $ sudo port -v install rb-ripper ---> Fetching rb-ripper ---> Verifying checksum(s) for rb-ripper ---> Checksumming ripper-0.0.5.tar.gz ---> Extracting rb-ripper ---> Extracting ripper-0.0.5.tar.gz ---> Applying patches to rb-ripper ---> Applying /opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/ruby/rb-ripper/files/ patch-ripper.y patching file ripper.y ---> Configuring rb-ripper creating Makefile ---> Building rb-ripper with target all bison ripper.y -o ripper.c ripper.y:825.19-828.21: warning: unused value: $3 ripper.y:1579.19-1587.21: warning: unused value: $2 ruby create.rb gcc -fno-common -O -pipe -I/opt/local/include -fno-common -pipe -fno- common -DRIPPER -O -pipe -I/opt/local/include -c ripper.c -o ripper.o ripper.y:24:18: error: ruby.h: No such file or directory ripper.y:25:17: error: env.h: No such file or directory ripper.y:26:18: error: node.h: No such file or directory ripper.y:27:16: error: st.h: No such file or directory In file included from ripper.y:155: followed by almost two thousand of lines of errors... $ sudo port -v install rb-ripper 2>&1 | wc -l 1944
Sounds like it can't find the Ruby headers. I'm not sure what to tell you about it - I'd suggest emailing the maintainer of that port. On Jan 11, 2007, at 2:47 PM, Avi Carmi wrote:
trying to install freeride which requires rb-rrb and rb-ripper
[snip]
-- Kevin Ballard http://kevin.sb.org eridius@macports.org http://www.tildesoft.com
participants (4)
-
Avi Carmi
-
Daniel J. Luke
-
Eduard Grebe
-
Kevin Ballard