Re: Can't Install MacPorts-1.8.0 on Snow Leopard

2009-09-07 Thread James Reese
Ryan, Thanks, that was the information I needed. I was having a network issue that I still don't quite understand, but I was able to get around it. Jim On Sep 7, 2009, at 5:46 PM, Ryan Schmidt wrote: On Sep 7, 2009, at 14:41, James Reese wrote: [snip] I then ran the Snow Leopard inst

Re: Can't Install MacPorts-1.8.0 on Snow Leopard

2009-09-07 Thread Ryan Schmidt
On Sep 7, 2009, at 14:41, James Reese wrote: [snip] I then ran the Snow Leopard installer package. This is what appears in the installer log: [snip] Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ files/patch-DNSUpdate2.pbproj-project.pbxproj.diff Sep 7 14:40:49 Gau

Can't Install MacPorts-1.8.0 on Snow Leopard

2009-09-07 Thread James Reese
Help, please. I am unable to successfully install MacPorts 1.8.0 on Snow Leopard running on an iMac. After several failed attempts I completely removed the prior version using this command from the FAQ: sudo rm -rf /opt/local \ /Applications/MacPorts \ /Applications/DarwinPorts \ /Library

Can't install MacPorts-1.8.0 on Snow Leopard

2009-09-07 Thread James Reese
Help, please. I am unable to successfully install MacPorts 1.8.0 on Snow Leopard running on an iMac. After several failed attempts I completely removed the prior version using this command from the FAQ: sudo rm -rf /opt/local \ /Applications/MacPorts \ /Applications/DarwinPorts \ /Library

Re: libusb on Leopard with Macports 1.8.0

2009-09-06 Thread Ryan Schmidt
On Sep 6, 2009, at 16:36, Christopher Vance wrote: In file included from core.c:32: libusb.h:1115: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:125: warning: shadowed declaration is here libusb.h:1169: warning: declaration of 'index' shadows a global d

libusb on Leopard with Macports 1.8.0

2009-09-06 Thread Christopher Vance
$ sudo port -d install libusb 2>&1 | tee /tmp/libusb DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libusb DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libusb DEBUG: OS Platform: darwin

Re: MacPorts 1.8.0 has been released

2009-09-04 Thread Ryan Schmidt
On Aug 28, 2009, at 11:28, Randal L. Schwartz wrote: This port broke my system. Good thing I had backups, so I could figure out what went wrong. $ sudo port -v selfupdate [upgrade to 1.8.0] $ port outdated The following installed ports are outdated: libcanberra

Re: MacPorts 1.8.0 -> MPlayer does not upgrade properly

2009-09-02 Thread Ryan Schmidt
Yes, we have several open tickets about MPlayer not building. http://trac.macports.org/query?status=new&status=assigned&status=reopened&summary=~MPlayer ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mai

MacPorts 1.8.0 -> MPlayer does not upgrade properly

2009-08-31 Thread Felix Ingrand
[Zig:~] felix% sudo port -v outdated The following installed ports are outdated: MPlayer1.0rc2_5 < 1.0rc2_6 [Zig:~] felix% sudo port -v upgrade outdated Password: ---> Computing dependencies for MPlayer. ---> Building MPlayer /usr/bin/make -C libvo libvo.a make[1]: `libvo

Re: MacPorts 1.8.0

2009-08-29 Thread Ryan Schmidt
On Aug 29, 2009, at 07:16, Mark Hattam wrote: Also discovered that mbstring was no longer installed, which was a little vital as I have utf-8 tables and collations etc. sudo port install php5-mbstring While I don't deny mbstring's functionality is useful, it is not a part of the php core

Re: MacPorts 1.8.0

2009-08-29 Thread Mark Hattam
On 29 Aug 2009, at 12:57, Ryan Schmidt wrote: On Aug 29, 2009, at 06:49, Mark Hattam wrote: but I'm now getting #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) in phpMyAdmin, and other non-connections errors in other scripts So some

Re: MacPorts 1.8.0

2009-08-29 Thread Ryan Schmidt
On Aug 29, 2009, at 07:02, Mark Hattam wrote: and added /opt/local/var/run/mysql5/mysqld.sock to the three socket paths in php.ini for PDO, mysql and mysqli Now it does connect to the db Previously those settings in php.ini were empty. I just added a message to the php5-mysql port's +

Re: MacPorts 1.8.0

2009-08-29 Thread Mark Hattam
On 29 Aug 2009, at 12:49, Mark Hattam wrote: On 29 Aug 2009, at 12:28, Ryan Schmidt wrote: On Aug 29, 2009, at 06:22, Mark Hattam wrote: But now I seem to not have a running (or accessible at least) MySQL since last night probably ... phpMyAdmin complains that mysqli isn't available.

Re: MacPorts 1.8.0

2009-08-29 Thread Ryan Schmidt
On Aug 29, 2009, at 06:49, Mark Hattam wrote: but I'm now getting #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) in phpMyAdmin, and other non-connections errors in other scripts So something else now needs checking/changing. Set the

Re: MacPorts 1.8.0

2009-08-29 Thread Mark Hattam
On 29 Aug 2009, at 12:28, Ryan Schmidt wrote: On Aug 29, 2009, at 06:22, Mark Hattam wrote: But now I seem to not have a running (or accessible at least) MySQL since last night probably ... phpMyAdmin complains that mysqli isn't available. The mysql, mysqli and pdo_mysql modules are no

Re: MacPorts 1.8.0

2009-08-29 Thread Ryan Schmidt
On Aug 29, 2009, at 06:22, Mark Hattam wrote: But now I seem to not have a running (or accessible at least) MySQL since last night probably ... phpMyAdmin complains that mysqli isn't available. The mysql, mysqli and pdo_mysql modules are now in the php5-mysql port. Did you install it?

Re: MacPorts 1.8.0

2009-08-29 Thread Mark Hattam
On 29 Aug 2009, at 12:13, Ryan Schmidt wrote: On Aug 29, 2009, at 06:04, Mark Hattam wrote: These were the two bursts of "skipping" ... first for MySQL5 then for php5. I presume that when I upgrade Apache later on to 2.2.13 and if I'm careful to remember the --enforce-variants option, that

Re: MacPorts 1.8.0

2009-08-29 Thread Ryan Schmidt
On Aug 29, 2009, at 06:04, Mark Hattam wrote: These were the two bursts of "skipping" ... first for MySQL5 then for php5. I presume that when I upgrade Apache later on to 2.2.13 and if I'm careful to remember the --enforce-variants option, that one will be solved. You do not need to remem

Re: MacPorts 1.8.0

2009-08-29 Thread Mark Hattam
riants message in the future, or is +darwin now assumed by the ports that need it? Ports always have and continue to use +darwin if needed. MacPorts 1.7.1 and earlier had a bug (or unintended behavior) that the +darwin variant was not recorded in the registry. In MacPorts 1.8.0 all variants

Re: MacPorts 1.8.0

2009-08-29 Thread Ryan Schmidt
ow assumed by the ports that need it? Ports always have and continue to use +darwin if needed. MacPorts 1.7.1 and earlier had a bug (or unintended behavior) that the +darwin variant was not recorded in the registry. In MacPorts 1.8.0 all variants are recorded in the registry. ___

Re: MacPorts 1.8.0

2009-08-29 Thread Mark Hattam
On 29 Aug 2009, at 09:47, Rainer Müller wrote: On 2009-08-29 02:40 , Mark Hattam wrote: iMac:~ mark$ sudo port upgrade outdated --enforce-variants Error: --enforce-variants is not installed iMac:~ mark$ Options have to come before port names or pseudo-ports. sudo port upgrade --enforce-var

Re: MacPorts 1.8.0

2009-08-29 Thread Rainer Müller
On 2009-08-29 02:40 , Mark Hattam wrote: > iMac:~ mark$ sudo port upgrade outdated --enforce-variants > Error: --enforce-variants is not installed > iMac:~ mark$ Options have to come before port names or pseudo-ports. sudo port upgrade --enforce-variants outdated Rainer ___

Re: MacPorts 1.8.0

2009-08-28 Thread Frank J . R . Hanstick
Hello, I entered: sudo port upgrade outdated --enforce-variants to get: Error: --enforce-variants is not installed If I enter: sudo port upgrade outdated -enforce-variants I get: Error: No ports found On Aug 28, 2009,

Re: MacPorts 1.8.0

2009-08-28 Thread Mark Hattam
On 28 Aug 2009, at 16:06, William Davis wrote: On Aug 28, 2009, at 10:48 AM, Frank J. R. Hanstick wrote: sudo port upgrade --enforce-variants You need to type: sudo port upgrade outdated --enforce-variants As is, you are telling port to upgrade the port "nul" for which you got the cur

Re: MacPorts 1.8.0

2009-08-28 Thread Arno Hautala
On Fri, Aug 28, 2009 at 11:06, William Davis wrote: > > You need to type: > > sudo port upgrade outdated --enforce-variants I'm just upgrading to 1.8 and my typical port upgrade process includes an initial fetch. port fetch outdated currently results in: $ sudo port fetch outdated Password: ... -

Re: MacPorts 1.8.0 has been released

2009-08-28 Thread Randal L. Schwartz
This port broke my system. Good thing I had backups, so I could figure out what went wrong. $ sudo port -v selfupdate [upgrade to 1.8.0] $ port outdated The following installed ports are outdated: libcanberra0.15_0 < 0.16_0 $ sudo port -puv upgrade l

Re: MacPorts 1.8.0

2009-08-28 Thread William Davis
On Aug 28, 2009, at 10:48 AM, Frank J. R. Hanstick wrote: sudo port upgrade --enforce-variants You need to type: sudo port upgrade outdated --enforce-variants As is, you are telling port to upgrade the port "nul" for which you got the currently scheduled error mesg. William Davis frsta

Re: MacPorts 1.8.0

2009-08-28 Thread Frank J. R. Hanstick
ebuild each affected port if you would like them to go away. There are two reasons this situation might occur. One is that a port may have had a variant added to it since you installed it, or for some other reason a variant which should be automatically selected was not in your previous insta

Re: MacPorts 1.8.0 has been released

2009-08-28 Thread Rainer Müller
On 2009-08-28 08:19 , Joshua Root wrote: > [1] - <http://distfiles.macports.org/MacPorts/MacPorts-1.8.0-10.4-Tiger.dmg> > > [2] - > <http://distfiles.macports.org/MacPorts/MacPorts-1.8.0-10.5-Leopard.dmg> > > [3] - > <http://distfiles.macports.org/MacPorts/Mac

Re: MacPorts 1.8.0: Cannot fetch openssl

2009-08-28 Thread Martin Eisenhardt
Hi Ryan, thanks for the quick reply! Ryan Schmidt wrote: > Try debug output: > > sudo port -d upgrade openssl > > Maybe that will give a clue about why it cannot fetch the file. It gives me a clue: It simply works now. Strange. Thank you anyway! > > Can you fetch the file from those location

Re: MacPorts 1.8.0: Cannot fetch openssl

2009-08-28 Thread Ryan Schmidt
On Aug 28, 2009, at 02:57, Martin Eisenhardt wrote: after installing MacPorts 1.8.0, I want to upgrade subversion and its perlbindings: $ mekkie:~ mneisen$ sudo port upgrade -u --enforce-variants subversion subversion-perlbindings But it gives me the following error messages

Re: MacPorts 1.8.0

2009-08-28 Thread Ryan Schmidt
away. There are two reasons this situation might occur. One is that a port may have had a variant added to it since you installed it, or for some other reason a variant which should be automatically selected was not in your previous install, but would be now. Taking gcc43 for example, I

MacPorts 1.8.0: Cannot fetch openssl

2009-08-28 Thread Martin Eisenhardt
Hi list, after installing MacPorts 1.8.0, I want to upgrade subversion and its perlbindings: $ mekkie:~ mneisen$ sudo port upgrade -u --enforce-variants subversion subversion-perlbindings But it gives me the following error messages: ---> Computing dependencies for open

Re: MacPorts 1.8.0

2009-08-28 Thread Martin Eisenhardt
Hi Frank, Frank J. R. Hanstick wrote: > > > > sudo port upgrade installed > > > > after upgrading to 1.8.0 resulted in the following messages: > > > > Warning: Skipping upgrade since apache-ant 1.7.1_0 >= apache-ant > > 1.7.1_0, even though installed variants "" do not match "+darwin". Use > > 'up

MacPorts 1.8.0

2009-08-28 Thread Frank J. R. Hanstick
Hello, Entering: sudo port upgrade installed after upgrading to 1.8.0 resulted in the following messages: Warning: Skipping upgrade since apache-ant 1.7.1_0 >= apache-ant 1.7.1_0, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-varian

MacPorts 1.8.0 has been released

2009-08-27 Thread Joshua Root
ki page [9]. - Josh [1] - <http://distfiles.macports.org/MacPorts/MacPorts-1.8.0-10.4-Tiger.dmg> [2] - <http://distfiles.macports.org/MacPorts/MacPorts-1.8.0-10.5-Leopard.dmg> [3] - <http://distfiles.macports.org/MacPorts/MacPorts-1.8.0-10.6-SnowLeopard.dmg> [4] - <http://

MacPorts 1.8.0 release candidate 1 available for testing

2009-08-21 Thread Joshua Root
ld be just around the corner. - Josh [1] <http://svn.macports.org/repository/macports/tags/release_1_8_0-rc1> [2] <http://svn.macports.org/repository/macports/downloads/testing/MacPorts-1.8.0-rc1/> ___ macports-users mailing li

Re: MacPorts 1.8.0-beta1 now available for testing

2009-08-10 Thread Joshua Root
On 2009-8-10 23:01, Scot Ballard wrote: > What is the best place for feedback if a build is failing with 1.8 beta ? Trac if you're sure it's a bug, otherwise macports-users. > Such as.. > iS 3734 % sudo port install dovecot > ld warning: in /opt/local/lib/libssl.dylib, file is not of required

Re: MacPorts 1.8.0-beta1 now available for testing

2009-08-08 Thread Joshua Root
On 2009-8-8 13:29, Joshua Root wrote: > Source code and a Leopard disk image for MacPorts 1.8.0-beta1 are now > available [1]. A Tiger disk image should be added before too long. The Tiger dmg is now available in the same place as the rest: <http://svn.macports.org/repository/macports/

MacPorts 1.8.0-beta1 now available for testing

2009-08-07 Thread Joshua Root
Source code and a Leopard disk image for MacPorts 1.8.0-beta1 are now available [1]. A Tiger disk image should be added before too long. While there are no known regressions from 1.7.1 at this point, be prepared to encounter bugs. Please report any that you find [2] (after first searching Trac [3