From d.l.tDeContes at free.fr Wed Aug 1 03:21:22 2007 From: d.l.tDeContes at free.fr (=?ISO-8859-1?Q?Thomas_De=A0Contes?=) Date: Tue Oct 9 16:43:24 2007 Subject: error with python24 In-Reply-To: <8590438E-6A0F-4EC7-B6A0-35C79B711CB9@geeklair.net> Message-ID: Le mardi, 24 juil 2007, ? 19:50 Europe/Paris, Daniel J. Luke a ?crit : > On Jul 24, 2007, at 1:19 PM, Thomas De Contes wrote: >> thank you :-) >> port install python24 +puredarwin >> worked fine :-) well, why not make a script which would automaticaly try "port install python24 +puredarwin" if "port install python24" doesn't compile because of this kind of reasons ? (i mean, it would automaticaly switch when we do "port install python24") >> port install cvs2svn >> ERROR: your installation of Python does not contain a suitable DBM >> module -- cvs2svn cannot continue. > > Interesting, I believe that that should be supplied by the py-bsddb > port (perhaps you have it installed, but it was built against an older > or different python?) > > Try: > > sudo port -f uninstall py-bsddb > sudo port clean --all py-bsddb > sudo port install py-bsddb ok, well, the problem was that i had a corrupted macports-install-directory :-) thank you for all your help :-) btw, what does "port clean --all py-bsddb" more than "port clean py-bsddb" ? -- Mon CV : http://tDeContes.hd.free.fr/divers/emploi/ From evlooij at xs4all.nl Wed Aug 1 04:58:09 2007 From: evlooij at xs4all.nl (Elise van Looij) Date: Tue Oct 9 16:43:24 2007 Subject: Which version of Apache am I running? In-Reply-To: <3F72092D-409F-43E9-BA7D-8857CC555408@wahlstedt.fi> References: <4FBB893F-DC5A-4215-9231-8F044019473B@xs4all.nl> <3B8E0348-D045-4B3D-983A-C543443EB4CF@xs4all.nl> <46AF95AC.6030003@ruderich.com> <3F72092D-409F-43E9-BA7D-8857CC555408@wahlstedt.fi> Message-ID: Op 31-jul-2007, om 22:17 heeft Jyrki Wahlstedt het volgende geschreven: >> I don't know why but apache 2 has its own directory. So you have >> to add >> the following to your $PATH: >> >> /opt/local/apache2/bin >> > And this must be put before /usr/sbin in the PATH, as otherwise the > result remains the same ? > >> To find out which version of an application is used you can use the >> following command. This prints the path to the application. >> >> which apachectl >> > This command uses PATH, because of which the order is important! Yes, that must be the problem, but how do I fix it? I made a new order like so: /opt/local/bin: /opt/local/sbin: /opt/local/apache2/bin: /opt/local/bin/mysql5: /opt/local/lib/mysql5/bin: /opt/local/lib/mysql5/bin/mysql: /opt/local/lib/mysql5/bin/mysqladmin: /bin: /sbin: /usr/bin: /usr/local/bin: /usr/local/mysql/bin: /usr/sbin and entered that in the terminal: export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/apache2/bin:/ opt/local/bin/mysql5:/opt/local/lib/mysql5/bin:/opt/local/lib/mysql5/ bin/mysql:/opt/local/lib/mysql5/bin/mysqladmin:/bin:/sbin:/usr/bin:/ usr/local/bin:/usr/local/mysql/bin:/usr/sbin But even after a restart, the path is still in the wrong order: echo $PATH /opt/local/lib/mysql5/bin/mysql:/opt/local/bin/mysql5:/usr/local/ mysql/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/ usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/opt/local/bin:/opt/local/ lib/mysql5/bin/mysqladmin:/opt/local/lib/mysql5/bin/mysql /opt/local/lib/mysql5/bin/mysql; /opt/local/bin/mysql5; /usr/local/mysql/bin; /opt/local/bin; /opt/local/sbin; /opt/local/lib/mysql5/bin; /usr/local/bin; /bin; /sbin; /usr/bin; /usr/sbin; /opt/local/bin; /opt/local/lib/mysql5/bin/mysqladmin; /opt/local/lib/mysql5/bin/mysql I don't quite understand how this comes about: I'm not even sure where many of these values come from. Based on what I've googled, I gather that these variables are specified in the system and user profile files. But if I ask 'pico /etc/profile', I get: ----------------------------------------------------------- PATH="/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/ local/bin:/bin:/sbin:/usr/bin:/usr/sbin" export PATH if [ "${BASH-no}" != "no" ]; then [ -r /etc/bashrc ] && . /etc/bashrc fi ----------------------------------------------------------- Similarly, 'pico ~/.profile' produces: ----------------------------------------------------------- # # Your previous .profile (if any) is saved as .profile.dpsaved # Setting the path for DarwinPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH ----------------------------------------------------------- So that should ensure that the /opt/local/bin path always comes first, right? Your help is greatly appreciated: UNIX for Dummies (3rd edition) is not much help here. Elise van Looij -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070801/4efafdcb/attachment.html From d.l.tDeContes at free.fr Wed Aug 1 05:01:18 2007 From: d.l.tDeContes at free.fr (=?ISO-8859-1?Q?Thomas_De=A0Contes?=) Date: Tue Oct 9 16:43:24 2007 Subject: how to start with macports ? In-Reply-To: <26308EA8-8FD8-4AB5-9106-4A8021E8F76E@macports.org> Message-ID: Le mardi, 24 juil 2007, ? 11:05 Europe/Paris, Ryan Schmidt a ?crit : > On Jul 23, 2007, at 15:22, Thomas De Contes wrote: > >> i remember that the cvs command caused to download >> base/ >> doc/ >> dports/ >> www/ >> and some readme files > > You mean the svn command. no, i meant the cvs command, it was on the web site, before macports switched to svn (i took a long time to switch) : cvs -d :pserver:anonymous:@anoncvs.opendarwin.org:/Volumes/src/cvs/od login cvs -d :pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od co -P darwinports >> 1 : does't it need to download at least dports, to know the list of >> available ports ?? > > No, it doesn't. You only need base, which is the source code of the > project. "./configure", "make" and "sudo make install". Then run "sudo > /opt/local/bin/port selfupdate" which will check if there is a new > version of MacPorts available (and, if so, will download it and > "./configure", "make" and "sudo make install" it), and will also > download the dports tree via rsync. thank you for explanations :-) >> 2 : why is there no longer in macports the readme files that there >> were in darwinports ? > > I don't know what files you're referring to. What was in them? What > information are you missing? they are here : http://svn.macports.org/repository/macports/tags/release_1_3_2-archive/ but in fact i don't really need them, all what i need is on the web site :-) it's just better if at each time we download sth, we have a readme at once to not need to search after information elsewhere :-) >>> You don't really need to get the code from out repository though. >>> Just download and install the disk image as above. Though you can >>> certainly build it from source if you prefer that, for some reason. >> >> i want to personalize the install directory to not need to be root, i >> don't know if the binaries would support it (svn doesn't support it) > > Oh, ok. You're right, the binaries only work in /opt/local. If you > want your own prefix, you need to download the source and "./configure > --prefix=/whatever/you/want" to be precise, i have to do ./configure --prefix=/my-macports-install-directory --with-install-user=me --with-install-group=mygroup to not have the installer trying to do chown root/admin > On Jul 23, 2007, at 16:36, Thomas De Contes wrote: > >> oh, it's possible to use rsync ! :-)) i didn't know >> >> it's very nice, because it allows me to install macports on a new >> computer, needing neither macports binaries, nor svn binaries :-) >> i hope it will be maintained as is at least since svn will be >> integrated in mac os x, will it ? (who decides this sort of thing ?) >> >> well, no matter if there is no svn URL which always points to the >> latest stable released version, since there is an rsync one :-) > > MacPorts has used rsync for a long time (since the beginning?) and I > don't know of any plans to remove that functionality. ok, thank you :-) > FYI: I believe Mac OS X 10.5 Leopard will include Subversion (in the > Developer Tools a.k.a. Xcode). nice :-) >> the command to do to use rsync is >> rsync -azv --delete-after rsync://rsync.macports.org/release/base/ >> macports/ >> isn't it ? > > I don't know; I don't regularly use rsync and generally have to > consult the manpage myself. no matter, it works :-) -- Mon CV : http://tDeContes.hd.free.fr/divers/emploi/ From jwa at macports.org Wed Aug 1 05:10:44 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:43:24 2007 Subject: Which version of Apache am I running? In-Reply-To: References: <4FBB893F-DC5A-4215-9231-8F044019473B@xs4all.nl> <3B8E0348-D045-4B3D-983A-C543443EB4CF@xs4all.nl> <46AF95AC.6030003@ruderich.com> <3F72092D-409F-43E9-BA7D-8857CC555408@wahlstedt.fi> Message-ID: On 1.8.2007, at 14.58, Elise van Looij wrote: > So that should ensure that the /opt/local/bin path always comes > first, right? Your help is greatly appreciated: UNIX for Dummies > (3rd edition) is not much help here. > Yes, but: apache2 directory, /opt/local/apache2/bin, is not included there. If you want to include that, you could modify your ~/.profile or ~/.bash_profile to include (provided that the installation is by default): PATH=/opt/local/bin:/opt/local/sbin:/opt/local/apache2/bin:$PATH Different shells use different inifiles, I'd say .bash_profile is the safest. You see your shell with command 'echo $SHELL'. For casual uses, which I'd expect the manual launches of Apache software to be, it could be sufficient to write the path explicitly (the tab key completes directory names). ! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From kavc51 at umsl.edu Wed Aug 1 06:29:31 2007 From: kavc51 at umsl.edu (Kari) Date: Tue Oct 9 16:43:24 2007 Subject: Pgplot Message-ID: <5625DFB5-BA9D-407D-A926-4A355F9CFF73@umsl.edu> I tried sudo port sync & then sudo port install pgplot, and still got errors, so I removed the directory where it originally was trying to install it from & retried the install & it appeared to work, but now where do I find pgplot? In which directory did it install? Also, pgplot is only a step toward the final process--I'm trying to compile a c program that uses it and I get this error: kari% gcc labfit2.co.c labfit2.co.c: In function 'main': labfit2.co.c:459: error: 'NPOLAR_FILES' undeclared (first use in this function) labfit2.co.c:459: error: (Each undeclared identifier is reported only once labfit2.co.c:459: error: for each function it appears in.) labfit2.co.c:460: error: 'polar_files' undeclared (first use in this function) labfit2.co.c:463: error: 'NAPOLAR_FILES' undeclared (first use in this function) labfit2.co.c:464: error: 'apolar_files' undeclared (first use in this function) labfit2.co.c:486: error: 'NSTEP' undeclared (first use in this function) labfit2.co.c:488: error: 'INCR' undeclared (first use in this function) which is the error I got before when I just used the pc version of pgplot. Kari -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070801/6f2c2d33/attachment.html From dluke at geeklair.net Wed Aug 1 06:34:37 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:43:24 2007 Subject: error with python24 In-Reply-To: References: Message-ID: <74B81104-8FCE-4847-A3C9-5D67EE63A484@geeklair.net> On Aug 1, 2007, at 6:21 AM, Thomas De Contes wrote: > what does "port clean --all py-bsddb" more than "port clean py- > bsddb" ? If you have archive mode turned on it removes the archive. It also removes the distfile. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070801/5c583bb2/PGP.bin From dluke at geeklair.net Wed Aug 1 07:03:51 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:43:24 2007 Subject: Pgplot In-Reply-To: <5625DFB5-BA9D-407D-A926-4A355F9CFF73@umsl.edu> References: <5625DFB5-BA9D-407D-A926-4A355F9CFF73@umsl.edu> Message-ID: <96007CBF-6E51-45A7-884D-E2B9EB06A5D9@geeklair.net> On Aug 1, 2007, at 9:29 AM, Kari wrote: > I tried sudo port sync & then sudo port install pgplot, and still > got errors, so I removed the directory where it originally was > trying to install it from & retried the install & it appeared to > work, but now where do I find pgplot? You can ask macports to list all of the files installed by a particular port, in this case: port contents pgplot -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070801/088bdf93/PGP.bin From michal.roszka at gmail.com Wed Aug 1 10:12:35 2007 From: michal.roszka at gmail.com (=?UTF-8?Q?Micha=C5=82_Roszka?=) Date: Tue Oct 9 16:43:24 2007 Subject: How to test things easily without affecting installed ports? Message-ID: <4D5C9DCB-AE77-4234-AA4A-B41330B21AAB@gmail.com> Hi, I need to test some things, mostly whether a port I maintain build correctly or not. In addition, I do not want to affect software I actually use for my everyday work. I was thinking about additional MacPorts installation, which could have it's own directory tree to deal with, but it seems difficult to me. Multiple Mac OS X installation does not sound good either, does it? What would you suggest? Cheers, -- Mike. From jkorchok at hotmail.com Wed Aug 1 10:18:41 2007 From: jkorchok at hotmail.com (John Korchok) Date: Tue Oct 9 16:43:24 2007 Subject: How to test things easily without affecting installed ports? In-Reply-To: <4D5C9DCB-AE77-4234-AA4A-B41330B21AAB@gmail.com> References: <4D5C9DCB-AE77-4234-AA4A-B41330B21AAB@gmail.com> Message-ID: Hi Mike, I would buy a cheap second hard disk, install OS X on it and boot into it when you want to experiment. In addition to safeguarding your working software, you'll have a fallback if your main hard disk fails. John > -----Original Message----- > From: macports-users-bounces@lists.macosforge.org > [mailto:macports-users-bounces@lists.macosforge.org] On > Behalf Of Michal Roszka > Sent: Wednesday, August 01, 2007 1:13 PM > To: macports-users@lists.macosforge.org > Subject: How to test things easily without affecting installed ports? > > Hi, > > I need to test some things, mostly whether a port I maintain > build correctly or not. In addition, I do not want to affect > software I actually use for my everyday work. > > I was thinking about additional MacPorts installation, which > could have it's own directory tree to deal with, but it seems > difficult to me. Multiple Mac OS X installation does not > sound good either, does it? What would you suggest? > > Cheers, > > -- Mike. > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > From michal.roszka at gmail.com Wed Aug 1 10:55:19 2007 From: michal.roszka at gmail.com (=?UTF-8?Q?Micha=C5=82_Roszka?=) Date: Tue Oct 9 16:43:24 2007 Subject: How to test things easily without affecting installed ports? In-Reply-To: References: <4D5C9DCB-AE77-4234-AA4A-B41330B21AAB@gmail.com> Message-ID: <349E7AFD-C0C8-4EED-AFDC-5F38A4B96387@gmail.com> Hi John, Yeah, that is a good idea. I actually have two hard disks so I will repartition the other one and put one more Tiger into the cage :) Sounds like the easiest and safest way. Thanks! -- Mike. From ryandesign at macports.org Wed Aug 1 12:49:00 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:24 2007 Subject: Which version of Apache am I running? In-Reply-To: References: <4FBB893F-DC5A-4215-9231-8F044019473B@xs4all.nl> <3B8E0348-D045-4B3D-983A-C543443EB4CF@xs4all.nl> <46AF95AC.6030003@ruderich.com> <3F72092D-409F-43E9-BA7D-8857CC555408@wahlstedt.fi> Message-ID: <32C4B6FD-914E-49B7-8C4E-079F2877547A@macports.org> On Aug 1, 2007, at 06:58, Elise van Looij wrote: > Op 31-jul-2007, om 22:17 heeft Jyrki Wahlstedt het volgende > geschreven: > >>> I don't know why but apache 2 has its own directory. So you have >>> to add >>> the following to your $PATH: >>> >>> /opt/local/apache2/bin >> >> And this must be put before /usr/sbin in the PATH, as otherwise >> the result remains the same ? >> >>> To find out which version of an application is used you can use the >>> following command. This prints the path to the application. >>> >>> which apachectl >> >> This command uses PATH, because of which the order is important! > > Yes, that must be the problem, but how do I fix it? I made a new > order like so: > > /opt/local/bin: > /opt/local/sbin: > /opt/local/apache2/bin: > /opt/local/bin/mysql5: > /opt/local/lib/mysql5/bin: > /opt/local/lib/mysql5/bin/mysql: > /opt/local/lib/mysql5/bin/mysqladmin: > /bin: > /sbin: > /usr/bin: > /usr/local/bin: > /usr/local/mysql/bin: > /usr/sbin Note that there's no use in listing /opt/local/lib/mysql5/bin/mysql and /opt/local/lib/mysql5/bin/mysqladmin in your PATH. PATH can only hold directories, and those are files. You can safely remove those two items, since the directory they're in is already in your PATH. > and entered that in the terminal: > > export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/apache2/bin:/ > opt/local/bin/mysql5:/opt/local/lib/mysql5/bin:/opt/local/lib/ > mysql5/bin/mysql:/opt/local/lib/mysql5/bin/mysqladmin:/bin:/sbin:/ > usr/bin:/usr/local/bin:/usr/local/mysql/bin:/usr/sbin Ok, so you have thus set the PATH for that instance of the Terminal. But that goes away as soon as you close that Terminal window. > But even after a restart, the path is still in the wrong order: > > echo $PATH > /opt/local/lib/mysql5/bin/mysql:/opt/local/bin/mysql5:/usr/local/ > mysql/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/ > usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/opt/local/bin:/opt/ > local/lib/mysql5/bin/mysqladmin:/opt/local/lib/mysql5/bin/mysql > > /opt/local/lib/mysql5/bin/mysql; > /opt/local/bin/mysql5; > /usr/local/mysql/bin; > /opt/local/bin; > /opt/local/sbin; > /opt/local/lib/mysql5/bin; > /usr/local/bin; > /bin; > /sbin; > /usr/bin; > /usr/sbin; > /opt/local/bin; > /opt/local/lib/mysql5/bin/mysqladmin; > /opt/local/lib/mysql5/bin/mysql If you want the PATH to be persistent, you have to put the "export" line in a file that the Terminal reads when it starts. > I don't quite understand how this comes about: I'm not even sure > where many of these values come from. Based on what I've googled, I > gather that these variables are specified in the system and user > profile files. But if I ask 'pico /etc/profile', I get: > ----------------------------------------------------------- > PATH="/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/ > local/bin:/bin:/sbin:/usr/bin:/usr/sbin" > export PATH > > if [ "${BASH-no}" != "no" ]; then > [ -r /etc/bashrc ] && . /etc/bashrc > fi > ----------------------------------------------------------- > > > Similarly, 'pico ~/.profile' produces: > ----------------------------------------------------------- > # > # Your previous .profile (if any) is saved as .profile.dpsaved > # Setting the path for DarwinPorts. > export PATH=/opt/local/bin:/opt/local/sbin:$PATH > ----------------------------------------------------------- > > > So that should ensure that the /opt/local/bin path always comes > first, right? Your help is greatly appreciated: UNIX for Dummies > (3rd edition) is not much help here. It sounds like at some point you modified /etc/profile, and ~/.profile, to contain those /opt/local directories (since they would not have been there by default) but that there's another file that the terminal is using instead of those. Possibilities include /etc/ bashrc, ~/.bash_profile and ~/.bashrc. That's assuming your shell is bash. Is it? Find out with "echo $SHELL". From ryandesign at macports.org Wed Aug 1 12:50:27 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:24 2007 Subject: Pgplot In-Reply-To: <5625DFB5-BA9D-407D-A926-4A355F9CFF73@umsl.edu> References: <5625DFB5-BA9D-407D-A926-4A355F9CFF73@umsl.edu> Message-ID: On Aug 1, 2007, at 08:29, Kari wrote: > I tried sudo port sync & then sudo port install pgplot, and still > got errors, so I removed the directory where it originally was > trying to install it from & retried the install & it appeared to > work, but now where do I find pgplot? In which directory did it > install? Also, pgplot is only a step toward the final process--I'm > trying to compile a c program that uses it and I get this error: > > kari% gcc labfit2.co.c > labfit2.co.c: In function 'main': > labfit2.co.c:459: error: 'NPOLAR_FILES' undeclared (first use in > this function) > labfit2.co.c:459: error: (Each undeclared identifier is reported > only once > labfit2.co.c:459: error: for each function it appears in.) > labfit2.co.c:460: error: 'polar_files' undeclared (first use in > this function) > labfit2.co.c:463: error: 'NAPOLAR_FILES' undeclared (first use in > this function) > labfit2.co.c:464: error: 'apolar_files' undeclared (first use in > this function) > labfit2.co.c:486: error: 'NSTEP' undeclared (first use in this > function) > labfit2.co.c:488: error: 'INCR' undeclared (first use in this > function) > > which is the error I got before when I just used the pc version of > pgplot. As for the error produced by your program which uses pgplot, you'll probably have to ask elsewhere. Perhaps ask the developers of pgplot. From mfitzgerald at pacific.net.au Wed Aug 1 16:45:28 2007 From: mfitzgerald at pacific.net.au (Malcolm Fitzgerald) Date: Tue Oct 9 16:43:24 2007 Subject: sane-backends can't be verified Message-ID: <70DDE119-6DA6-4C79-B77B-5AD26BC48D44@pacific.net.au> I'm now running a new macBook and on this machine the experience of macports in fantastic. My first problem, I cannot complete the install of the Gimp because sane-backends cannot verify themselves. The checksums don't match. malcolm From bscheren at ulb.ac.be Thu Aug 2 04:26:50 2007 From: bscheren at ulb.ac.be (Bart Scherens) Date: Tue Oct 9 16:43:24 2007 Subject: Install problem ntop using Message-ID: Hello all, I run into a problem trying to install ntop via Macports on OS10.4.10 on a G4 PPC (a similar install on a MacBook(intel) 10.4.10 was without problems). I tried several things, even installing from source (both ntop-3.2 and ntop-3.3) but always get blocked with the following error message (see below). Can someone tell me what I am doing wrong (I am not an expert at all) and help me solving this problem ? Thanks in advance Bart Error message : sudo port install ntop ---> Fetching ntop ---> Verifying checksum(s) for ntop ---> Extracting ntop ---> Configuring ntop ---> Building ntop with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macport s.org_release_ports_net_ntop/work/ntop-3.2" && gnumake all " returned error 2 Command output: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT prefs.lo -MD -MP -MF .deps/prefs.Tpo -c prefs.c -o prefs.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT protocols.lo -MD -MP -MF ".deps/protocols.Tpo" -c -o protocols.lo protocols.c; \ then mv -f ".deps/protocols.Tpo" ".deps/protocols.Plo"; else rm -f ".deps/protocols.Tpo"; exit 1; fi /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT protocols.lo -MD -MP -MF .deps/protocols.Tpo -c protocols.c -fno-common -DPIC -o .libs/protocols.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT protocols.lo -MD -MP -MF .deps/protocols.Tpo -c protocols.c -o protocols.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT sessions.lo -MD -MP -MF ".deps/sessions.Tpo" -c -o sessions.lo sessions.c; \ then mv -f ".deps/sessions.Tpo" ".deps/sessions.Plo"; else rm -f ".deps/sessions.Tpo"; exit 1; fi /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT sessions.lo -MD -MP -MF .deps/sessions.Tpo -c sessions.c -fno-common -DPIC -o .libs/sessions.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT sessions.lo -MD -MP -MF .deps/sessions.Tpo -c sessions.c -o sessions.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT term.lo -MD -MP -MF ".deps/term.Tpo" -c -o term.lo term.c; \ then mv -f ".deps/term.Tpo" ".deps/term.Plo"; else rm -f ".deps/term.Tpo"; exit 1; fi /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT term.lo -MD -MP -MF .deps/term.Tpo -c term.c -fno-common -DPIC -o .libs/term.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT term.lo -MD -MP -MF .deps/term.Tpo -c term.c -o term.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT util.lo -MD -MP -MF ".deps/util.Tpo" -c -o util.lo util.c; \ then mv -f ".deps/util.Tpo" ".deps/util.Plo"; else rm -f ".deps/util.Tpo"; exit 1; fi /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fno-common -DPIC -o .libs/util.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT utildl.lo -MD -MP -MF ".deps/utildl.Tpo" -c -o utildl.lo utildl.c; \ then mv -f ".deps/utildl.Tpo" ".deps/utildl.Plo"; else rm -f ".deps/utildl.Tpo"; exit 1; fi /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT utildl.lo -MD -MP -MF .deps/utildl.Tpo -c utildl.c -fno-common -DPIC -o .libs/utildl.o utildl.c: In function 'getDynamicLoadPaths': utildl.c:95: error: 'Dl_info' undeclared (first use in this function) utildl.c:95: error: (Each undeclared identifier is reported only once utildl.c:95: error: for each function it appears in.) utildl.c:95: error: parse error before "info" utildl.c:100: error: 'info' undeclared (first use in this function) utildl.c:102: warning: nested extern declaration of 'dladdr' gnumake[2]: *** [utildl.lo] Error 1 gnumake[1]: *** [all-recursive] Error 1 gnumake: *** [all] Error 2 Error: Status 1 encountered during processing. From bengt.nilsson11 at spray.se Thu Aug 2 05:12:17 2007 From: bengt.nilsson11 at spray.se (Bengt Nilsson) Date: Tue Oct 9 16:43:24 2007 Subject: wxgtk fails to install Message-ID: <1BF2996B-D318-4680-AF0A-D7599C9D50E2@spray.se> Hi! wxgtk fails to install: mc2-p039:/Users/bnilsson root# port install wxgtk ---> Fetching wxgtk ---> Attempting to fetch wxGTK-2.8.4.tar.bz2 from http:// downloads.sourceforge.net/wxwindows ---> Verifying checksum(s) for wxgtk ---> Extracting wxgtk ---> Applying patches to wxgtk ---> Configuring wxgtk ---> Building wxgtk 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_x11_wxg tk/work/wxGTK-2.8.4" && make all " returned error 2 Command output: ./src/unix/utilsx11.cpp:249: error: 'XSendEvent' was not declared in this scope /src/unix/utilsx11.cpp:258: error: 'XChangeProperty' was not declared in this scope /src/unix/utilsx11.cpp: In function 'void wxWMspecSetState(Display*, Window, Window, int, Atom)': /src/unix/utilsx11.cpp:338: error: 'XInternAtom' was not declared in this scope /src/unix/utilsx11.cpp:358: error: 'XSendEvent' was not declared in this scope /src/unix/utilsx11.cpp: In function 'void wxWMspecSetFullscreen (Display*, Window, Window, bool)': /src/unix/utilsx11.cpp:367: error: 'XInternAtom' was not declared in this scope /src/unix/utilsx11.cpp: In function 'bool wxKwinRunning(Display*, Window)': /src/unix/utilsx11.cpp:379: error: 'XInternAtom' was not declared in this scope /src/unix/utilsx11.cpp:388: error: 'XGetWindowProperty' was not declared in this scope /src/unix/utilsx11.cpp:395: error: 'XFree' was not declared in this scope /src/unix/utilsx11.cpp: In function 'void wxSetKDEFullscreen (Display*, Window, Window, bool, wxRect*)': /src/unix/utilsx11.cpp:407: error: 'XInternAtom' was not declared in this scope /src/unix/utilsx11.cpp:408: error: 'XInternAtom' was not declared in this scope /src/unix/utilsx11.cpp:409: error: 'XInternAtom' was not declared in this scope /src/unix/utilsx11.cpp:410: error: 'XInternAtom' was not declared in this scope /src/unix/utilsx11.cpp:426: error: 'XSync' was not declared in this scope /src/unix/utilsx11.cpp:431: error: 'XUnmapWindow' was not declared in this scope /src/unix/utilsx11.cpp:436: error: 'XChangeProperty' was not declared in this scope /src/unix/utilsx11.cpp:441: error: 'XMapRaised' was not declared in this scope /src/unix/utilsx11.cpp:460: error: 'XMoveResizeWindow' was not declared in this scope /src/unix/utilsx11.cpp: In function 'wxX11FullScreenMethod wxGetFullScreenMethodX11(WXDisplay*, void*)': /src/unix/utilsx11.cpp:473: error: 'XInternAtom' was not declared in this scope /src/unix/utilsx11.cpp: In function 'bool wxGetKeyState(wxKeyCode)': /src/unix/utilsx11.cpp:814: error: 'XKeysymToKeycode' was not declared in this scope /src/unix/utilsx11.cpp:820: error: 'XGetModifierMapping' was not declared in this scope /src/unix/utilsx11.cpp:832: error: 'XQueryPointer' was not declared in this scope /src/unix/utilsx11.cpp:833: error: 'XFreeModifiermap' was not declared in this scope /src/unix/utilsx11.cpp:843: error: 'XQueryKeymap' was not declared in this scope make: *** [coredll_utilsx11.o] Error 1 I am using MacPorts 1.5 and I have done "port sync". Anything I can do? bnilsson From jwa at macports.org Thu Aug 2 05:17:58 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:43:24 2007 Subject: wxgtk fails to install In-Reply-To: <1BF2996B-D318-4680-AF0A-D7599C9D50E2@spray.se> References: <1BF2996B-D318-4680-AF0A-D7599C9D50E2@spray.se> Message-ID: <7135F127-B0CE-4D5D-9E98-661BF558D1D8@macports.org> On 2.8.2007, at 15.12, Bengt Nilsson wrote: > Hi! > > wxgtk fails to install: > > mc2-p039:/Users/bnilsson root# port install wxgtk > ---> Fetching wxgtk > ---> Attempting to fetch wxGTK-2.8.4.tar.bz2 from http:// > downloads.sourceforge.net/wxwindows > ---> Verifying checksum(s) for wxgtk > ---> Extracting wxgtk > ---> Applying patches to wxgtk > ---> Configuring wxgtk > ---> Building wxgtk 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_x11_w > xgtk/work/wxGTK-2.8.4" && make all " returned error 2 > Command output: ./src/unix/utilsx11.cpp:249: error: 'XSendEvent' > was not declared in this scope > /src/unix/utilsx11.cpp:258: error: 'XChangeProperty' was not > declared in this scope > /src/unix/utilsx11.cpp: In function 'void wxWMspecSetState > (Display*, Window, Window, int, Atom)': > /src/unix/utilsx11.cpp:338: error: 'XInternAtom' was not declared > in this scope > /src/unix/utilsx11.cpp:358: error: 'XSendEvent' was not declared in > this scope > /src/unix/utilsx11.cpp: In function 'void wxWMspecSetFullscreen > (Display*, Window, Window, bool)': > /src/unix/utilsx11.cpp:367: error: 'XInternAtom' was not declared > in this scope > /src/unix/utilsx11.cpp: In function 'bool wxKwinRunning(Display*, > Window)': > /src/unix/utilsx11.cpp:379: error: 'XInternAtom' was not declared > in this scope > /src/unix/utilsx11.cpp:388: error: 'XGetWindowProperty' was not > declared in this scope > /src/unix/utilsx11.cpp:395: error: 'XFree' was not declared in this > scope > /src/unix/utilsx11.cpp: In function 'void wxSetKDEFullscreen > (Display*, Window, Window, bool, wxRect*)': > /src/unix/utilsx11.cpp:407: error: 'XInternAtom' was not declared > in this scope > /src/unix/utilsx11.cpp:408: error: 'XInternAtom' was not declared > in this scope > /src/unix/utilsx11.cpp:409: error: 'XInternAtom' was not declared > in this scope > /src/unix/utilsx11.cpp:410: error: 'XInternAtom' was not declared > in this scope > /src/unix/utilsx11.cpp:426: error: 'XSync' was not declared in this > scope > /src/unix/utilsx11.cpp:431: error: 'XUnmapWindow' was not declared > in this scope > /src/unix/utilsx11.cpp:436: error: 'XChangeProperty' was not > declared in this scope > /src/unix/utilsx11.cpp:441: error: 'XMapRaised' was not declared in > this scope > /src/unix/utilsx11.cpp:460: error: 'XMoveResizeWindow' was not > declared in this scope > /src/unix/utilsx11.cpp: In function 'wxX11FullScreenMethod > wxGetFullScreenMethodX11(WXDisplay*, void*)': > /src/unix/utilsx11.cpp:473: error: 'XInternAtom' was not declared > in this scope > /src/unix/utilsx11.cpp: In function 'bool wxGetKeyState(wxKeyCode)': > /src/unix/utilsx11.cpp:814: error: 'XKeysymToKeycode' was not > declared in this scope > /src/unix/utilsx11.cpp:820: error: 'XGetModifierMapping' was not > declared in this scope > /src/unix/utilsx11.cpp:832: error: 'XQueryPointer' was not declared > in this scope > /src/unix/utilsx11.cpp:833: error: 'XFreeModifiermap' was not > declared in this scope > /src/unix/utilsx11.cpp:843: error: 'XQueryKeymap' was not declared > in this scope > make: *** [coredll_utilsx11.o] Error 1 > > I am using MacPorts 1.5 and I have done "port sync". > > Anything I can do? > > bnilsson > Hi, just a quick guess, check whether you have X11 stuff from Xcode installed, and if not, do install that. If you made the step, try again, if not, quit! ! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From bengt.nilsson11 at spray.se Thu Aug 2 06:37:23 2007 From: bengt.nilsson11 at spray.se (Bengt Nilsson) Date: Tue Oct 9 16:43:24 2007 Subject: variants (stupid) question Message-ID: Hi! Just to clarify for me about variants: should the syntax be port install +variant or port install +-variant Excuse my ignorance and disability to understand the documentation. bnilsson using MacPorts 1.5 From jwa at macports.org Thu Aug 2 07:02:00 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:43:24 2007 Subject: variants (stupid) question In-Reply-To: References: Message-ID: <05BCC6E8-83E1-4CB8-8AC2-22D59C4DC584@macports.org> On 2.8.2007, at 16.37, Bengt Nilsson wrote: > Hi! > > Just to clarify for me about variants: > > should the syntax be > > port install +variant > > or > > port install +-variant > > Excuse my ignorance and disability to understand the documentation. > > bnilsson > using MacPorts 1.5 > > Hi, choose the first one, e.g. if you want to install php5 with pear support, you write 'sudo port install php5 +pear'. PS There are no stupid questions, the same can't be said about answers. ! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From david.trem at gmail.com Thu Aug 2 07:03:27 2007 From: david.trem at gmail.com (David Tremouilles) Date: Tue Oct 9 16:43:24 2007 Subject: python 2.5 and md5 problem Message-ID: <129e1cd10708020703q748a8831u1888406a19c8b8b0@mail.gmail.com> Hi, I have a problem with python 2.5 on my intel OSX 10.4.10 macport 1.5 When trying to import md5 I receive an error message saying that _md5 does not exist. Could somebody help? Regards, David From bengt.nilsson11 at spray.se Thu Aug 2 07:03:39 2007 From: bengt.nilsson11 at spray.se (Bengt Nilsson) Date: Tue Oct 9 16:43:24 2007 Subject: wxgtk fails to install In-Reply-To: <7135F127-B0CE-4D5D-9E98-661BF558D1D8@macports.org> References: <1BF2996B-D318-4680-AF0A-D7599C9D50E2@spray.se> <7135F127-B0CE-4D5D-9E98-661BF558D1D8@macports.org> Message-ID: Hi! I am running X11 regularly, using the original X11 optional install that came with the MacOSX. I have no basic X11 installed with macports. 2 aug 2007 kl. 14.17 skrev Jyrki Wahlstedt: > > On 2.8.2007, at 15.12, Bengt Nilsson wrote: > >> Hi! >> >> wxgtk fails to install: >> >> mc2-p039:/Users/bnilsson root# port install wxgtk >> ---> Fetching wxgtk >> ---> Attempting to fetch wxGTK-2.8.4.tar.bz2 from http:// >> downloads.sourceforge.net/wxwindows >> ---> Verifying checksum(s) for wxgtk >> ---> Extracting wxgtk >> ---> Applying patches to wxgtk >> ---> Configuring wxgtk >> ---> Building wxgtk 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_x11_ >> wxgtk/work/wxGTK-2.8.4" && make all " returned error 2 >> Command output: ./src/unix/utilsx11.cpp:249: error: 'XSendEvent' >> was not declared in this scope >> /src/unix/utilsx11.cpp:258: error: 'XChangeProperty' was not >> declared in this scope >> /src/unix/utilsx11.cpp: In function 'void wxWMspecSetState >> (Display*, Window, Window, int, Atom)': >> /src/unix/utilsx11.cpp:338: error: 'XInternAtom' was not declared >> in this scope >> /src/unix/utilsx11.cpp:358: error: 'XSendEvent' was not declared >> in this scope >> /src/unix/utilsx11.cpp: In function 'void wxWMspecSetFullscreen >> (Display*, Window, Window, bool)': >> /src/unix/utilsx11.cpp:367: error: 'XInternAtom' was not declared >> in this scope >> /src/unix/utilsx11.cpp: In function 'bool wxKwinRunning(Display*, >> Window)': >> /src/unix/utilsx11.cpp:379: error: 'XInternAtom' was not declared >> in this scope >> /src/unix/utilsx11.cpp:388: error: 'XGetWindowProperty' was not >> declared in this scope >> /src/unix/utilsx11.cpp:395: error: 'XFree' was not declared in >> this scope >> /src/unix/utilsx11.cpp: In function 'void wxSetKDEFullscreen >> (Display*, Window, Window, bool, wxRect*)': >> /src/unix/utilsx11.cpp:407: error: 'XInternAtom' was not declared >> in this scope >> /src/unix/utilsx11.cpp:408: error: 'XInternAtom' was not declared >> in this scope >> /src/unix/utilsx11.cpp:409: error: 'XInternAtom' was not declared >> in this scope >> /src/unix/utilsx11.cpp:410: error: 'XInternAtom' was not declared >> in this scope >> /src/unix/utilsx11.cpp:426: error: 'XSync' was not declared in >> this scope >> /src/unix/utilsx11.cpp:431: error: 'XUnmapWindow' was not declared >> in this scope >> /src/unix/utilsx11.cpp:436: error: 'XChangeProperty' was not >> declared in this scope >> /src/unix/utilsx11.cpp:441: error: 'XMapRaised' was not declared >> in this scope >> /src/unix/utilsx11.cpp:460: error: 'XMoveResizeWindow' was not >> declared in this scope >> /src/unix/utilsx11.cpp: In function 'wxX11FullScreenMethod >> wxGetFullScreenMethodX11(WXDisplay*, void*)': >> /src/unix/utilsx11.cpp:473: error: 'XInternAtom' was not declared >> in this scope >> /src/unix/utilsx11.cpp: In function 'bool wxGetKeyState(wxKeyCode)': >> /src/unix/utilsx11.cpp:814: error: 'XKeysymToKeycode' was not >> declared in this scope >> /src/unix/utilsx11.cpp:820: error: 'XGetModifierMapping' was not >> declared in this scope >> /src/unix/utilsx11.cpp:832: error: 'XQueryPointer' was not >> declared in this scope >> /src/unix/utilsx11.cpp:833: error: 'XFreeModifiermap' was not >> declared in this scope >> /src/unix/utilsx11.cpp:843: error: 'XQueryKeymap' was not declared >> in this scope >> make: *** [coredll_utilsx11.o] Error 1 >> >> I am using MacPorts 1.5 and I have done "port sync". >> >> Anything I can do? >> >> bnilsson >> > Hi, just a quick guess, check whether you have X11 stuff from Xcode > installed, and if not, do install that. If you made the step, try > again, if not, quit! > ! > ! Jyrki Wahlstedt > ! http://www.wahlstedt.fi/jyrki/ > ! > ! Our life is no dream; but it ought to become one and perhaps will. > ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 > A780 6366 EFD9 139C C386 > > > From bengt.nilsson11 at spray.se Thu Aug 2 07:12:56 2007 From: bengt.nilsson11 at spray.se (Bengt Nilsson) Date: Tue Oct 9 16:43:24 2007 Subject: freetype +universal fails to install Message-ID: Hi! I have a problem with freetype universal binary variant: mc2-p039:/Users/bnilsson root# port install freetype +universal ---> Fetching freetype ---> Verifying checksum(s) for freetype ---> Extracting freetype ---> Applying patches to freetype ---> Configuring freetype ---> Building freetype 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_print_f reetype/work/freetype-2.3.5" && make all " returned error 2 Command output: ld: Undefined symbols: ___error _close _fcntl _free _fstat _malloc _mmap _munmap _open _read _realloc _longjmp _memcpy _memmove _memset _strcat _strcmp _strncpy _strrchr _strstr _qsort _strncmp _atol _sprintf _memchr _setjmp /usr/bin/libtool: internal link edit command failed lipo: can't figure out the architecture type of: /var/tmp//ccT2NK0s.out make: *** [/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_print_f reetype/work/freetype-2.3.5/objs/libfreetype.la] Error 1 Seems simple, but I don't know how to fix it. bnilsson MacPorts 1.5 From dluke at geeklair.net Thu Aug 2 07:32:12 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:43:24 2007 Subject: python 2.5 and md5 problem In-Reply-To: <129e1cd10708020703q748a8831u1888406a19c8b8b0@mail.gmail.com> References: <129e1cd10708020703q748a8831u1888406a19c8b8b0@mail.gmail.com> Message-ID: <0106E462-ED41-4E13-8E09-CE736F988153@geeklair.net> On Aug 2, 2007, at 10:03 AM, David Tremouilles wrote: > I have a problem with python 2.5 on my intel OSX 10.4.10 macport 1.5 > > When trying to > import md5 > I receive an error message saying that _md5 does not exist. > > Could somebody help? Install the py25-crypto port. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070802/d0efbc4e/PGP.bin From bengt.nilsson11 at spray.se Thu Aug 2 07:40:19 2007 From: bengt.nilsson11 at spray.se (Bengt Nilsson) Date: Tue Oct 9 16:43:24 2007 Subject: wxgtk fails to install In-Reply-To: <473EADF3-4C10-43A2-94A0-4487F67A9961@macports.org> References: <1BF2996B-D318-4680-AF0A-D7599C9D50E2@spray.se> <7135F127-B0CE-4D5D-9E98-661BF558D1D8@macports.org> <0325A6BF-A3E3-4FA0-BA3F-16FE041E0DA0@spray.se> <473EADF3-4C10-43A2-94A0-4487F67A9961@macports.org> Message-ID: Hi! 2 aug 2007 kl. 16.07 skrev Jyrki Wahlstedt: > > On 2.8.2007, at 16.18, Bengt Nilsson wrote: > >> Hi! >> >> I am running X11 regularly, using the original X11 optional >> install that came with the MacOSX. >> I have no basic X11 installed with macports. >> > This is not, what I meant. The OS X X11 package install gives you > the runtime environment. You should install X11 SDK from Xcode > tools (2.4.1 image). This gives you at least some more definitions, > hopefully enough of them. I did that, and I suspect I already had it. Anyway, there was no improvement. > >> 2 aug 2007 kl. 14.17 skrev Jyrki Wahlstedt: >> >>>> > >>>> >>> Hi, just a quick guess, check whether you have X11 stuff from >>> Xcode installed, and if not, do install that. If you made the >>> step, try again, if not, quit! >>> ! > > ! > ! Jyrki Wahlstedt > ! http://www.wahlstedt.fi/jyrki/ > ! > ! Our life is no dream; but it ought to become one and perhaps will. > ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 > A780 6366 EFD9 139C C386 > > > From ludwig at fh-worms.de Thu Aug 2 07:49:40 2007 From: ludwig at fh-worms.de (Christoph Ludwig) Date: Tue Oct 9 16:43:24 2007 Subject: python 2.5 and md5 problem In-Reply-To: <129e1cd10708020703q748a8831u1888406a19c8b8b0@mail.gmail.com> References: <129e1cd10708020703q748a8831u1888406a19c8b8b0@mail.gmail.com> Message-ID: <20070802144939.GA710@castellio.ztt.fh-worms.de> Hi, On Thu, Aug 02, 2007 at 04:03:27PM +0200, David Tremouilles wrote: > I have a problem with python 2.5 on my intel OSX 10.4.10 macport 1.5 > > When trying to > import md5 > I receive an error message saying that _md5 does not exist. you need to install the py25-hashlib port. Regards Christoph -- FH Worms - University of Applied Sciences Fachbereich Informatik / Telekommunikation Erenburgerstr. 19, 67549 Worms, Germany From david.trem at gmail.com Thu Aug 2 07:54:15 2007 From: david.trem at gmail.com (David Tremouilles) Date: Tue Oct 9 16:43:24 2007 Subject: python 2.5 and md5 problem In-Reply-To: <0106E462-ED41-4E13-8E09-CE736F988153@geeklair.net> References: <129e1cd10708020703q748a8831u1888406a19c8b8b0@mail.gmail.com> <0106E462-ED41-4E13-8E09-CE736F988153@geeklair.net> Message-ID: <129e1cd10708020754p158774aekd70d84d88c50d00f@mail.gmail.com> OK thanks ! Problem solved! installing py25-haslib solved the problem (py25-crypto does not help) David 2007/8/2, Daniel J. Luke : > On Aug 2, 2007, at 10:03 AM, David Tremouilles wrote: > > I have a problem with python 2.5 on my intel OSX 10.4.10 macport 1.5 > > > > When trying to > > import md5 > > I receive an error message saying that _md5 does not exist. > > > > Could somebody help? > > Install the py25-crypto port. > -- > Daniel J. Luke > +========================================================+ > | *---------------- dluke@geeklair.net ----------------* | > | *-------------- http://www.geeklair.net -------------* | > +========================================================+ > | Opinions expressed are mine and do not necessarily | > | reflect the opinions of my employer. | > +========================================================+ > > > > From decker at robdecker.com Thu Aug 2 08:52:42 2007 From: decker at robdecker.com (Robert A. Decker) Date: Tue Oct 9 16:43:24 2007 Subject: problem installing bugzilla - p5-perlmagick Message-ID: <268F2D60-A56E-41D2-B4C5-0644AFB4593F@robdecker.com> I'm working with a completely new install of macports - completely new /opt/local/. When trying to port install bugzilla I come across a problem with p5- perlmagick, some of the output is at the end of this message. Going through the output it looks like all of the errors might just be warnings. Is there a certain number of warnings that trigger an error? Is there anything I can do to get around this? R ... ... ... DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5 -perlmagick/work/PerlMagick-6.32" && make all' /usr/bin/gcc-4.0 -c -I../ -I.. -I/usr/include/librsvg-2 -I/usr/ include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/graphviz -I/usr/include/freetype2 -I/usr/include/ libxml2 -I/opt/local/include -fno-common -DPERL_DARWIN -no-cpp- precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/ opt/local/include -g -O2 -Wall -W -pthread -O3 -DVERSION=\"6.3.2\" - DXS_VERSION=\"6.3.2\" "-I/opt/local/lib/perl5/5.8.8/darwin-2level/ CORE" -D_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c powerpc-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread' Magick.xs:212: warning: missing initializer Magick.xs:212: warning: (near initialization for 'Methods[8].arguments') ... ... ... Magick.c:10556: warning: unused variable 'ix' make: *** [Magick.o] Error 1 Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5 -perlmagick/work/PerlMagick-6.32" && make all " returned error 2 Command output: Magick.c:9010: warning: unused variable 'ref' ... ... ... Magick.c:10561: warning: unused variable 'ref' Magick.c:10556: warning: unused variable 'ix' make: *** [Magick.o] Error 1 Warning: the following items did not execute (for p5-perlmagick): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. From david.trem at gmail.com Thu Aug 2 08:53:53 2007 From: david.trem at gmail.com (David Tremouilles) Date: Tue Oct 9 16:43:24 2007 Subject: problem installing py25-readline on intel OSX Message-ID: <129e1cd10708020853n37ba56eid7927da7ce17572e@mail.gmail.com> Hi again, A problem with py25-readline on intel OSX 10.4.10 macport 1.5 Could somebody help. Here is the output of "sudo port install py25-readline": ---> Building py25-readline with target build Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-readline/work/Python-2.5.1/Modules" && /opt/local/bin/python2.5 setup.py build " returned error 1 Command output: running build running build_ext building 'readline' extension /usr/bin/gcc-4.0 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib -bundle -undefined dynamic_lookup build/temp.macosx-10.3-fat-2.5/readline.o -L/opt/local/lib -lreadline -o build/lib.macosx-10.3-fat-2.5/readline.so /usr/bin/ld: for architecture i386 /usr/bin/ld: warning -prebind has no effect with -bundle /usr/bin/ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libncurses.5.dylib referenced from: /opt/local/lib/libreadline.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) /usr/bin/ld: Undefined symbols: _tgoto referenced from libreadline expected to be defined in /opt/local/lib/libncurses.5.dylib _tputs referenced from libreadline expected to be defined in /opt/local/lib/libncurses.5.dylib _tgetent referenced from libreadline expected to be defined in /opt/local/lib/libncurses.5.dylib _tgetflag referenced from libreadline expected to be defined in /opt/local/lib/libncurses.5.dylib _tgetnum referenced from libreadline expected to be defined in /opt/local/lib/libncurses.5.dylib _tgetstr referenced from libreadline expected to be defined in /opt/local/lib/libncurses.5.dylib collect2: ld returned 1 exit status /usr/bin/ld: for architecture ppc /usr/bin/ld: warning -prebind has no effect with -bundle /usr/bin/ld: warning /opt/local/lib/libreadline.dylib cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded) lipo: can't open input file: /var/tmp//ccQCz6pN.out (No such file or directory) error: command '/usr/bin/gcc-4.0' failed with exit status 1 From decker at robdecker.com Thu Aug 2 13:18:05 2007 From: decker at robdecker.com (Robert A. Decker) Date: Tue Oct 9 16:43:24 2007 Subject: problem installing bugzilla - p5-perlmagick In-Reply-To: <268F2D60-A56E-41D2-B4C5-0644AFB4593F@robdecker.com> References: <268F2D60-A56E-41D2-B4C5-0644AFB4593F@robdecker.com> Message-ID: <78FB38F0-9D34-4F5A-852A-1C454D64E189@robdecker.com> I just found a similar bug in the bug tracking system. Bug #12071: http://trac.macports.org/projects/macports/ticket/12071 However, the last time it was modified was 2 months ago. How long does it typically take for a bug like this to be fixed? R On Aug 2, 2007, at 8:52 AM, Robert A. Decker wrote: > I'm working with a completely new install of macports - completely > new /opt/local/. > > When trying to port install bugzilla I come across a problem with > p5-perlmagick, some of the output is at the end of this message. > > Going through the output it looks like all of the errors might just > be warnings. Is there a certain number of warnings that trigger an > error? > > Is there anything I can do to get around this? > > R > > > > > > ... > ... > ... > DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_ > p5-perlmagick/work/PerlMagick-6.32" && make all' > /usr/bin/gcc-4.0 -c -I../ -I.. -I/usr/include/librsvg-2 -I/usr/ > include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/ > gtk-2.0 -I/usr/include/graphviz -I/usr/include/freetype2 -I/usr/ > include/libxml2 -I/opt/local/include -fno-common -DPERL_DARWIN -no- > cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after- > statement -I/opt/local/include -g -O2 -Wall -W -pthread -O3 - > DVERSION=\"6.3.2\" -DXS_VERSION=\"6.3.2\" "-I/opt/local/lib/ > perl5/5.8.8/darwin-2level/CORE" -D_LARGE_FILES=1 -DHAVE_CONFIG_H > Magick.c > powerpc-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread' > Magick.xs:212: warning: missing initializer > Magick.xs:212: warning: (near initialization for 'Methods > [8].arguments') > ... > ... > ... > Magick.c:10556: warning: unused variable 'ix' > make: *** [Magick.o] Error 1 > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_ > p5-perlmagick/work/PerlMagick-6.32" && make all " returned error 2 > Command output: Magick.c:9010: warning: unused variable 'ref' > ... > ... > ... > Magick.c:10561: warning: unused variable 'ref' > Magick.c:10556: warning: unused variable 'ix' > make: *** [Magick.o] Error 1 > > Warning: the following items did not execute (for p5-perlmagick): > org.macports.activate org.macports.build org.macports.destroot > org.macports.install > Error: Status 1 encountered during processing. > > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From decker at robdecker.com Thu Aug 2 13:46:59 2007 From: decker at robdecker.com (Robert A. Decker) Date: Tue Oct 9 16:43:24 2007 Subject: problem installing bugzilla - p5-perlmagick In-Reply-To: <78FB38F0-9D34-4F5A-852A-1C454D64E189@robdecker.com> References: <268F2D60-A56E-41D2-B4C5-0644AFB4593F@robdecker.com> <78FB38F0-9D34-4F5A-852A-1C454D64E189@robdecker.com> Message-ID: <729FDC62-7F42-4B12-ABBA-28EE281B183C@robdecker.com> Sorry for sending all these emails on this - I have more info. It doesn't look like I can edit the bug in the bug tracking system so I'm posting it here hoping someone else can do so. Mixed in all the warnings I found the error that's stopping the build: Magick.xs:436: warning: (near initialization for 'Methods [103].arguments') Magick.xs: In function 'constant': Magick.xs:535: warning: unused parameter 'sans' Magick.xs: In function 'SetAttribute': Magick.xs:1583: error: 'struct _Image' has no member named 'origin' Magick.c: In function 'XS_Image__Magick_UNLOAD': Magick.c:2129: warning: unused parameter 'cv' ('struct _Image' has no member named 'origin') R On Aug 2, 2007, at 1:18 PM, Robert A. Decker wrote: > I just found a similar bug in the bug tracking system. Bug #12071: > http://trac.macports.org/projects/macports/ticket/12071 > > However, the last time it was modified was 2 months ago. How long > does it typically take for a bug like this to be fixed? > > R > > > On Aug 2, 2007, at 8:52 AM, Robert A. Decker wrote: > >> I'm working with a completely new install of macports - completely >> new /opt/local/. >> >> When trying to port install bugzilla I come across a problem with >> p5-perlmagick, some of the output is at the end of this message. >> >> Going through the output it looks like all of the errors might >> just be warnings. Is there a certain number of warnings that >> trigger an error? >> >> Is there anything I can do to get around this? >> >> R >> >> >> >> >> >> ... >> ... >> ... >> DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync.macports.org_release_ports_perl >> _p5-perlmagick/work/PerlMagick-6.32" && make all' >> /usr/bin/gcc-4.0 -c -I../ -I.. -I/usr/include/librsvg-2 -I/usr/ >> include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/ >> gtk-2.0 -I/usr/include/graphviz -I/usr/include/freetype2 -I/usr/ >> include/libxml2 -I/opt/local/include -fno-common -DPERL_DARWIN -no- >> cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after- >> statement -I/opt/local/include -g -O2 -Wall -W -pthread -O3 - >> DVERSION=\"6.3.2\" -DXS_VERSION=\"6.3.2\" "-I/opt/local/lib/ >> perl5/5.8.8/darwin-2level/CORE" -D_LARGE_FILES=1 -DHAVE_CONFIG_H >> Magick.c >> powerpc-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread' >> Magick.xs:212: warning: missing initializer >> Magick.xs:212: warning: (near initialization for 'Methods >> [8].arguments') >> ... >> ... >> ... >> Magick.c:10556: warning: unused variable 'ix' >> make: *** [Magick.o] Error 1 >> Error: Target org.macports.build returned: shell command " cd "/ >> opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync.macports.org_release_ports_perl >> _p5-perlmagick/work/PerlMagick-6.32" && make all " returned error 2 >> Command output: Magick.c:9010: warning: unused variable 'ref' >> ... >> ... >> ... >> Magick.c:10561: warning: unused variable 'ref' >> Magick.c:10556: warning: unused variable 'ix' >> make: *** [Magick.o] Error 1 >> >> Warning: the following items did not execute (for p5-perlmagick): >> org.macports.activate org.macports.build org.macports.destroot >> org.macports.install >> Error: Status 1 encountered during processing. >> >> >> >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From markd at macports.org Thu Aug 2 15:18:34 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:24 2007 Subject: was p5-perlmagick .. do we need bugzilla 2.22? In-Reply-To: <729FDC62-7F42-4B12-ABBA-28EE281B183C@robdecker.com> References: <729FDC62-7F42-4B12-ABBA-28EE281B183C@robdecker.com> Message-ID: "Robert A. Decker" writes: >Sorry for sending all these emails on this - I have more info. It >doesn't look like I can edit the bug in the bug tracking system so >I'm posting it here hoping someone else can do so. > >Mixed in all the warnings I found the error that's stopping the build: >Magick.xs:436: warning: (near initialization for 'Methods >[103].arguments') >Magick.xs: In function 'constant': >Magick.xs:535: warning: unused parameter 'sans' >Magick.xs: In function 'SetAttribute': >Magick.xs:1583: error: 'struct _Image' has no member named 'origin' >Magick.c: In function 'XS_Image__Magick_UNLOAD': >Magick.c:2129: warning: unused parameter 'cv' > >('struct _Image' has no member named 'origin') And Bugzilla looks a little out-of-date. Would you like to use bugzilla 3.0? I just updated a local Portfile for bugzilla to 3.0 using mysql5 etc, but it needs tested. Were you using mysql4 already? If not I'd go with mysql5 because I think it will require some extra work to get mysql4 working since everything defaults to v5 now. As far as perlmagick, the unbundled perlmagick looks to be broken from CPAN. If you uninstall imagemagick and reinstall it using +perl variant it will install perlmagick. We may need to delete that p5-perlmagick CPAN port. sudo port uninstall imagemagick sudo port clean --all imagemagick sudo port install imagemagick +perl For some reason the Portfile sets the apache docroot at "${prefix}/www", I would think it ${prefix}/apache2/htdocs would be more natural. I'm not sure whether to change it or leave it alone. Mark From raimue at macports.org Thu Aug 2 15:24:14 2007 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Tue Oct 9 16:43:24 2007 Subject: variants (stupid) question In-Reply-To: References: Message-ID: <46B2598E.6070605@macports.org> Bengt Nilsson wrote: [variant selection syntax] To enable a variant use +variant. port install foo +variant But if it is already selected by default_variants in the Portfile, and you need to disable it, you can use -variant, too. port install foo -variant HTH, Rainer From markd at macports.org Thu Aug 2 18:36:17 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:25 2007 Subject: was p5-perlmagick .. do we need bugzilla 2.22? In-Reply-To: References: Message-ID: "Robert A. Decker" writes: >I would love to use a more current version of bugzilla. I am using >mysql5 now. > >The version of PerlMagick that this package is tied to definitely has >a bug in it. I was able to download the 6.32 version of ImageMagick >(which has PerlMagick in it) from http://www.imagemagick.org/script/ >download.php and was able to build that without a problem. I did a >diff between the two versions but there's too many diffs for it to >really be useful. That's weird, but neither FreeBSD nor Gentoo even have a separate perlmagick port so it must not be necessary. Have you re-installed imagemagick using +perl? > >(I still haven't figured out how to let port know that I successfully >installed PerlMagick - it seems to try to build it again each time, >and of course fails) > >So, how do I go about using your bugzilla portfile? I attached a portfile for 3.0. To use it see the section Local Portfile Respositories here: http://geeklair.net/new_macports_guide/ One thing I don't understand it that it isn't creating a localconfig file like the docs say it should. I can't understand why. Mark -------------- next part -------------- A non-text attachment was scrubbed... Name: Portfile Type: application/octet-stream Size: 4574 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070802/33b3c9ca/Portfile.obj From ryandesign at macports.org Thu Aug 2 19:09:25 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:25 2007 Subject: freetype +universal fails to install In-Reply-To: References: Message-ID: <8D614168-AD73-4B79-A2FB-FEF64733B27C@macports.org> On Aug 2, 2007, at 09:12, Bengt Nilsson wrote: > I have a problem with freetype universal binary variant: > > mc2-p039:/Users/bnilsson root# port install freetype +universal > ---> Fetching freetype > ---> Verifying checksum(s) for freetype > ---> Extracting freetype > ---> Applying patches to freetype > ---> Configuring freetype > ---> Building freetype 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_print > _freetype/work/freetype-2.3.5" && make all " returned error 2 > Command output: ld: Undefined symbols: > ___error > _close > _fcntl > _free > _fstat > _malloc > _mmap > _munmap > _open > _read > _realloc > _longjmp > _memcpy > _memmove > _memset > _strcat > _strcmp > _strncpy > _strrchr > _strstr > _qsort > _strncmp > _atol > _sprintf > _memchr > _setjmp > /usr/bin/libtool: internal link edit command failed > lipo: can't figure out the architecture type of: /var/tmp// > ccT2NK0s.out > make: *** [/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_print > _freetype/work/freetype-2.3.5/objs/libfreetype.la] Error 1 > > Seems simple, but I don't know how to fix it. > > bnilsson > MacPorts 1.5 Unable to reproduce. "sudo port install freetype +doc +universal" works fine for me on Mac OS X 10.4.10 with Xcode 2.4.1 on Intel Core 2 Duo. What system are you on? What version of Xcode do you have? Can you please show us verbose debug output ("sudo port -dv install freetype +universal")? From ryandesign at macports.org Thu Aug 2 19:12:08 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:25 2007 Subject: sane-backends can't be verified In-Reply-To: <70DDE119-6DA6-4C79-B77B-5AD26BC48D44@pacific.net.au> References: <70DDE119-6DA6-4C79-B77B-5AD26BC48D44@pacific.net.au> Message-ID: On Aug 1, 2007, at 18:45, Malcolm Fitzgerald wrote: > My first problem, I cannot complete the install of the Gimp because > sane-backends cannot verify themselves. The checksums don't match. There is already a bug report for this: http://trac.macosforge.org/projects/macports/ticket/12307 Try the steps suggested in that bug. If that does not work, contact the port maintainer. From ryandesign at macports.org Thu Aug 2 19:14:36 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:25 2007 Subject: problem installing bugzilla - p5-perlmagick In-Reply-To: <78FB38F0-9D34-4F5A-852A-1C454D64E189@robdecker.com> References: <268F2D60-A56E-41D2-B4C5-0644AFB4593F@robdecker.com> <78FB38F0-9D34-4F5A-852A-1C454D64E189@robdecker.com> Message-ID: <49C7309D-4D8C-4F3F-AFB6-F1B2218AC616@macports.org> On Aug 2, 2007, at 15:18, Robert A. Decker wrote: > I just found a similar bug in the bug tracking system. Bug #12071: > http://trac.macports.org/projects/macports/ticket/12071 > > However, the last time it was modified was 2 months ago. How long > does it typically take for a bug like this to be fixed? Bugs will not get fixed until someone notices them, discovers how to fix them, and commits the fix. The bug did not Cc the maintainer, so the maintainer may never have seen the bug. I have Cc'd the maintainer now. From ryandesign at macports.org Thu Aug 2 19:15:38 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:25 2007 Subject: problem installing py25-readline on intel OSX In-Reply-To: <129e1cd10708020853n37ba56eid7927da7ce17572e@mail.gmail.com> References: <129e1cd10708020853n37ba56eid7927da7ce17572e@mail.gmail.com> Message-ID: <19441D43-9FB8-4246-868F-549D3BC3C566@macports.org> On Aug 2, 2007, at 10:53, David Tremouilles wrote: > A problem with py25-readline on intel OSX 10.4.10 macport 1.5 > Could somebody help. > Here is the output of "sudo port install py25-readline": > > ---> Building py25-readline with target build > Error: Target org.macports.build returned: shell command " cd > "/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_pytho > n_py25-readline/work/Python-2.5.1/Modules" > && /opt/local/bin/python2.5 setup.py build " returned error 1 > Command output: running build > running build_ext > building 'readline' extension > /usr/bin/gcc-4.0 -arch i386 -arch ppc -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib -bundle -undefined > dynamic_lookup build/temp.macosx-10.3-fat-2.5/readline.o > -L/opt/local/lib -lreadline -o > build/lib.macosx-10.3-fat-2.5/readline.so > /usr/bin/ld: for architecture i386 > /usr/bin/ld: warning -prebind has no effect with -bundle > /usr/bin/ld: warning can't open dynamic library: > /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libncurses.5.dylib > referenced from: /opt/local/lib/libreadline.dylib (checking for > undefined symbols may be affected) (No such file or directory, errno = > 2) > /usr/bin/ld: Undefined symbols: > _tgoto referenced from libreadline expected to be defined in > /opt/local/lib/libncurses.5.dylib > _tputs referenced from libreadline expected to be defined in > /opt/local/lib/libncurses.5.dylib > _tgetent referenced from libreadline expected to be defined in > /opt/local/lib/libncurses.5.dylib > _tgetflag referenced from libreadline expected to be defined in > /opt/local/lib/libncurses.5.dylib > _tgetnum referenced from libreadline expected to be defined in > /opt/local/lib/libncurses.5.dylib > _tgetstr referenced from libreadline expected to be defined in > /opt/local/lib/libncurses.5.dylib > collect2: ld returned 1 exit status > /usr/bin/ld: for architecture ppc > /usr/bin/ld: warning -prebind has no effect with -bundle > /usr/bin/ld: warning /opt/local/lib/libreadline.dylib cputype (7, > architecture i386) does not match cputype (18) for specified -arch > flag: ppc (file not loaded) > lipo: can't open input file: /var/tmp//ccQCz6pN.out (No such file > or directory) > error: command '/usr/bin/gcc-4.0' failed with exit status 1 Your readline sounds messed up. Please force an uninstall of readline, clean readline, then reinstall readline. Then try again. sudo port -f uninstall readline sudo port sync sudo port install readline From david.trem at gmail.com Thu Aug 2 23:21:14 2007 From: david.trem at gmail.com (David Tremouilles) Date: Tue Oct 9 16:43:25 2007 Subject: problem installing py25-readline on intel OSX In-Reply-To: <19441D43-9FB8-4246-868F-549D3BC3C566@macports.org> References: <129e1cd10708020853n37ba56eid7927da7ce17572e@mail.gmail.com> <19441D43-9FB8-4246-868F-549D3BC3C566@macports.org> Message-ID: <129e1cd10708022321i24fb5d67rb552a155b3b12381@mail.gmail.com> Hello, I've just tried to re-install readline but it does not help :-( I still get the same error message... Any other idea? Thanks in advance, David 2007/8/3, Ryan Schmidt : > On Aug 2, 2007, at 10:53, David Tremouilles wrote: > > > A problem with py25-readline on intel OSX 10.4.10 macport 1.5 > > Could somebody help. > > Here is the output of "sudo port install py25-readline": > > > > ---> Building py25-readline with target build > > Error: Target org.macports.build returned: shell command " cd > > "/opt/local/var/macports/build/ > > _opt_local_var_macports_sources_rsync.macports.org_release_ports_pytho > > n_py25-readline/work/Python-2.5.1/Modules" > > && /opt/local/bin/python2.5 setup.py build " returned error 1 > > Command output: running build > > running build_ext > > building 'readline' extension > > /usr/bin/gcc-4.0 -arch i386 -arch ppc -isysroot > > /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib -bundle -undefined > > dynamic_lookup build/temp.macosx-10.3-fat-2.5/readline.o > > -L/opt/local/lib -lreadline -o > > build/lib.macosx-10.3-fat-2.5/readline.so > > /usr/bin/ld: for architecture i386 > > /usr/bin/ld: warning -prebind has no effect with -bundle > > /usr/bin/ld: warning can't open dynamic library: > > /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libncurses.5.dylib > > referenced from: /opt/local/lib/libreadline.dylib (checking for > > undefined symbols may be affected) (No such file or directory, errno = > > 2) > > /usr/bin/ld: Undefined symbols: > > _tgoto referenced from libreadline expected to be defined in > > /opt/local/lib/libncurses.5.dylib > > _tputs referenced from libreadline expected to be defined in > > /opt/local/lib/libncurses.5.dylib > > _tgetent referenced from libreadline expected to be defined in > > /opt/local/lib/libncurses.5.dylib > > _tgetflag referenced from libreadline expected to be defined in > > /opt/local/lib/libncurses.5.dylib > > _tgetnum referenced from libreadline expected to be defined in > > /opt/local/lib/libncurses.5.dylib > > _tgetstr referenced from libreadline expected to be defined in > > /opt/local/lib/libncurses.5.dylib > > collect2: ld returned 1 exit status > > /usr/bin/ld: for architecture ppc > > /usr/bin/ld: warning -prebind has no effect with -bundle > > /usr/bin/ld: warning /opt/local/lib/libreadline.dylib cputype (7, > > architecture i386) does not match cputype (18) for specified -arch > > flag: ppc (file not loaded) > > lipo: can't open input file: /var/tmp//ccQCz6pN.out (No such file > > or directory) > > error: command '/usr/bin/gcc-4.0' failed with exit status 1 > > Your readline sounds messed up. Please force an uninstall of > readline, clean readline, then reinstall readline. Then try again. > > sudo port -f uninstall readline > sudo port sync > sudo port install readline > > > From bengt.nilsson11 at spray.se Fri Aug 3 02:21:13 2007 From: bengt.nilsson11 at spray.se (Bengt Nilsson) Date: Tue Oct 9 16:43:25 2007 Subject: freetype +universal fails to install In-Reply-To: <8D614168-AD73-4B79-A2FB-FEF64733B27C@macports.org> References: <8D614168-AD73-4B79-A2FB-FEF64733B27C@macports.org> Message-ID: <41634A85-3640-4416-80FF-6A0B53CACBD3@spray.se> Hi! I am using a dual ppc G5 2.3Ghz, 1.5GB RAM MacOSX 10.4.10 XCode 2.4.1 MacPorts 1.5 The verbose output is attached, -------------- next part -------------- A non-text attachment was scrubbed... Name: port_freetype_universal.txt.zip Type: application/zip Size: 7196 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070803/dd0fd6a3/port_freetype_universal.txt.zip -------------- next part -------------- 3 aug 2007 kl. 04.09 skrev Ryan Schmidt: > On Aug 2, 2007, at 09:12, Bengt Nilsson wrote: > >> I have a problem with freetype universal binary variant: >> >> mc2-p039:/Users/bnilsson root# port install freetype +universal >> ---> Fetching freetype >> ---> Verifying checksum(s) for freetype >> ---> Extracting freetype >> ---> Applying patches to freetype >> ---> Configuring freetype >> ---> Building freetype 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_prin >> t_freetype/work/freetype-2.3.5" && make all " returned error 2 >> Command output: ld: Undefined symbols: >> ___error >> _close >> _fcntl >> _free >> _fstat >> _malloc >> _mmap >> _munmap >> _open >> _read >> _realloc >> _longjmp >> _memcpy >> _memmove >> _memset >> _strcat >> _strcmp >> _strncpy >> _strrchr >> _strstr >> _qsort >> _strncmp >> _atol >> _sprintf >> _memchr >> _setjmp >> /usr/bin/libtool: internal link edit command failed >> lipo: can't figure out the architecture type of: /var/tmp// >> ccT2NK0s.out >> make: *** [/opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync.macports.org_release_ports_prin >> t_freetype/work/freetype-2.3.5/objs/libfreetype.la] Error 1 >> >> Seems simple, but I don't know how to fix it. >> >> bnilsson >> MacPorts 1.5 > > Unable to reproduce. "sudo port install freetype +doc +universal" > works fine for me on Mac OS X 10.4.10 with Xcode 2.4.1 on Intel > Core 2 Duo. What system are you on? What version of Xcode do you > have? Can you please show us verbose debug output ("sudo port -dv > install freetype +universal")? > From ryandesign at macports.org Fri Aug 3 02:34:56 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:25 2007 Subject: problem installing py25-readline on intel OSX In-Reply-To: <129e1cd10708022321i24fb5d67rb552a155b3b12381@mail.gmail.com> References: <129e1cd10708020853n37ba56eid7927da7ce17572e@mail.gmail.com> <19441D43-9FB8-4246-868F-549D3BC3C566@macports.org> <129e1cd10708022321i24fb5d67rb552a155b3b12381@mail.gmail.com> Message-ID: On Aug 3, 2007, at 01:21, David Tremouilles wrote: > 2007/8/3, Ryan Schmidt: > >> On Aug 2, 2007, at 10:53, David Tremouilles wrote: >> >>> A problem with py25-readline on intel OSX 10.4.10 macport 1.5 >>> Could somebody help. >>> Here is the output of "sudo port install py25-readline": >>> >>> ---> Building py25-readline with target build >>> Error: Target org.macports.build returned: shell command " cd >>> "/opt/local/var/macports/build/ >>> _opt_local_var_macports_sources_rsync.macports.org_release_ports_pyt >>> ho >>> n_py25-readline/work/Python-2.5.1/Modules" >>> && /opt/local/bin/python2.5 setup.py build " returned error 1 >>> Command output: running build >>> running build_ext >>> building 'readline' extension >>> /usr/bin/gcc-4.0 -arch i386 -arch ppc -isysroot >>> /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib -bundle -undefined >>> dynamic_lookup build/temp.macosx-10.3-fat-2.5/readline.o >>> -L/opt/local/lib -lreadline -o >>> build/lib.macosx-10.3-fat-2.5/readline.so >>> /usr/bin/ld: for architecture i386 >>> /usr/bin/ld: warning -prebind has no effect with -bundle >>> /usr/bin/ld: warning can't open dynamic library: >>> /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libncurses.5.dylib >>> referenced from: /opt/local/lib/libreadline.dylib (checking for >>> undefined symbols may be affected) (No such file or directory, >>> errno = >>> 2) >>> /usr/bin/ld: Undefined symbols: >>> _tgoto referenced from libreadline expected to be defined in >>> /opt/local/lib/libncurses.5.dylib >>> _tputs referenced from libreadline expected to be defined in >>> /opt/local/lib/libncurses.5.dylib >>> _tgetent referenced from libreadline expected to be defined in >>> /opt/local/lib/libncurses.5.dylib >>> _tgetflag referenced from libreadline expected to be defined in >>> /opt/local/lib/libncurses.5.dylib >>> _tgetnum referenced from libreadline expected to be defined in >>> /opt/local/lib/libncurses.5.dylib >>> _tgetstr referenced from libreadline expected to be defined in >>> /opt/local/lib/libncurses.5.dylib >>> collect2: ld returned 1 exit status >>> /usr/bin/ld: for architecture ppc >>> /usr/bin/ld: warning -prebind has no effect with -bundle >>> /usr/bin/ld: warning /opt/local/lib/libreadline.dylib cputype (7, >>> architecture i386) does not match cputype (18) for specified -arch >>> flag: ppc (file not loaded) >>> lipo: can't open input file: /var/tmp//ccQCz6pN.out (No such file >>> or directory) >>> error: command '/usr/bin/gcc-4.0' failed with exit status 1 >> >> Your readline sounds messed up. Please force an uninstall of >> readline, clean readline, then reinstall readline. Then try again. >> >> sudo port -f uninstall readline >> sudo port sync >> sudo port install readline > > I've just tried to re-install readline but it does not help :-( > I still get the same error message... > Any other idea? Perhaps you need to do the same for ncurses. I can't quite wade through the error messages. Which port are you attempting to install universal? Or, which ports are already installed universal? Do you really need universal support? It's still somewhat problematic, as you're noticing. From ryandesign at macports.org Fri Aug 3 02:37:36 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:25 2007 Subject: freetype +universal fails to install In-Reply-To: <41634A85-3640-4416-80FF-6A0B53CACBD3@spray.se> References: <8D614168-AD73-4B79-A2FB-FEF64733B27C@macports.org> <41634A85-3640-4416-80FF-6A0B53CACBD3@spray.se> Message-ID: <59B9EA36-B494-490B-87F5-7A18B3E38A0F@macports.org> On Aug 3, 2007, at 04:21, Bengt Nilsson wrote: > 3 aug 2007 kl. 04.09 skrev Ryan Schmidt: > >> On Aug 2, 2007, at 09:12, Bengt Nilsson wrote: >> >>> I have a problem with freetype universal binary variant: >>> >>> mc2-p039:/Users/bnilsson root# port install freetype +universal >>> ---> Fetching freetype >>> ---> Verifying checksum(s) for freetype >>> ---> Extracting freetype >>> ---> Applying patches to freetype >>> ---> Configuring freetype >>> ---> Building freetype 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_pri >>> nt_freetype/work/freetype-2.3.5" && make all " returned error 2 >>> Command output: ld: Undefined symbols: >>> ___error >>> _close >>> _fcntl >>> _free >>> _fstat >>> _malloc >>> _mmap >>> _munmap >>> _open >>> _read >>> _realloc >>> _longjmp >>> _memcpy >>> _memmove >>> _memset >>> _strcat >>> _strcmp >>> _strncpy >>> _strrchr >>> _strstr >>> _qsort >>> _strncmp >>> _atol >>> _sprintf >>> _memchr >>> _setjmp >>> /usr/bin/libtool: internal link edit command failed >>> lipo: can't figure out the architecture type of: /var/tmp// >>> ccT2NK0s.out >>> make: *** [/opt/local/var/macports/build/ >>> _opt_local_var_macports_sources_rsync.macports.org_release_ports_pri >>> nt_freetype/work/freetype-2.3.5/objs/libfreetype.la] Error 1 >>> >>> Seems simple, but I don't know how to fix it. >>> >>> bnilsson >>> MacPorts 1.5 >> >> Unable to reproduce. "sudo port install freetype +doc +universal" >> works fine for me on Mac OS X 10.4.10 with Xcode 2.4.1 on Intel >> Core 2 Duo. What system are you on? What version of Xcode do you >> have? Can you please show us verbose debug output ("sudo port -dv >> install freetype +universal")? > > I am using a dual ppc G5 2.3Ghz, 1.5GB RAM > MacOSX 10.4.10 > XCode 2.4.1 > MacPorts 1.5 > > The verbose output is attached, > Bengt, I'm sorry, this is greek to me, and I don't have a G5 I can test on right now. If you can't find a solution by searching for the error message on Google, you may have to ask the developers of freetype for assistance. Or maybe someone else here has an idea. If you need this universal, that means you also have access to an Intel Mac. Since it builds universal for me on Intel, maybe you can just build it on your Intel Mac. If, on the other hand, you don't have an Intel Mac, then you probably don't need to be building universal anyway. From jwa at macports.org Fri Aug 3 03:26:51 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:43:25 2007 Subject: freetype +universal fails to install In-Reply-To: <41634A85-3640-4416-80FF-6A0B53CACBD3@spray.se> References: <8D614168-AD73-4B79-A2FB-FEF64733B27C@macports.org> <41634A85-3640-4416-80FF-6A0B53CACBD3@spray.se> Message-ID: <8983DFC0-4BEE-4611-8709-B148E7AF0154@macports.org> On Aug 3, 2007, at 04:21, Bengt Nilsson wrote: > 3 aug 2007 kl. 04.09 skrev Ryan Schmidt: > >> On Aug 2, 2007, at 09:12, Bengt Nilsson wrote: >> >>> I have a problem with freetype universal binary variant: >>> > Bengt, I'm sorry, this is greek to me, and I don't have a G5 I can > test on right now. If you can't find a solution by searching for > the error message on Google, you may have to ask the developers of > freetype for assistance. Or maybe someone else here has an idea. > > If you need this universal, that means you also have access to an > Intel Mac. Since it builds universal for me on Intel, maybe you can > just build it on your Intel Mac. If, on the other hand, you don't > have an Intel Mac, then you probably don't need to be building > universal anyway. I am quite busy at the moment, but at least the OS X 10.4 (Universal) SDK is needed. It is to be found in Xcode tools, in cross development section. I'd expect (not having done that) that you can build universal on PPC as well ! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From n.oxyde at gmail.com Fri Aug 3 03:28:52 2007 From: n.oxyde at gmail.com (N_Ox) Date: Tue Oct 9 16:43:25 2007 Subject: PHP 5 and PECL Message-ID: Hello, Did anyone of you have already been able to build and install a PECL package with the MacPorts' pear-base? I always get an error about unix.h header not found and it's very annoying, as I can't install anything. Is this a bug in the php5 or pear-base ports or do we need to contact upstream? -- Anthony Ramine, a lazy french student. nox@macports.org From bengt.nilsson11 at spray.se Fri Aug 3 03:49:48 2007 From: bengt.nilsson11 at spray.se (Bengt Nilsson) Date: Tue Oct 9 16:43:25 2007 Subject: freetype +universal fails to install In-Reply-To: <8983DFC0-4BEE-4611-8709-B148E7AF0154@macports.org> References: <8D614168-AD73-4B79-A2FB-FEF64733B27C@macports.org> <41634A85-3640-4416-80FF-6A0B53CACBD3@spray.se> <8983DFC0-4BEE-4611-8709-B148E7AF0154@macports.org> Message-ID: 3 aug 2007 kl. 12.26 skrev Jyrki Wahlstedt: > On Aug 3, 2007, at 04:21, Bengt Nilsson wrote: > >> 3 aug 2007 kl. 04.09 skrev Ryan Schmidt: >> >>> On Aug 2, 2007, at 09:12, Bengt Nilsson wrote: >>> >>>> I have a problem with freetype universal binary variant: >>>> > >> Bengt, I'm sorry, this is greek to me, and I don't have a G5 I can >> test on right now. If you can't find a solution by searching for >> the error message on Google, you may have to ask the developers of >> freetype for assistance. Or maybe someone else here has an idea. >> >> If you need this universal, that means you also have access to an >> Intel Mac. Since it builds universal for me on Intel, maybe you >> can just build it on your Intel Mac. If, on the other hand, you >> don't have an Intel Mac, then you probably don't need to be >> building universal anyway. > > I am quite busy at the moment, but at least the OS X 10.4 > (Universal) SDK is needed. It is to be found in Xcode tools, in > cross development section. I'd expect (not having done that) that > you can build universal on PPC as well My environment is: PowerMac dual ppc G5 MacOSX 10.4.10 XCode 2.4.1 MacOSX10.4u.sdk MacPort 1.5 I need to build an universal-binary application, where freetype needs to be linked in. Therefore I assume I need freetype in univeral-binary format. > > ! > ! Jyrki Wahlstedt > ! http://www.wahlstedt.fi/jyrki/ > ! > ! Our life is no dream; but it ought to become one and perhaps will. > ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 > A780 6366 EFD9 139C C386 > > > From bscheren at ulb.ac.be Fri Aug 3 04:44:56 2007 From: bscheren at ulb.ac.be (Bart Scherens) Date: Tue Oct 9 16:43:25 2007 Subject: Problem installing ntop Message-ID: Hi, When trying to install ntop + server on OS10.4.10 on a G4 PPC I am getting these (see below) errors (a similar install on a MacBook(intel) 10.4.10 was without problems). I am just a user, not an expert, does anyone can give me some advice ? Is this a Macports problem or a ntop problem ? Thanks in advance, Bart irmw-mc14:~ bart$ sudo port selfupdate Password: MacPorts base version 1.5 installed Downloaded MacPorts base version 1.5 The MacPorts installation is not outdated and so was not updated selfupdate done! irmw-mc14:~ bart$ sudo port install ntop +server ---> Building ntop with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macport s.org_release_ports_net_ntop/work/ntop-3.2" && gnumake all " returned error 2 Command output: cd . && /bin/sh ./missing --run echo cd .. && gnumake am--refresh cd . && /bin/sh ./missing --run echo cd . && /bin/sh ./missing --run echo --gnu --gnu cd . && /bin/sh ./missing --run echo gnumake[3]: Nothing to be done for `all-am'. Making all in . cd . && /bin/sh ./missing --run echo cd . && /bin/sh ./missing --run echo --gnu --gnu cd . && /bin/sh ./missing --run echo if /bin/sh ./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT utildl.lo -MD -MP -MF ".deps/utildl.Tpo" -c -o utildl.lo utildl.c; \ then mv -f ".deps/utildl.Tpo" ".deps/utildl.Plo"; else rm -f ".deps/utildl.Tpo"; exit 1; fi /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -Imyrrd -I/opt/local/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -g -no-cpp-precomp -I/opt/local/include -O2 -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -MT utildl.lo -MD -MP -MF .deps/utildl.Tpo -c utildl.c -fno-common -DPIC -o .libs/utildl.o utildl.c: In function 'getDynamicLoadPaths': utildl.c:95: error: 'Dl_info' undeclared (first use in this function) utildl.c:95: error: (Each undeclared identifier is reported only once utildl.c:95: error: for each function it appears in.) utildl.c:95: error: parse error before 'info' utildl.c:100: error: 'info' undeclared (first use in this function) utildl.c:102: warning: nested extern declaration of 'dladdr' gnumake[2]: *** [utildl.lo] Error 1 gnumake[1]: *** [all-recursive] Error 1 gnumake: *** [all] Error 2 Error: Status 1 encountered during processing. irmw-mc14:~ bart$ From ryandesign at macports.org Fri Aug 3 05:50:58 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:25 2007 Subject: PHP 5 and PECL In-Reply-To: References: Message-ID: <71D15427-3298-4F8C-A300-F288CBB8118F@macports.org> On Aug 3, 2007, at 05:28, N_Ox wrote: > Did anyone of you have already been able to build and install a > PECL package with the MacPorts' pear-base? > I always get an error about unix.h header not found and it's very > annoying, as I can't install anything. > Is this a bug in the php5 or pear-base ports or do we need to > contact upstream? First I've heard of it. What is the error? From ryandesign at macports.org Fri Aug 3 06:04:11 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:25 2007 Subject: Problem installing ntop In-Reply-To: References: Message-ID: <29EDF565-2DC3-42DA-B9E3-02BE81A15A97@macports.org> On Aug 3, 2007, at 06:44, Bart Scherens wrote: > When trying to install ntop + server on OS10.4.10 > on a G4 PPC I am getting these (see below) errors (a similar > install on a > MacBook(intel) 10.4.10 was without problems). > I am just a user, not an expert, does anyone can give me some advice ? > Is this a Macports problem or a ntop problem ? I do not know where the problem lies. Have you already contacted the port's maintainer? I'm Cc'ing him on this email. Are you using the latest Xcode, currently 2.4.1? I see ntop 3.3 has been released. Perhaps the portfile should be updated. From david.trem at gmail.com Fri Aug 3 06:44:30 2007 From: david.trem at gmail.com (David Tremouilles) Date: Tue Oct 9 16:43:25 2007 Subject: problem installing py25-readline on intel OSX In-Reply-To: References: <129e1cd10708020853n37ba56eid7927da7ce17572e@mail.gmail.com> <19441D43-9FB8-4246-868F-549D3BC3C566@macports.org> <129e1cd10708022321i24fb5d67rb552a155b3b12381@mail.gmail.com> Message-ID: <129e1cd10708030644paec7fb5k7a21ce2320fcb905@mail.gmail.com> Hello Ryan, Thanks for your help... I finally find a way to make it work following your suggestions. I did a "port installed | grep universal" and found that python 2.5.1 was the only port with universal. After re-installation of python 2.5 without universal but only darwin_8 I was successful in installing the p25-readline port. By the way could somebody explain what "universal" mean for macport ? Thanks, David 2007/8/3, Ryan Schmidt : > > Perhaps you need to do the same for ncurses. I can't quite wade > through the error messages. > > Which port are you attempting to install universal? Or, which ports > are already installed universal? Do you really need universal > support? It's still somewhat problematic, as you're noticing. > > > From david.trem at gmail.com Fri Aug 3 06:55:26 2007 From: david.trem at gmail.com (David Tremouilles) Date: Tue Oct 9 16:43:25 2007 Subject: Some python25 ports for science Message-ID: <129e1cd10708030655g3b0ea592o21f62d0505f74bdb@mail.gmail.com> Hi, I have created few ports for python 2.5 modules related to mathematics, science, and engineering. Ipython, matplotlib, numpy, pyrex and pytables 2.0 as well as other few other port they depend on. I join the ports to this email. Hope this could help somebody else or they could be integrated in the standard ports list after some cleaning. Regards, David -------------- next part -------------- A non-text attachment was scrubbed... Name: various_python25_ports.tar.bz2 Type: application/x-bzip2 Size: 4747 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070803/14e4a4b9/various_python25_ports.tar.bin From yves at macports.org Fri Aug 3 09:32:12 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:43:25 2007 Subject: sane-backends can't be verified In-Reply-To: References: <70DDE119-6DA6-4C79-B77B-5AD26BC48D44@pacific.net.au> Message-ID: Considering the behavior of the (not so) sane ftp server, it might be a better choice to put the distfiles on macport yves Le 07-08-02 ? 22:12, Ryan Schmidt a ?crit : > On Aug 1, 2007, at 18:45, Malcolm Fitzgerald wrote: > >> My first problem, I cannot complete the install of the Gimp >> because sane-backends cannot verify themselves. The checksums >> don't match. > > There is already a bug report for this: > > http://trac.macosforge.org/projects/macports/ticket/12307 > > Try the steps suggested in that bug. If that does not work, contact > the port maintainer. > > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From yves at macports.org Fri Aug 3 09:36:27 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:43:25 2007 Subject: Gimp-2.2.17 Missing In-Reply-To: References: Message-ID: <2D1F5600-85AE-4CCC-AEEC-F79AFCFF30C6@macports.org> Commited thanks and don't hesitate if you have any more suggestions yves Le 07-07-31 ? 16:34, Xin Liu a ?crit : > variant without_python conflicts python24 { > depends_lib-delete port:py25-gtk > configure.env-delete PYTHON=${prefix}/bin/python2.5 > configure.args-append --disable-python > } From macports at highresolutions.com Fri Aug 3 09:44:15 2007 From: macports at highresolutions.com (Steve Vaught) Date: Tue Oct 9 16:43:25 2007 Subject: php4 +mysql3 install Message-ID: <22B690CE-A817-4A0F-80CD-3F7EE7442288@highresolutions.com> i'm new here, so go easy on me... I've installed apache and mysql3 successfully/easily. I'm attempting to install php4 +apache +mysql3 +gd etc... The install fails and says it can't find the header file for mysql in /opt/local What now? Steve From markd at macports.org Fri Aug 3 10:51:15 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:25 2007 Subject: Problem installing ntop In-Reply-To: <29EDF565-2DC3-42DA-B9E3-02BE81A15A97@macports.org> References: <29EDF565-2DC3-42DA-B9E3-02BE81A15A97@macports.org> Message-ID: Ryan Schmidt writes: >> When trying to install ntop + server on OS10.4.10 >> on a G4 PPC I am getting these (see below) errors (a similar >> install on a >> MacBook(intel) 10.4.10 was without problems). >> I am just a user, not an expert, does anyone can give me some advice ? >> Is this a Macports problem or a ntop problem ? > >I do not know where the problem lies. > >Have you already contacted the port's maintainer? I'm Cc'ing him on >this email. I just installed the current ntop 3.2 on a clean PPC Mac mini with no problems. > >Are you using the latest Xcode, currently 2.4.1? That was what I was going to ask too. > >I see ntop 3.3 has been released. Perhaps the portfile should be >updated. I can't get ntop 3.3 to build so I can't update it yet. I'm going to ask the ntop list about it. Mark From albanmaire at gmail.com Fri Aug 3 12:46:16 2007 From: albanmaire at gmail.com (Maire Alban.) Date: Tue Oct 9 16:43:25 2007 Subject: named doesn't start Message-ID: hi everybody, i'm a new macports user, i installed the bind software for create a dns server at my laptop (PowerBook G4 latest version 5,9) ! i use mac os x 10.4.10 with macport 1.5, i installed bind9 (9.4.1-P1_0) but after the compilation, i launched this command (/opt/local/sbin/named or sudo /opt/local/sbin/named) but the named is not started ... :/ i don't have a error message but when i say the command with a "&" after the command i've the message fullmetal% /opt/local/sbin/named & [1] 16203 fullmetal% [1] + exit 1 /opt/local/sbin/named i don't know why named doesn't start ... :/ i'm sorry for my very bad english et thanks for you help ! -- Maire Alban. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070803/fd032da0/attachment.html From jwa at macports.org Fri Aug 3 13:36:54 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:43:25 2007 Subject: php4 +mysql3 install In-Reply-To: <22B690CE-A817-4A0F-80CD-3F7EE7442288@highresolutions.com> References: <22B690CE-A817-4A0F-80CD-3F7EE7442288@highresolutions.com> Message-ID: <755259C7-BCB9-493C-B77D-D60DCC62DF8C@macports.org> On 3.8.2007, at 19.44, Steve Vaught wrote: > i'm new here, so go easy on me... > > I've installed apache and mysql3 successfully/easily. > I'm attempting to install php4 +apache +mysql3 +gd etc... > The install fails and says it can't find the header file for mysql > in /opt/local > What now? > > Steve Hi, may I ask you the reason to install apache and mysql3, as the (default) ports for those are apache2 (should always be used with MacPorts) and mysql5? The portfile for mysql3 was last updated November 2006, so I suspect it might be out of date (as can be seen in the Portfile, moreover mysql3 and mysql4 are not maintained by anyone, as the maintainer spec says nomaintainer). So, if it is ok for you, you could try with php4 +apache2 +mysql5 (do you run your own server?). If not, I have to think something else. ! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From ryandesign at macports.org Fri Aug 3 15:37:50 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:25 2007 Subject: named doesn't start In-Reply-To: References: Message-ID: On Aug 3, 2007, at 14:46, Maire Alban. wrote: > i'm a new macports user, i installed the bind software for create a > dns server > at my laptop (PowerBook G4 latest version 5,9) ! > > i use mac os x 10.4.10 with macport 1.5, i installed bind9 ( 9.4.1- > P1_0) but > after the compilation, i launched this command (/opt/local/sbin/ > named or > sudo /opt/local/sbin/named) but the named is not started ... :/ > i don't have a error message but when i say the command with a "&" > after > the command i've the message > > fullmetal% /opt/local/sbin/named & > [1] 16203 > fullmetal% > [1] + exit 1 /opt/local/sbin/named > > i don't know why named doesn't start ... :/ I imagine it needs to start as root. Also, since bind9 creates launchd items for you, you should use those to start and stop the process. "port install" should have shown you the launchctl command you need to use to start and stop it. From ryandesign at macports.org Fri Aug 3 15:39:10 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:25 2007 Subject: php4 +mysql3 install In-Reply-To: <755259C7-BCB9-493C-B77D-D60DCC62DF8C@macports.org> References: <22B690CE-A817-4A0F-80CD-3F7EE7442288@highresolutions.com> <755259C7-BCB9-493C-B77D-D60DCC62DF8C@macports.org> Message-ID: <86D34090-226D-4BEC-A000-AF8E08F8DD72@macports.org> On Aug 3, 2007, at 15:36, Jyrki Wahlstedt wrote: > On 3.8.2007, at 19.44, Steve Vaught wrote: > >> i'm new here, so go easy on me... >> >> I've installed apache and mysql3 successfully/easily. >> I'm attempting to install php4 +apache +mysql3 +gd etc... >> The install fails and says it can't find the header file for mysql >> in /opt/local >> What now? >> >> Steve > > Hi, > may I ask you the reason to install apache and mysql3, as the > (default) ports for those are apache2 (should always be used with > MacPorts) and mysql5? > The portfile for mysql3 was last updated November 2006, so I > suspect it might be out of date (as can be seen in the Portfile, > moreover mysql3 and mysql4 are not maintained by anyone, as the > maintainer spec says nomaintainer). So, if it is ok for you, you > could try with php4 +apache2 +mysql5 (do you run your own server?). > If not, I have to think something else. In fact, also use php5, please, if possible. php4 is old. From ryandesign at macports.org Fri Aug 3 15:41:49 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:25 2007 Subject: problem installing py25-readline on intel OSX In-Reply-To: <129e1cd10708030644paec7fb5k7a21ce2320fcb905@mail.gmail.com> References: <129e1cd10708020853n37ba56eid7927da7ce17572e@mail.gmail.com> <19441D43-9FB8-4246-868F-549D3BC3C566@macports.org> <129e1cd10708022321i24fb5d67rb552a155b3b12381@mail.gmail.com> <129e1cd10708030644paec7fb5k7a21ce2320fcb905@mail.gmail.com> Message-ID: On Aug 3, 2007, at 08:44, David Tremouilles wrote: > Thanks for your help... I finally find a way to make it work > following your suggestions. > I did a "port installed | grep universal" and found that python 2.5.1 > was the only port with universal. > After re-installation of python 2.5 without universal but only > darwin_8 I was successful in installing the p25-readline port. Great, I'm glad that helped. > By the way could somebody explain what "universal" mean for macport ? It's the first item in the FAQ: http://trac.macosforge.org/projects/macports/wiki/ FAQ#IsMacPortsUniversal From jwa at macports.org Fri Aug 3 23:31:30 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:43:25 2007 Subject: php4 +mysql3 install In-Reply-To: <86D34090-226D-4BEC-A000-AF8E08F8DD72@macports.org> References: <22B690CE-A817-4A0F-80CD-3F7EE7442288@highresolutions.com> <755259C7-BCB9-493C-B77D-D60DCC62DF8C@macports.org> <86D34090-226D-4BEC-A000-AF8E08F8DD72@macports.org> Message-ID: On 4.8.2007, at 1.39, Ryan Schmidt wrote: > On Aug 3, 2007, at 15:36, Jyrki Wahlstedt wrote: > >> On 3.8.2007, at 19.44, Steve Vaught wrote: >> >>> i'm new here, so go easy on me... >>> >>> I've installed apache and mysql3 successfully/easily. >>> I'm attempting to install php4 +apache +mysql3 +gd etc... >>> The install fails and says it can't find the header file for >>> mysql in /opt/local >>> What now? >>> >>> Steve >> >> Hi, >> may I ask you the reason to install apache and mysql3, as the >> (default) ports for those are apache2 (should always be used with >> MacPorts) and mysql5? >> The portfile for mysql3 was last updated November 2006, so I >> suspect it might be out of date (as can be seen in the Portfile, >> moreover mysql3 and mysql4 are not maintained by anyone, as the >> maintainer spec says nomaintainer). So, if it is ok for you, you >> could try with php4 +apache2 +mysql5 (do you run your own >> server?). If not, I have to think something else. > > In fact, also use php5, please, if possible. php4 is old. > > True, as one can see at the web site. PHP 4 is not developed anymore, there was an end of life announcement 13th July. Most of PHP 4 code can be used with PHP 5, and there are lot of improvements, so php5 is of course the recommended choice. ! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From pechnov.denis at mac.com Sat Aug 4 02:05:01 2007 From: pechnov.denis at mac.com (Denis Pechnov) Date: Tue Oct 9 16:43:25 2007 Subject: strange message in X11 window Message-ID: <8790AE3A-24F0-4524-AD0D-927945D4A519@mac.com> > Hey , I am a new user in ports , used fink before , after compiling > gnu-cash on x-11 window when starting I am seeing these message , > what it means and is it something wrong ? Do I need to do > something ... > > sudo /opt/local/bin/gnucash ? (y/n/e)yes > Password: > gnc.bin-Message: main: binreloc relocation support was disabled at > configure time. > Otherwise it is starting fine ..... From rhwood at mac.com Sat Aug 4 02:12:16 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:43:25 2007 Subject: strange message in X11 window In-Reply-To: <8790AE3A-24F0-4524-AD0D-927945D4A519@mac.com> References: <8790AE3A-24F0-4524-AD0D-927945D4A519@mac.com> Message-ID: <2A81400E-C8D9-47B2-ADDC-DBBCD2169A43@mac.com> Do you get these messages if you do not use sudo to run gnucash? You really should not need to run gnucash with root privileges. On 4 Aug 2007, at 05:05, Denis Pechnov wrote: >> Hey , I am a new user in ports , used fink before , after >> compiling gnu-cash on x-11 window when starting I am seeing these >> message , what it means and is it something wrong ? Do I need to >> do something ... >> >> sudo /opt/local/bin/gnucash ? (y/n/e)yes >> Password: >> gnc.bin-Message: main: binreloc relocation support was disabled at >> configure time. > >> Otherwise it is starting fine ..... > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From pechnov.denis at mac.com Sat Aug 4 02:16:02 2007 From: pechnov.denis at mac.com (Denis Pechnov) Date: Tue Oct 9 16:43:25 2007 Subject: strange message in X11 window In-Reply-To: <2A81400E-C8D9-47B2-ADDC-DBBCD2169A43@mac.com> References: <8790AE3A-24F0-4524-AD0D-927945D4A519@mac.com> <2A81400E-C8D9-47B2-ADDC-DBBCD2169A43@mac.com> Message-ID: <1D1636C5-912A-45FC-AEDD-4ABA84FBC7EA@mac.com> Yep , I get it all the time even if I run with normal privilege , no idea what it means try gogole it no luck .... On Aug 4, 2007, at 1:12 PM, Randall Wood wrote: > Do you get these messages if you do not use sudo to run gnucash? > You really should not need to run gnucash with root privileges. > > On 4 Aug 2007, at 05:05, Denis Pechnov wrote: > >>> Hey , I am a new user in ports , used fink before , after >>> compiling gnu-cash on x-11 window when starting I am seeing these >>> message , what it means and is it something wrong ? Do I need to >>> do something ... >>> >>> sudo /opt/local/bin/gnucash ? (y/n/e)yes >>> Password: >>> gnc.bin-Message: main: binreloc relocation support was disabled >>> at configure time. >> >>> Otherwise it is starting fine ..... >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users > > > > Randall Wood > rhwood@mac.com > http://shyramblings.blogspot.com > > "The rules are simple: The ball is round. The game lasts 90 > minutes. All the > rest is just philosophy." > > From rhwood at mac.com Sat Aug 4 02:32:38 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:43:25 2007 Subject: strange message in X11 window In-Reply-To: <1D1636C5-912A-45FC-AEDD-4ABA84FBC7EA@mac.com> References: <8790AE3A-24F0-4524-AD0D-927945D4A519@mac.com> <2A81400E-C8D9-47B2-ADDC-DBBCD2169A43@mac.com> <1D1636C5-912A-45FC-AEDD-4ABA84FBC7EA@mac.com> Message-ID: If I understand things correctly: 1) this message is harmless. It means that gnucash can not build a table of references to libraries it needs so that it can go find those libraries at runtime if they have moved from where they were when it was built. This should not be an issue since macports does not move libraries around. 2) binreloc is the library and/or program that supports "binary relocation support" or a mechanism for searching for linked-against libraries at application load time, instead of just assuming that the libraries are at a given pre-defined location. On 4 Aug 2007, at 05:16, Denis Pechnov wrote: > Yep , I get it all the time even if I run with normal privilege , > no idea what it means try gogole it no luck .... > > On Aug 4, 2007, at 1:12 PM, Randall Wood wrote: > >> Do you get these messages if you do not use sudo to run gnucash? >> You really should not need to run gnucash with root privileges. >> >> On 4 Aug 2007, at 05:05, Denis Pechnov wrote: >> >>>> sudo /opt/local/bin/gnucash ? (y/n/e)yes >>>> Password: >>>> gnc.bin-Message: main: binreloc relocation support was disabled >>>> at configure time. >>> >>>> Otherwise it is starting fine ..... >>> _______________________________________________ >>> macports-users mailing list >>> macports-users@lists.macosforge.org >>> http://lists.macosforge.org/mailman/listinfo/macports-users >> >> >> >> Randall Wood >> rhwood@mac.com >> http://shyramblings.blogspot.com >> >> "The rules are simple: The ball is round. The game lasts 90 >> minutes. All the >> rest is just philosophy." >> >> > Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From pechnov.denis at mac.com Sat Aug 4 02:40:29 2007 From: pechnov.denis at mac.com (Denis Pechnov) Date: Tue Oct 9 16:43:25 2007 Subject: strange message in X11 window In-Reply-To: References: <8790AE3A-24F0-4524-AD0D-927945D4A519@mac.com> <2A81400E-C8D9-47B2-ADDC-DBBCD2169A43@mac.com> <1D1636C5-912A-45FC-AEDD-4ABA84FBC7EA@mac.com> Message-ID: Hey, Randall do you have same message on mac os .... or not ? so if gnucash can't locate library , is it mean I can face problems in the future ? I am moving a bit of information on gnucash so I need to be sure it is not creating problems for me in the future .... On Aug 4, 2007, at 1:32 PM, Randall Wood wrote: > If I understand things correctly: > > 1) this message is harmless. It means that gnucash can not build a > table of references to libraries it needs so that it can go find > those libraries at runtime if they have moved from where they were > when it was built. This should not be an issue since macports does > not move libraries around. > > 2) binreloc is the library and/or program that supports "binary > relocation support" or a mechanism for searching for linked-against > libraries at application load time, instead of just assuming that > the libraries are at a given pre-defined location. > > On 4 Aug 2007, at 05:16, Denis Pechnov wrote: > >> Yep , I get it all the time even if I run with normal privilege , >> no idea what it means try gogole it no luck .... >> >> On Aug 4, 2007, at 1:12 PM, Randall Wood wrote: >> >>> Do you get these messages if you do not use sudo to run gnucash? >>> You really should not need to run gnucash with root privileges. >>> >>> On 4 Aug 2007, at 05:05, Denis Pechnov wrote: >>> >>>>> sudo /opt/local/bin/gnucash ? (y/n/e)yes >>>>> Password: >>>>> gnc.bin-Message: main: binreloc relocation support was disabled >>>>> at configure time. >>>> >>>>> Otherwise it is starting fine ..... >>>> _______________________________________________ >>>> macports-users mailing list >>>> macports-users@lists.macosforge.org >>>> http://lists.macosforge.org/mailman/listinfo/macports-users >>> >>> >>> >>> Randall Wood >>> rhwood@mac.com >>> http://shyramblings.blogspot.com >>> >>> "The rules are simple: The ball is round. The game lasts 90 >>> minutes. All the >>> rest is just philosophy." >>> >>> >> > > > > Randall Wood > rhwood@mac.com > http://shyramblings.blogspot.com > > "The rules are simple: The ball is round. The game lasts 90 > minutes. All the > rest is just philosophy." > > From n.oxyde at gmail.com Sat Aug 4 06:28:40 2007 From: n.oxyde at gmail.com (N_Ox) Date: Tue Oct 9 16:43:25 2007 Subject: Fwd: PHP 5 and PECL References: <3B7AAA83-D549-44F2-83E3-27759D5A8AB9@gmail.com> Message-ID: <952275B8-9417-4661-A922-DDEA307C7118@gmail.com> D?but du message r?exp?di? : > De : N_Ox > Date : 4 ao?t 2007 00:07:02 HAEC > ? : Ryan Schmidt > Objet : R?p : PHP 5 and PECL > > Le 3 ao?t 07 ? 14:50, Ryan Schmidt a ?crit : > >> >> On Aug 3, 2007, at 05:28, N_Ox wrote: >> >>> Did anyone of you have already been able to build and install a >>> PECL package with the MacPorts' pear-base? >>> I always get an error about unix.h header not found and it's very >>> annoying, as I can't install anything. >>> Is this a bug in the php5 or pear-base ports or do we need to >>> contact upstream? >> >> First I've heard of it. What is the error? >> >> >> > > % which pecl > /opt/local/bin/pecl > > % sudo pecl install xdebug > (...) > gcc -I. -I/private/tmp/tmpiBArlE/xdebug-2.0.0 -DPHP_ATOM_INC -I/ > private/var/tmp/pear-build-root/xdebug-2.0.0/include -I/private/var/ > tmp/pear-build-root/xdebug-2.0.0/main -I/private/tmp/tmpiBArlE/ > xdebug-2.0.0 -I/opt/local/include/php -I/opt/local/include/php/main > -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/ > local/include/php/ext -I/opt/local/include/php/ext/date/lib - > DHAVE_CONFIG_H -g -O0 -c /private/tmp/tmpiBArlE/xdebug-2.0.0/ > xdebug.c -fno-common -DPIC -o .libs/xdebug.o > In file included from /opt/local/include/php/main/php.h:34, > from /private/tmp/tmpiBArlE/xdebug-2.0.0/xdebug.c:25: > /opt/local/include/php/Zend/zend.h:72:19: error: unix.h: No such > file or directory > > -- > Anthony Ramine, a lazy french student. > nox@macports.org > > -- Anthony Ramine, a lazy french student. nox@macports.org From jeff at cjstubbs.org Sat Aug 4 07:04:13 2007 From: jeff at cjstubbs.org (Jeff Stubbs) Date: Tue Oct 9 16:43:25 2007 Subject: Problems with remote sensing site?? In-Reply-To: References: <8790AE3A-24F0-4524-AD0D-927945D4A519@mac.com> <2A81400E-C8D9-47B2-ADDC-DBBCD2169A43@mac.com> <1D1636C5-912A-45FC-AEDD-4ABA84FBC7EA@mac.com> Message-ID: Hi All, Trying to install proj-4.5.0 and keep getting a fetch error. Jumped to the site itself and attempted downloading manually, kept getting a "too many users connected error", so it isn't a MacPorts error. The mirror (maptools.org) reacts the same way. Was able to find a download page on the maptools site, but the download function is a HTML form button. Is there any way to modify the Portfile to trigger a form element button? If I can find contact address, I'll ask if they can go smack the server, to reset it. Another question, is there any plans to creating a port of Grass? Thanks, Jeff From grimm at grimmwerks.com Sat Aug 4 13:30:53 2007 From: grimm at grimmwerks.com (grimmwerks) Date: Tue Oct 9 16:43:25 2007 Subject: macports installer Message-ID: <02AE7B7F-9FE5-4C0C-9E71-EBCF1493D84E@grimmwerks.com> Doesn't show any volume to install on? From munyore at gmail.com Sat Aug 4 14:45:24 2007 From: munyore at gmail.com (Maurice Munyore) Date: Tue Oct 9 16:43:25 2007 Subject: macport install problems Message-ID: <1d768bc00708041445mf1cfe3bh461cc0caa852a9cd@mail.gmail.com> Hello all, I'm a newbie trying to install macports so i can run rtorrents however i seem to get the message no ports installed despite getting no problems with port self update and port sync. Below are the messages I receive when I try to install rtorrents. i'm running Mac OS X 10.4.10 powerbook g4 1.5 *powerbook:~ maurice$ sudo port selfupdate * *MacPorts base version 1.5 installed* *Downloaded MacPorts base version 1.5* *The MacPorts installation is not outdated and so was not updated* *selfupdate done!* * * *powerbook:~ maurice$ sudo port -dv sync* *DEBUG: Synchronizing ports tree(s)* *Synchronizing from rsync://rsync.macports.org/release/ports/* *DEBUG: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/ports/ /opt/local/var/macports/sources/rsync.macports.org/release/ports* *receiving file list ... done* * * *sent 74 bytes received 273888 bytes 23822.78 bytes/sec* *total size is 15152669 speedup is 55.31* * * *powerbook:~ maurice$ sudo port -d install rtorrent* *DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/rtorrent * *DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/rtorrent * *DEBUG: Requested variant powerpc is not provided by port rtorrent.* *DEBUG: Requested variant darwin is not provided by port rtorrent.* *DEBUG: Requested variant macosx is not provided by port rtorrent.* *DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/curl * *DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/curl* *DEBUG: Requested variant powerpc is not provided by port curl.* *DEBUG: Requested variant darwin is not provided by port curl.* *DEBUG: Requested variant macosx is not provided by port curl.* *DEBUG: Executing variant darwin_8 provides darwin_8* *DEBUG: Searching for dependency: curl* *DEBUG: Didn't find receipt, going to depspec regex for: curl* *DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libsigcxx2 * *DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libsigcxx2 * *DEBUG: Requested variant powerpc is not provided by port libsigcxx2.* *DEBUG: Requested variant darwin is not provided by port libsigcxx2.* *DEBUG: Requested variant macosx is not provided by port libsigcxx2.* *DEBUG: Executing variant darwin_8 provides darwin_8* *DEBUG: Searching for dependency: libsigcxx2* *DEBUG: Didn't find receipt, going to depspec regex for: libsigcxx2* *DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libtorrent * *DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libtorrent * *DEBUG: Requested variant powerpc is not provided by port libtorrent.* *DEBUG: Requested variant darwin is not provided by port libtorrent.* *DEBUG: Requested variant macosx is not provided by port libtorrent.* *DEBUG: Searching for dependency: libtorrent* *DEBUG: Didn't find receipt, going to depspec regex for: libtorrent* *DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses * *DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses * *DEBUG: Requested variant powerpc is not provided by port ncurses.* *DEBUG: Requested variant darwin is not provided by port ncurses.* *DEBUG: Requested variant macosx i