Re: port search

2007-12-20 Thread Ryan Schmidt
On Dec 20, 2007, at 01:47, Charlse Darwin wrote: How do I get `port search' to look into meta-data? Here is an example: # Firefox is a browser but word `browser' turns up in its meta-data $ port search firefox firefox-x11www/firefox-x11 2.0.0.7 Mozilla.org's popular

Re: plans for 64bit support (Joshua Root)

2007-12-20 Thread Joshua Root
Emil Lundberg wrote: Is there documentation backing up the claim that 64-bit ppc code is slower on 64-bit ppc machines than 32-bit ppc code? I've seen benchmark numbers that show this. I'll see if I can dig them up. OK, I found some of the comparisons I was thinking of: a Linux-based

Re: grads fails because gcc40 fails ?

2007-12-20 Thread Ryan Schmidt
On Dec 20, 2007, at 04:17, Takeshi Enomoto wrote: Would it be OK with the maintainer if we just commit that change now? I compile libnc-dap with g95. I don't use gfortran. I don't have any opinion which version of gcc4.x for libnc-dap. Having said that, gcc43 should build OK on Tiger since

boost failure 1_34_1.dylib not found ?

2007-12-20 Thread Barry McInnes
Mac 10.5.1 and MPs 1.60 All other dependencies build OK, except boost sh-3.2# port install stellarium --- Staging boost into destroot Error: Target org.macports.destroot returned: no files matched glob pattern *-1_34_1.dylib Error: The following dependencies failed to build: boost Error: Status

$ sudo port -fcsd install firefox-x11

2007-12-20 Thread Charlse Darwin
$ sudo port -fcsd install firefox-x11 DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/www/firefox-x11 DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/www/firefox-x11 DEBUG: Requested variant

Re: plans for 64bit support (Joshua Root)

2007-12-20 Thread Vincent Lefevre
On 2007-12-20 17:59:25 +1100, Joshua Root wrote: [1] http://lixom.net/~olof/64bit-perf.pdf [2] http://www.geekpatrol.ca/2006/09/32-bit-vs-64-bit-performance/ I don't understand why they say that 5 instructions are needed for constants in 64-bit binaries. Can't the PowerPC load the constant from

$ sudo port -c install mozilla-devel

2007-12-20 Thread Charlse Darwin
$ sudo port -c install mozilla-devel --- Building mozilla-devel with target all Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_moz illa-devel/work/mozilla make all returned

$ sudo port -fdc install grep

2007-12-20 Thread Charlse Darwin
$ sudo port -fdc install grep DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/sysutils/grep DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/sysutils/grep DEBUG: Requested variant powerpc is not

$ grep portarchivemode /opt/local/etc/macports/macports.conf

2007-12-20 Thread Charlse Darwin
$ grep portarchivemode /opt/local/etc/macports/macports.conf portarchivemode no $ # Does this mean that archive mode is disabled? ___ macports-users mailing list macports-users@lists.macosforge.org

GNOME launch failure

2007-12-20 Thread Stefan Bruda
Hi, I am having a puzzling experience with the following setting: GNOME desktop with enlightenment as window manager (set using the WINDOW_MANAGER environment variable from within .xinitrc). The experience goes as follows: Everything works as advertised until I upgrade some GNOME components,

Re: grads fails because gcc40 fails ?

2007-12-20 Thread Barry McInnes
gcc42 installs for me, but gcc40 does not. Is there a way to force the build of stellarium and others, to use gcc42 instead of the default gcc40 ? On 12/20/07 7:03 AM, Ryan Schmidt wrote: On Dec 20, 2007, at 04:17, Takeshi Enomoto wrote: Would it be OK with the maintainer if we just commit

Announcement: pidgin 2.3.1

2007-12-20 Thread Thomas Reifferscheid
Dear list, pidgin is now available for macports in version 2.3.1 (it compiles just fine for leopard now) http://pidgin.im/ Kind regards Thomas Reifferscheid ___ macports-users mailing list macports-users@lists.macosforge.org

Re: grads fails because gcc40 fails ?

2007-12-20 Thread Ludovic Hirlimann
On 20 déc. 07, at 20:20, Barry McInnes wrote: gcc42 installs for me, but gcc40 does not. Is there a way to force the build of stellarium and others, to use gcc42 instead of the default gcc40 ? gcc_select ? Ludo___ macports-users mailing list

Re: plans for 64bit support (Joshua Root)

2007-12-20 Thread Markus Weissmann
On Dec 20, 2007, at 5:03 PM, Vincent Lefevre wrote: On 2007-12-20 17:59:25 +1100, Joshua Root wrote: [1] http://lixom.net/~olof/64bit-perf.pdf [2] http://www.geekpatrol.ca/2006/09/32-bit-vs-64-bit-performance/ I don't understand why they say that 5 instructions are needed for constants in

Re: grads fails because gcc40 fails ?

2007-12-20 Thread Barry McInnes
This was in 10.4.x but not it seems in 10.5.x, unless its hidden somewhere ? 10.4.11 [mac05:~] bmcinnes% gcc_select Current default compiler: gcc version 4.0.1 (Apple Computer, Inc. build 5367) [mac05:~] bmcinnes% which gcc_select /usr/sbin/gcc_select 10.5.1 sh-3.2# man gcc_select No manual

general dependency questions

2007-12-20 Thread Brian Barnes
Hello, I'm new to macports and experimenting with it. To that end, I was wondering if there is a simple way to list all dependencies recursively in macports. For example, the standard 'macports deps foo' command does not list the deps of the deps. I found a perl script that does

Re: general dependency questions

2007-12-20 Thread Anders F Björklund
Also, the portfile for grace has the following dependency line: depends_lib lib:libX11.6:XFree86 \ X11 for Leopard provide X11R7 (instead of 6) and is based on xorg, not XFree86. But, I know that macports grace works in Leopard. So I'm wondering, how exactly is that line parsed?

Re: general dependency questions

2007-12-20 Thread Brian Barnes
On Dec 20, 2007, at 4:31 PM, Anders F Björklund wrote: Also, the portfile for grace has the following dependency line: depends_lib lib:libX11.6:XFree86 \ X11 for Leopard provide X11R7 (instead of 6) and is based on xorg, not XFree86. But, I know that macports grace works in

Re: plans for 64bit support (Joshua Root)

2007-12-20 Thread Markus Weissmann
On Dec 20, 2007, at 10:22 PM, Markus Weissmann wrote: On Dec 20, 2007, at 5:03 PM, Vincent Lefevre wrote: On 2007-12-20 17:59:25 +1100, Joshua Root wrote: [1] http://lixom.net/~olof/64bit-perf.pdf [2] http://www.geekpatrol.ca/2006/09/32-bit-vs-64-bit-performance/ I don't understand why

Re: grads fails because gcc40 fails ?

2007-12-20 Thread Markus Weissmann
On Dec 20, 2007, at 9:07 PM, Ludovic Hirlimann wrote: On 20 déc. 07, at 20:20, Barry McInnes wrote: gcc42 installs for me, but gcc40 does not. Is there a way to force the build of stellarium and others, to use gcc42 instead of the default gcc40 ? gcc_select ? Nah, this won't have

Patch to py-numeric to incorporate fixes available only in CVS

2007-12-20 Thread Derek Harland
* I've submitted ticket #13666 that patches py-numeric to incorporate some bugfixes only available in CVS. * The final release ever of Python Numeric was 24.2 so these will never find there way into an official release. Can someone possibly review and apply this ticket? Derek

g95

2007-12-20 Thread William Davis
attempting the new g95 portfile install gave: cc1: note: obsolete option -I- used, please use -iquote instead echo const char version_string[] = \`cat gcc_version` (g95 0.90!) \ __DATE__; version.c echo 'const char bug_report_url[] = http://www.g95.org or mail [EMAIL PROTECTED] ;' version.c

Re: plans for 64bit support (Joshua Root)

2007-12-20 Thread Vincent Lefevre
On 2007-12-20 22:22:51 +0100, Markus Weissmann wrote: If I remember correctly, all powerpc instructions have a length of 32 bit. That's not different from the ARM. Given that you need some bits for the opcode, a mere 16 bit remain to stuff a constant value to it (for the load high/add

Re: g95

2007-12-20 Thread Ryan Schmidt
Please file a bug report and Cc the port's maintainer. Instructions for filing bugs are here: http://trac.macosforge.org/projects/macports/wiki/TracTicketing On Dec 20, 2007, at 20:42, William Davis wrote: attempting the new g95 portfile install gave: cc1: note: obsolete option -I- used,

Re: boost failure 1_34_1.dylib not found ?

2007-12-20 Thread Ryan Schmidt
Please file a bug report and Cc the port's maintainer. Instructions for filing bugs are here: http://trac.macosforge.org/projects/macports/wiki/TracTicketing On Dec 20, 2007, at 08:47, Barry McInnes wrote: Mac 10.5.1 and MPs 1.60 All other dependencies build OK, except boost sh-3.2# port

Re: $ sudo port -c install mozilla-devel

2007-12-20 Thread Ryan Schmidt
Please file a bug report and Cc the port's maintainer. Instructions for filing bugs are here: http://trac.macosforge.org/projects/macports/wiki/TracTicketing On Dec 20, 2007, at 09:41, Charlse Darwin wrote: $ sudo port -c install mozilla-devel --- Building mozilla-devel with target all

Re: $ grep portarchivemode /opt/local/etc/macports/macports.conf

2007-12-20 Thread Ryan Schmidt
On Dec 20, 2007, at 10:27, Charlse Darwin wrote: $ grep portarchivemode /opt/local/etc/macports/macports.conf portarchivemode no $ # Does this mean that archive mode is disabled? Sounds like it to me. ___ macports-users mailing list

Re: patch for xfig

2007-12-20 Thread Ryan Schmidt
On Dec 17, 2007, at 06:58, Miguel Cerviño wrote: I have been investigated on the xfig installation (I found some unsolved problems in the list). I have found that the installation have a problem with the Xaw3d @1.5E_1 installation: xfig can be compiled with Xaw3d (standar previous version)

Re: $ sudo port -fcsd install firefox-x11

2007-12-20 Thread Ryan Schmidt
On Dec 20, 2007, at 09:54, Charlse Darwin wrote: $ sudo port -fcsd install firefox-x11 [snip] Waiting for lock on /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_devel _dbus-glib/work/.macports.dbus-glib.state # and it just sits there You

Re: Problem installing ghc

2007-12-20 Thread Ryan Schmidt
MacPorts is designed to not use any software installed outside of MacPorts (with a few exceptions), hence manually installing ghc in / usr/local is expected to have no effect. There are existing bugs on ghc filed in the issue tracker: http://trac.macosforge.org/projects/macports/query?

Re: mlterm error 126

2007-12-20 Thread Ryan Schmidt
Please file a bug report. Instructions for filing bugs are here: http://trac.macosforge.org/projects/macports/wiki/TracTicketing On Dec 17, 2007, at 05:02, Giuseppe Di Matteo wrote: I can't install mlterm +antialias on iMac ppc G4 - Tiger(10.4.11) - Macports 1.6 --- Staging mlterm into

Re: $ sudo port -fdc install grep

2007-12-20 Thread Ryan Schmidt
On Dec 20, 2007, at 10:22, Charlse Darwin wrote: $ sudo port -fdc install grep [snip] /./install-sh -c -d /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_sysut ils_grep/work/destroot//opt/local/share make[1]: /./install-sh: Command not found

Re: bochs-error

2007-12-20 Thread Ryan Schmidt
On Dec 17, 2007, at 20:09, Mack Johnson wrote: i'm on a dual 1.42 g4, leopard. I get one error: al-strings -fno-common -arch ppc -Wno-four-char-constants -Wno- unknown-pragmas -Dmacintosh -D_FILE_OFFSET_BITS=64 - D_LARGE_FILES -DBX_SHARE_PATH='/opt/local/share/bochs' load32bitOShack.cc