Re: Baffled by output from `port dependents'

2007-03-06 Thread Christian Voelker
Hi, Am 03.03.2007 um 19:04 schrieb Mark Dickinson: $ port dependents bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick

Re: more strangeness on port upgrade?

2007-03-06 Thread Daniel J. Luke
On Mar 6, 2007, at 12:14 AM, Paul Beard wrote: On Mar 5, 2007, at 7:17 PM, Ryan Schmidt wrote: Looks strange to me. What did you type to get that output? port -f upgrade I think I may be using obsolete commands. you are. What are you trying to do? -- Daniel J. Luke

Re: Baffled by output from `port dependents'

2007-03-06 Thread Mark Dickinson
On 3/6/07, Christian Voelker [EMAIL PROTECTED] wrote: Hi, Am 03.03.2007 um 19:04 schrieb Mark Dickinson: $ port dependents bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ... Why all the repetitions? I only have one active copy of ImageMagick installed, and all inactive

Re: Baffled by output from `port dependents'

2007-03-06 Thread cssdev
On Mar 6, 2007, at 10:51 AM, Mark Dickinson wrote: Any clues as to what's going on would be appreciated. I'm wondering on this too. It seems like I'm getting some left-over cruft: $ port dependents expat | grep apr-util apr-util depends on expat apr-util depends on expat apr-util depends

Re: Baffled by output from `port dependents'

2007-03-06 Thread Mark Dickinson
I think I'm beginning to understand. I've just discovered the dep_map file, at: /opt/local/var/db/dports/receipts/dep_map.bz2 It seems this is exactly where the information for `port deps' and `port dependents' is coming from. Moreover, when I upgrade a package, extra entries are added to

Re: more strangeness on port upgrade?

2007-03-06 Thread Paul Beard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 6, 2007, at 6:28 AM, Daniel J. Luke wrote: What are you trying to do? port -f upgrade um, upgrade a port? It looks like -u does what I want, but old habits die hard. - -- Paul Beard contact info: www.paulbeard.org/paulbeard.vcf

The python bindings for gtk 2.4 (pygtk2=2.3.4) could not be found.

2007-03-06 Thread Paul Beard
checking Python bindings for gtk2.4 (pygtk2=2.3.4)... configure: error: The python bindings for gtk 2.4 (pygtk2=2.3.4) could not be found. Warning: the following items did not execute (for gramps): com.apple.build com.apple.configure any idea what's going wrong here? -- Paul Beard

Re: The python bindings for gtk 2.4 (pygtk2=2.3.4) could not be found.

2007-03-06 Thread Yves de Champlain
Le 07-03-06 à 14:10, Paul Beard a écrit : checking Python bindings for gtk2.4 (pygtk2=2.3.4)... configure: error: The python bindings for gtk 2.4 (pygtk2=2.3.4) could not be found. Warning: the following items did not execute (for gramps): com.apple.build com.apple.configure

Re: The python bindings for gtk 2.4 (pygtk2=2.3.4) could not be found.

2007-03-06 Thread Paul Beard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 6, 2007, at 11:29 AM, Yves de Champlain wrote: /opt/local/var/db/dports/build/ _Users_Shared_dports_dports_gnome_gramps/work/gramps-2.0.10/config.log /opt/local/var/db/dports/build/

Re: The python bindings for gtk 2.4 (pygtk2=2.3.4) could not be found.

2007-03-06 Thread Yves de Champlain
Here is our little bug : Le 07-03-06 à 14:38, Paul Beard a écrit : configure:2105: checking for python configure:2123: found /opt/local/bin/python configure:2135: result: /opt/local/bin/python configure:2154: checking for python version configure:2161: result: 2.5 You have python25 installed

Re: python24 install failure

2007-03-06 Thread Kevin Horton
On 6 Mar 2007, at 13:25, Daniel Ericsson wrote: On 6 mar 2007, at 18.17, Kevin Horton wrote: I realized that I might have Fink stuff linked to my ports stuff, so I uninstalled all my ports, deleted the archives, changed the PATH to remove /sw, and started reinstalling.The python24 port

mysql5 checksum failures

2007-03-06 Thread Lorin Rivers
Something odd appears to be going on with the mysql port, ca. mysql-5.0.36. The checksums (md5 and sha1) are reported to be different in the portfile and in the distfile. If I replace the values in the portfile with those reported in the error message for the distfiles, I subsequently get a

Re: The python bindings for gtk 2.4 (pygtk2=2.3.4) could not be found.

2007-03-06 Thread Paul Beard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 6, 2007, at 12:28 PM, Yves de Champlain wrote: You have python25 installed but python packages depend on python24. It seems however that you replaced the python symlink in bin which would be the real problem here. Interesting. I made

Re: mysql5 checksum failures

2007-03-06 Thread Lorin Rivers
There a ticket open in Trac about this: http://trac.macports.org/projects/macports/ticket/11487 On 3/6/07, Lorin Rivers [EMAIL PROTECTED] wrote: Something odd appears to be going on with the mysql port, ca. mysql-5.0.36. The checksums (md5 and sha1) are reported to be different in the portfile

Re: python24 install failure

2007-03-06 Thread Christian Voelker
Hi, Am 06.03.2007 um 21:33 schrieb Kevin Horton: Or, is this cruft left over from my previous installed ports I would try port clean --work all and in case you use archive mode (wont hurt if you dont) port clean --archive all This way you save bandwidth downloading sources again as

Re: python24 install failure

2007-03-06 Thread Kevin Horton
On 6 Mar 2007, at 18:00, Christian Voelker wrote: Hi, Am 06.03.2007 um 21:33 schrieb Kevin Horton: Or, is this cruft left over from my previous installed ports I would try port clean --work all done port clean --archive all done sudo periodic daily weekly monthly done Then

Re: python24 install failure

2007-03-06 Thread Christian Voelker
Hi, Am 07.03.2007 um 00:56 schrieb Kevin Horton: After doing all the above, python24 builds. But, looking at the build output, I see hundreds of references to /sw/lib or /sw/ include, e.g. /usr/bin/gcc-4.0 -bundle -undefined dynamic_lookup build/

Re: The python bindings for gtk 2.4 (pygtk2=2.3.4) could not be found.

2007-03-06 Thread Yves de Champlain
Le 07-03-06 à 18:51, Paul Beard a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 6, 2007, at 12:54 PM, Yves de Champlain wrote: So if I go to 2.4, all should be well? Cool. Should be. Not out of the woods just yet: I keep seeing trouble on py-gnome. errors, crash log

Re: python24 install failure

2007-03-06 Thread Kevin Horton
On 6 Mar 2007, at 19:09, Christian Voelker wrote: Hi, Am 07.03.2007 um 00:56 schrieb Kevin Horton: After doing all the above, python24 builds. But, looking at the build output, I see hundreds of references to /sw/lib or /sw/ include, e.g. /usr/bin/gcc-4.0 -bundle -undefined

Re: mysql5 checksum failures

2007-03-06 Thread Ryan Schmidt
MySQL AB appears to have removed the 5.0.36 sources from their site. I can't find an explanation for why. I resolved the ticket by downgrading the port to 5.0.33 again. On Mar 6, 2007, at 15:19, Lorin Rivers wrote: There a ticket open in Trac about this:

Re: The python bindings for gtk 2.4 (pygtk2=2.3.4) could not be found.

2007-03-06 Thread Paul Beard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 6, 2007, at 4:14 PM, Yves de Champlain wrote: what does ls /opt/local/lib/python2.5/site-packages give ? ls: /opt/local/lib/python2.5/site-packages: No such file or directory - -- Paul Beard contact info:

Hello. MacPorts variants Question.

2007-03-06 Thread Park Jin Hyung
Hello. Before, I have asked about this problem, but no one answered.. was there any problem about my question? If it was, please let me know. and.. my problem is below: I have configured in /opt/local/etc/ports/ports.conf like 20 # Where to find global variants definition file (optional) 21

Re: The python bindings for gtk 2.4 (pygtk2=2.3.4) could not be found.

2007-03-06 Thread Yves de Champlain
Le 07-03-06 à 20:35, Paul Beard a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 6, 2007, at 4:14 PM, Yves de Champlain wrote: what does ls /opt/local/lib/python2.5/site-packages give ? ls: /opt/local/lib/python2.5/site-packages: No such file or directory OK, just a