py-libxml2

2007-06-06 Thread Michael Grunditz
Today py-libxml2 failed to build: ---> Building py-libxml2 with target build failed to find headers for libxml2: update includes_dir Error: Target com.apple.build returned: shell command " cd "/Volumes/ fwhd/opt/local/var/db/dports/build/ _Volumes_fwhd_opt_local_var_db_dports_sources_rsync.rsy

do I need avahi to be running?

2007-06-06 Thread paul beard
the avahi daemon isn't working properly anyway: launchctl shuts it down within a minute or so of boot. Jun 6 19:12:24 white launchd: org.freedesktop.avahi-dnsconfd: respawning too quickly! throttling Jun 6 19:12:24 white launchd: org.freedesktop.avahi-dnsconfd: 1 more failure without livi

Re: llvm port problem

2007-06-06 Thread Ryan Schmidt
On Jun 6, 2007, at 19:59, Steve Dekorte wrote: $ sudo port install llvm ---> Building llvm with target all Error: Target com.apple.build returned: shell command "cd /opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ dports_lang_llvm/work/c

llvm port problem

2007-06-06 Thread Steve Dekorte
$ sudo port install llvm ---> Building llvm with target all Error: Target com.apple.build returned: shell command "cd /opt/local/ var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_llvm/work/cfrontend/build && make all" returned error 2 Com

Re: newbie trying to install gphoto2

2007-06-06 Thread Ryan Schmidt
On Jun 6, 2007, at 17:31, Chris O'Shea wrote: I have a new laptop and am trying to install gphoto2 on to it (OSX). following these instructions... http://www.ynse.net/2006/09/10/gphoto2-on-mac-osx/ I downloaded and installed DarwinPort, then tried entering: sudo port install libgphoto2 I got

newbie trying to install gphoto2

2007-06-06 Thread Chris O'Shea
Hi I have a new laptop and am trying to install gphoto2 on to it (OSX). following these instructions... http://www.ynse.net/2006/09/10/gphoto2-on-mac-osx/ I downloaded and installed DarwinPort, then tried entering: sudo port install libgphoto2 I got the error returned: unable to open port: inv

port registry screwed up?

2007-06-06 Thread paul beard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Seeing some errors (first port was griping about gnutar not being installed) and wondering what's going on Warning: the following items did not execute (for gdm): com.apple.destroot DEBUG: Registry error: XFree86 not registered as installed.

Re: libgcrypt and +universal variant

2007-06-06 Thread Ryan Schmidt
On Jun 6, 2007, at 14:23, Chris Pickel wrote: On 06 Jun, 2007, at 15:02, Ryan Schmidt wrote: On Jun 6, 2007, at 11:43, Chris Pickel wrote: variant universal { configure.args-append --disable-static } Doesn't redefining "variant universal" like that _overwrite_ the default universal varia

Re: libgcrypt and +universal variant

2007-06-06 Thread Chris Pickel
On 06 Jun, 2007, at 15:02, Ryan Schmidt wrote: On Jun 6, 2007, at 11:43, Chris Pickel wrote: variant universal { configure.args-append --disable-static } Doesn't redefining "variant universal" like that _overwrite_ the default universal variant MacPorts provides, thereby making it no longe

Re: libgcrypt and +universal variant

2007-06-06 Thread Ryan Schmidt
On Jun 6, 2007, at 11:43, Chris Pickel wrote: Near the end, it tries to extract files from the static lib, which fails because the lib is built for multiple architectures. In other words, the file format is correct insofar as it's being built +universal, but the port expects otherwise. Th

Re: libgcrypt and +universal variant

2007-06-06 Thread Chris Pickel
On 06 Jun, 2007, at 13:20, Philippe BERNERY wrote: I tried it. It seems to compile good however I typed: otool -f libgcrypt.11.2.3.dylib to check if the file was correctly generated, but the command returned nothing. Is that good ? I don't believe so. I'm not experienced with universal builds

Re: libgcrypt and +universal variant

2007-06-06 Thread Philippe BERNERY
I tried it. It seems to compile good however I typed: otool -f libgcrypt.11.2.3.dylib to check if the file was correctly generated, but the command returned nothing. Is that good ? -- Philippe BERNERY ___ macports-users mailing list macports-users@lis

2 problems: can't access TRAC, have two bugs to file

2007-06-06 Thread paul beard
for some reason, I can't actually do anything on the MacOSForge site: I get permission/access denied errors. But more to the point, eog and gdm are failing to installing for what look like similar errors for file in eog-eu.omf; do \ /opt/local/bin/ginstall -c -m 644 $file.out /opt/l

Re: libgcrypt and +universal variant

2007-06-06 Thread Chris Pickel
Near the end, it tries to extract files from the static lib, which fails because the lib is built for multiple architectures. In other words, the file format is correct insofar as it's being built +universal, but the port expects otherwise. This seems to be because the library builds itself

libgcrypt and +universal variant

2007-06-06 Thread Philippe BERNERY
Hi all, I've this issue when trying to compile libgcrypt with +universal variant: Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_libgcrypt/work/libgcrypt-1.2.4" && make

Re:Fortran

2007-06-06 Thread Jean-Marc Lachaine
Andre-John Mas wrote: Hi, I have just been given some fortran source, which I need to compile, so I was curious to know whether a fortran compiler existed as part of MacPorts? There doesn't seem to be a Fortran compiler as part of the basic gcc installers that comes with XCode, at least there

Re: gcc42 fails to build

2007-06-06 Thread Boey Maun Suang
Hi Christoph, You can see in the logs that configure decided to use the ´ar´ installed by the binutils port. (The link in /opt/local/bin is named ´gar´ to avoid conflicts with Appöe's ar, but the link in /opt/local/i386-apple-darwin8.9.1/bin/ is named ´ar´.) Could this be the cause? Do you

Re: /opt/local/etc/xml/catalog missing - was Error xmlto port

2007-06-06 Thread Boey Maun Suang
I had docbook-xml-1.69.1 installed, updating to docbook-xsl-1.72.0 and the xmlto port installs without issue. Oh good, that means one less screw-up on my part (at least until we get versioned dependency checking). Thanks! Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) E

Re: mod_python???

2007-06-06 Thread Jyrki Wahlstedt
On 4.6.2007, at 14.13, Jyrki Wahlstedt wrote: I must be missing something obvious?! I installed mod_python (3.3.1) hoping to run trac later, but adding the LoadModule directive for apache2 (2.2.4) and doing restart caused crazy crashing with the following: 0 libSystem.B.dylib 0x900017a

Re: Fortran

2007-06-06 Thread David Rowe
Andre-John Mas wrote: Hi, I have just been given some fortran source, which I need to compile, so I was curious to know whether a fortran compiler existed as part of MacPorts? There doesn't seem to be a Fortran compiler as part of the basic gcc installers that comes with XCode, at least there do