Re: Can't install clisp (common lisp)

2011-09-05 Thread Ryan Schmidt
On Sep 4, 2011, at 23:28, Yves S. Garret wrote: --- Building libsigsegv DEBUG: Executing org.macports.build (libsigsegv) DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.7' Error: Target org.macports.build returned: shell command cd

Re: Reconstructing older snapshot of ports tree

2011-09-05 Thread Ryan Schmidt
On Sep 4, 2011, at 18:49, Dave wrote: I've been having issues with gerbv, which appears to be due to an issue with Cairo. I have a crash when rendering the higher quality modes which use Cairo, after port updating. While trying to sort this out, I came across an issue that others may

Re: Image error: Can't find image file /opt/local/var/macports/software/automoc/0.9.88_3

2011-09-05 Thread Ryan Schmidt
On Sep 5, 2011, at 01:39, Norman Khine wrote: hello, i am doing an $ sudo port -vd upgrade strigi and get this error: DEBUG: Searching for dependency: zlib DEBUG: Found Dependency: receipt exists for zlib DEBUG: Searching for dependency: qt4-mac DEBUG: Didn't find receipt, going to depspec

Root install problem

2011-09-05 Thread Aljaž Srebrnič
Hi all! when installing ROOT, I get this: $ sudo port -vv install root +builtin_ftgl+gcc45+mysql+opengl+python26+qt_mac+roofit+ssl+xml --- Computing dependencies for root. --- Staging root into destroot . missing (directory not created: File exists) ./Applications missing (directory not

Re: Root install problem

2011-09-05 Thread Ryan Schmidt
On Sep 5, 2011, at 02:36, Aljaž Srebrnič wrote: Hi all! when installing ROOT, I get this: $ sudo port -vv install root +builtin_ftgl+gcc45+mysql+opengl+python26+qt_mac+roofit+ssl+xml --- Computing dependencies for root. --- Staging root into destroot This is not a clean build. If it

Re: Errors building gcc44 under MacOsX

2011-09-05 Thread David Epstein
Ryan Schmidt-24 wrote: The fact that you clearly have a 64-bit Mac, and that zlib was nevertheless installed 32-bit, and on MacPorts 1.8 or earlier, suggests zlib was in fact installed a long time ago, when you were running Leopard or earlier, perhaps on a previous machine whose disk was

Installing fresh MacPorts

2011-09-05 Thread Rodolfo Aramayo
Ryan, To make a long story short. I am installing a fresh installation of MacPorts on a fresh installation of the MacOSX10.6 system software I am running into a series of issues. Some of them really creepy and that I will address later on another email. The more benign issues I am consistently

Question about installations of Perl

2011-09-05 Thread Rodolfo Aramayo
Ryan, I explicitly requested MacPorts to install port install perl5.12 +threads However, I noticed that when I ask: 68# port installed perl5* The following ports are currently installed: perl5 @5.12.3_1+perl5_12 (active) perl5.12 @5.12.3_2+threads (active) Why do I get two ACTIVE

Re: Question about installations of Perl

2011-09-05 Thread Scott Webster
perl5 is just a wrapper port for perl5.x. Since you have the 5.12 variant installed, all it does is depend on perl5.12, causing it to be installed. On Mon, Sep 5, 2011 at 7:27 AM, Rodolfo Aramayo raram...@gmail.com wrote: Ryan, I explicitly requested MacPorts to install port install perl5.12

Re: Installing fresh MacPorts

2011-09-05 Thread Ryan Schmidt
On Sep 5, 2011, at 09:22, Rodolfo Aramayo wrote: ==THIS ONE IS NASTY AS IT CRASHES THE COMPUTERS BAD Nothing MacPorts does should crash your computer. (Do you mean it kernel panics? Hangs? Restarts? None of that should happen due to anything MacPorts can do...) --- Computing

Re: Can't install clisp (common lisp)

2011-09-05 Thread Ryan Schmidt
On Sep 5, 2011, at 06:42, Yves S. Garret wrote: Thanks for your reply. I already did update Xcode (not because of this though.) Here is what happened when I tried to upgrade the outdated. % sudo port -d upgrade outdated [snip] --- Activating perl5 @5.12.3_1+perl5_12 [snip] Error:

Noob trying to apply a patch for #31073

2011-09-05 Thread Matt Hess
Hello. I was trying to upgrade a port and ran into issue 31073https://svn.macports.org/ticket/31073. I then tried to apply the patch listed in that ticket, but I am unfamiliar with the MacPorts build process and I accidentally ran make distclean in the

Re: Noob trying to apply a patch for #31073

2011-09-05 Thread Ryan Schmidt
On Sep 5, 2011, at 15:14, Matt Hess wrote: Hello. I was trying to upgrade a port and ran into issue 31073. I then tried to apply the patch listed in that ticket, but I am unfamiliar with the MacPorts build process and I accidentally ran make distclean in the

TK and X11 instead of Aqua

2011-09-05 Thread Panayotis Katsaloulis
After some updates, the interface of TK changed from X11 to Aqua. The problem is that the Aqua interface of TK is very slow compared to the X11 version. Is there any runtime parameter that I could change back to X11? Should I recompile? Thank you ___

Re: TK and X11 instead of Aqua

2011-09-05 Thread Ryan Schmidt
On Sep 5, 2011, at 16:20, Panayotis Katsaloulis wrote: After some updates, the interface of TK changed from X11 to Aqua. I believe that should only happen if you deliberately requested tk's +quartz variant, otherwise it should be using X11. I also don't think anything has changed about this

Re: TK and X11 instead of Aqua

2011-09-05 Thread Panayotis Katsaloulis
On 6 Σεπ 2011, at 12:41 π.μ., Ryan Schmidt wrote: On Sep 5, 2011, at 16:20, Panayotis Katsaloulis wrote: After some updates, the interface of TK changed from X11 to Aqua. I believe that should only happen if you deliberately requested tk's +quartz variant, otherwise it should be using

sudo port selfupdate fails

2011-09-05 Thread Johannes Ruscheinski
Hi, Here is what I get when I run sudo port -d selfupdate: --- Updating the ports tree DEBUG: Synchronizing ports tree(s) Synchronizing local ports tree from file:///opt/mports/trunk/dports DEBUG: /usr/bin/svn update --non-interactive /opt/mports/trunk/dports DEBUG: changing euid/egid - current

Re: sudo port selfupdate fails

2011-09-05 Thread Ryan Schmidt
On Sep 5, 2011, at 19:07, Johannes Ruscheinski wrote: Here is what I get when I run sudo port -d selfupdate: --- Updating the ports tree DEBUG: Synchronizing ports tree(s) Synchronizing local ports tree from file:///opt/mports/trunk/dports DEBUG: /usr/bin/svn update --non-interactive

Re: sudo port selfupdate fails

2011-09-05 Thread Johannes Ruscheinski
Hi Ryan, On 5 September 2011 17:30, Ryan Schmidt ryandes...@macports.org wrote: On Sep 5, 2011, at 19:07, Johannes Ruscheinski wrote: Here is what I get when I run sudo port -d selfupdate: ---  Updating the ports tree DEBUG: Synchronizing ports tree(s) Synchronizing local ports tree from

Re: sudo port selfupdate fails

2011-09-05 Thread Ryan Schmidt
On Sep 5, 2011, at 19:59, Johannes Ruscheinski wrote: Creating port index in /opt/mports/trunk/dports Failed to parse file archivers/arj/Portfile: invalid command name get_canonical_archflags Any idea what might be wrong and how to fix it? This is normal, unfortunately, for users

Re: sudo port selfupdate fails

2011-09-05 Thread Johannes Ruscheinski
Hi Ryan, The next problem that I am running into now is: ... Failed to parse file x11/mesa/Portfile: invalid command name get_canonical_archflags Total number of ports parsed: 1079 Ports successfully parsed: 0 Ports failed: 1079 Up-to-date ports skipped: 7126

Re: sudo port selfupdate fails

2011-09-05 Thread Ryan Schmidt
On Sep 5, 2011, at 21:04, Johannes Ruscheinski wrote: The next problem that I am running into now is: [snip] === making all in src/registry2.0 /usr/bin/llvm-gcc-4.2 -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic -I/Library/Frameworks/Mono.framework/Versions/2.2/include

Re: sudo port selfupdate fails

2011-09-05 Thread Johannes Ruscheinski
Hi Ryan, After doing a sudo port uninstall mono I still get the same error. My build still prints out: base32cmd.o sha1cmd.o curl.o rmd160cmd.o sha256cmd.o readline.o uid.o tracelib.o tty.o readdir.o pipe.o flock.o system.o mktemp.o realpath.o -o Pextlib.dylib

Re: sudo port selfupdate fails

2011-09-05 Thread Ryan Schmidt
On Sep 5, 2011, at 23:40, Johannes Ruscheinski wrote: Hi Ryan, After doing a sudo port uninstall mono I still get the same error. My build still prints out: base32cmd.o sha1cmd.o curl.o rmd160cmd.o sha256cmd.o readline.o uid.o tracelib.o tty.o readdir.o pipe.o flock.o system.o mktemp.o