gcc40 on Tiger PPC - powerpc-apple-darwin8.11.0-ar: Command not found

2009-12-03 Thread Michael Franz
Hi, I tried to install gcc40 on Tiger on my G4 MacMini. Is this supported? I am getting the following error: powerpc-apple-darwin8.11.0-ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatc

Re: Ticket #21500 - IcedTea 1.11

2009-10-07 Thread Michael Franz
On Tue, Oct 6, 2009 at 9:16 PM, Ryan Schmidt wrote: > > On Oct 6, 2009, at 19:55, Michael Franz wrote: > > I think I have figured out the installation script for IcedTea. The only >> issue I have and would like input on is how to handle the different compiler >> for

Ticket #21500 - IcedTea 1.11

2009-10-06 Thread Michael Franz
Hi, I think I have figured out the installation script for IcedTea. The only issue I have and would like input on is how to handle the different compiler for Snow Leopard. The Snow Leopard default 4.2 compiler will not compile the OpenJDK (thus IcedTea). The alternate gcc 4.0 will work fine. D

Re: xalanj on Snow Leopard and 1.8 - Very long build process

2009-09-07 Thread Michael Franz
I have 2GB. On Mon, Sep 7, 2009 at 5:52 PM, Ryan Schmidt wrote: > > On Sep 7, 2009, at 09:09, Michael Franz wrote: > > All of the time is spent in the javadoc task of the build. (which is what >> I saw before the debug). The ant task does not have enough memory, thus &

Re: xalanj on Snow Leopard and 1.8 - Very long build process

2009-09-07 Thread Michael Franz
r.java:108) [javadoc] at com.sun.tools.doclets.formats.html.HtmlDoclet.generateClassFiles(HtmlDoclet.java:155) So, either the build script changed to not specify the memory or Snow Leopard lowered the default memory setting on a Java process. On Mon, Sep 7, 2009 at 9:15 AM, Michael Franz wrot

Re: xalanj on Snow Leopard and 1.8 - Very long build process

2009-09-07 Thread Michael Franz
Ryan, It finally finished after 90 minutes. I will retry with the debug switch. I do not remember how log it took on leopard, but I am sure even 10 minutes is long. Thanks On Mon, Sep 7, 2009 at 8:13 AM, Ryan Schmidt wrote: > > On Sep 6, 2009, at 22:56, Michael Franz wrote: > >

xalanj on Snow Leopard and 1.8 - Very long build process

2009-09-06 Thread Michael Franz
Hi, I upgraded from Tiger to Snow Leopard. I uninstalled all ports and removed macports 1.7 (followed the FAQ instructions). Installed the Snow Leopard Xcode. Installed macports 1.8 (Snow Leopard version). I then tried to install xalanj. xercesj installed fine, but the xalanj build has been r

Help With Link Parameters

2008-04-06 Thread Michael Franz
Hi, I am having problems converting the linux linking command to a OS X equivalent. Can anyone here help? echo | $(CC) $(CFLAGS) -fpic -shared \ -o $$shared_object \ -Wl,-soname,$$shared_object -xc - ; My attempt is like this: echo | $(CC) $(CFLAGS) -fPIC -dynamiclib \

Building MacPorts using MacPorts

2008-04-03 Thread Michael Franz
Hi, I am trying to use macport to build and install macports. I used sudo port -v build macports and get build errors. I find this strange since if I just download the source and compile with the instructions on the website it works without a problem. cc -dynamiclib -L/usr/local/lib registry.o

Re: Ports requiring X11 on Leopard

2008-03-30 Thread Michael Franz
As a follow-up... Can I replace these three configure flags configure.cflags-append"-I/usr/X11R6/include" configure.cppflags-append "-I/usr/X11R6/include" configure.ldflags-append "-L/usr/X11R6/lib" with this? configure.pkg_config_path ${prefix}/lib/pkgconfig:${x11prefix}/lib/pk

Ports requiring X11 on Leopard

2008-03-27 Thread Michael Franz
Hi, I have recently started using Leopard and have found that ports that require X11 cannot find the necessary libraries. This is frustrating as they worked fine on Tiger. I was able to solve my problems by adding configure.pkg_config_path ${prefix}/lib/pkgconfig:${x11prefix}/lib/pkgconfig th

Re: gcc43 Released?

2008-03-21 Thread Michael Franz
On Fri, Mar 21, 2008 at 12:02 AM, Michael Franz <[EMAIL PROTECTED]> wrote: > Hi, > I see that java and fortran are in the default configuration, does that > mean that gcc 4.3 has been released? It seems that the error that I had > before and others have found that the 64 bit v

gcc43 Released?

2008-03-20 Thread Michael Franz
Hi, I see that java and fortran are in the default configuration, does that mean that gcc 4.3 has been released? It seems that the error that I had before and others have found that the 64 bit version creates bad binaries that cause problems for the 64 bit ld. Below is the error: name /opt/local

Port Verification

2008-03-01 Thread Michael Franz
I am trying to verify the xorg-libXt port. It seems that xorg-libXdmcp has now become dependant on xorg-xproto. I checked the history of the xorg-libXdmcp Portfile, and it hasn't been changed in 6 months. So, the Portfile hasn't changed since I started. I did my original testing less than 2 mon

Re: Macports On Pure Darwin

2008-02-17 Thread Michael Franz
It is very new. I don't have any details on it. http://www.puredarwin.org/ On Feb 17, 2008 1:00 PM, Esteban Barahona <[EMAIL PROTECTED]> wrote: > El feb 17, 2551 BE, a las 07:34, Michael Franz escribió: > > > I may have misspoke, I am using just darwin, I forgot that th

Re: Macports On Pure Darwin

2008-02-17 Thread Michael Franz
I remember having built Kaffe on Darwin 7.2.1. Darwin 8 should work too. > > Kaffe 1.1.7 does, but 1.1.8 does not. Or, Kaffe 1.1.8 does not build on OS X. ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/m

Re: Macports On Pure Darwin

2008-02-17 Thread Michael Franz
On Feb 17, 2008 4:06 AM, Anders F Björklund <[EMAIL PROTECTED]> wrote: > Ryan Schmidt wrote: > > >> and BTW many ports will also fail because they just suppose darwin to > >> be mac os x > > > > We still have separate "macosx" and "darwin" platforms don't we? > > There are even three: "darwin", a

Re: Macports On Pure Darwin

2008-02-17 Thread Michael Franz
That is OK, as long as the ports I am interested in will work. At this point it is only Kaffe and anything Kaffe depends on. On Feb 17, 2008 2:40 AM, Yves de Champlain <[EMAIL PROTECTED]> wrote: > > Le 08-02-16 à 22:26, Michael Franz a écrit : > > > I was able to install d

Re: Macports On Pure Darwin

2008-02-16 Thread Michael Franz
I was able to install darwinports 1.3.2, but the port files have properties/commands that this old version does not understand. The problem with building the latest version (This started with Macports 1.5) is that Core Foundation is required. I would have thought that darwin 8 had core foundation

Re: Macports On Pure Darwin

2008-02-14 Thread Michael Franz
I will give it a try. I downloaded Darwinports 1.3.2. On Thu, Feb 14, 2008 at 10:07 AM, Yves de Champlain <[EMAIL PROTECTED]> wrote: > > Le 08-02-13 à 07:47, Michael Franz a écrit : > > > Is there a version of Macports that can be installed on a darwin > > installati

Macports On Pure Darwin

2008-02-13 Thread Michael Franz
Is there a version of Macports that can be installed on a darwin installation? I installed the Darwin 8 iso and can not get Macports to configure since GNUStep is missing. Michael ___ macports-users mailing list macports-users@lists.macosforge.org http:/

Re: Mercurial Fetch Type

2008-02-10 Thread Michael Franz
On Feb 10, 2008 3:30 PM, Rainer Müller <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > Is it possible to use mercurial as a fetch type like cvs and subversion? > > The Forest Extension to Mercurial is not distributed as a tar file, the > > only way that I can g

Mercurial Fetch Type

2008-02-10 Thread Michael Franz
Is it possible to use mercurial as a fetch type like cvs and subversion? The Forest Extension to Mercurial is not distributed as a tar file, the only way that I can get it is by using mercurial. Michael ___ macports-users mailing list macports-users@list

Re: Port Names - How to choose?

2008-02-09 Thread Michael Franz
ebsd.org/cgi/cvsweb.cgi/ports/x11/libICE/ > http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/libSM/ > > On Feb 10, 2008 3:27 AM, Michael Franz <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have a few ports that I would like to add. Some of them seem to > > h

Port Names - How to choose?

2008-02-09 Thread Michael Franz
Hi, I have a few ports that I would like to add. Some of them seem to have standard names, but at least two of them do not. The two that I am not sure about are: xorg-libICE xorg-libSM They can be found here: http://www.x.org/pub/individual/lib/ Most of the libraries on xorg are libXyyy, but t

Re: Is there lesstif-devel for macports?

2008-02-07 Thread Michael Franz
Ryan, On Feb 7, 2008 8:37 PM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > > On Feb 7, 2008, at 19:26, Michael Franz wrote: > > > I have installed lesstif but the development header files are > > missing. Does macports have a version that includes the headers? &g

Re: Is there lesstif-devel for macports?

2008-02-07 Thread Michael Franz
Rainer, On Feb 7, 2008 8:36 PM, Rainer Müller <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > Hi, > > Hi, > > First of all, *-devel has nothing to do with headers or stuff needed for > developers only. *-devel ports are newser versions of the port, mostly >

Is there lesstif-devel for macports?

2008-02-07 Thread Michael Franz
Hi, I have installed lesstif but the development header files are missing. Does macports have a version that includes the headers? Where would I get Xm/Xm.h? Michael ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macos

Re: Patching configure - Or Not

2008-02-07 Thread Michael Franz
I'll take a look. This might come in handy later. I post a question to the icedtea list and they fixed the configure script for me. On to my next issue! On Feb 7, 2008 11:41 AM, Rainer Müller <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > Since I cannot figure ou

Re: Patching configure - Or Not

2008-02-06 Thread Michael Franz
On Feb 6, 2008 10:33 PM, <[EMAIL PROTECTED]> wrote: > >Michael> I need to change the way configure works for a port. Is it >Michael> better to patch configure or change the underlying files and >Michael> regenerate configure? > > Patching configure is going to be very fragile. Your p

Patching configure - Or Not

2008-02-06 Thread Michael Franz
Hi, I need to change the way configure works for a port. Is it better to patch configure or change the underlying files and regenerate configure? In this case I have a change to acinclude.m4. To get everything updated I need to run aclocal, automake and autoconf. Since I cannot figure out how t

Re: Executing scripts during configure

2008-02-06 Thread Michael Franz
On Feb 6, 2008 2:07 AM, N_Ox <[EMAIL PROTECTED]> wrote: > Le 6 févr. 08 à 08:01, Ryan Schmidt a écrit : > > > > > > > It would probably be: > > > > set libgcj [exec find ${prefix}/share/java -name "libgcj-4\.2*.jar"] > > > > (unless you use fs-traverse like Daniel said) > > > > I think the curren

Re: Executing scripts during configure

2008-02-05 Thread Michael Franz
> > Add a pre-configure phase which finds those files and generates the > string/path that you want to pass to configure, put it in a portfile- > local variable and then add it to your configure args by using that > variable. > Any hints on how to do this? I have not found many examples. The one

Executing scripts during configure

2008-02-05 Thread Michael Franz
Hi, Is it possible to put something like this in the configure parameters? --with-libgcj-jar=`find ${prefix}/share/java -name "libgcj-4\.2*.jar"` \ This does not work as I get the following error: Error: Unable to open port: extra characters after close-quote Michael

Re: Finding dependencies

2008-02-04 Thread Michael Franz
environment, so I might be able to make some progress on this. :) On Jan 16, 2008 8:01 PM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > On Jan 16, 2008, at 18:55, Michael Franz wrote: > > >> I may as well make it available to everyone now: > >> > >> http:/

Re: p5-getopt-long and perl5.8 - activation error

2008-02-04 Thread Michael Franz
William, I just re-ran the command. It failed on the next 5 dependencies. Each time, I just re-ran until I got past the perl problems. Thanks Michael On Feb 4, 2008 10:47 PM, William Davis <[EMAIL PROTECTED]> wrote: > > On Feb 4, 2008, at 6:58 PM, Michael Franz wrote: > >

Re: p5-getopt-long and perl5.8 - activation error

2008-02-04 Thread Michael Franz
message (if I didn't use the -f). I did get the same error message, but for a different port. Each time I re-ran, I advanced to the next dependency. Michael On Feb 4, 2008 10:45 PM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > > On Feb 4, 2008, at 17:58, Michael Franz wrote: > &g

p5-getopt-long and perl5.8 - activation error

2008-02-04 Thread Michael Franz
I am installing an application that somewhere along the line it has a dependency on both p5-getopt-long and perl5.8. I do not know how these two relate. All that I know at this point is that they conflict. I see that there is a perl5.10. Is this version to be used instead of perl5.8? If so, how do

gcc43 and Java/GCJ

2008-01-21 Thread Michael Franz
Hi, I noticed that the gcc43 port does not have java configured. Are there issues with building the Java language in this build? The fortran language is also not configured, but it is listed as variant. If no one has already requested the java support, I would like to be the first. I have tried

Re: configuring alsa-lib

2008-01-20 Thread Michael Franz
2008, at 08:29, Michael Franz wrote: > > > My new project is compiling alsa-lib 1.0.15. There seems to logic > > in the configuration and other files for the regular flavors > > (freebsd/linux/darwin/..) so I feel somewhat confident this can be > > accomplished. As I am

Re: Is liboss dead?

2008-01-20 Thread Michael Franz
I'll have to follow up with the developers, if I think it is useful. I have a few things to track down and liboss might not be important. Thanks Michael On Jan 20, 2008 4:36 PM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > > On Jan 19, 2008, at 23:41, Michael Franz wrote: > &

Re: Compiling IcedTea (was: Re: freetype-devel)

2008-01-20 Thread Michael Franz
Ryan, thanks for the info. I will have to do more reading. Thanks Michael On Jan 20, 2008 4:38 PM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > > On Jan 19, 2008, at 22:53, Michael Franz wrote: > > >> I don't see a port for alsa (Advanced Linux Sound Architecture?) &

lesstif vs openMotif

2008-01-20 Thread Michael Franz
While trying to configure IcedTea, I found that although lesstif is a dependency, I was not able to get configure to be happy until I installed openMotif. lesstif was missing things like Xm.h, Display.h. Is one of these more popular than another? Does the Darwin/OS X world have a preference for

configuring alsa-lib

2008-01-20 Thread Michael Franz
My new project is compiling alsa-lib 1.0.15. There seems to logic in the configuration and other files for the regular flavors (freebsd/linux/darwin/..) so I feel somewhat confident this can be accomplished. As I am not all that familar with autoconf and some of the standard tools I will probably h

Is liboss dead?

2008-01-19 Thread Michael Franz
I found liboss in the ports and checked out the home page http://liboss.sourceforge.net/ . Is this project dead? From the home page I can get to OSS, which released the source under a BSD license. Is this new (the press release is dated January 4, 2008)? Has it been under a different license? W

Re: Compiling IcedTea (was: Re: freetype-devel)

2008-01-19 Thread Michael Franz
> > I don't see a port for alsa (Advanced Linux Sound Architecture?) Is there an equivalent package on Darwin that might work as a valid replacement? What is the sound library on Darwin? Michael ___ macports-users mailing list macports-users@lists.mac

Re: Eclipse ecj

2008-01-19 Thread Michael Franz
On Jan 19, 2008 7:32 PM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > > On Jan 19, 2008, at 13:15, Michael Franz wrote: > > > I have made progress on this. I found older versions, which is > > important, and been able to compile - mostly. > > > > The older v

Re: Eclipse ecj

2008-01-19 Thread Michael Franz
> > > Maybe you want to use > >extract.mkdir yes > > This option was added in MacPorts 1.6.0. > > http://guide.macports.org/#reference.phases.extract > > This worked great. I have made progress on this. I found older versions, which is important, and been able to compile - mostly. The old

Re: Eclipse ecj

2008-01-18 Thread Michael Franz
> On Jan 18, 2008, at 15:38, Michael Franz wrote: > > > I would like to get Eclipse ECJ as a port. I tried to put together > > a Portfile, but I am afraid I don't know how to fill in some of the > > sections. > > > > The version that I know of are : >

Eclipse ecj

2008-01-18 Thread Michael Franz
I would like to get Eclipse ECJ as a port. I tried to put together a Portfile, but I am afraid I don't know how to fill in some of the sections. The version that I know of are : - R-3.3.1.1-200710231652 - R-3.3-200706251500 That can be downloaded from http://download.eclipse.org/eclipse/downloads

Re: Compiling IcedTea (was: Re: freetype-devel)

2008-01-16 Thread Michael Franz
On Jan 15, 2008 6:22 AM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > > On Jan 14, 2008, at 20:49, Michael Franz wrote: > > >> Without knowing what software it is that you're trying to build, I > >> can only make basic suggestions about how to compile somethi

Re: [MacPorts] #13963: 'port install evince' fails with gcc 'parse error' in comics-document.c -- OSX 10.4.11 PPC (fwd)

2008-01-16 Thread Michael Franz
Kurt, I will not be able to help. I do have this additional information and questions though. I ran the install command and it fails for me at xmlto - I have this problem from an earlier install. I wonder if my issue is because I am on intel. > G5Q:khillig > sudo port install -f evince > --

Re: Finding dependencies

2008-01-16 Thread Michael Franz
Ryan, I may as well make it available to everyone now: > > http://www.ryandesign.com/tmp/portviz.tar.bz2 > > To use this, you need a web server with support for PHP. I use PHP 5; > not sure if PHP 4 would work. You also need Graphviz. You can specify > at the top of graph.php where your Graphviz e

Re: Finding dependencies

2008-01-16 Thread Michael Franz
Ryan, > I wrote a PHP script which works with Graphviz to create a graph of > recursive dependencies of a port. For example, here's what it does > with the gimp2 port: > > http://www.ryandesign.com/tmp/gimp.png > This is an impressive picture! Gimp has a lot of dependencies! > > I haven't made

Re: Finding dependencies

2008-01-16 Thread Michael Franz
Rainer, On Jan 16, 2008 2:17 AM, Rainer Müller <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > I found a discussion on how dependencies are defined (hierarchical vs > > flat) in the archive. Sounds like the discussion was incomplete. > > Regardless of which

Finding dependencies

2008-01-15 Thread Michael Franz
I found a discussion on how dependencies are defined (hierarchical vs flat) in the archive. Sounds like the discussion was incomplete. Regardless of which method is used is there any tool that will walk the Portfile hierarchy to list all the dependencies? port deps will list the dependencies for

Re: libxml2 checksum failed

2008-01-15 Thread Michael Franz
> > > Talk too fast, sorry. > Problem has been reported and fixed in trunk, we should sync again by > running `sudo port sync` and then `sudo port clean --all libxml2`. > > Regards, > I ended up just bumping the version in the Portfile and updating the checksums. It seems to be working now. than

Unable to build xmlto

2008-01-15 Thread Michael Franz
xmlto is not building. I am getting the following errors:Error: Target org.macports.destroot returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_xmlto/work/xmlto- 0.0.18" && make install DESTDIR=/opt/local/var/macpor

Re: libxml2 checksum failed

2008-01-15 Thread Michael Franz
: invalid compressed data--length error tar: Child returned status 1 tar: Error exit delayed from previous errors Michael On Jan 15, 2008 6:47 PM, Michael Franz <[EMAIL PROTECTED]> wrote: > I am trying to install libxml2 using macport 1.6 and get the following > errors:---> F

libxml2 checksum failed

2008-01-15 Thread Michael Franz
I am trying to install libxml2 using macport 1.6 and get the following errors:---> Fetching libxml2 ---> Verifying checksum(s) for libxml2 Error: Checksum (md5) mismatch for libxml2-2.6.30.tar.gz Error: Checksum (sha1) mismatch for libxml2-2.6.30.tar.gz Error: Checksum (rmd160) mismatch for libxm

Re: Compiling IcedTea (was: Re: freetype-devel)

2008-01-15 Thread Michael Franz
> > > The build requirements are as follows: > > > > GNU libgcj 4.1.2 > > Eclipse Java Compiler 3.2.1 > > CUPS > > libX11 (libXp, libXtst, libXi, libXt) > > lesstif > > Freetype2 > > patch > > sed > > unzip > > md5sum > > wget > > alsa > > xalan > > xerces > > firefox-devel > > glib2-devel > > gtk2

Re: Compiling IcedTea (was: Re: freetype-devel)

2008-01-15 Thread Michael Franz
On Jan 15, 2008 6:22 AM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > > On Jan 14, 2008, at 20:49, Michael Franz wrote: > > >> Without knowing what software it is that you're trying to build, I > >> can only make basic suggestions about how to compile somethi

Re: freetype-devel

2008-01-14 Thread Michael Franz
> > Without knowing what software it is that you're trying to build, I > can only make basic suggestions about how to compile something > against the MacPorts libraries. See this message from earlier today: > > http://lists.macosforge.org/pipermail/macports-users/2008-January/ > 008313.html > > Esp

Re: freetype-devel

2008-01-14 Thread Michael Franz
Ryan, On Jan 14, 2008 9:09 PM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > On Jan 14, 2008, at 19:38, Michael Franz wrote: > > > I have a program that needs to link against freetype-devel. I have > > installed freetype using macports - does this install the devel >

freetype-devel

2008-01-14 Thread Michael Franz
Hi, I have a program that needs to link against freetype-devel. I have installed freetype using macports - does this install the devel library? If not how do I install the devel portion? Michael ___ macports-users mailing list macports-users@lists.maco