Re: Problems linking against OSG on OS X Tiger (on a Power PC)

2008-12-09 Thread Severin Kacianka
Ryan Schmidt wrote: On Dec 7, 2008, at 15:39, Ryan Schmidt wrote: On Dec 7, 2008, at 09:57, Severin Kacianka wrote: I hope I do not ask a too obvious question, but I am just trying to get familiar with OSG and in the process want to be able to compile it on Linux and OS X. On Linux I have

Re: re-build again all the installed packages

2008-12-09 Thread Marco Calviani
Ok thanks a lot. marco On Tue, Dec 9, 2008 at 1:30 PM, Joshua Root [EMAIL PROTECTED] wrote: Marco Calviani wrote: Dear list, I've just install a new version of Xcode that contains apple-gcc-4.2. Since now some ports are compiled with gcc-4.0 and some other with gcc-4.2, I would like

Re: 1.7.0 beta rc1: libcurl errors

2008-12-09 Thread Rainer Müller
Bryan Blackburn wrote: Considering that the MacPorts port clears configure.cppflags and configure.ldflags, I'm guessing the same should probably be done in macports::selfupdate? MacPorts already removes $prefix/bin and $prefix/sbin from PATH on configure. See MP_PATH_SCAN in aclocal.m4. This

Re: 1.7.0 beta rc1: libcurl errors

2008-12-09 Thread Jay Levitt
Bryan Blackburn wrote: On Mon, Dec 08, 2008 at 03:25:19PM -0500, Jay Levitt said: I know this isn't a great bug report, because I already overwrote the fail case; sorry about that. I upgraded from a DMG-installed 1.6.0 to a built-from-source 1.7.0 beta 1. I then updated a bunch of ports, but

Re: 1.7.0 beta rc1: libcurl errors

2008-12-09 Thread Jay Levitt
Joshua Root wrote: Could the wrong libcurl be picked up if there is something like LDFLAGS=-L/opt/local/lib in the environment? If that's what happened to Jay, it shouldn't be a problem with selfupdate because the environment is sanitised. I do, in fact, have that: CPATH=/opt/local/include

re-build again all the installed packages

2008-12-09 Thread Marco Calviani
Dear list, I've just install a new version of Xcode that contains apple-gcc-4.2. Since now some ports are compiled with gcc-4.0 and some other with gcc-4.2, I would like to know how (and if) is it possible to recompile all the packages installed in the system, something like the #emerge -e world

Re: re-build again all the installed packages

2008-12-09 Thread Joshua Root
Marco Calviani wrote: Dear list, I've just install a new version of Xcode that contains apple-gcc-4.2. Since now some ports are compiled with gcc-4.0 and some other with gcc-4.2, I would like to know how (and if) is it possible to recompile all the packages installed in the system,

Re: 1.7.0 beta rc1: libcurl errors

2008-12-09 Thread Vincent Lefevre
On 2008-12-09 13:45:30 +0100, Rainer Müller wrote: MacPorts already removes $prefix/bin and $prefix/sbin from PATH on configure. Does it also handle environment variables such as LIBRARY_PATH, CPATH and C_INCLUDE_PATH? -- Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ 100%

Re: 1.7.0 beta rc1: libcurl errors

2008-12-09 Thread Joshua Root
Vincent Lefevre wrote: On 2008-12-09 13:45:30 +0100, Rainer Müller wrote: MacPorts already removes $prefix/bin and $prefix/sbin from PATH on configure. Does it also handle environment variables such as LIBRARY_PATH, CPATH and C_INCLUDE_PATH? It clears the entire environment apart from the

Macports Install 1.6: cshrc shell not working

2008-12-09 Thread List Acct
Hello All, Yesterday I installed Macports 1.6 in a Powerbook running Leopard 10.5.5 in one of our user's computers, so that I could install ImageMagick more easily. After installing it, her cshrc shell environment was hosed. When she typed in echo $PATH, the Macports directory was

Re: Macports Install 1.6: cshrc shell not working

2008-12-09 Thread Joshua Root
List Acct wrote: Hello All, Yesterday I installed Macports 1.6 in a Powerbook running Leopard 10.5.5 in one of our user's computers, so that I could install ImageMagick more easily. After installing it, her cshrc shell environment was hosed. When she typed in echo $PATH, the Macports

Re: Macports Install 1.6: cshrc shell not working

2008-12-09 Thread List Acct
Hello, I read that ticket and assumed it was a problem with 1.7rc1 based in the title of the ticket. macports 1.7rc1 writes path variable to .tcshrc even when a .cshrc is present Another Sys Admin and I modified the existing .tcshrc file to no avail. There was no .cshrc file, so I may

Re: Macports Install 1.6: cshrc shell not working

2008-12-09 Thread Rainer Müller
List Acct wrote: Hello, I read that ticket and assumed it was a problem with 1.7rc1 based in the title of the ticket. macports 1.7rc1 writes path variable to .tcshrc even when a .cshrc is present Another Sys Admin and I modified the existing .tcshrc file to no avail. There was no

Re: Macports Install 1.6: cshrc shell not working

2008-12-09 Thread Joshua Root
List Acct wrote: Hello, I read that ticket and assumed it was a problem with 1.7rc1 based in the title of the ticket. macports 1.7rc1 writes path variable to .tcshrc even when a .cshrc is present Another Sys Admin and I modified the existing .tcshrc file to no avail. There was no

Re: Macports Install 1.6: cshrc shell not working

2008-12-09 Thread List Acct
Hello, The .tcshrc file was already there. So, I'll try moving that file before deleting it and see what happens. Thanks, Eliot Lee On Dec 9, 2008, at 1:26 PM, Joshua Root wrote: List Acct wrote: Hello, I read that ticket and assumed it was a problem with 1.7rc1 based in the title of

Re: Macports Install 1.6: cshrc shell not working

2008-12-09 Thread Joshua Root
List Acct wrote: Hello, The .tcshrc file was already there. OK. If the installer modified it, there should be a .tcshrc.mpsaved with the old contents. - Josh ___ macports-users mailing list macports-users@lists.macosforge.org

gtk2 build failing

2008-12-09 Thread Noah
Hi there, I am trying to figure out how to move forward here. I find that I am running into a gtk2 build error $ sudo port install easytag fdupes --- Building gtk2 with target all Error: Target org.macports.build returned: shell command cd

Re: gtk2 build failing

2008-12-09 Thread Joshua Root
Noah wrote: Hi there, I am trying to figure out how to move forward here. I find that I am running into a gtk2 build error snip gdkevents-x11.c:2110: error: 'RRNotify' undeclared (first use in this function) Install xorg-libXrandr. See this ticket: http://trac.macports.org/ticket/17360 -

repeated rebuilding

2008-12-09 Thread Christopher Vance
When I do port upgrade outdated some packages get rebuilt several times. Isn't port supposed to calculate and order transitive dependencies to stop this? -- Christopher Vance ___ macports-users mailing list macports-users@lists.macosforge.org

Re: repeated rebuilding

2008-12-09 Thread Joshua Root
Christopher Vance wrote: When I do port upgrade outdated some packages get rebuilt several times. Isn't port supposed to calculate and order transitive dependencies to stop this? No, but it is meant to not rebuild anything that isn't outdated. What you describe should not be possible

freeciv and freeciv-x11 ggz problem

2008-12-09 Thread William Davis
unable to install freeciv-x11 or activate freeciv: macintosh:~ frstan$ sudo port install -d freeciv-x11 Password: --- Fetching freeciv-x11 --- Attempting to fetch freeciv-2.1.8.tar.bz2 from http://superb-east.dl.sourceforge.net/freeciv --- Verifying checksum(s) for freeciv-x11 ---

kdebase3 and libXdamage

2008-12-09 Thread Christopher Vance
Building kdebase3 fails on an up to date Leopard machine because libXdamage is at 1.0.0, but kdebase3 wants 1.1.0. Any thoughts? -- Christopher Vance ___ macports-users mailing list macports-users@lists.macosforge.org

Re: kdebase3 and libXdamage

2008-12-09 Thread Joshua Root
Christopher Vance wrote: Building kdebase3 fails on an up to date Leopard machine because libXdamage is at 1.0.0, but kdebase3 wants 1.1.0. Any thoughts? 1. Install the latest XQuartz package from http://xquartz.macosforge.org/ 2. Make Jeremy create an xorg-libXdamage port :-) - Josh

Re: install manopen fails on 10.5.5

2008-12-09 Thread joseph davison
Oh I See... NSSimpleHorizontalTypeSetter was deprecated in 10.4 -- I suppose it's gone in 10.5, eh?Joy -- I'll see if I can find an example or replacing it, but if the maintainer already knows how... joe On Dec 8, 2008, at 6:19 PM, joseph davison wrote: Just installed macports on

Distfiles mirror behind proxy

2008-12-09 Thread Max Asato
I'm looking for info and seasoned advice on getting MacPorts to work for a moderate number of users (probably less than 50) behind an authenticated http/ftp proxy. We already provide an internal mirror server for CPAN, CTAN, and a bunch of Linux and BSD distributions so hardware and expertise

Re: Distfiles mirror behind proxy

2008-12-09 Thread Joshua Root
Max Asato wrote: We would ideally like to mirror the primary distfile server internally as well, but it sounds like that the new distserver.macports.org site is tied to the 1.7 release. I've futzed around with the mirror_sites.tcl file a bit so it looks like it would be possible to direct our

Re: Distfiles mirror behind proxy

2008-12-09 Thread Max Asato
On Wed, Dec 10, 2008 at 12:14:35PM +1100, Joshua Root wrote: Max Asato wrote: We would ideally like to mirror the primary distfile server internally as well, but it sounds like that the new distserver.macports.org site is tied to the 1.7 release. I've futzed around with the

Re: gtk2 build failing

2008-12-09 Thread Noah
Joshua Root wrote: Noah wrote: Hi there, I am trying to figure out how to move forward here. I find that I am running into a gtk2 build error snip gdkevents-x11.c:2110: error: 'RRNotify' undeclared (first use in this function) Install xorg-libXrandr. See this ticket:

Re: Distfiles mirror behind proxy

2008-12-09 Thread Joshua Root
Max Asato wrote: On Wed, Dec 10, 2008 at 12:14:35PM +1100, Joshua Root wrote: Max Asato wrote: We would ideally like to mirror the primary distfile server internally as well, but it sounds like that the new distserver.macports.org site is tied to the 1.7 release. I've futzed around with the