Re: Problem compiling / installing octave

2007-04-20 Thread Ryan Schmidt
On Apr 20, 2007, at 01:32, Stephen Done wrote: I'm having trouble installing octave. I keep getting the following error message: stephen-dones-computer:~ srdone$ sudo port install octave ---> Configuring gmp Error: Target com.apple.configure returned: can't read "configure.cflags": no such var

Re: Selfupdate: Pextlib build fails

2007-04-20 Thread Boey Maun Suang
Hi David, Would you mind providing the numbers of the bug reports and, if possible, references to the archive posts, and posting them on macports-dev@ ? I don't currently know enough to work on base, but it sounds to me like something that could and should be addressed, if not in the cod

Re: Missing libavcodec library in ffmpeg port

2007-04-20 Thread Boey Maun Suang
Hi David, For fun, I tried this: svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg ./configure --enable-shared --disable-vhook make Looks like it compiled fine -- that's version 8743. I've updated the ffmpeg port to revision 8743, which builds for me; try it in 12 hours a

Re: Archive mode broken after the latest updates

2007-04-20 Thread Guido Soranzio
An update to my previous report. I think that the issue is due to the changeset 23238 and how the new procedures command_exec and parse_environment in portutil.tcl are managing the unarchive.env variable and the pipes. With the release 1.4.0 of MacPorts, the assembled command was 'cd "/opt/loca

Re: Problem compiling / installing octave

2007-04-20 Thread Stephen Done
On 4/20/07, Ryan Schmidt <[EMAIL PROTECTED]> wrote: On Apr 20, 2007, at 01:32, Stephen Done wrote: > I'm having trouble installing octave. I keep getting the following > error message: > > stephen-dones-computer:~ srdone$ sudo port install octave > ---> Configuring gmp > Error: Target com.apple

Re: Problem compiling / installing octave

2007-04-20 Thread markd
Ryan Schmidt <[EMAIL PROTECTED]> on Friday, April 20, 2007 at 12:44 AM -0800 wrote: >> I'm having trouble installing octave. I keep getting the following >> error message: >> >> stephen-dones-computer:~ srdone$ sudo port install octave >> ---> Configuring gmp >> Error: Target com.apple.configure r

Re: Archive mode broken after the latest updates

2007-04-20 Thread Guido Soranzio
On Apr 20, 2007, at 4:12 PM, James Berry wrote: Hopefully we'll get this cleaned up soon. In the mean time, you can turn off archive mode in your ports.conf file. I have solved temporarily with another one-liner, by changing set unarchive.env "$gzip -d -c ${unarchive.path} |" into set un

Re: Archive mode broken after the latest updates

2007-04-20 Thread James Berry
Hi Guido, Nice sleuthing. I came to the same conclusion last night after following up a similar report from another user. I've written to Paul Guyot about the issue, who has the honor of having written the changeset in question, but the blessing to not have written the ugly hack that stum

Re: Problem compiling / installing octave

2007-04-20 Thread Elias Pipping
On Apr 20, 2007, at 5:33 PM, Mark Duling wrote: Ryan Schmidt <[EMAIL PROTECTED]> on Friday, April 20, 2007 at 12:44 AM -0800 wrote: I'm having trouble installing octave. I keep getting the following error message: stephen-dones-computer:~ srdone$ sudo port install octave ---> Configuring gm

Re: fltk problems

2007-04-20 Thread Stefan Bruda
Hi, Apologies for the delayed response. At 01:01 -0400 on 2007-4-11 Yves de Champlain wrote: > > > The new fltk does not work for me too well. The fluid issue has > > already been noted, and I also note the following problem: > > > > flstring.h:29:28: error: FL/Fl_Export.H: No such file or

Re: Problem compiling / installing octave

2007-04-20 Thread Andre Stechert
Same problem here: [EMAIL PROTECTED]:~ [1027] $ sudo port install gmp ---> Fetching gmp ---> Verifying checksum(s) for gmp ---> Extracting gmp ---> Configuring gmp Error: Target com.apple.configure returned: can't read "configure.cflags": no such variable Error: Status 1 encountered during

29 person years of development?

2007-04-20 Thread Andre Stechert
This is kind of neat: http://www.ohloh.net/projects/4383 Andre smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: Problem compiling / installing octave

2007-04-20 Thread Elias Pipping
Configuring works just fine with the trunk ---> Configuring gmp DEBUG: Executing com.apple.configure (gmp) DEBUG: Environment: CXXFLAGS='-O2' CPPFLAGS='-I/MacPorts/include' CFLAGS='-force_cpusubtype_ALL' ABI='32' LDFLAGS='-L/MacPorts/lib' Apparently, something d

Re: fltk problems

2007-04-20 Thread Yves de Champlain
Le 07-04-20 à 12:59, Stefan Bruda a écrit : Hi, Apologies for the delayed response. At 01:01 -0400 on 2007-4-11 Yves de Champlain wrote: The new fltk does not work for me too well. The fluid issue has already been noted, and I also note the following problem: flstring.h:29:28: error: FL/

Re: gnome-panel 2.18.0 fails to build

2007-04-20 Thread Andreas Wuest
Hi On 4/19/07, Andreas Wuest <[EMAIL PROTECTED]> wrote: Hi Building gnome-panel 2.18.0 fails when it tries to compile calendar-client.c. The problem seems to be that it includes /opt/local/include/evolution-data-server-1.8 instead of /opt/local/include/evolution-data-server-1.10, which is act

Re: Missing libavcodec library in ffmpeg port

2007-04-20 Thread David Liontooth
Boey Maun Suang wrote: > Hi David, > >> For fun, I tried this: >> >> svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg >> ./configure --enable-shared --disable-vhook >> make >> >> Looks like it compiled fine -- that's version 8743. > > I've updated the ffmpeg port to revision 8743

Re: Problem compiling / installing octave

2007-04-20 Thread Ryan Schmidt
On Apr 20, 2007, at 10:33, [EMAIL PROTECTED] wrote: Wait a minute. I'm getting the same error. Apparently, configure.cflags is not in MP 1.4.3. I used it in a port also. But... But... Then why didn't the portindex process complain about it? __

Re: fltk problems

2007-04-20 Thread Stefan Bruda
Hi, At 14:22 -0400 on 2007-4-20 Yves de Champlain wrote: > > > Still on bugs, am I the only one for whom the JPEG handling is broken > > in FLTK? I am using only one FLTK application (flPhoto), but I had to > > replace or eliminate all the code for (a) JPEG generation, and (b) > > EXIF data

Re: Problem compiling / installing octave

2007-04-20 Thread Daniel J. Luke
On Apr 20, 2007, at 3:48 PM, Ryan Schmidt wrote: On Apr 20, 2007, at 10:33, [EMAIL PROTECTED] wrote: Wait a minute. I'm getting the same error. Apparently, configure.cflags is not in MP 1.4.3. I used it in a port also. But... But... Then why didn't the portindex process complain about it?

mirror configuration?

2007-04-20 Thread paul beard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For some reason, all my distfiles are coming from Lyon, France: seems a long way. I don't see any .conf or man page references to mirror configuration. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (Darwin) iD8DBQFGKSj1jE2ksZfa4ZURAi4YAK

Expat includes not found

2007-04-20 Thread Dmitrijs Ledkovs
I am compiling psi with jingle support on Mac. It needs expat. I installed expat 2.0 with macports and it is active. What path do I need to specify in ./configure --with-expat-inc=[PATH] for it to work? I also tried uninstalling expat from macports and compiling it from source my self, ./conf

man pages

2007-04-20 Thread Алексей Муранов
Hello, i have a small problem. I have just installed MascPorts, and tried $ man port but received No manual entry for portgroup even though $ port help suggested to See man pages: ... can anyone help me understand why the manual pages are missing? Thank you. Alexey.__

Re: Expat includes not found

2007-04-20 Thread Ryan Schmidt
On Apr 20, 2007, at 17:26, Dmitrijs Ledkovs wrote: I am compiling psi with jingle support on Mac. It needs expat. I installed expat 2.0 with macports and it is active. What path do I need to specify in ./configure --with-expat-inc=[PATH] for it to work? Presumably: ./configure --with-expa

gnome-python-desktop b0rked?

2007-04-20 Thread paul beard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 No maintainer: anyone interested? Making all in metacity if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. - -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/ 2.4/include/python2.4 -I/opt/local/include/python2

Re: Announcing MacPorts release 1.4.3

2007-04-20 Thread George A. Dowding
On Apr 17, 2007, at 8:58 PM, James Berry wrote: The MacPorts team is very proud to announce our third release of MacPorts within several days. The pace of change has been fast and furious. This time we're just furious: Release 1.4.3 (17-Apr-2007): - Fix bug in launchd support, intro

Re: Announcing MacPorts release 1.4.3

2007-04-20 Thread Ryan Schmidt
On Apr 20, 2007, at 20:25, George A. Dowding wrote: I upgraded MacPorts to 1.4.3 and am having serious issues with X11. I have reinstalled X11User.pkg and X11SDK.pkg, and along the way X11Update2006.pkg. When trying to install gnuplot I get XFree86 listed as a dependency. Does anybody hav

Re: Expat includes not found

2007-04-20 Thread Ryan Schmidt
On Apr 20, 2007, at 18:48, Dmitrijs Ledkovs wrote: On 4/21/07, Dmitrijs Ledkovs wrote: On 4/21/07, Dmitrijs Ledkovs wrote: On 4/21/07, Ryan Schmidt wrote: On Apr 20, 2007, at 17:26, Dmitrijs Ledkovs wrote: > I am compiling psi with jingle support on Mac. It needs expat. > > I installed ex

gucharmap fails to build

2007-04-20 Thread paul beard
xsltproc -o gucharmap-bg.omf --stringparam db2omf.basename gucharmap --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-// OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang bg -- stringparam db2omf.omf_dir "/opt/local/share/omf" --stringparam db2omf.help_dir "/opt/loc

Re: mirror configuration?

2007-04-20 Thread Ryan Schmidt
On Apr 20, 2007, at 15:56, paul beard wrote: For some reason, all my distfiles are coming from Lyon, France: seems a long way. I don't see any .conf or man page references to mirror configuration. Define "all my distfiles." Which ports specifically? Each port is configured with the list o