Fwd: Disk I/O error and hfsdebug (was: Re: sqlite error:)

2010-07-12 Thread Michael_google gmail_Gersten
On Mon, Jul 12, 2010 at 2:31 PM, John Musbach wrote: > Why was this cross posted? Relevence to mac os x? I'm sorry. On the macports mailing list, an issue came up where a problem turned out to be a bad hard drive. Someone pointed out that there were SMART monitoring tools in the macports database

Re: Disk I/O error and hfsdebug (was: Re: sqlite error:)

2010-07-12 Thread Michael_google gmail_Gersten
On Mon, Jul 12, 2010 at 2:31 PM, John Musbach wrote: > Why was this cross posted? Relevence to mac os x? I'm sorry. On the macports mailing list, an issue came up where a problem turned out to be a bad hard drive. Someone pointed out that there were SMART monitoring tools in the macports database

Erlang not building is causing an upgrade problem

2010-07-12 Thread Frank J. R. Hanstick
Hello, When trying to upgrade via sudo port upgrade installed erlang causes the upgrading to cease when failing to build. Erlang is not installed (as recommended from the ticket); but, attempts are continuously made to install resulting in a failure to upgrade the

Re: Porting atf - violating the layout of the ports-filesystems

2010-07-12 Thread John B Brown
On 7/12/10 2:31 PM, Brandon S Allbery KF8NH wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/12/10 12:42 , Ivan "Rambius" Ivanov wrote: I contacted ATF's author to inform him that I had include ATF into MacPorts. He raised concerns about moving the tests into ${prefix}/share/${name}/t

Re: Porting atf - violating the layout of the ports-filesystems

2010-07-12 Thread Brandon S Allbery KF8NH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/12/10 12:42 , Ivan "Rambius" Ivanov wrote: > I contacted ATF's author to inform him that I had include ATF into > MacPorts. He raised concerns about moving the tests into > ${prefix}/share/${name}/tests. > > His main objection was that the tests

Re: Building Python+GTK for Quartz

2010-07-12 Thread Chris Van Bael
Jeff, thanks, I'll try that out one of these days. Chris On Mon, Jul 12, 2010 at 5:22 PM, Jeff Singleton wrote: > Hey Chris > > First run a port clean on tk...then apply the below patch on the > Portfile under x11/tk sources folder. Then re-run your port install tk > command. > > Begin Tk

Re: Eliminating X dependency from python

2010-07-12 Thread Michael Gersten
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm definitely not understanding this. From the FAQ: Using variants is bad as that requires a complete rebuild of the port in order to add a given module (like readline support); also, dependencies can't specify variants currently (see ticket #126)

Re: Porting atf - violating the layout of the ports-filesystems

2010-07-12 Thread Julio Merino
[ Rainer, Ivan: Sorry for sending this twice to you, but the strict posting rules of the mailing list caused the original mail to be dropped. I had to subscribe and send the email again. ] On Mon, Jul 12, 2010 at 5:42 PM, Ivan "Rambius" Ivanov wrote: > [...] > I contacted ATF's author to inform

Re: Porting atf - violating the layout of the ports-filesystems

2010-07-12 Thread Ivan "Rambius" Ivanov
Hello, On Fri, Jul 9, 2010 at 10:45 PM, Ivan "Rambius" Ivanov wrote: > Hello, > > Thank you for your response. > > On Tue, Jul 6, 2010 at 3:46 PM, Rainer Müller wrote: >> On 2010-07-04 03:32 , Ivan "Rambius" Ivanov wrote: >>> --->  Staging atf into destroot >>> Warning: violation by /opt/local/t

Re: Problem with selfupdate - Resolved

2010-07-12 Thread Johannes Ruscheinski
Hi, Using the -d switch helped me debug the problem. It was a file permissing problem. I had done the subversion checkout as root and it caused problems with a file that was needed for a Python package. I did a "sudo chown -R mysusername:staff /opt/mports" and after that the selfupdate started

Re: Building Python+GTK for Quartz

2010-07-12 Thread Jeff Singleton
Hey Chris First run a port clean on tk...then apply the below patch on the Portfile under x11/tk sources folder. Then re-run your port install tk command. Begin Tk De-Carbon Patch = --- Portfile.858.original       2010-01-15 15:20:24.0 +0900 +++ Portfile    2010-01-15 15:31:42.0

Re: Eliminating X dependency from python

2010-07-12 Thread Joshua Root
On 2010-7-12 20:20 , Rainer Müller wrote: > On 07/07/2010 02:28 AM, Michael_google gmail_Gersten wrote: >> >From the FAQ: >> Using variants is bad as that requires a complete rebuild of the port >> in order to add a given module (like readline support); also, >> dependencies can't specify variants

Re:

2010-07-12 Thread Bradley Giesbrecht
Also look for inline php like . Change to or similar. // Brad On Jul 12, 2010, at 2:05 AM, Bill Christensen wrote: Thanks guys, that was it. At 11:52 PM -0500 7/11/10, Ryan Schmidt wrote: On Jul 11, 2010, at 23:48, Daniel Terreros wrote: On Sun, Jul 11, 2010 at 9:46 PM, Bill Christensen

Re: wine-devel uses Apple's X11, how to use the macports xorg-server port?

2010-07-12 Thread David Evans
I found that the macosforge plist was quite persistent. Even after unloading -w and logging out and back in again, it was still in the DISPLAY variable. I had to move the plist to another directory to enable the macports plist to take effect. ___ macp

Re: wine-devel uses Apple's X11, how to use the macports xorg-server port?

2010-07-12 Thread Rainer Müller
On 07/03/2010 07:00 AM, Tim wrote: > Longtime macports user/lurker, first time poster. I'm just getting > started with wine-devel. I have it up and running the way I want it > to on my laptop, but I'm having trouble on my Mac mini. For some > reason wine-devel is opening under Apple's X11.app, b

Re: sqlite error: disk I/O error

2010-07-12 Thread Rainer Müller
On 07/08/2010 09:57 AM, Ryan Schmidt wrote: > I pressed Control-C while MacPorts was activating a port. Now anything I do > with port gives me: > > > sqlite error: disk I/O error (10) while executing query: ATTACH DATABASE > '/opt/local/var/macports/registry/registry.db' AS registry >while

Re: Eliminating X dependency from python

2010-07-12 Thread Rainer Müller
On 07/07/2010 02:28 AM, Michael_google gmail_Gersten wrote: >>From the FAQ: > Using variants is bad as that requires a complete rebuild of the port > in order to add a given module (like readline support); also, > dependencies can't specify variants currently (see ticket #126). > > Using separate

Re:

2010-07-12 Thread Bill Christensen
Thanks guys, that was it. At 11:52 PM -0500 7/11/10, Ryan Schmidt wrote: On Jul 11, 2010, at 23:48, Daniel Terreros wrote: On Sun, Jul 11, 2010 at 9:46 PM, Bill Christensen wrote: Starting a php section with Do you have short tags enabled? Right, that feature is called short open ta