From ryandesign at macports.org Fri Jan 1 01:51:17 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 1 Jan 2010 03:51:17 -0600 Subject: Pyraf question In-Reply-To: <4B3D8B6B.30307@mso.anu.edu.au> References: <4B3C0CE7.6000306@mso.anu.edu.au> <4B3C8949.8030202@mso.anu.edu.au> <4B3D8B6B.30307@mso.anu.edu.au> Message-ID: On Dec 31, 2009, at 23:43, David Nicholls wrote: > I have prepared what I think might be a protfile, but since my ignorance is considerable, I don't know how correct it is. I don't know what to call it nor where to send it. Attached below. So I also logged a port request. Name the file "Portfile" (with no extension). To test it, put it anywhere on your hard drive, open Terminal, "cd" to that directory, and type "sudo port install" (without a port name). To submit your portfile, attach it to the ticket you filed: http://trac.macports.org/ticket/23075 Before submitting, test that "sudo port install" works on as many of the supported OS / architecture combinations as possible (Mac OS X 10.4 and up), that the software the port installs works, that "port lint --nitpick" has no complaints, that "port deps" shows the correct dependencies, that "port contents" shows all the files that should be registered to the port, that "port livecheck" works, that the universal build works (or is disabled using "universal_variant no"), that selecting a different build_arch in macports.conf works (or if that's not possible, override configure.build_arch in the portfile). The Guide has many suggestions for portfile writing: http://guide.macports.org/ So does the wiki: http://trac.macports.org/wiki/PortfileRecipes After you submit a portfile in a ticket, a committer may make further changes before committing and advise you about future submissions. From david at mso.anu.edu.au Fri Jan 1 03:01:01 2010 From: david at mso.anu.edu.au (David Nicholls) Date: Fri, 01 Jan 2010 22:01:01 +1100 Subject: Pyraf question In-Reply-To: References: <4B3C0CE7.6000306@mso.anu.edu.au> <4B3C8949.8030202@mso.anu.edu.au> <4B3D8B6B.30307@mso.anu.edu.au> Message-ID: <4B3DD5ED.9050004@mso.anu.edu.au> Ryan Schmidt wrote: > On Dec 31, 2009, at 23:43, David Nicholls wrote: > >> I have prepared what I think might be a protfile, but since my >> ignorance is considerable, I don't know how correct it is. I don't >> know what to call it nor where to send it. Attached below. So I >> also logged a port request. > > Name the file "Portfile" (with no extension). To test it, put it > anywhere on your hard drive, open Terminal, "cd" to that directory, > and type "sudo port install" (without a port name). To submit your > portfile, attach it to the ticket you filed: > > http://trac.macports.org/ticket/23075 > > Before submitting, test that "sudo port install" works on as many of > the supported OS / architecture combinations as possible (Mac OS X > 10.4 and up), that the software the port installs works, that "port > lint --nitpick" has no complaints, that "port deps" shows the correct > dependencies, that "port contents" shows all the files that should be > registered to the port, that "port livecheck" works, that the > universal build works (or is disabled using "universal_variant no"), > that selecting a different build_arch in macports.conf works (or if > that's not possible, override configure.build_arch in the portfile). > The Guide has many suggestions for portfile writing: > > http://guide.macports.org/ > > So does the wiki: > > http://trac.macports.org/wiki/PortfileRecipes > > After you submit a portfile in a ticket, a committer may make further > changes before committing and advise you about future submissions. > Thanks, Ryan, and a Happy New Year to you. DN -- __________ ANU RSAA Mt Stromlo From david at mso.anu.edu.au Fri Jan 1 05:24:13 2010 From: david at mso.anu.edu.au (David Nicholls) Date: Sat, 02 Jan 2010 00:24:13 +1100 Subject: Pyraf question In-Reply-To: <4B3DD5ED.9050004@mso.anu.edu.au> References: <4B3C0CE7.6000306@mso.anu.edu.au> <4B3C8949.8030202@mso.anu.edu.au> <4B3D8B6B.30307@mso.anu.edu.au> <4B3DD5ED.9050004@mso.anu.edu.au> Message-ID: <4B3DF77D.1080305@mso.anu.edu.au> David Nicholls wrote: > Ryan Schmidt wrote: >> On Dec 31, 2009, at 23:43, David Nicholls wrote: >> >>> I have prepared what I think might be a protfile, but since my >>> ignorance is considerable, I don't know how correct it is. I don't >>> know what to call it nor where to send it. Attached below. So I >>> also logged a port request. >> >> Name the file "Portfile" (with no extension). To test it, put it >> anywhere on your hard drive, open Terminal, "cd" to that directory, >> and type "sudo port install" (without a port name). To submit your >> portfile, attach it to the ticket you filed: >> >> http://trac.macports.org/ticket/23075 >> >> Before submitting, test that "sudo port install" works on as many of >> the supported OS / architecture combinations as possible (Mac OS X >> 10.4 and up), that the software the port installs works, that "port >> lint --nitpick" has no complaints, that "port deps" shows the correct >> dependencies, that "port contents" shows all the files that should be >> registered to the port, that "port livecheck" works, that the >> universal build works (or is disabled using "universal_variant no"), >> that selecting a different build_arch in macports.conf works (or if >> that's not possible, override configure.build_arch in the portfile). >> The Guide has many suggestions for portfile writing: >> >> http://guide.macports.org/ >> >> So does the wiki: >> >> http://trac.macports.org/wiki/PortfileRecipes >> >> After you submit a portfile in a ticket, a committer may make further >> changes before committing and advise you about future submissions. Some progress: the pre-install tests work, but I suspect the port install process is not going to let me configure: The error message I get is: -------- sudo port install ---> Computing dependencies for pyraf ---> Configuring pyraf Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_Users_dcnicholls_python_pyraf/work/pyraf-1.8.1" && ./configure --prefix=/opt/local " returned error 127 Command output: sh: ./configure: No such file or directory Error: Status 1 encountered during processing. ------- The /opt/local/var/macports... directory does exist, so I presume the problem lies with the ./configure --prefix step Or maybe it's because I'm trying to turn a stand-alone install tar.gz file to work with Macports? DN -- __________ ANU RSAA Mt Stromlo From jmr at macports.org Fri Jan 1 06:00:01 2010 From: jmr at macports.org (Joshua Root) Date: Sat, 02 Jan 2010 01:00:01 +1100 Subject: Pyraf question In-Reply-To: <4B3DF77D.1080305@mso.anu.edu.au> References: <4B3C0CE7.6000306@mso.anu.edu.au> <4B3C8949.8030202@mso.anu.edu.au> <4B3D8B6B.30307@mso.anu.edu.au> <4B3DD5ED.9050004@mso.anu.edu.au> <4B3DF77D.1080305@mso.anu.edu.au> Message-ID: <4B3DFFE1.6020304@macports.org> On 2010-1-2 00:24 , David Nicholls wrote: > Some progress: the pre-install tests work, but I suspect the port > install process is not going to let me configure: The error message I > get is: > -------- > > sudo port install > ---> Computing dependencies for pyraf > ---> Configuring pyraf > Error: Target org.macports.configure returned: configure failure: shell > command " cd > "/opt/local/var/macports/build/_Users_dcnicholls_python_pyraf/work/pyraf-1.8.1" > && ./configure --prefix=/opt/local " returned error 127 > Command output: sh: ./configure: No such file or directory > > Error: Status 1 encountered during processing. > ------- > > The /opt/local/var/macports... directory does exist, so I presume the > problem lies with the ./configure --prefix step > > Or maybe it's because I'm trying to turn a stand-alone install tar.gz > file to work with Macports? Well, is there a configure script or not? - Josh From jmr at macports.org Fri Jan 1 06:05:32 2010 From: jmr at macports.org (Joshua Root) Date: Sat, 02 Jan 2010 01:05:32 +1100 Subject: Pyraf question In-Reply-To: <4B3DFFE1.6020304@macports.org> References: <4B3C0CE7.6000306@mso.anu.edu.au> <4B3C8949.8030202@mso.anu.edu.au> <4B3D8B6B.30307@mso.anu.edu.au> <4B3DD5ED.9050004@mso.anu.edu.au> <4B3DF77D.1080305@mso.anu.edu.au> <4B3DFFE1.6020304@macports.org> Message-ID: <4B3E012C.8050101@macports.org> On 2010-1-2 01:00 , Joshua Root wrote: > On 2010-1-2 00:24 , David Nicholls wrote: >> Some progress: the pre-install tests work, but I suspect the port >> install process is not going to let me configure: The error message I >> get is: >> -------- >> >> sudo port install >> ---> Computing dependencies for pyraf >> ---> Configuring pyraf >> Error: Target org.macports.configure returned: configure failure: shell >> command " cd >> "/opt/local/var/macports/build/_Users_dcnicholls_python_pyraf/work/pyraf-1.8.1" >> && ./configure --prefix=/opt/local " returned error 127 >> Command output: sh: ./configure: No such file or directory >> >> Error: Status 1 encountered during processing. >> ------- >> >> The /opt/local/var/macports... directory does exist, so I presume the >> problem lies with the ./configure --prefix step >> >> Or maybe it's because I'm trying to turn a stand-alone install tar.gz >> file to work with Macports? > > Well, is there a configure script or not? Actually, given that this is a python module, you most likely want to use the appropriate PortGroup, which would set 'use_configure no' for you. - Josh From e.ippoliti at grs-sim.de Fri Jan 1 12:44:39 2010 From: e.ippoliti at grs-sim.de (Emiliano Ippoliti) Date: Fri, 01 Jan 2010 21:44:39 +0100 Subject: Gromacs compilation Message-ID: <59FB0724-F542-4435-B0E8-51F2176283A7@grs-sim.de> Dear Sirs, by the current implementation of gromacs or gromacs-double Portfiles I was not able to compile the program on Snow Leopard (Mac OS X 10.6.2). It was sufficient to add the string: --enable-apple-64bit in the "configure.args" field of the Portfile to successfully compile them. I guess you want to modify the official Portfiles accordingly. Best, Emiliano Ippoliti --------- Dr. Emiliano Ippoliti Assistant Researcher German Research School for Simulation Sciences GmbH 52425 J?lich | Germany Members: Forschungszentrum J?lich GmbH | RWTH Aachen University Tel +49 2461 61 2515 Email e.ippoliti at grs-sim.de Web www.grs-sim.de Members: Forschungszentrum J?lich GmbH | RWTH Aachen University Registered in the commercial register of the local court of D?ren (Amtsgericht D?ren) under registration number HRB 5268 Registered office: J?lich Executive board: Prof. Dr. Heiner M?ller-Krumbhaar | Prof. Marek Behr, Ph.D. --------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From ktan at realityartisans.com Fri Jan 1 13:32:23 2010 From: ktan at realityartisans.com (Kok-Yong Tan) Date: Fri, 1 Jan 2010 16:32:23 -0500 Subject: Successfully installed nmap but can't find zenmap Message-ID: <7E7C6A88-76BE-4374-A8CE-FF33AED52ABA@realityartisans.com> I've successfully installed nmap 5.0 using "sudo port -v install nmap". zenmap is supposed to be bundled with nmap and there seems to be a request on the MacPorts site that zenmap use a python version 2.5 but I can't find zenmap itself. I've tried "port search nmap" for references to zenmap to no avail and I've looked both in /opt/ local/bin and /usr/local/bin and can't find it there. Can someone tell me if zenmap is found in the MacPorts tree? Or do I have to download it from nmap.org and build it myself? Thanks in advance. -- Reality Artisans, Inc. # Network Wrangling and Delousing P.O. Box 565, Gracie Station # Apple Certified Consultant New York, NY 10028-0019 # Apple Consultants Network member # Apple Developer Connection member (212) 369-4876 (Voice) # My PGP public key can be found at From jmr at macports.org Fri Jan 1 13:43:08 2010 From: jmr at macports.org (Joshua Root) Date: Sat, 02 Jan 2010 08:43:08 +1100 Subject: Successfully installed nmap but can't find zenmap In-Reply-To: <7E7C6A88-76BE-4374-A8CE-FF33AED52ABA@realityartisans.com> References: <7E7C6A88-76BE-4374-A8CE-FF33AED52ABA@realityartisans.com> Message-ID: <4B3E6C6C.9060701@macports.org> On 2010-1-2 08:32 , Kok-Yong Tan wrote: > I've successfully installed nmap 5.0 using "sudo port -v install nmap". > zenmap is supposed to be bundled with nmap and there seems to be a > request on the MacPorts site that zenmap use a python version 2.5 but I > can't find zenmap itself. I've tried "port search nmap" for references > to zenmap to no avail and I've looked both in /opt/local/bin and > /usr/local/bin and can't find it there. Can someone tell me if zenmap > is found in the MacPorts tree? Or do I have to download it from nmap.org > and build it myself? Thanks in advance. port variants nmap From ryandesign at macports.org Fri Jan 1 14:15:45 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 1 Jan 2010 16:15:45 -0600 Subject: Gromacs compilation In-Reply-To: <59FB0724-F542-4435-B0E8-51F2176283A7@grs-sim.de> References: <59FB0724-F542-4435-B0E8-51F2176283A7@grs-sim.de> Message-ID: <5E4B6301-3CFC-4CE8-8A66-056F68150DD6@macports.org> On Jan 1, 2010, at 14:44, Emiliano Ippoliti wrote: > by the current implementation of gromacs or gromacs-double Portfiles I was not able to compile the program on Snow Leopard (Mac OS X 10.6.2). > > It was sufficient to add the string: > > --enable-apple-64bit > > in the "configure.args" field of the Portfile to successfully compile them. > > I guess you want to modify the official Portfiles accordingly. As always, please file a ticket in the issue tracker with this information. Thanks. http://guide.macports.org/chunked/project.html#project.tickets From ktan at realityartisans.com Fri Jan 1 14:18:10 2010 From: ktan at realityartisans.com (Kok-Yong Tan) Date: Fri, 1 Jan 2010 17:18:10 -0500 Subject: Successfully installed nmap but can't find zenmap In-Reply-To: <4B3E6C6C.9060701@macports.org> References: <7E7C6A88-76BE-4374-A8CE-FF33AED52ABA@realityartisans.com> <4B3E6C6C.9060701@macports.org> Message-ID: <055D83AD-F5AC-436B-AAF6-E0BE14BE12E2@realityartisans.com> On Jan 1, 2010, at 16:43, Joshua Root wrote: > On 2010-1-2 08:32 , Kok-Yong Tan wrote: >> I've successfully installed nmap 5.0 using "sudo port -v install >> nmap". >> zenmap is supposed to be bundled with nmap and there seems to be a >> request on the MacPorts site that zenmap use a python version 2.5 >> but I >> can't find zenmap itself. I've tried "port search nmap" for >> references >> to zenmap to no avail and I've looked both in /opt/local/bin and >> /usr/local/bin and can't find it there. Can someone tell me if >> zenmap >> is found in the MacPorts tree? Or do I have to download it from >> nmap.org >> and build it myself? Thanks in advance. > > port variants nmap Many thanks. Didn't think of zenmap as a "variant" since it's just a GUI front-end to nmap... -- Reality Artisans, Inc. # Network Wrangling and Delousing P.O. Box 565, Gracie Station # Apple Certified Consultant New York, NY 10028-0019 # Apple Consultants Network member # Apple Developer Connection member (212) 369-4876 (Voice) # My PGP public key can be found at From david at mso.anu.edu.au Fri Jan 1 14:44:44 2010 From: david at mso.anu.edu.au (David Nicholls) Date: Sat, 02 Jan 2010 09:44:44 +1100 Subject: Pyraf question In-Reply-To: <4B3E012C.8050101@macports.org> References: <4B3C0CE7.6000306@mso.anu.edu.au> <4B3C8949.8030202@mso.anu.edu.au> <4B3D8B6B.30307@mso.anu.edu.au> <4B3DD5ED.9050004@mso.anu.edu.au> <4B3DF77D.1080305@mso.anu.edu.au> <4B3DFFE1.6020304@macports.org> <4B3E012C.8050101@macports.org> Message-ID: <4B3E7ADC.3060504@mso.anu.edu.au> Joshua Root wrote: > On 2010-1-2 01:00 , Joshua Root wrote: >> On 2010-1-2 00:24 , David Nicholls wrote: >>> Some progress: the pre-install tests work, but I suspect the port >>> install process is not going to let me configure: The error message I >>> get is: >>> -------- >>> >>> sudo port install >>> ---> Computing dependencies for pyraf >>> ---> Configuring pyraf >>> Error: Target org.macports.configure returned: configure failure: shell >>> command " cd >>> "/opt/local/var/macports/build/_Users_dcnicholls_python_pyraf/work/pyraf-1.8.1" >>> && ./configure --prefix=/opt/local " returned error 127 >>> Command output: sh: ./configure: No such file or directory >>> >>> Error: Status 1 encountered during processing. >>> ------- >>> >>> The /opt/local/var/macports... directory does exist, so I presume the >>> problem lies with the ./configure --prefix step >>> >>> Or maybe it's because I'm trying to turn a stand-alone install tar.gz >>> file to work with Macports? >> Well, is there a configure script or not? As this is my first attempt at building a port, and I'm no heavy duty Unix person, there's lots of things I don't know that I don't know about. One of which is configure scripts. More to learn :-) > > Actually, given that this is a python module, you most likely want to > use the appropriate PortGroup, which would set 'use_configure no' for you. I'll try that. First I need to read more about portgroups. DN -- __________ ANU RSAA Mt Stromlo From david at mso.anu.edu.au Fri Jan 1 15:24:15 2010 From: david at mso.anu.edu.au (David Nicholls) Date: Sat, 02 Jan 2010 10:24:15 +1100 Subject: Pyraf question In-Reply-To: <4B3E7ADC.3060504@mso.anu.edu.au> References: <4B3C0CE7.6000306@mso.anu.edu.au> <4B3C8949.8030202@mso.anu.edu.au> <4B3D8B6B.30307@mso.anu.edu.au> <4B3DD5ED.9050004@mso.anu.edu.au> <4B3DF77D.1080305@mso.anu.edu.au> <4B3DFFE1.6020304@macports.org> <4B3E012C.8050101@macports.org> <4B3E7ADC.3060504@mso.anu.edu.au> Message-ID: <4B3E841F.1050207@mso.anu.edu.au> David Nicholls wrote: > Joshua Root wrote: >> On 2010-1-2 01:00 , Joshua Root wrote: >>> On 2010-1-2 00:24 , David Nicholls wrote: >>>> Some progress: the pre-install tests work, but I suspect the port >>>> install process is not going to let me configure: The error message I >>>> get is: >>>> -------- >>>> >>>> sudo port install >>>> ---> Computing dependencies for pyraf >>>> ---> Configuring pyraf >>>> Error: Target org.macports.configure returned: configure failure: shell >>>> command " cd >>>> "/opt/local/var/macports/build/_Users_dcnicholls_python_pyraf/work/pyraf-1.8.1" >>>> >>>> && ./configure --prefix=/opt/local " returned error 127 >>>> Command output: sh: ./configure: No such file or directory >>>> >>>> Error: Status 1 encountered during processing. >>>> ------- >>>> >>>> The /opt/local/var/macports... directory does exist, so I presume the >>>> problem lies with the ./configure --prefix step >>>> >>>> Or maybe it's because I'm trying to turn a stand-alone install tar.gz >>>> file to work with Macports? >>> Well, is there a configure script or not? > > As this is my first attempt at building a port, and I'm no heavy duty > Unix person, there's lots of things I don't know that I don't know > about. One of which is configure scripts. More to learn :-) > >> >> Actually, given that this is a python module, you most likely want to >> use the appropriate PortGroup, which would set 'use_configure no' for >> you. > > I'll try that. First I need to read more about portgroups. Further inspection of the 3 setup files in the pyraf distro indicates a dependence on x11, and since I'm also trying to get the latest XQuartz x11 server working (see open ticket http://xquartz.macosforge.org/trac/ticket/337 ), it makes no sense to try getting pyraf working yet. And I strongly suspect I know nowhere near enough to tackle the port just yet. I'll (probably) be back. DN -- __________ ANU RSAA Mt Stromlo From pengyu.ut at gmail.com Fri Jan 1 15:40:57 2010 From: pengyu.ut at gmail.com (Peng Yu) Date: Fri, 1 Jan 2010 17:40:57 -0600 Subject: Which package to install if I want to have the man page for strdup? Message-ID: <366c6f341001011540x1211905o528cc642d67ccb43@mail.gmail.com> I don't have manpage for strdup. Could somebody let me know which package I should install? From allbery at kf8nh.com Fri Jan 1 15:42:33 2010 From: allbery at kf8nh.com (Brandon Allbery) Date: Fri, 1 Jan 2010 18:42:33 -0500 Subject: Which package to install if I want to have the man page for strdup? In-Reply-To: <366c6f341001011540x1211905o528cc642d67ccb43@mail.gmail.com> References: <366c6f341001011540x1211905o528cc642d67ccb43@mail.gmail.com> Message-ID: <09829536-3231-4090-AA55-2ABB604B88C5@kf8nh.com> On Jan 1, 2010, at 18:40 , Peng Yu wrote: > I don't have manpage for strdup. Could somebody let me know which > package I should install? strdup is part of the system C library. What you're missing is the UNIX manual pages part of the XCode distribution. -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part URL: From jmr at macports.org Fri Jan 1 15:56:33 2010 From: jmr at macports.org (Joshua Root) Date: Sat, 02 Jan 2010 10:56:33 +1100 Subject: Which package to install if I want to have the man page for strdup? In-Reply-To: <366c6f341001011540x1211905o528cc642d67ccb43@mail.gmail.com> References: <366c6f341001011540x1211905o528cc642d67ccb43@mail.gmail.com> Message-ID: <4B3E8BB1.4050008@macports.org> On 2010-1-2 10:40 , Peng Yu wrote: > I don't have manpage for strdup. Could somebody let me know which > package I should install? Man pages are generally installed by the same port as the software they document, but of course we don't have a libc port. Mac OS X ships with a strdup man page AFAICT, but if I'm mistaken, the other candidate would be Xcode Tools. - Josh From blb at macports.org Fri Jan 1 16:13:31 2010 From: blb at macports.org (Bryan Blackburn) Date: Fri, 1 Jan 2010 17:13:31 -0700 Subject: Which package to install if I want to have the man page for strdup? In-Reply-To: <4B3E8BB1.4050008@macports.org> References: <366c6f341001011540x1211905o528cc642d67ccb43@mail.gmail.com> <4B3E8BB1.4050008@macports.org> Message-ID: <20100102001331.GX468@ninagal.withay.com> On Sat, Jan 02, 2010 at 10:56:33AM +1100, Joshua Root said: > On 2010-1-2 10:40 , Peng Yu wrote: > > I don't have manpage for strdup. Could somebody let me know which > > package I should install? > > Man pages are generally installed by the same port as the software they > document, but of course we don't have a libc port. Mac OS X ships with a > strdup man page AFAICT, but if I'm mistaken, the other candidate would > be Xcode Tools. pkgutil says it's part of the BSD package on 10.6 at least: $ pkgutil --file-info /usr/share/man/man3/strdup.3.gz volume: / path: /usr/share/man/man3/strdup.3.gz pkgid: com.apple.pkg.BSD pkg-version: 10.6.0.1.1.1249291854 install-time: 1252978950 uid: 0 gid: 0 mode: 444 IIRC, BSD is always installed these days, but was optional sometime back... Bryan > > - Josh From pengyu.ut at gmail.com Fri Jan 1 17:03:00 2010 From: pengyu.ut at gmail.com (Peng Yu) Date: Fri, 1 Jan 2010 19:03:00 -0600 Subject: Which package to install if I want to have the man page for strdup? In-Reply-To: <4B3E8BB1.4050008@macports.org> References: <366c6f341001011540x1211905o528cc642d67ccb43@mail.gmail.com> <4B3E8BB1.4050008@macports.org> Message-ID: <366c6f341001011703ie427cabkca97cb3e4a98e140@mail.gmail.com> On Fri, Jan 1, 2010 at 5:56 PM, Joshua Root wrote: > On 2010-1-2 10:40 , Peng Yu wrote: >> I don't have manpage for strdup. Could somebody let me know which >> package I should install? > > Man pages are generally installed by the same port as the software they > document, but of course we don't have a libc port. Mac OS X ships with a > strdup man page AFAICT, but if I'm mistaken, the other candidate would > be Xcode Tools. I have Xcode installed on Mac OS 10.5. Why I don't have man strdup? How to fix it? From trog24 at comcast.net Fri Jan 1 17:21:25 2010 From: trog24 at comcast.net (Frank J. R. Hanstick) Date: Fri, 1 Jan 2010 17:21:25 -0800 Subject: InsightToolKit did not build Message-ID: <6CD33D83-9C22-4DF5-A996-1885BCE46966@comcast.net> Hello, Updated to MacPorts 1.8.2, upgraded all the installed ports, and then tried to install insighttoolkit. Installation failed and I reran the installation with debug enabled and got the following: [ 17%] Built target itkvnl_inst /usr/bin/gnumake -f Code/Common/CMakeFiles/ITKCommon.dir/build.make Code/Common/CMakeFiles/ITKCommon.dir/depend cd /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16-build && /opt/local/bin/cmake -E cmake_depends "Unix Makefiles" /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16 /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16/Code/Common /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16-build /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16-build/Code/Common /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16-build/Code/Common/CMakeFiles/ITKCommon.dir/ DependInfo.cmake --color= /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16/Utilities/CableSwig/GCC/gcc/config/rs6000/host- darwin.c:39: error: conflicting types for 'sigaltstack' /usr/include/signal.h:89: error: previous declaration of 'sigaltstack' was here /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16/Utilities/CableSwig/GCC/gcc/config/rs6000/host- darwin.c: In function 'segv_handler': /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16/Utilities/CableSwig/GCC/gcc/config/rs6000/host- darwin.c:81: error: 'struct __darwin_mcontext' has no member named 'ss' /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16/Utilities/CableSwig/GCC/gcc/config/rs6000/host- darwin.c:130: error: 'struct __darwin_mcontext' has no member named 'es' /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16/Utilities/CableSwig/GCC/gcc/config/rs6000/host- darwin.c:131: error: 'struct __darwin_mcontext' has no member named 'ss' gnumake[2]: *** [Utilities/CableSwig/GCC/gcc/CMakeFiles/backend.dir/ config/rs6000/host-darwin.o] Error 1 gnumake[1]: *** [Utilities/CableSwig/GCC/gcc/CMakeFiles/backend.dir/ all] Error 2 gnumake[1]: *** Waiting for unfinished jobs.... /usr/bin/gnumake -f Code/Common/CMakeFiles/ITKCommon.dir/build.make Code/Common/CMakeFiles/ITKCommon.dir/build gnumake[2]: Nothing to be done for `Code/Common/CMakeFiles/ ITKCommon.dir/build'. /opt/local/bin/cmake -E cmake_progress_report /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16-build/CMakeFiles 23 [ 18%] Built target ITKCommon gnumake: *** [all] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16-build" && /usr/bin/gnumake -j2 all " returned error 2 DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_InsightToolkit/work/ InsightToolkit-3.16-build" && /usr/bin/gnumake -j2 all " returned error 2 while executing "command_exec build" (procedure "portbuild::build_main" line 9) invoked from within "$procedure $targetname" Warning: the following items did not execute (for InsightToolkit): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. To report a bug, see Frank J. R. Hanstick trog24 at comcast.net From ryandesign at macports.org Fri Jan 1 17:35:23 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 1 Jan 2010 19:35:23 -0600 Subject: Which package to install if I want to have the man page for strdup? In-Reply-To: <366c6f341001011703ie427cabkca97cb3e4a98e140@mail.gmail.com> References: <366c6f341001011540x1211905o528cc642d67ccb43@mail.gmail.com> <4B3E8BB1.4050008@macports.org> <366c6f341001011703ie427cabkca97cb3e4a98e140@mail.gmail.com> Message-ID: <2F964632-59E6-46B7-B2F5-D1203C9BB3DD@macports.org> On Jan 1, 2010, at 19:03, Peng Yu wrote: > On Fri, Jan 1, 2010 at 5:56 PM, Joshua Root wrote: >> On 2010-1-2 10:40 , Peng Yu wrote: >>> I don't have manpage for strdup. Could somebody let me know which >>> package I should install? >> >> Man pages are generally installed by the same port as the software they >> document, but of course we don't have a libc port. Mac OS X ships with a >> strdup man page AFAICT, but if I'm mistaken, the other candidate would >> be Xcode Tools. > > I have Xcode installed on Mac OS 10.5. Why I don't have man strdup? > How to fix it? Have you tried reinstalling Xcode? Make sure you get the latest version for Mac OS X 10.5 (that's Xcode 3.1.4) and make sure the BSD option is selected for installation. From ryandesign at macports.org Fri Jan 1 17:47:01 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 1 Jan 2010 19:47:01 -0600 Subject: InsightToolKit did not build In-Reply-To: <6CD33D83-9C22-4DF5-A996-1885BCE46966@comcast.net> References: <6CD33D83-9C22-4DF5-A996-1885BCE46966@comcast.net> Message-ID: <13339A97-FBFC-4C34-A3CF-5313EDB84CB5@macports.org> On Jan 1, 2010, at 19:21, Frank J. R. Hanstick wrote: > Updated to MacPorts 1.8.2, upgraded all the installed ports, and then tried to install insighttoolkit. Installation failed and I reran the installation with debug enabled and got the following: I saw your previous message on this topic on December 24, whereupon I tried to build InsightToolkit to see what happened for me. I did not realize how large this port is. With Snow Leopard on my 2.2 GHz MacBook Pro with build.jobs=1, I think it took over 12 hours and over 8 GB of disk space to build, after which it said it ran out of resources (I think it said memory -- this machine has 4 GB RAM and > 50GB free disk space). I simply re-ran the port install command and it completed successfully; it takes 1.6GB of disk space after installation. If retrying (multiple times if necessary) does not lead to a successful build for you, please file a ticket in the issue tracker, as always, with as much debug output and other information about your system as you can produce. Using build.jobs=1 will also help reduce confusion and aide in reading the log. From trog24 at comcast.net Fri Jan 1 18:08:54 2010 From: trog24 at comcast.net (Frank J. R. Hanstick) Date: Fri, 1 Jan 2010 18:08:54 -0800 Subject: InsightToolKit did not build In-Reply-To: <13339A97-FBFC-4C34-A3CF-5313EDB84CB5@macports.org> References: <6CD33D83-9C22-4DF5-A996-1885BCE46966@comcast.net> <13339A97-FBFC-4C34-A3CF-5313EDB84CB5@macports.org> Message-ID: <80315E53-12D7-48EE-B625-2A4312F2C576@comcast.net> Hello, It is not very encouraging that it took so long your system. I only have a dual 1.73 GHz PowerPC G4 on a 133 MHz bus (I am assuming you have a dual core intel with a faster bus) and 1 MB RAM. Disk space is not a problem (165 GB available). This is the fourth time that I hit the same error. I am wondering of the problem is trying to build to a PPC G4. I am going to take a quick look at the source code (downloaded itk via CVS from the site) after filing a bug report. On Jan 1, 2010, at 5:47 PM, Ryan Schmidt wrote: > > On Jan 1, 2010, at 19:21, Frank J. R. Hanstick wrote: > >> Updated to MacPorts 1.8.2, upgraded all the installed ports, and >> then tried to install insighttoolkit. Installation failed and I >> reran the installation with debug enabled and got the following: > > I saw your previous message on this topic on December 24, whereupon > I tried to build InsightToolkit to see what happened for me. I did > not realize how large this port is. With Snow Leopard on my 2.2 GHz > MacBook Pro with build.jobs=1, I think it took over 12 hours and > over 8 GB of disk space to build, after which it said it ran out of > resources (I think it said memory -- this machine has 4 GB RAM and > > 50GB free disk space). I simply re-ran the port install command and > it completed successfully; it takes 1.6GB of disk space after > installation. > > If retrying (multiple times if necessary) does not lead to a > successful build for you, please file a ticket in the issue tracker, > as always, with as much debug output and other information about > your system as you can produce. Using build.jobs=1 will also help > reduce confusion and aide in reading the log. > > Frank J. R. Hanstick trog24 at comcast.net From ryandesign at macports.org Fri Jan 1 18:29:40 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 1 Jan 2010 20:29:40 -0600 Subject: InsightToolKit did not build In-Reply-To: <80315E53-12D7-48EE-B625-2A4312F2C576@comcast.net> References: <6CD33D83-9C22-4DF5-A996-1885BCE46966@comcast.net> <13339A97-FBFC-4C34-A3CF-5313EDB84CB5@macports.org> <80315E53-12D7-48EE-B625-2A4312F2C576@comcast.net> Message-ID: <3C5158AD-C39D-4478-A9C1-DB2C577D00FB@macports.org> On Jan 1, 2010, at 20:08, Frank J. R. Hanstick wrote: > It is not very encouraging that it took so long your system. I only have a dual 1.73 GHz PowerPC G4 on a 133 MHz bus (I am assuming you have a dual core intel with a faster bus) and 1 MB RAM. Disk space is not a problem (165 GB available). Yes, my MacBook Pro has an 800-MHz bus and two cores, but I instructed MacPorts to only use one of them ("sudo port install InsightToolkit build.jobs=1") because using both cores for this build was making the machine too slow for other tasks. > This is the fourth time that I hit the same error. I am wondering of the problem is trying to build to a PPC G4. I am going to take a quick look at the source code (downloaded itk via CVS from the site) after filing a bug report. Yes, it's certainly possible that the port doesn't work on PowerPC. I haven't tested it. My 466-MHz Power Mac G4 would probably take a week to finish the build so I'm not keen to try it... From trog24 at comcast.net Fri Jan 1 21:01:05 2010 From: trog24 at comcast.net (Frank J. R. Hanstick) Date: Fri, 1 Jan 2010 21:01:05 -0800 Subject: InsightToolKit did not build In-Reply-To: <3C5158AD-C39D-4478-A9C1-DB2C577D00FB@macports.org> References: <6CD33D83-9C22-4DF5-A996-1885BCE46966@comcast.net> <13339A97-FBFC-4C34-A3CF-5313EDB84CB5@macports.org> <80315E53-12D7-48EE-B625-2A4312F2C576@comcast.net> <3C5158AD-C39D-4478-A9C1-DB2C577D00FB@macports.org> Message-ID: <507AB1B5-2A1E-4E4E-B7AF-3F8343190024@comcast.net> Hello, I am not going to ask you to build on the 466 MHz, that might take you to until the next decade. Sounds like Apple needs to do a little work on the intel scheduler. Even running with both cpu's at or near 100% (which means a faster bus would not buy me very much since I am getting 100% cpu usage at a 13:1 cpu:bus ratio), I only notice a slowdown when trying to launch new applications. Once up and running, there is not much difference in response time. PPC G4's range between 1.25 to 1.5 the throughput rate of equivalent Intel cpu's due to an average of 1.8 (maximum of 3) completed instructions per clock cycle. You have a 2.75:1 cpu:bus ratio, so I wonder what the hold up is. I think I might need a faster bus if I could get a hold of dual core e600's (the inside of my PPC 7448) which Freescale does not make. Right now they only make a single core e600 ?-Processor and a dual core e600 ?-Controller. On Jan 1, 2010, at 6:29 PM, Ryan Schmidt wrote: > > On Jan 1, 2010, at 20:08, Frank J. R. Hanstick wrote: > >> It is not very encouraging that it took so long your system. I >> only have a dual 1.73 GHz PowerPC G4 on a 133 MHz bus (I am >> assuming you have a dual core intel with a faster bus) and 1 MB >> RAM. Disk space is not a problem (165 GB available). > > Yes, my MacBook Pro has an 800-MHz bus and two cores, but I > instructed MacPorts to only use one of them ("sudo port install > InsightToolkit build.jobs=1") because using both cores for this > build was making the machine too slow for other tasks. > >> This is the fourth time that I hit the same error. I am wondering >> of the problem is trying to build to a PPC G4. I am going to take >> a quick look at the source code (downloaded itk via CVS from the >> site) after filing a bug report. > > Yes, it's certainly possible that the port doesn't work on PowerPC. > I haven't tested it. My 466-MHz Power Mac G4 would probably take a > week to finish the build so I'm not keen to try it... > Frank J. R. Hanstick trog24 at comcast.net From talklists at newgeo.com Fri Jan 1 22:03:51 2010 From: talklists at newgeo.com (Scott Haneda) Date: Fri, 1 Jan 2010 22:03:51 -0800 Subject: Cleaning the cruft from my MacPorts Message-ID: <804D16CB-FE05-4140-A928-B950760BD159@newgeo.com> A few things have led to a less than awesome repo of local software that MacPorts has helped me to install. By no fault of MacPorts or course; though I am often abusing MacPorts to get something intalled for myself, or maybe making a port for submission, or on those rare occasions, I can get in a port at the request of a user here on the list. My `port installed` was a few hundred lines, I got it down to 63 by way of obvious uninstalls. I need a working MAMP stack, and all the dependencies with their links in the chain. A few other things, rsync, I think outside of MAMP, not of the stuff I need has dependencies, I am sitting on stuff like this: libgpg-error @1.7_0 (active) libiconv @1.13_0 (active) libidn @1.15_0 (active) libmcrypt @2.5.8_1 (active) libnet11 @1.1.4_0 (active) libogg @1.1.4_0 (active) libpcap @1.0.0_0 (active) libpng @1.2.38_0 (active) libtool @2.2.6b_0 (active) libvorbis @1.2.3_0 (active) libxml2 @2.7.6_0 (active) libxslt @1.1.24_2 (active) I have no idea how they got there, and sticking a `port info` into all ~60 of these to see, is a bit tiresome. I was wondering is there a way to give a list of what I want, and all the dependencies, then uninstall whatever was left remaining. Sort of a `port uninstall whatever is not part of item 1, 2, 3, and 4, plus all dependencies. Tanks all. -- Scott * If you contact me off list replace talklists@ with scott@ * From jmr at macports.org Fri Jan 1 22:10:27 2010 From: jmr at macports.org (Joshua Root) Date: Sat, 02 Jan 2010 17:10:27 +1100 Subject: Cleaning the cruft from my MacPorts In-Reply-To: <804D16CB-FE05-4140-A928-B950760BD159@newgeo.com> References: <804D16CB-FE05-4140-A928-B950760BD159@newgeo.com> Message-ID: <4B3EE353.4040406@macports.org> On 2010-1-2 17:03 , Scott Haneda wrote: > A few things have led to a less than awesome repo of local software that > MacPorts has helped me to install. By no fault of MacPorts or course; > though I am often abusing MacPorts to get something intalled for myself, > or maybe making a port for submission, or on those rare occasions, I can > get in a port at the request of a user here on the list. > > My `port installed` was a few hundred lines, I got it down to 63 by way > of obvious uninstalls. > > I need a working MAMP stack, and all the dependencies with their links > in the chain. A few other things, rsync, I think outside of MAMP, not > of the stuff I need has dependencies, > > I am sitting on stuff like this: > libgpg-error @1.7_0 (active) > libiconv @1.13_0 (active) > libidn @1.15_0 (active) > libmcrypt @2.5.8_1 (active) > libnet11 @1.1.4_0 (active) > libogg @1.1.4_0 (active) > libpcap @1.0.0_0 (active) > libpng @1.2.38_0 (active) > libtool @2.2.6b_0 (active) > libvorbis @1.2.3_0 (active) > libxml2 @2.7.6_0 (active) > libxslt @1.1.24_2 (active) > > I have no idea how they got there, and sticking a `port info` into all > ~60 of these to see, is a bit tiresome. I was wondering is there a way > to give a list of what I want, and all the dependencies, then uninstall > whatever was left remaining. > > Sort of a `port uninstall whatever is not part of item 1, 2, 3, and 4, > plus all dependencies. Install port_cutleaves and use the excludes file as described in the man page. - Josh From jmr at macports.org Fri Jan 1 22:24:20 2010 From: jmr at macports.org (Joshua Root) Date: Sat, 02 Jan 2010 17:24:20 +1100 Subject: MacPorts 1.8.2 has been released Message-ID: <4B3EE694.10209@macports.org> The MacPorts Project is pleased to announce the release of version 1.8.2. This is a bugfix release with small changes only. See the ChangeLog [1] for the list of changes. If you already have MacPorts installed, the preferred method for updating is to run: sudo port selfupdate For new installs, there are also package installers in disk images available for 10.4, 10.5, and 10.6 (all universal builds, the first two i386/ppc and the latter i386/x86_64) at [2]. The source is also available as tarballs compressed with gzip or bzip2, or from the subversion tag [3]. Detached PGP signatures for the disk images and source tarballs have been made with my key, which is available on the keyservers and my MacPorts wiki page [4], the fingerprint being: 0xB70C8867DCDBFF26: B6D0 0D4B 209D 03FF 2BCE B77F B70C 8867 DCDB FF26 Josh (on behalf of the MacPorts Port Managers) [1] [2] [3] [4] From ryandesign at macports.org Sat Jan 2 07:00:29 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 2 Jan 2010 09:00:29 -0600 Subject: mysql5 vs mysql devel In-Reply-To: <127E9E73-8E9A-44E7-B0FA-708BBC914774@pixilla.com> References: <48DDC290-B8FF-43B0-AAB5-A03D50E4C198@meissner.com> <226E2482-B22B-48DD-86B0-CF91DFA35913@macports.org> <021DBC11-AF90-4C39-92EB-A2788E3875C5@meissner.com> <112A22F8-A9A4-48A2-BB49-36CAE4F3FA52@pixilla.com> <127E9E73-8E9A-44E7-B0FA-708BBC914774@pixilla.com> Message-ID: <052BEC0E-D115-4E7B-8ED0-00AE23FCF8F5@macports.org> On Dec 24, 2009, at 10:40, Bradley Giesbrecht wrote: >> What you describe is how most ports work in MySQL, but we handle database ports (like MySQL (mysql4, mysql5), PostgreSQL (postgresql82, postgresql83, postgresql84, etc.) BerkeleyDB (db44, db45, db46, db47, etc.) differently because they come with associated user data (the user's databases) which typically need to be upgraded in some way as well, and usually once you've upgraded, you can't downgrade. A new version of the database program may also come with new features (and new bugs) and the user may have good reason for wanting to remain with an older version for awhile. This is why we give the user separate ports, to give them the choice to upgrade when they're ready for it. >> >> Actually, it's not just databases we handle that way; languages (I'm thinking of PHP -- php4, php52, php5 -- and GCC -- gcc40, gcc41, gcc42, gcc43, etc.) can have the same issue. > > What if we suffixed $major (current practice) to all these packages that need multiple versions available I'm learning that just the major version isn't enough. We don't just have db4 -- we have db44, db46 and db47. We don't just have postgresql8 -- we have postgresql80, postgresql81, postgresql82, postgresql83 and postgresql84. We do just have mysql5 (for 5.1) but there is already a request [1] to bring back a port for 5.0 and we have mysql5-devel for 5.5. So I'm thinking mysql5 should be renamed mysql51, a mysql50 port should be created, and mysql5-devel should be renamed to mysql55. Unfortunately this makes for a lot of work adding variants in all the ports that depend on mysql5. I would also have to redesign the directory structure so that these ports could coexist and be installed simultaneously. If I do it right this would also finally fix the conflict between mysql4 and mysql5(*) [2] and if I make similar changes to php5 and php52 they could coexist as well [3]. [1] http://trac.macports.org/ticket/22251 [2] http://trac.macports.org/ticket/4115 [3] http://trac.macports.org/ticket/22668 > and when we do we add a port called, for example, mysql-default that has variants +3, +4, +5 etc and it installs simlinks for all the files and dirs to locations $prefix/lib ./bin ./share ./etc ..... > > Wouldn't these simlinks make a lot of ports that depend on these packages build with little or no modification? You've basically described the "select" mechanism we already employ in these situations. For example, you can install, say, python26, and install python_select, and then use "python_select python26" to create symlinks to python26's parts with non-versioned names. We could add (and I have previously thought about adding) a "select" mechanism for both the PHP and MySQL ports to allow you to indicate which one you want. But this is not a substitute for ports specifying the correct path to the version of PHP or MySQL they want to use. When mysql5 was updated from 5.0 to 5.1, the library version number changed, which meant every dependent had to be rebuilt. If we had used separate variants for separate MySQL versions this problem would not have occurred. From dsclose at gmail.com Sat Jan 2 12:23:38 2010 From: dsclose at gmail.com (Dean Close) Date: Sat, 2 Jan 2010 20:23:38 +0000 Subject: Obscure Download Links Message-ID: <375ad97a1001021223g6bd186d5vccd36f10ff31fa63@mail.gmail.com> Hi all, I just spent 20 minutes looking for the OS X leopard dmg image for MacPorts. It was very well hidden behind an ordinary link in an ordinary paragraph with the label 'Leopard'. I'd just assumed the link took me to detailed Leopard install instructions and, in my quest for the dmg, didn't click it until all hope was lost. I like the MacPorts project, I figured I should send a message out telling people how difficult it is to install from what's given on the current webpage! Dean. ps. Here's the paragraph, with Snow Leopard, Leopard and Tiger given as links; "The easiest way to install MacPorts on a Mac OS X system is by downloading the dmg for Snow Leopard, Leopard or Tiger, respectively, and running the system's Installer by double-clicking on the pkg contained therein, following the on-screen instructions until completion." From cardcaptorstacey at gmail.com Sat Jan 2 12:50:43 2010 From: cardcaptorstacey at gmail.com (Stacey) Date: Sat, 02 Jan 2010 20:50:43 +0000 Subject: KDE won't build Message-ID: <4B3FB1A3.8070505@gmail.com> Hello everybody! I'm trying to build KDE on Snow Leopard. It started installing some dependencies but failed on kdelibs3: ---> Building kdelibs3 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdelibs3/work/kdelibs-3.5.10" && ./CompileScript.sh all " returned error 1 Command output: /opt/local/lib/qt3/include/qevent.h: In member function 'QByteArray QDropEvent::data(const char*) const': /opt/local/lib/qt3/include/qevent.h:528: error: return type 'struct QByteArray' is incomplete /opt/local/lib/qt3/include/qevent.h:528: error: invalid use of incomplete type 'struct QByteArray' /opt/local/include/kcomponentdata.h:25: error: forward declaration of 'struct QByteArray' In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdelibs3/work/kdelibs-3.5.10/kinit/klauncher.h:33, from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdelibs3/work/kdelibs-3.5.10/kinit/klauncher_main.cpp:26: /opt/local/include/kio/connection.h: At global scope: /opt/local/include/kio/connection.h:137: error: expected primary-expression before 'void' /opt/local/include/kio/connection.h:137: error: ISO C++ forbids declaration of 'Q_SIGNALS' with no type /opt/local/include/kio/connection.h:137: error: expected ';' before 'void' /opt/local/lib/qt3/include/qobject.h:200: error: 'QObjectPrivate* QObject::d' is private /opt/local/include/kio/connection.h:140: error: within this context /opt/local/include/kio/connection.h:140: error: 'd' is not a type /opt/local/include/kio/connection.h:140: error: ISO C++ forbids declaration of 'Q_PRIVATE_SLOT' with no type /opt/local/include/kio/connection.h:141: error: expected ';' before 'Q_PRIVATE_SLOT' /opt/local/include/kio/connection.h:84: error: invalid use of incomplete type 'struct QByteArray' /opt/local/include/kcomponentdata.h:25: error: forward declaration of 'struct QByteArray' /opt/local/include/kio/connection.h:179: error: expected primary-expression before 'void' /opt/local/include/kio/connection.h:179: error: ISO C++ forbids declaration of 'Q_SIGNALS' with no type /opt/local/include/kio/connection.h:179: error: expected ';' before 'void' In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdelibs3/work/kdelibs-3.5.10/kinit/klauncher.h:35, from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdelibs3/work/kdelibs-3.5.10/kinit/klauncher_main.cpp:26: /opt/local/include/kurl.h:112: error: expected class-name before '{' token /opt/local/include/kurl.h:125: error: expected template-name before '<' token /opt/local/include/kurl.h:125: error: expected `{' before '<' token /opt/local/include/kurl.h:125: error: expected unqualified-id before '<' token /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdelibs3/work/kdelibs-3.5.10/kinit/klauncher_main.cpp:115: error: expected `}' at end of input /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdelibs3/work/kdelibs-3.5.10/kinit/klauncher_main.cpp:115: error: expected unqualified-id at end of input Error creating ./kinit/klauncher_main.lo. Exit status 1. kdelibs3-3.5.10-3 make failed! Error: The following dependencies failed to build: kdebase3 kdelibs3 libusb-compat libusb xorg-libXtst xorg-recordproto xorg-libXxf86misc xorg-xf86miscproto xorg-libxkbfile kdenetwork3 openslp kdepim3 kdeaccessibility3 opensync py26-gobject libffi py26-numeric swig-python python_select swig kdeutils3 gmp Error: Status 1 encountered during processing. I'm very new to Mac (omly been using it for a few weeks) but I've been a Linux user (and still am) for about three years. Thanks, and Happy New Year ;) ~ Stacey From ryandesign at macports.org Sat Jan 2 13:39:37 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 2 Jan 2010 15:39:37 -0600 Subject: KDE won't build In-Reply-To: <4B3FB1A3.8070505@gmail.com> References: <4B3FB1A3.8070505@gmail.com> Message-ID: <90DEA956-A3A7-4402-8518-083B5597BEB5@macports.org> On Jan 2, 2010, at 14:50, Stacey wrote: > Hello everybody! I'm trying to build KDE on Snow Leopard. It started installing some dependencies but failed on kdelibs3: > > ---> Building kdelibs3 > Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdelibs3/work/kdelibs-3.5.10" && ./CompileScript.sh all " returned error 1 > Command output: /opt/local/lib/qt3/include/qevent.h: In member function 'QByteArray QDropEvent::data(const char*) const': > /opt/local/lib/qt3/include/qevent.h:528: error: return type 'struct QByteArray' is incomplete > /opt/local/lib/qt3/include/qevent.h:528: error: invalid use of incomplete type 'struct QByteArray' [snip] Please "sudo port selfupdate" to get the latest MacPorts (1.8.2 was just released yesterday), clean kdelibs3 with "sudo port clean kdelibs3", then try again. If it fails again, please file a ticket in the issue tracker with more information. From ryandesign at macports.org Sat Jan 2 13:42:13 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 2 Jan 2010 15:42:13 -0600 Subject: Obscure Download Links In-Reply-To: <375ad97a1001021223g6bd186d5vccd36f10ff31fa63@mail.gmail.com> References: <375ad97a1001021223g6bd186d5vccd36f10ff31fa63@mail.gmail.com> Message-ID: On Jan 2, 2010, at 14:23, Dean Close wrote: > I just spent 20 minutes looking for the OS X leopard dmg image for > MacPorts. It was very well hidden behind an ordinary link in an > ordinary paragraph with the label 'Leopard'. I'd just assumed the link > took me to detailed Leopard install instructions and, in my quest for > the dmg, didn't click it until all hope was lost. I agree, there should be a big button labeled "Download" for each OS. There have been other comments about the difficulty of finding information on the MacPorts web site. It could probably stand a complete redesign. From david at mso.anu.edu.au Sat Jan 2 16:41:02 2010 From: david at mso.anu.edu.au (David Nicholls) Date: Sun, 03 Jan 2010 11:41:02 +1100 Subject: Pallet.app now crashing Message-ID: <4B3FE79E.2030602@mso.anu.edu.au> It worked a couple of days ago, but now both Pallet.app and Pallet Helper are crashing. Pallet Helper appears to crash first, then Pallet.app, a few seconds after the Pallet.app window opens successfully. Since the initial install I have installed and upgraded stuff (in to latest macports). Something broke. I have logged a ticket, #23106 I uninstalled, cleaned and reinstalled, using sudo port ..., no effect. So I uninstalled and cleaned, then reinstalled using the dmg. No sign of pallet helper, but no crash. I can't remember how I installed Pallet the first time. DN -- __________ ANU RSAA Mt Stromlo From talklists at newgeo.com Sat Jan 2 22:58:40 2010 From: talklists at newgeo.com (Scott Haneda) Date: Sat, 2 Jan 2010 22:58:40 -0800 Subject: Cleaning the cruft from my MacPorts In-Reply-To: <4B3EE353.4040406@macports.org> References: <804D16CB-FE05-4140-A928-B950760BD159@newgeo.com> <4B3EE353.4040406@macports.org> Message-ID: <060A7A87-B674-4E0E-8ADC-4CA661F44A88@newgeo.com> On Jan 1, 2010, at 10:10 PM, Joshua Root wrote: >> I have no idea how they got there, and sticking a `port info` into all >> ~60 of these to see, is a bit tiresome. I was wondering is there a way >> to give a list of what I want, and all the dependencies, then uninstall >> whatever was left remaining. >> >> Sort of a `port uninstall whatever is not part of item 1, 2, 3, and 4, >> plus all dependencies. > > Install port_cutleaves and use the excludes file as described in the man Wow, does not get much more of an "exactly what I was looking for" than that. Thanks! -- Scott * If you contact me off list replace talklists@ with scott@ * From talklists at newgeo.com Sun Jan 3 01:06:57 2010 From: talklists at newgeo.com (Scott Haneda) Date: Sun, 3 Jan 2010 01:06:57 -0800 Subject: Command to clean ~/.macports and misc Snow Leopard questions Message-ID: <7B3D1B3B-F387-4AEE-8360-8585EE523EFE@newgeo.com> Hello, I updated to Snow Leopard today. I have installed the new Dev Tools, X11 which was on the Snow installer, MacPorts, and am now installing my ports clean and new. I saved a backup of /opt/local so I have all my user made files to move into place when I get all the ports working. My case was that I did a clean OS install, so I did a clean MacPorts install. All I have done so far is install mysql5 server version. Do I need to make any changes to sources.conf or similar files? I did run the below command just for the heck of it, and before that ran the selfupdate command and got a little love from the update that came out the other day. `sudo port clean --work --archive all` Are there any other changes I need to consider? When I updated, I noticed there was ~/.macports which has a good deal of stuff in it, all seemingly related to ports I was at one time or another working on. I went ahead and cp'd it over from a backup into my new clean isntall. Is there a way to clean that out, or can I just delete it and let it make itself new as needed? I also took over ~/.profile and all other ~/. files for my PATH and other settings to be correct. I did this before I installed MacPorts. It all looks ok, but wanted to ask to make sure there is nothing I did too out of the ordinary. Thanks -- Scott * If you contact me off list replace talklists@ with scott@ * From vivacarlie at gmail.com Sun Jan 3 03:10:30 2010 From: vivacarlie at gmail.com (Nehemiah Dacres) Date: Sun, 3 Jan 2010 05:10:30 -0600 Subject: is there a list of known broken ports? Message-ID: <65fadfc31001030310u34dfc36exae4ac3d00c3075b6@mail.gmail.com> if there isn't, there could be one differentiated from other tickets because it doesn't require intimate knowledge of macports or the port in question, any maintainers could contribute. (frankly sometimes it IS a closebrace kind of thing) for example I just got, Error: Target org.macports.activate returned: Image error: > /opt/local/lib/libpcre.0.0.1.dylib already exists and does not belong to a > registered port. Unable to activate port pcre. Error: The following dependencies failed to build: pcre scons python26 db46 > gdbm sqlite3 tk Xft2 xorg-libXScrnSaver xorg-libXext xorg-libX11 > xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-xproto > xorg-libXdmcp xorg-util-macros xorg-xcmiscproto xorg-xextproto > xorg-xf86bigfontproto xorg-xtrans xorg-scrnsaverproto Error: Status 1 encountered during processing. I was trying to build mongodb, I know there's no maintainer but ... what does it need with python or xorg libs? Spidermonkey is already installed so it doesn't need that and (as you can see) so was PCRE. -- "lalalalala! it's not broken because I can use it" http://linux.slashdot.org/comments.pl?sid=194281&threshold=1&commentsort=0&mode=thread&cid=15927703 -------------- next part -------------- An HTML attachment was scrubbed... URL: From vivacarlie at gmail.com Sun Jan 3 03:12:45 2010 From: vivacarlie at gmail.com (Nehemiah Dacres) Date: Sun, 3 Jan 2010 05:12:45 -0600 Subject: is there a list of known broken ports? In-Reply-To: <65fadfc31001030310u34dfc36exae4ac3d00c3075b6@mail.gmail.com> References: <65fadfc31001030310u34dfc36exae4ac3d00c3075b6@mail.gmail.com> Message-ID: <65fadfc31001030312idd6d1b4lb463fffaafaaf116@mail.gmail.com> shoot! forgot to mention, On Sun, Jan 3, 2010 at 5:10 AM, Nehemiah Dacres wrote: > if there isn't, there could be one differentiated from other tickets > because it doesn't require intimate knowledge of macports or the port in > question, any maintainers could contribute. (frankly sometimes it IS a > closebrace kind of thing) > > > for example I just got, > > Error: Target org.macports.activate returned: Image error: >> /opt/local/lib/libpcre.0.0.1.dylib already exists and does not belong to a >> registered port. Unable to activate port pcre. > > Error: The following dependencies failed to build: pcre scons python26 db46 >> gdbm sqlite3 tk Xft2 xorg-libXScrnSaver xorg-libXext xorg-libX11 >> xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-xproto >> xorg-libXdmcp xorg-util-macros xorg-xcmiscproto xorg-xextproto >> xorg-xf86bigfontproto xorg-xtrans xorg-scrnsaverproto > > Error: Status 1 encountered during processing. > > > > > I was trying to build mongodb, I know there's no maintainer but ... what > does it need with python or xorg libs? Spidermonkey is already installed so > it doesn't need that and (as you can see) so was PCRE. > > I am on an iMac g5 (pre iSite) running 10.5.8 macports version 1.8.1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Jan 3 03:59:20 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 3 Jan 2010 05:59:20 -0600 Subject: is there a list of known broken ports? In-Reply-To: <65fadfc31001030310u34dfc36exae4ac3d00c3075b6@mail.gmail.com> References: <65fadfc31001030310u34dfc36exae4ac3d00c3075b6@mail.gmail.com> Message-ID: On Jan 3, 2010, at 05:10, Nehemiah Dacres wrote: > if there isn't, there could be one differentiated from other tickets because it doesn't require intimate knowledge of macports or the port in question, any maintainers could contribute. (frankly sometimes it IS a closebrace kind of thing) > > > for example I just got, > > Error: Target org.macports.activate returned: Image error: /opt/local/lib/libpcre.0.0.1.dylib already exists and does not belong to a registered port. Unable to activate port pcre. > Error: The following dependencies failed to build: pcre scons python26 db46 gdbm sqlite3 tk Xft2 xorg-libXScrnSaver xorg-libXext xorg-libX11 xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-xproto xorg-libXdmcp xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans xorg-scrnsaverproto > Error: Status 1 encountered during processing. > > > I was trying to build mongodb, I know there's no maintainer but ... what does it need with python or xorg libs? Spidermonkey is already installed so it doesn't need that and (as you can see) so was PCRE. There is not a list of known-broken ports, there is only the issue tracker. There is Jeremy's list of ports with problems compiling on Snow Leopard, but it's not exhaustive. Why does /opt/local/lib/libpcre.0.0.1.dylib exist on your computer if it was not installed by the pcre port? Did you previously have MacPorts installed (including the pcre port), then attempt to uninstall and reinstall MacPorts? If so, you may have uninstalled incompletely. Correct uninstall instructions are in the Guide. You can try forcing the activation of pcre with "sudo port -f activate pcre" but if you don't know why the pcre library was already in your MacPorts prefix, this will likely just hide a problem that you have, rather than resolving it. For example, other ports may be in a similar situation. To find out if that's the case, you could run a command like this: $ find /opt/local/lib -type f -print0 | xargs -0 port provides | grep "not provided" If you find many libraries in /opt/local/lib that are not registered to a port, you may be better off uninstalling everything and reinstalling. On Jan 3, 2010, at 05:12, Nehemiah Dacres wrote: > I am on an iMac g5 (pre iSite) running 10.5.8 macports version 1.8.1 Please use "sudo port selfupdate" to upgrade to MacPorts 1.8.2. From macports.users at gmail.com Sun Jan 3 09:01:35 2010 From: macports.users at gmail.com (Charles Darwin) Date: Sun, 3 Jan 2010 12:01:35 -0500 Subject: when ./configure is called ./foo Message-ID: <786b562e1001030901n4cbc4543x6d8a20a535a91b23@mail.gmail.com> hi, in mutt's hg repos. (http://dev.mutt.org/hg/mutt)'./configure' is called './prepare' ! what's the proper way to deal with it? thx From nox at macports.org Sun Jan 3 09:29:47 2010 From: nox at macports.org (nox) Date: Sun, 3 Jan 2010 18:29:47 +0100 Subject: when ./configure is called ./foo In-Reply-To: <786b562e1001030901n4cbc4543x6d8a20a535a91b23@mail.gmail.com> References: <786b562e1001030901n4cbc4543x6d8a20a535a91b23@mail.gmail.com> Message-ID: <3DBD9C89-0508-4884-8EDC-6EEA87970948@macports.org> configure.cmd ./prepare Le 3 janv. 2010 ? 18:01, Charles Darwin a ?crit : > hi, > > in mutt's hg repos. (http://dev.mutt.org/hg/mutt)'./configure' is > called './prepare' ! what's the proper way to deal with it? > > thx > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From ola.lunden at gmail.com Sun Jan 3 11:46:05 2010 From: ola.lunden at gmail.com (=?ISO-8859-1?Q?Ola_Lund=E9n?=) Date: Sun, 03 Jan 2010 20:46:05 +0100 Subject: error report when trying to install php/mamp Message-ID: <4B40F3FD.1060300@gmail.com> Hi, I'm quite new to both mac and macports so bear with me... I'm quite familiar with the linux world and commando line hacking but I cannot figure out what's wrong. I've followed the MAMP howto (http://trac.macports.org/wiki/howto/MAMP) but when I get to installing php I get a bunch of errors: [error output] ---> Computing dependencies for php5 ---> Staging help2man into destrootError: Target org.macports.destroot returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/help2man-1.37.1" && /usr/bin/make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot " returned error 2 Command output: ./mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/bin ./mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/lib ./mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/share/man/man1 ./mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/share/info /usr/bin/install -c help2man /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/bin /usr/bin/install -c -m 644 ./help2man.1 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/share/man/man1 /usr/bin/install -c -m 644 ./help2man.info \ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/share/info/help2man.info if test -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/share/info/dir; \ then \ /usr/bin/install-info --info-dir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/share/info \ ./help2man.info; \ fi /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle bindtextdomain.c -lintl ld: library not found for -lintl collect2: ld returned 1 exit status make: *** [bindtextdomain.so] Error 1 Error: The following dependencies failed to build: libtool automake autoconf help2man libxml2 mhash Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. [/error output] I've run the commandos "selfupdate" and "upgrade outdated" but with no luck I also have the latest updates from apple. Have tried google but with no luck and I'm not really sure were to start. I've tested to install the dependencies that failed to build but it didn't do it either. Hoping for some help. Kind regards, Ola From jmr at macports.org Sun Jan 3 13:09:13 2010 From: jmr at macports.org (Joshua Root) Date: Mon, 04 Jan 2010 08:09:13 +1100 Subject: error report when trying to install php/mamp In-Reply-To: <4B40F3FD.1060300@gmail.com> References: <4B40F3FD.1060300@gmail.com> Message-ID: <4B410779.9090307@macports.org> On 2010-1-4 06:46 , Ola Lund?n wrote: > /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle bindtextdomain.c > -lintl > ld: library not found for -lintl Is gettext installed and active? (This should happen automatically as it is a dependency of help2man). Does it provide /opt/local/lib/libintl.dylib? (It does here.) Is that library the right architecture (check with lipo -info)? - Josh From jmr at macports.org Sun Jan 3 14:21:52 2010 From: jmr at macports.org (Joshua Root) Date: Mon, 04 Jan 2010 09:21:52 +1100 Subject: error report when trying to install php/mamp In-Reply-To: <4B410E82.7090800@gmail.com> References: <4B40F3FD.1060300@gmail.com> <4B410779.9090307@macports.org> <4B410E82.7090800@gmail.com> Message-ID: <4B411880.7000506@macports.org> Remember use Reply All so the list gets your replies and not just me. Run 'port installed gettext'. If it's not installed you should certainly install it, though you shouldn't be able to get to the point of building one of its dependents without it. If it is installed, check 'port contents gettext' for that dylib. If it's listed but not actually present in the filesystem, something must have deleted it after the port was installed. You can try to get it back with 'port deactivate gettext' followed by 'port activate gettext'. - Josh On 2010-1-4 08:39 , Ola Lund?n wrote: > Thanks for quick reply. > > gettext is not installed, at least I didn't see > "/opt/local/lib/libintl.dylib". Should I install gettext? > It's the second time I install mamp through macport, first time was also > on a newly installed mac nut then I didn't get these problems. > > cheers, > /Ola > > On 1/3/10 10:09 PM, Joshua Root wrote: >> On 2010-1-4 06:46 , Ola Lund?n wrote: >> >>> /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle bindtextdomain.c >>> -lintl >>> ld: library not found for -lintl >>> >> Is gettext installed and active? (This should happen automatically as it >> is a dependency of help2man). Does it provide >> /opt/local/lib/libintl.dylib? (It does here.) Is that library the right >> architecture (check with lipo -info)? >> >> - Josh >> > From dluke at geeklair.net Mon Jan 4 09:17:51 2010 From: dluke at geeklair.net (Daniel J. Luke) Date: Mon, 4 Jan 2010 12:17:51 -0500 Subject: Successfully installed nmap but can't find zenmap In-Reply-To: <055D83AD-F5AC-436B-AAF6-E0BE14BE12E2@realityartisans.com> References: <7E7C6A88-76BE-4374-A8CE-FF33AED52ABA@realityartisans.com> <4B3E6C6C.9060701@macports.org> <055D83AD-F5AC-436B-AAF6-E0BE14BE12E2@realityartisans.com> Message-ID: On Jan 1, 2010, at 5:18 PM, Kok-Yong Tan wrote: > Many thanks. Didn't think of zenmap as a "variant" since it's just a GUI front-end to nmap... it's a variant because python + gtk are somewhat large dependencies (and because I don't use the nmap gui ;-) ). It might make sense to split the port (and have a 'zenmap' port that depends on nmap), but someone who is interested in zenmap would probably have to do the work... -- Daniel J. Luke +========================================================+ | *---------------- dluke at geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ From mr.rech.list at gmail.com Mon Jan 4 09:36:36 2010 From: mr.rech.list at gmail.com (Andrea Riciputi) Date: Mon, 4 Jan 2010 18:36:36 +0100 Subject: Screen port failed to compile and install Message-ID: <4AAC0AD1-EAC9-4FDE-9F2F-B9DEE6C98ABC@gmail.com> Hi all, I'm quite new to Macport, but recently I switch to it from Fink, since I find Macport a neater system. However when I tried to install the port for "screen" I got the following error message: % sudo port install screen ---> Computing dependencies for screen ---> Building screen Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_screen/work/screen-4.0.3" && /usr/bin/make -j2 all " returned error 2 Command output: /usr/bin/gcc-4.2 -c -I. -I. -O2 -arch x86_64 pty.c In file included from screen.h:144, from pty.c:30: display.h:182: warning: 'utmp' is deprecated (declared at /usr/include/utmp.h:96) In file included from screen.h:145, from pty.c:30: window.h:247: warning: 'utmp' is deprecated (declared at /usr/include/utmp.h:96) pty.c:38:26: error: sys/stropts.h: No such file or directory make: *** [pty.o] Error 1 Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. It seems the problem is related to the missing file "sys/stropts.h", and infact the header file is not in place, but I'm out of clue about how to fix it. Runnnig the same command with the "-d" flag gives the following output, hope someone can help me: % sudo port -d install screen DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/sysutils/screen DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/sysutils/screen DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port screen. DEBUG: Requested variant i386 is not provided by port screen. DEBUG: Requested variant macosx is not provided by port screen. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses DEBUG: epoch: in tree: 0 installed: 0 DEBUG: ncurses 5.7_0 exists in the ports tree DEBUG: ncurses 5.7_0 +darwin_10 is the latest installed DEBUG: ncurses 5.7_0 +darwin_10 is active DEBUG: Merging existing variants darwin_10 into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port ncurses. DEBUG: Requested variant i386 is not provided by port ncurses. DEBUG: Requested variant macosx is not provided by port ncurses. DEBUG: Executing variant darwin_10 provides darwin_10 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw DEBUG: epoch: in tree: 0 installed: 0 DEBUG: ncursesw 5.7_0 exists in the ports tree DEBUG: ncursesw 5.7_0 +darwin_10 is the latest installed DEBUG: ncursesw 5.7_0 +darwin_10 is active DEBUG: Merging existing variants darwin_10 into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port ncursesw. DEBUG: Requested variant i386 is not provided by port ncursesw. DEBUG: Requested variant macosx is not provided by port ncursesw. DEBUG: Executing variant darwin_10 provides darwin_10 DEBUG: No need to upgrade! ncursesw 5.7_0 >= ncursesw 5.7_0 DEBUG: No need to upgrade! ncurses 5.7_0 >= ncurses 5.7_0 ---> Computing dependencies for screen DEBUG: Searching for dependency: ncurses DEBUG: Found Dependency: receipt exists for ncurses DEBUG: Executing org.macports.main (screen) DEBUG: Skipping completed org.macports.fetch (screen) DEBUG: Skipping completed org.macports.checksum (screen) DEBUG: Skipping completed org.macports.extract (screen) DEBUG: Skipping completed org.macports.patch (screen) DEBUG: Skipping completed org.macports.configure (screen) ---> Building screen DEBUG: Executing org.macports.build (screen) DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_screen/work/screen-4.0.3" && /usr/bin/make -j2 all' /usr/bin/gcc-4.2 -c -I. -I. -O2 -arch x86_64 pty.c In file included from screen.h:144, from pty.c:30: display.h:182: warning: 'utmp' is deprecated (declared at /usr/include/utmp.h:96) In file included from screen.h:145, from pty.c:30: window.h:247: warning: 'utmp' is deprecated (declared at /usr/include/utmp.h:96) pty.c:38:26: error: sys/stropts.h: No such file or directory make: *** [pty.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_sysutils_screen/work/screen-4.0.3" && /usr/bin/make -j2 all " returned error 2 DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_screen/work/screen-4.0.3" && /usr/bin/make -j2 all " returned error 2 while executing "command_exec build" (procedure "portbuild::build_main" line 9) invoked from within "$procedure $targetname" Warning: the following items did not execute (for screen): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. To report a bug, see From jmr at macports.org Mon Jan 4 09:52:06 2010 From: jmr at macports.org (Joshua Root) Date: Tue, 05 Jan 2010 04:52:06 +1100 Subject: Screen port failed to compile and install In-Reply-To: <4AAC0AD1-EAC9-4FDE-9F2F-B9DEE6C98ABC@gmail.com> References: <4AAC0AD1-EAC9-4FDE-9F2F-B9DEE6C98ABC@gmail.com> Message-ID: <4B422AC6.6060704@macports.org> On 2010-1-5 04:36 , Andrea Riciputi wrote: > Hi all, > I'm quite new to Macport, but recently I switch to it from Fink, since I find Macport a neater system. However when I tried to install the port for "screen" I got the following error message: > > % sudo port install screen > > ---> Computing dependencies for screen > ---> Building screen > Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_screen/work/screen-4.0.3" && /usr/bin/make -j2 all " returned error 2 > Command output: /usr/bin/gcc-4.2 -c -I. -I. -O2 -arch x86_64 pty.c > In file included from screen.h:144, > from pty.c:30: > display.h:182: warning: 'utmp' is deprecated (declared at /usr/include/utmp.h:96) > In file included from screen.h:145, > from pty.c:30: > window.h:247: warning: 'utmp' is deprecated (declared at /usr/include/utmp.h:96) > pty.c:38:26: error: sys/stropts.h: No such file or directory > make: *** [pty.o] Error 1 Using the Trac search page at turns up this ticket: - Josh From mr.rech.list at gmail.com Mon Jan 4 10:08:48 2010 From: mr.rech.list at gmail.com (Andrea Riciputi) Date: Mon, 4 Jan 2010 19:08:48 +0100 Subject: Screen port failed to compile and install In-Reply-To: <4B422AC6.6060704@macports.org> References: <4AAC0AD1-EAC9-4FDE-9F2F-B9DEE6C98ABC@gmail.com> <4B422AC6.6060704@macports.org> Message-ID: <658994D2-42E6-4F1B-BCD7-8CDADF7215CE@gmail.com> So, there has been an open ticket for 4 months now and not a solution yet. By the way I'd like to have "screen" from Macport since it applies the "vertical split" patch (patch-wrp_vertical_split). Now what? How can we get this patch applied? Andrea On 4 Jan 2010, at 18:52, Joshua Root wrote: > On 2010-1-5 04:36 , Andrea Riciputi wrote: >> Hi all, >> I'm quite new to Macport, but recently I switch to it from Fink, since I find Macport a neater system. However when I tried to install the port for "screen" I got the following error message: >> >> % sudo port install screen >> >> ---> Computing dependencies for screen >> ---> Building screen >> Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_screen/work/screen-4.0.3" && /usr/bin/make -j2 all " returned error 2 >> Command output: /usr/bin/gcc-4.2 -c -I. -I. -O2 -arch x86_64 pty.c >> In file included from screen.h:144, >> from pty.c:30: >> display.h:182: warning: 'utmp' is deprecated (declared at /usr/include/utmp.h:96) >> In file included from screen.h:145, >> from pty.c:30: >> window.h:247: warning: 'utmp' is deprecated (declared at /usr/include/utmp.h:96) >> pty.c:38:26: error: sys/stropts.h: No such file or directory >> make: *** [pty.o] Error 1 > > Using the Trac search page at > > turns up this ticket: > > > - Josh From ola.lunden at gmail.com Mon Jan 4 10:30:28 2010 From: ola.lunden at gmail.com (=?UTF-8?B?T2xhIEx1bmTDqW4=?=) Date: Mon, 04 Jan 2010 19:30:28 +0100 Subject: error report when trying to install php/mamp In-Reply-To: <4B411880.7000506@macports.org> References: <4B40F3FD.1060300@gmail.com> <4B410779.9090307@macports.org> <4B410E82.7090800@gmail.com> <4B411880.7000506@macports.org> Message-ID: <4B4233C4.6000505@gmail.com> Ok, so I've checked that the file "libinintl.dylib" exists, I've de/activate gettext and found the file. But I still get the same error message running my installation. When I ran the "lipo -info" command it returned: Non-fat file: /opt/local/lib/libintl.dylib is architecture: x86_64 Which I guess is ok since I've got an MacBook Pro running Snow Leopard. About the other dependencies that failed to build: libtool automake autoconf help2man libxml2 mhash, shouldn't the installation process take care of them as well? When should they have been installed? thanks, Ola On 1/3/10 11:21 PM, Joshua Root wrote: > Remember use Reply All so the list gets your replies and not just me. > > Run 'port installed gettext'. If it's not installed you should certainly > install it, though you shouldn't be able to get to the point of building > one of its dependents without it. > > If it is installed, check 'port contents gettext' for that dylib. If > it's listed but not actually present in the filesystem, something must > have deleted it after the port was installed. You can try to get it back > with 'port deactivate gettext' followed by 'port activate gettext'. > > - Josh > > On 2010-1-4 08:39 , Ola Lund?n wrote: > >> Thanks for quick reply. >> >> gettext is not installed, at least I didn't see >> "/opt/local/lib/libintl.dylib". Should I install gettext? >> It's the second time I install mamp through macport, first time was also >> on a newly installed mac nut then I didn't get these problems. >> >> cheers, >> /Ola >> >> On 1/3/10 10:09 PM, Joshua Root wrote: >> >>> On 2010-1-4 06:46 , Ola Lund?n wrote: >>> >>> >>>> /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle bindtextdomain.c >>>> -lintl >>>> ld: library not found for -lintl >>>> >>>> >>> Is gettext installed and active? (This should happen automatically as it >>> is a dependency of help2man). Does it provide >>> /opt/local/lib/libintl.dylib? (It does here.) Is that library the right >>> architecture (check with lipo -info)? >>> >>> - Josh >>> >>> >> > From jmr at macports.org Mon Jan 4 10:51:46 2010 From: jmr at macports.org (Joshua Root) Date: Tue, 05 Jan 2010 05:51:46 +1100 Subject: error report when trying to install php/mamp In-Reply-To: <4B4233C4.6000505@gmail.com> References: <4B40F3FD.1060300@gmail.com> <4B410779.9090307@macports.org> <4B410E82.7090800@gmail.com> <4B411880.7000506@macports.org> <4B4233C4.6000505@gmail.com> Message-ID: <4B4238C2.3000709@macports.org> On 2010-1-5 05:30 , Ola Lund?n wrote: > Ok, so I've checked that the file "libinintl.dylib" exists, I've > de/activate gettext and found the file. But I still get the same error > message running my installation. Looking at the command in your output again, it's missing -L/opt/local/lib, which would certainly cause the failure. When I build, it's /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle -L/opt/local/lib bindtextdomain.c -lintl as opposed to your /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle bindtextdomain.c -lintl > When I ran the "lipo -info" command it returned: > Non-fat file: /opt/local/lib/libintl.dylib is architecture: x86_64 > Which I guess is ok since I've got an MacBook Pro running Snow Leopard. Did you upgrade to Snow Leopard from an earlier OS version? If so, did you follow ? I'm thinking your perl might be the wrong arch or something. > About the other dependencies that failed to build: libtool automake > autoconf help2man libxml2 mhash, shouldn't the installation process take > care of them as well? When should they have been installed? After help2man. They were just blocked by it failing. - Josh From dlc at coateconnection.com Mon Jan 4 11:17:51 2010 From: dlc at coateconnection.com (dlc) Date: Mon, 4 Jan 2010 13:17:51 -0600 Subject: error report when trying to install php/mamp In-Reply-To: <4B4238C2.3000709@macports.org> References: <4B40F3FD.1060300@gmail.com> <4B410779.9090307@macports.org> <4B410E82.7090800@gmail.com> <4B411880.7000506@macports.org> <4B4233C4.6000505@gmail.com> <4B4238C2.3000709@macports.org> Message-ID: <47D65DAB-24CC-4A69-87E1-1FBFB21E60DE@coateconnection.com> I had the same failure over a week ago after a port selfupdate showed help2man out of date. I did a port clean --all and a new selfupdate a few days later and the upgrade succeeded. On Leopard, PPC G4. On Jan 4, 2010, at 12:51 PM, Joshua Root wrote: > On 2010-1-5 05:30 , Ola Lund?n wrote: >> Ok, so I've checked that the file "libinintl.dylib" exists, I've >> de/activate gettext and found the file. But I still get the same >> error >> message running my installation. > > Looking at the command in your output again, it's missing > -L/opt/local/lib, which would certainly cause the failure. When I > build, > it's > > /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle -L/opt/local/lib > bindtextdomain.c -lintl > > as opposed to your > > /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle bindtextdomain.c > -lintl > >> When I ran the "lipo -info" command it returned: >> Non-fat file: /opt/local/lib/libintl.dylib is architecture: x86_64 >> Which I guess is ok since I've got an MacBook Pro running Snow >> Leopard. > > Did you upgrade to Snow Leopard from an earlier OS version? If so, did > you follow ? I'm thinking > your > perl might be the wrong arch or something. > >> About the other dependencies that failed to build: libtool automake >> autoconf help2man libxml2 mhash, shouldn't the installation process >> take >> care of them as well? When should they have been installed? > > After help2man. They were just blocked by it failing. > > - Josh > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From ola.lunden at gmail.com Mon Jan 4 12:16:11 2010 From: ola.lunden at gmail.com (=?UTF-8?B?T2xhIEx1bmTDqW4=?=) Date: Mon, 04 Jan 2010 21:16:11 +0100 Subject: error report when trying to install php/mamp In-Reply-To: <4B4238C2.3000709@macports.org> References: <4B40F3FD.1060300@gmail.com> <4B410779.9090307@macports.org> <4B410E82.7090800@gmail.com> <4B411880.7000506@macports.org> <4B4233C4.6000505@gmail.com> <4B4238C2.3000709@macports.org> Message-ID: <4B424C8B.4060401@gmail.com> On 1/4/10 7:51 PM, Joshua Root wrote: > On 2010-1-5 05:30 , Ola Lund?n wrote: > >> Ok, so I've checked that the file "libinintl.dylib" exists, I've >> de/activate gettext and found the file. But I still get the same error >> message running my installation. >> > Looking at the command in your output again, it's missing > -L/opt/local/lib, which would certainly cause the failure. When I build, > it's > > /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle -L/opt/local/lib > bindtextdomain.c -lintl > > as opposed to your > > /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle bindtextdomain.c > -lintl > > Ok, so where does this lead me? Something else that I should install? I'll try uninstalling macports and install again, since I only have installed apache2 and mysql5 so there shouldn't be to much trouble start all over again. >> When I ran the "lipo -info" command it returned: >> Non-fat file: /opt/local/lib/libintl.dylib is architecture: x86_64 >> Which I guess is ok since I've got an MacBook Pro running Snow Leopard. >> > Did you upgrade to Snow Leopard from an earlier OS version? If so, did > you follow? I'm thinking your > perl might be the wrong arch or something. > > No it was a clean install no upgrade and after that I installed macport. Is perl installed by default (through the OS) or does it come with the macports installation? >> About the other dependencies that failed to build: libtool automake >> autoconf help2man libxml2 mhash, shouldn't the installation process take >> care of them as well? When should they have been installed? >> > After help2man. They were just blocked by it failing. > > - Josh > Thanks for your help! :ola From deeparnab at gmail.com Mon Jan 4 12:58:21 2010 From: deeparnab at gmail.com (Deeparnab Chakrabarty) Date: Mon, 4 Jan 2010 15:58:21 -0500 Subject: lp_solve installing problem Message-ID: <2738a9431001041258o56a2a964v4f24fbae635a5835@mail.gmail.com> I am getting the following error while trying to install lp_solve ~ $sudo port install -d lp_solve ---> Computing dependencies for lp_solve ---> Staging lp_solve into destroot Error: Target org.macports.destroot returned: xinstall: Unable to chdir to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, No such file or directory Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. Help? Deeparnab -------------- next part -------------- An HTML attachment was scrubbed... URL: From guilherme at gpfreitas.com Mon Jan 4 13:39:40 2010 From: guilherme at gpfreitas.com (Guilherme P. de Freitas) Date: Mon, 4 Jan 2010 13:39:40 -0800 Subject: Selfupdate problem from 1.8.1 to 1.8.2 Message-ID: Hi everybody, After running 'sudo port selfupdate', this is what I get: --------------------------------------------------------------------------------------------- ---> Updating the ports tree ---> Updating MacPorts base sources using rsync MacPorts base version 1.8.1 installed, MacPorts base version 1.8.2 downloaded. ---> MacPorts base is outdated, installing new version 1.8.2 Warning: Disabling readline support due to readline in /usr/local Installing new MacPorts release in /opt/local as root:admin; permissions 0755; Tcl-Package in /Library/Tcl Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: shell command "cd /opt/local/var/macports/sources/rsync.macports.org/release/base && ./configure --prefix=/opt/local --with-tclpackage=/Library/Tcl --with-install-user=root --with-install-group=admin --with-directory-mode=0755 && make && make install" returned error 2 Command output: _reg_entry_imaged in cregistry.a(entry.o) _reg_entry_imaged in cregistry.a(entry.o) _reg_entry_imaged in cregistry.a(entry.o) _reg_entry_imaged in cregistry.a(entry.o) _reg_entry_imaged in cregistry.a(entry.o) _reg_entry_search in cregistry.a(entry.o) _reg_sqlite_error in cregistry.a(registry.o) _reg_throw in cregistry.a(registry.o) _reg_attach in cregistry.a(registry.o) "_sqlite3_changes", referenced from: _reg_entry_delete in cregistry.a(entry.o) _reg_entry_deactivate in cregistry.a(entry.o) _reg_entry_activate in cregistry.a(entry.o) _reg_entry_unmap in cregistry.a(entry.o) "_sqlite3_create_function", referenced from: _init_db in cregistry.a(sql.o) _init_db in cregistry.a(sql.o) "_sqlite3_exec", referenced from: _reg_end in cregistry.a(registry.o) _reg_start in cregistry.a(registry.o) "_sqlite3_create_collation", referenced from: _init_db in cregistry.a(sql.o) "_sqlite3_result_int", referenced from: _sql_now in cregistry.a(sql.o) _sql_regexp in cregistry.a(sql.o) ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [registry.dylib] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 --------------------------------------------------------------------------------------------- I have tried removing the readline in /usr/local (installed from Rudix), but that only took the Warning away, everything else was unchanged. Thanks in advance, Guilherme -- Guilherme P. de Freitas http://www.gpfreitas.com From jmr at macports.org Mon Jan 4 13:52:54 2010 From: jmr at macports.org (Joshua Root) Date: Tue, 05 Jan 2010 08:52:54 +1100 Subject: Selfupdate problem from 1.8.1 to 1.8.2 In-Reply-To: References: Message-ID: <4B426336.2010307@macports.org> On 2010-1-5 08:39 , Guilherme P. de Freitas wrote: > Command output: _reg_entry_imaged in cregistry.a(entry.o) Missing the start of the error, use -d. - Josh From talklists at newgeo.com Mon Jan 4 14:25:15 2010 From: talklists at newgeo.com (Scott Haneda) Date: Mon, 4 Jan 2010 14:25:15 -0800 Subject: Command to clean ~/.macports and misc Snow Leopard questions In-Reply-To: <7B3D1B3B-F387-4AEE-8360-8585EE523EFE@newgeo.com> References: <7B3D1B3B-F387-4AEE-8360-8585EE523EFE@newgeo.com> Message-ID: <6090EFA7-B3CE-48C9-BEC4-D434AF0F0BE0@newgeo.com> Anyone? Just looking to know the significance of ~/.macports -- Scott * If you contact me off list replace talklists@ with scott@ * On Jan 3, 2010, at 1:06 AM, Scott Haneda wrote: > Hello, I updated to Snow Leopard today. I have installed the new Dev Tools, X11 which was on the Snow installer, MacPorts, and am now installing my ports clean and new. > > I saved a backup of /opt/local so I have all my user made files to move into place when I get all the ports working. > > My case was that I did a clean OS install, so I did a clean MacPorts install. All I have done so far is install mysql5 server version. > > Do I need to make any changes to sources.conf or similar files? > > I did run the below command just for the heck of it, and before that ran the selfupdate command and got a little love from the update that came out the other day. > `sudo port clean --work --archive all` > > Are there any other changes I need to consider? > > When I updated, I noticed there was ~/.macports which has a good deal of stuff in it, all seemingly related to ports I was at one time or another working on. I went ahead and cp'd it over from a backup into my new clean isntall. Is there a way to clean that out, or can I just delete it and let it make itself new as needed? > > I also took over ~/.profile and all other ~/. files for my PATH and other settings to be correct. I did this before I installed MacPorts. It all looks ok, but wanted to ask to make sure there is nothing I did too out of the ordinary. From ryandesign at macports.org Mon Jan 4 14:32:41 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 4 Jan 2010 16:32:41 -0600 Subject: error report when trying to install php/mamp In-Reply-To: <4B424C8B.4060401@gmail.com> References: <4B40F3FD.1060300@gmail.com> <4B410779.9090307@macports.org> <4B410E82.7090800@gmail.com> <4B411880.7000506@macports.org> <4B4233C4.6000505@gmail.com> <4B4238C2.3000709@macports.org> <4B424C8B.4060401@gmail.com> Message-ID: <08BE851A-492A-4F22-A404-219CDF4886C6@macports.org> On Jan 4, 2010, at 14:16, Ola Lund?n wrote: > Is perl installed by default (through the OS) or does it come with the macports installation? Yes, perl comes with Mac OS X, but MacPorts ports should not use that version of perl; they should install and use the MacPorts version of perl in the perl5.8 (or perl5.10) port. Do you have anything in /usr/local or /sw? That can also interfere with the proper operation of MacPorts. From ryandesign at macports.org Mon Jan 4 14:36:39 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 4 Jan 2010 16:36:39 -0600 Subject: lp_solve installing problem In-Reply-To: <2738a9431001041258o56a2a964v4f24fbae635a5835@mail.gmail.com> References: <2738a9431001041258o56a2a964v4f24fbae635a5835@mail.gmail.com> Message-ID: <106A2CDF-D633-47BD-A8E3-111FFBA2BECD@macports.org> On Jan 4, 2010, at 14:58, Deeparnab Chakrabarty wrote: > I am getting the following error while trying to install lp_solve > > ~ $sudo port install -d lp_solve > ---> Computing dependencies for lp_solve > ---> Staging lp_solve into destroot > Error: Target org.macports.destroot returned: xinstall: Unable to chdir to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, No such file or directory > Error: Status 1 encountered during processing. > Before reporting a bug, first run the command again with the -d flag to get complete output. > > Help? File a ticket in the issue tracker and assign it to me, since this is my port. Include in your ticket what version of Mac OS X, Xcode and MacPorts you have, what kind of Mac you have, what build_arch is set to in macports.conf, whether you are building universal, and if so, what universal_archs is set to in macports.conf. I will probably also want to see the complete debug output from the -d flag as port mentioned above. From ryandesign at macports.org Mon Jan 4 14:43:19 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 4 Jan 2010 16:43:19 -0600 Subject: Command to clean ~/.macports and misc Snow Leopard questions In-Reply-To: <6090EFA7-B3CE-48C9-BEC4-D434AF0F0BE0@newgeo.com> References: <7B3D1B3B-F387-4AEE-8360-8585EE523EFE@newgeo.com> <6090EFA7-B3CE-48C9-BEC4-D434AF0F0BE0@newgeo.com> Message-ID: As of MacPorts 1.8.0 and the inclusion of the GSoC '08 privileges code, the temporary directories in ~/.macports (for distfiles and building) are used when you "port install" something, whereas the temporary directories in /opt/local are used, as before, when you "sudo port install" something. In my experience, what generally happens is I "port install" something by mistake, when I meant to "sudo port install". Port goes all the way to the installation phase, and fails because it doesn't have root permission. At which point I repeat the command with sudo, and it has to go through the whole build again because now it's in a different directory. I don't see the point of this behavior so in my installation I have created empty directories "Users" and "opt" inside ~/.macports and chowned them to 000 so nothing can write in there. This restores the pre-MacPorts 1.8.0 behavior of displaying a permission error when I forget to "sudo" for my "port installs", which is the behavior I want. The ~/.macports directory also contains your port interactive history. On Jan 4, 2010, at 16:25, Scott Haneda wrote: > Anyone? Just looking to know the significance of ~/.macports > -- > Scott * If you contact me off list replace talklists@ with scott@ * > > On Jan 3, 2010, at 1:06 AM, Scott Haneda wrote: > >> Hello, I updated to Snow Leopard today. I have installed the new Dev Tools, X11 which was on the Snow installer, MacPorts, and am now installing my ports clean and new. >> >> I saved a backup of /opt/local so I have all my user made files to move into place when I get all the ports working. >> >> My case was that I did a clean OS install, so I did a clean MacPorts install. All I have done so far is install mysql5 server version. >> >> Do I need to make any changes to sources.conf or similar files? >> >> I did run the below command just for the heck of it, and before that ran the selfupdate command and got a little love from the update that came out the other day. >> `sudo port clean --work --archive all` >> >> Are there any other changes I need to consider? >> >> When I updated, I noticed there was ~/.macports which has a good deal of stuff in it, all seemingly related to ports I was at one time or another working on. I went ahead and cp'd it over from a backup into my new clean isntall. Is there a way to clean that out, or can I just delete it and let it make itself new as needed? >> >> I also took over ~/.profile and all other ~/. files for my PATH and other settings to be correct. I did this before I installed MacPorts. It all looks ok, but wanted to ask to make sure there is nothing I did too out of the ordinary. From ryandesign at macports.org Mon Jan 4 14:45:30 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 4 Jan 2010 16:45:30 -0600 Subject: Selfupdate problem from 1.8.1 to 1.8.2 In-Reply-To: References: Message-ID: On Jan 4, 2010, at 15:39, Guilherme P. de Freitas wrote: > "_sqlite3_result_int", referenced from: > _sql_now in cregistry.a(sql.o) > _sql_regexp in cregistry.a(sql.o) > ld: symbol(s) not found > collect2: ld returned 1 exit status > make[2]: *** [registry.dylib] Error 1 > make[1]: *** [all] Error 1 > make: *** [all] Error 1 > --------------------------------------------------------------------------------------------- > > I have tried removing the readline in /usr/local (installed from > Rudix), but that only took the Warning away, everything else was > unchanged. Got anything else in /usr/local, such as sqlite3? Best practice is to remove /usr/local entirely (or move it or rename it so it isn't used) before trying to use MacPorts, because things in /usr/local often interfere. From jmr at macports.org Mon Jan 4 14:49:30 2010 From: jmr at macports.org (Joshua Root) Date: Tue, 05 Jan 2010 09:49:30 +1100 Subject: Selfupdate problem from 1.8.1 to 1.8.2 In-Reply-To: References: <4B426336.2010307@macports.org> Message-ID: <4B42707A.20205@macports.org> Remember to use Reply All so your replies go to the list and not just me. The immediate problem is: ld: warning: in /usr/local/lib/libsqlite3.dylib, missing required architecture x86_64 in file Also not good is: checking for Tcl configuration... found /usr/local/lib/tclConfig.sh On 2010-1-5 09:01 , Guilherme P. de Freitas wrote: > Here's the link for the output of 'por -d selfupdate': > > http://pastebin.com/m1542a6e3 > > Thanks, > > Guilherme > > On Mon, Jan 4, 2010 at 1:52 PM, Joshua Root wrote: >> On 2010-1-5 08:39 , Guilherme P. de Freitas wrote: >>> Command output: _reg_entry_imaged in cregistry.a(entry.o) >> >> Missing the start of the error, use -d. >> >> - Josh >> > > > From guilherme at gpfreitas.com Mon Jan 4 14:55:24 2010 From: guilherme at gpfreitas.com (Guilherme P. de Freitas) Date: Mon, 4 Jan 2010 14:55:24 -0800 Subject: Selfupdate problem from 1.8.1 to 1.8.2 In-Reply-To: <4B42707A.20205@macports.org> References: <4B426336.2010307@macports.org> <4B42707A.20205@macports.org> Message-ID: > Remember to use Reply All so your replies go to the list and not just me. Thanks for the heads up about 'replying to all'. For the record, what I said in the previous email is that the full output of 'port -d selfupdate' is in the following link: http://pastebin.com/m1542a6e3 > The immediate problem is: > > ld: warning: in /usr/local/lib/libsqlite3.dylib, missing required > architecture x86_64 in file Sorry, I don't know what that means beyond "there is a problem with the SQLite3 that I have installed". Maybe the problem is that I have it installed in /usr/local? Should I uninstall it? > Also not good is: > > checking for Tcl configuration... found /usr/local/lib/tclConfig.sh Again, would the problem be the fact that I have Tcl installed in /usr/local, as suggested by Ryan? Thanks. -- Guilherme P. de Freitas http://www.gpfreitas.com From jmr at macports.org Mon Jan 4 15:07:54 2010 From: jmr at macports.org (Joshua Root) Date: Tue, 05 Jan 2010 10:07:54 +1100 Subject: Selfupdate problem from 1.8.1 to 1.8.2 In-Reply-To: References: <4B426336.2010307@macports.org> <4B42707A.20205@macports.org> Message-ID: <4B4274CA.2080702@macports.org> On 2010-1-5 09:55 , Guilherme P. de Freitas wrote: >> Remember to use Reply All so your replies go to the list and not just me. > > Thanks for the heads up about 'replying to all'. For the record, what I said in > the previous email is that the full output of 'port -d selfupdate' is > in the following link: > > http://pastebin.com/m1542a6e3 > >> The immediate problem is: >> >> ld: warning: in /usr/local/lib/libsqlite3.dylib, missing required >> architecture x86_64 in file > > Sorry, I don't know what that means beyond "there is a problem with the SQLite3 > that I have installed". Maybe the problem is that I have it installed in > /usr/local? Should I uninstall it? > >> Also not good is: >> >> checking for Tcl configuration... found /usr/local/lib/tclConfig.sh > > Again, would the problem be the fact that I have Tcl installed in /usr/local, > as suggested by Ryan? Safest would be to rename /usr/local to something like /usr/local-disabled when building. Note that this applies to building ports as much as to selfupdate. Unfortunately this is necessary because of hardcoded behaviour in gcc that we can't work around. - Josh From talklists at newgeo.com Mon Jan 4 15:16:30 2010 From: talklists at newgeo.com (Scott Haneda) Date: Mon, 4 Jan 2010 15:16:30 -0800 Subject: MAMP tutorial, second set of eyes Message-ID: Hello, Since I updated to snow, that meant a new MAMP install, along with all my other ports. I decided, no better time to document the process. http://dl.dropbox.com/u/340087/drops/01.04.10/mamp/mamp-tutorial.html I am doing things a little different than the MAMP page for MP state to do, though I explain my reasons. For example, I am not sure why phpmyadmin is getting into /opt/local/www unless it is for preparation for htdocs going away one day when Apache 2's layout gets worked on. I certainly ran into a few gotcha's here and there that I believe a new to MacPorts uses is going to hit. I also think MAMP is one of the most attractive reasons a user is going to come along to MacPorts so it should be presented as good as possible. I do not know how well this will incorporate into the wiki, I just wrote it in html, and I also took some liberties to make it rather verbose. The wiki may not be a good home for it. Looking for suggestions, pointers, and recommendations on what to do with it, aside from "shove it into a blog and let google have it's way with it". All in all, it took about 2 days two write up, and certainly could use a second set of eyes, and ideally, someone willing to move /opt/local aside and make MP think it is a new install. They could then follow these steps and see how it all works out for them. Thanks for any comments. Look forward to hearing any feedback. Should I maybe cross post this to dev? -- Scott * If you contact me off list replace talklists@ with scott@ * From guilherme at gpfreitas.com Mon Jan 4 15:23:12 2010 From: guilherme at gpfreitas.com (Guilherme P. de Freitas) Date: Mon, 4 Jan 2010 15:23:12 -0800 Subject: Selfupdate problem from 1.8.1 to 1.8.2 In-Reply-To: <4B4274CA.2080702@macports.org> References: <4B426336.2010307@macports.org> <4B42707A.20205@macports.org> <4B4274CA.2080702@macports.org> Message-ID: > Safest would be to rename /usr/local to something like > /usr/local-disabled when building. Note that this applies to building > ports as much as to selfupdate. Unfortunately this is necessary because > of hardcoded behaviour in gcc that we can't work around. > > - Josh Ok, I have quite a lot of stuff (important stuff) in /usr/local, so I want to make sure I won't mess this up. You are saying that before installing, updating/upgrading anything with Macports I should run: $ mv /usr/local /usr/local-disabled And then after it is built, I can simply move back: $ mv /usr/local-disabled /usr/local Is that right? Thanks again, Guilherme -- Guilherme P. de Freitas http://www.gpfreitas.com From ryandesign at macports.org Mon Jan 4 15:43:01 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 4 Jan 2010 17:43:01 -0600 Subject: Selfupdate problem from 1.8.1 to 1.8.2 In-Reply-To: References: <4B426336.2010307@macports.org> <4B42707A.20205@macports.org> <4B4274CA.2080702@macports.org> Message-ID: <1B283ED6-3896-4E26-93E6-3097E0C30662@macports.org> On Jan 4, 2010, at 17:23, Guilherme P. de Freitas wrote: >> Safest would be to rename /usr/local to something like >> /usr/local-disabled when building. Note that this applies to building >> ports as much as to selfupdate. Unfortunately this is necessary because >> of hardcoded behaviour in gcc that we can't work around. >> >> - Josh > > Ok, I have quite a lot of stuff (important stuff) in /usr/local, so I > want to make sure I won't mess this up. You are saying that before > installing, updating/upgrading anything with Macports I should run: > > $ mv /usr/local /usr/local-disabled Yes. > And then after it is built, I can simply move back: > > $ mv /usr/local-disabled /usr/local If you must. :) Though it would be less error-prone in the long run to use MacPorts to install whatever software you require in /opt/local, and then remove /usr/local entirely. If you use software which does not exist in MacPorts yet, perhaps new ports can be created to fill those gaps. From ryandesign at macports.org Mon Jan 4 16:00:22 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 4 Jan 2010 18:00:22 -0600 Subject: MAMP tutorial, second set of eyes In-Reply-To: References: Message-ID: On Jan 4, 2010, at 17:16, Scott Haneda wrote: > Since I updated to snow, that meant a new MAMP install, along with all my other ports. I decided, no better time to document the process. > > http://dl.dropbox.com/u/340087/drops/01.04.10/mamp/mamp-tutorial.html Sorry, I haven't had time to read it yet, but just wanted to quickly say... > I am doing things a little different than the MAMP page for MP state to do, though I explain my reasons. For example, I am not sure why phpmyadmin is getting into /opt/local/www unless it is for preparation for htdocs going away one day when Apache 2's layout gets worked on. The htdocs directory might get moved and/or renamed but can't go away because there needs to be a directory for the document root and /opt/local/www is too general to be it; the doc root needs to be a subdirectory of www. A properly-designed web app should not go directly into the doc root; a properly-designed web app should contain a directory which should be served directly by the web server and a bunch of other directories for classes and libraries which the web server should never ever be able to see directly. For such web apps, it would be appropriate to install them elsewhere (/opt/local/www directly, like phpmyadmin and some other ports now do, or better yet /opt/local/www/apps or something) and install a symlink to their docrootable directory in the actual docroot. phpmyadmin and many other webapp ports that we have *are* designed to go directly into the docroot so for them it doesn't much matter, but I like the idea of all web apps installing into the same place (e.g. /opt/local/www/apps). Months ago I touched a couple web app ports to change the install directory from /opt/local/www/htdocs to /opt/local/www but then I stopped because I wasn't sure I liked that and there were so many ports and each port had so many things wrong with it and hadn't been touched in ages and I couldn't decide what directory I wanted them to go in anyway. > I certainly ran into a few gotcha's here and there that I believe a new to MacPorts uses is going to hit. I also think MAMP is one of the most attractive reasons a user is going to come along to MacPorts so it should be presented as good as possible. > > I do not know how well this will incorporate into the wiki, I just wrote it in html, and I also took some liberties to make it rather verbose. The wiki may not be a good home for it. > > Looking for suggestions, pointers, and recommendations on what to do with it, aside from "shove it into a blog and let google have it's way with it". > > All in all, it took about 2 days two write up, and certainly could use a second set of eyes, and ideally, someone willing to move /opt/local aside and make MP think it is a new install. They could then follow these steps and see how it all works out for them. > > Thanks for any comments. Look forward to hearing any feedback. I would not recommend adding your document to the wiki as a new page, since as you know we already have a MAMP howto in the wiki. I would rather see the existing document improved or (if appropriate) replaced than have two competing documents. Having multiple competing documents for a given topic is a recurring problem in MacPorts documentation and I would like to avoid further exacerbating it. Actually I would prefer separate documentation for each piece of software. I have referred a number of MySQL users to the MAMP document for setup information, who then expressed the opinion that they would never have thought to look in a document titled "MAMP" when all they wanted to know was how to set up MySQL. We can still have a MAMP page, but it would simply become a set of pointers to the Apache, MySQL and PHP setup pages. I would probably delete most of the phpMyAdmin setup information and refer users instead to the existing phpMyAdmin documentation on their web site. > Should I maybe cross post this to dev? No, I expect everyone who reads dev also reads users. Anyway, this is a "how to use MacPorts" question and clearly in the charter for the users list. From johncumbers at gmail.com Mon Jan 4 20:34:58 2010 From: johncumbers at gmail.com (John Cumbers) Date: Mon, 4 Jan 2010 20:34:58 -0800 Subject: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop. In-Reply-To: References: Message-ID: Many thanks, I am still not able to install it so I submitted a ticket with details: https://trac.macports.org/ticket/23136 Best John On Tue, Dec 22, 2009 at 11:20 PM, Ryan Schmidt wrote: > > On Dec 22, 2009, at 01:57, John Cumbers wrote: > > > Apologies is this list is not the correct one for install help, please > direct me to the correct one. > > I'm getting the following error when trying to install p5-dbd-mysql with > the command: sudo port -v install p5-dbd-mysql > > > > make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by > `pm_to_blib'. Stop. > > make: *** Waiting for unfinished jobs.... > > 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-dbd-mysql/work/DBD-mysql-4.013" > && /usr/bin/make -j2 all " returned error 2 > > Command output: make: *** No rule to make target > `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop. > > make: *** Waiting for unfinished jobs.... > > > > full error here: http://pastebin.com/m7c91f8aa > > > > mysql installed fine through MacPorts, runs fine. I don't understand > what this error message is telling me, > > It's telling you something went wrong trying to build p5-dbd-mysql. I'm not > sure yet what; it builds fine for me on Snow Leopard. You should file a bug > report in our issue tracker with more details so the maintainer of the port > can investigate the problem. > > http://guide.macports.org/chunked/project.html#project.tickets > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brad at pixilla.com Mon Jan 4 22:27:34 2010 From: brad at pixilla.com (Bradley Giesbrecht) Date: Mon, 4 Jan 2010 22:27:34 -0800 Subject: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop. In-Reply-To: References: Message-ID: <201493E0-8B10-43FB-B062-C1FD8B5F027E@pixilla.com> On Jan 4, 2010, at 8:34 PM, John Cumbers wrote: > Many thanks, > I am still not able to install it so I submitted a ticket with > details: https://trac.macports.org/ticket/23136 > Best > John > > > > On Tue, Dec 22, 2009 at 11:20 PM, Ryan Schmidt > wrote: > > On Dec 22, 2009, at 01:57, John Cumbers wrote: > > > Apologies is this list is not the correct one for install help, > please direct me to the correct one. > > I'm getting the following error when trying to install p5-dbd- > mysql with the command: sudo port -v install p5-dbd-mysql > > > > make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', > needed by `pm_to_blib'. Stop. > > make: *** Waiting for unfinished jobs.... > > 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-dbd-mysql/work/DBD-mysql-4.013" > && /usr/bin/make -j2 all " returned error 2 > > Command output: make: *** No rule to make target `lib/DBD/mysql/ > GetInfo.pm', needed by `pm_to_blib'. Stop. > > make: *** Waiting for unfinished jobs.... > > > > full error here: http://pastebin.com/m7c91f8aa > > > > mysql installed fine through MacPorts, runs fine. I don't > understand what this error message is telling me, > > It's telling you something went wrong trying to build p5-dbd-mysql. > I'm not sure yet what; it builds fine for me on Snow Leopard. You > should file a bug report in our issue tracker with more details so > the maintainer of the port can investigate the problem. > > http://guide.macports.org/chunked/project.html#project.tickets Installed without complaint on macosx 10.5.8 intel and mysql5. // Brad -------------- next part -------------- An HTML attachment was scrubbed... URL: From brad at pixilla.com Mon Jan 4 22:39:54 2010 From: brad at pixilla.com (Bradley Giesbrecht) Date: Mon, 4 Jan 2010 22:39:54 -0800 Subject: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop. In-Reply-To: References: Message-ID: <13003D75-FACC-479E-92C4-0918461C0CC7@pixilla.com> On Dec 21, 2009, at 11:57 PM, John Cumbers wrote: > Hi, > Apologies is this list is not the correct one for install help, > please direct me to the correct one. > I'm getting the following error when trying to install p5-dbd-mysql > with the command: sudo port -v install p5-dbd-mysql > > make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed > by `pm_to_blib'. Stop. > make: *** Waiting for unfinished jobs.... > 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-dbd-mysql/work/DBD-mysql-4.013" > && /usr/bin/make -j2 all " returned error 2 > Command output: make: *** No rule to make target `lib/DBD/mysql/ > GetInfo.pm', needed by `pm_to_blib'. Stop. > make: *** Waiting for unfinished jobs.... > > full error here: http://pastebin.com/m7c91f8aa > > mysql installed fine through MacPorts, runs fine. I don't > understand what this error message is telling me, > thanks in advance, > John I don't see where you mention which perl you have. bash-3.2# port installed perl* The following ports are currently installed: perl5 @5.8.9_0 (active) perl5.8 @5.8.9_3 (active) bash-3.2# port installed mysql5* The following ports are currently installed: mysql5 @5.0.81_0 mysql5 @5.1.41_0 (active) mysql5-server @5.1.41_0 (active) bash-3.2# port installed p5-dbd-mysql The following ports are currently installed: p5-dbd-mysql @4.013_0+mysql5 (active) Mac OS X 10.5.8 Intel. // Brad -------------- next part -------------- An HTML attachment was scrubbed... URL: From johncumbers at gmail.com Mon Jan 4 23:42:02 2010 From: johncumbers at gmail.com (John Cumbers) Date: Mon, 4 Jan 2010 23:42:02 -0800 Subject: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop. In-Reply-To: <13003D75-FACC-479E-92C4-0918461C0CC7@pixilla.com> References: <13003D75-FACC-479E-92C4-0918461C0CC7@pixilla.com> Message-ID: Hi Bradley, the install is now fixed thanks to clean and reinstall, but, I'm still getting the same error from the perl script that I'm trying to run (below), I think it may be the perl path is not set for the modules. I have these installed: perl5 @5.8.9_0 (active) perl5.10 @5.10.1_0+darwin (active) perl5.8 @5.8.9_3 (active) I will investigate tomorrow, unless anything jumps out at you... thanks, John install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: .. Perhaps the DBD::mysql perl module hasn't been fully installed, or perhaps the capitalisation of 'mysql' isn't right. Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge. On Mon, Jan 4, 2010 at 10:39 PM, Bradley Giesbrecht wrote: > > On Dec 21, 2009, at 11:57 PM, John Cumbers wrote: > > Hi, > Apologies is this list is not the correct one for install help, please > direct me to the correct one. > I'm getting the following error when trying to install p5-dbd-mysql with > the command: sudo port -v install p5-dbd-mysql > > make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by > `pm_to_blib'. Stop. > make: *** Waiting for unfinished jobs.... > 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-dbd-mysql/work/DBD-mysql-4.013" > && /usr/bin/make -j2 all " returned error 2 > Command output: make: *** No rule to make target > `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop. > make: *** Waiting for unfinished jobs.... > > full error here: http://pastebin.com/m7c91f8aa > > mysql installed fine through MacPorts, runs fine. I don't understand what > this error message is telling me, > thanks in advance, > John > > > I don't see where you mention which perl you have. > > bash-3.2# port installed perl* > The following ports are currently installed: > perl5 @5.8.9_0 (active) > perl5.8 @5.8.9_3 (active) > > bash-3.2# port installed mysql5* > The following ports are currently installed: > mysql5 @5.0.81_0 > mysql5 @5.1.41_0 (active) > mysql5-server @5.1.41_0 (active) > > bash-3.2# port installed p5-dbd-mysql > The following ports are currently installed: > p5-dbd-mysql @4.013_0+mysql5 (active) > > Mac OS X 10.5.8 Intel. > > > // Brad > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Jan 5 00:40:49 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 5 Jan 2010 02:40:49 -0600 Subject: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop. In-Reply-To: References: <13003D75-FACC-479E-92C4-0918461C0CC7@pixilla.com> Message-ID: On Jan 5, 2010, at 01:42, John Cumbers wrote: > the install is now fixed thanks to clean and reinstall, but, I'm still getting the same error from the perl script that I'm trying to run (below), I think it may be the perl path is not set for the modules. > > I have these installed: > perl5 @5.8.9_0 (active) > perl5.10 @5.10.1_0+darwin (active) > perl5.8 @5.8.9_3 (active) > > I will investigate tomorrow, unless anything jumps out at you... > thanks, > John > > > install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: > .. > Perhaps the DBD::mysql perl module hasn't been fully installed, > or perhaps the capitalisation of 'mysql' isn't right. > Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge. What does @INC contain? What does "port contents p5-dbd-mysql" say? From david at mso.anu.edu.au Tue Jan 5 05:34:44 2010 From: david at mso.anu.edu.au (David Nicholls) Date: Wed, 06 Jan 2010 00:34:44 +1100 Subject: How long for new ports to be available? Message-ID: <4B433FF4.7020400@mso.anu.edu.au> I noticed a newly uploaded portfile for an application (MissFITS) that is not yet available for installing from the Macports site. Its ticket number is 22988. What is required, and how long does it normally take, for new ports to graduate to the site? I presume I can run it as local port install file if I want to? Or is this not a good idea? DN -- __________ ANU RSAA Mt Stromlo From jmr at macports.org Tue Jan 5 05:43:39 2010 From: jmr at macports.org (Joshua Root) Date: Wed, 06 Jan 2010 00:43:39 +1100 Subject: How long for new ports to be available? In-Reply-To: <4B433FF4.7020400@mso.anu.edu.au> References: <4B433FF4.7020400@mso.anu.edu.au> Message-ID: <4B43420B.3060304@macports.org> On 2010-1-6 00:34 , David Nicholls wrote: > What is required, and how long does it normally take, for new ports to > graduate to the site? Someone reviewing, testing and committing it is required. It takes an amount of time with a mean that has not been computed and a variance that is similarly unknown but appears to be high. > I presume I can run it as local port install file if I want to? Yes. - Josh From david at mso.anu.edu.au Tue Jan 5 06:03:45 2010 From: david at mso.anu.edu.au (David Nicholls) Date: Wed, 06 Jan 2010 01:03:45 +1100 Subject: How long for new ports to be available? In-Reply-To: <4B43420B.3060304@macports.org> References: <4B433FF4.7020400@mso.anu.edu.au> <4B43420B.3060304@macports.org> Message-ID: <4B4346C1.8020705@mso.anu.edu.au> Joshua Root wrote: > On 2010-1-6 00:34 , David Nicholls wrote: >> What is required, and how long does it normally take, for new ports to >> graduate to the site? > > Someone reviewing, testing and committing it is required. It takes an > amount of time with a mean that has not been computed and a variance > that is similarly unknown but appears to be high. > >> I presume I can run it as local port install file if I want to? > > Yes. > > - Josh Thanks. I'll give it a go in the next few days and add any appropriate comments to the ticket. DN -- __________ ANU RSAA Mt Stromlo From ola.lunden at gmail.com Tue Jan 5 07:46:06 2010 From: ola.lunden at gmail.com (=?ISO-8859-1?Q?Ola_Lund=E9n?=) Date: Tue, 05 Jan 2010 16:46:06 +0100 Subject: error report when trying to install php/mamp In-Reply-To: <08BE851A-492A-4F22-A404-219CDF4886C6@macports.org> References: <4B40F3FD.1060300@gmail.com> <4B410779.9090307@macports.org> <4B410E82.7090800@gmail.com> <4B411880.7000506@macports.org> <4B4233C4.6000505@gmail.com> <4B4238C2.3000709@macports.org> <4B424C8B.4060401@gmail.com> <08BE851A-492A-4F22-A404-219CDF4886C6@macports.org> Message-ID: <4B435EBE.1050107@gmail.com> On 1/4/10 11:32 PM, Ryan Schmidt wrote: > On Jan 4, 2010, at 14:16, Ola Lund?n wrote: > > >> Is perl installed by default (through the OS) or does it come with the macports installation? >> > Yes, perl comes with Mac OS X, but MacPorts ports should not use that version of perl; they should install and use the MacPorts version of perl in the perl5.8 (or perl5.10) port. > > Do you have anything in /usr/local or /sw? That can also interfere with the proper operation of MacPorts. > > No I don't have any folder /usr/local or even /sw. I'll uninstall tonight and see what happens. I'll get back. thanks, Ola From talklists at newgeo.com Tue Jan 5 10:27:04 2010 From: talklists at newgeo.com (Scott Haneda) Date: Tue, 5 Jan 2010 10:27:04 -0800 Subject: MAMP tutorial, second set of eyes In-Reply-To: References: Message-ID: <7624DD2B-1544-45E8-8F80-463A01B3DD21@newgeo.com> On Jan 4, 2010, at 4:00 PM, Ryan Schmidt wrote: > On Jan 4, 2010, at 17:16, Scott Haneda wrote: > >> Since I updated to snow, that meant a new MAMP install, along with >> all my other ports. I decided, no better time to document the >> process. >> >> http://dl.dropbox.com/u/340087/drops/01.04.10/mamp/mamp-tutorial.html > > Sorry, I haven't had time to read it yet, but just wanted to quickly > say... I hope you get a chance to. It's close to being modular in writing. In that, as you desire, I could pull it apart into sections, one for each component. For example, the MySql tutorial stands on it's own rather well. As does the Apache2 part of it. > >> I am doing things a little different than the MAMP page for MP >> state to do, though I explain my reasons. For example, I am not >> sure why phpmyadmin is getting into /opt/local/www unless it is for >> preparation for htdocs going away one day when Apache 2's layout >> gets worked on. > > The htdocs directory might get moved and/or renamed but can't go > away because there needs to be a directory for the document root > and /opt/local/www is too general to be it; Why? Why is this too generic? It is just a location. I run hundred of virtual hosts all pointed to /opt/local/www/clients/lastname.firstname > the doc root needs to be a subdirectory of www. Ok. I think I get what you are saying. You don't want localhost loading a dir listing of everything in www, as that would break any traditionally built apps that rely on docroot being defined in a virtual host container. I work towards this in my tutorial. > A properly-designed web app should not go directly into the doc > root; a properly-designed web app should contain a directory which > should be served directly by the web server and a bunch of other > directories for classes and libraries which the web server should > never ever be able to see directly. For such web apps, it would be > appropriate to install them elsewhere (/opt/local/www directly, like > phpmyadmin and some other ports now do, or better yet /opt/local/www/ > apps or something) and install a symlink to their docrootable > directory in the actual docroot. phpmyadmin and many other webapp > ports that we have *are* designed to go directly into the docroot so > for them it doesn't much matter, but I like the idea of all web apps > installing into the same place (e.g. /opt/local/www/apps). Months > ago I touched a couple web app ports to change the install directory > from /opt/local/www/htdocs to /opt/local/www but then I stopped > because I wasn't sure I liked that and there were so many ports and > each port had so many things wrong with it and hadn't been touched > in ages and I couldn't decide what directory I wanted them to go in > anyway. Hmm. Well. I honestly would not touch it until the layout of Apache 2 changes. Your creating 2 sets of work if you do. I'm not sure I follow the significance of your position on the importance of the httpd.conf docroot. What is wrong with http://localhost/phpmyadmin working. This would mean it lived in /opt/local/www/apps Then in /opt/local/www I could put /opt/local/www/clientname/stupid- site.com which would be set by a virtual host with it's own docroot. So the only traversable installs that http://localhost could hit would be in that apps directory. But that apps directory is not really needed. It's nice for organization, but we could move one up that tree and dump to www and I think it's fine. I tried to use www as docroot. No matter what, I could not get php to write to any directory inside www. Pre 10.6 I had a lot of virtual hosts that lived in /opt/local/apache2/ htdocs/ which all worked. I had /opt/local/apache2/htdocs/wiki which was resolved with /etc/ hosts as http://wiki I moved that to the new www location. Keep in mind, phpmyadmin created that www directory. My wiki is all file based, so permissions are important. I opened my virtual hosts conf and replaced the htdocs path to www and no sites that did file reads or writes worked. I even did: sudo chmod -R 777 /opt/local/www sudo chown -R www:www /opt/local/www Still nothing. sudo mv /opt/local/www /opt/local/www.bad sudo mkdir /opt/local/www sudo mv /opt/local/www.bad/* /opt/local/www That fixed it. I then went back and set permissions a little more sanely than 777. What does phpmyadmin do when making www that php does not seem to be able to write past it? This may even break phpmyadmin if writes files. > >> I certainly ran into a few gotcha's here and there that I believe a >> new to MacPorts uses is going to hit. I also think MAMP is one of >> the most attractive reasons a user is going to come along to >> MacPorts so it should be presented as good as possible. >> >> I do not know how well this will incorporate into the wiki, I just >> wrote it in html, and I also took some liberties to make it rather >> verbose. The wiki may not be a good home for it. >> >> Looking for suggestions, pointers, and recommendations on what to >> do with it, aside from "shove it into a blog and let google have >> it's way with it". >> >> All in all, it took about 2 days two write up, and certainly could >> use a second set of eyes, and ideally, someone willing to move /opt/ >> local aside and make MP think it is a new install. They could then >> follow these steps and see how it all works out for them. >> >> Thanks for any comments. Look forward to hearing any feedback. > > I would not recommend adding your document to the wiki as a new > page, since as you know we already have a MAMP howto in the wiki. I > would rather see the existing document improved or (if appropriate) > replaced than have two competing documents. Me too. But what does the user need? The user need AMP installed and working as easily as possible. If these are really all UB, I may fire up that evil bastard package maker, load up php with every bit any local dev may need, and just put stuff where it needs to go. If you read my tutorial, there were too many gotchas. MySql is certainly confusing. Php will not talk to MySql out of the box. What can we do to fix this? The socket issue with MySql is one such problem. Is altering php.ini the right way even? Why can't we build php to find it and remove that entire step? > Having multiple competing documents for a given topic is a recurring > problem in MacPorts documentation and I would like to avoid further > exacerbating it. Ok. Me too. I don't think the fragmentation in the documentation can be solved until all involved ports are installing in a way that works for 99%. Right now, I took liberties in my tutorial to work around that. Suggestions? > Actually I would prefer separate documentation for each piece of > software. I have referred a number of MySQL users to the MAMP > document for setup information, who then expressed the opinion that > they would never have thought to look in a document titled "MAMP" > when all they wanted to know was how to set up MySQL. We can still > have a MAMP page, but it would simply become a set of pointers to > the Apache, MySQL and PHP setup pages. I would probably delete most > of the phpMyAdmin setup information and refer users instead to the > existing phpMyAdmin documentation on their web site. I think my tutorial works as a starting point for just that. The Mamp pages just are not going to get a developer up and running. A developer with sysadmin experience it may. That's where we need to be working in my opinion. Is there any reason we can not have port install mamp which just depends on each port? I would take liberties to reinplace php.ini to fix it, edit httpd.conf, and run the commands needed to make it all work. Or is this just too prone to breakage? Thanks for the comments. Most appreciated. -- Scott (Sent from a mobile device) From workmam at kramergraphics.com Tue Jan 5 10:37:26 2010 From: workmam at kramergraphics.com (Mark Workman) Date: Tue, 5 Jan 2010 13:37:26 -0500 Subject: imagemagick References: <6DA0DB5CB23FA3428C2B7BDD38983A191568D9@kgexchange.KramerGraphics.Com> Message-ID: <6DA0DB5CB23FA3428C2B7BDD38983A19156906@kgexchange.KramerGraphics.Com> On Dec 30, 2009, at 14:45, Mark Workman wrote: > It seems that imagemagick needs lcms installed to support using color > profiles. In configure.xml, my original installation had '--without > lcms' so I assumed that it wasn't installed (also wasn't listed under > delegates). So I installed lcms with the port command, then uninstalled > and reinstalled imagemagick (figuring the delegate needs installed > before IM). It still doesn't seem to be working. Is there a way to use > port command to add to an existing imagemagick installation? ----------------------------- From: Ryan Schmidt [mailto:ryandesign at macports.org] To add lcms support to ImageMagick, install ImageMagick with the +lcms variant. "sudo port install ImageMagick +lcms" "port variants ImageMagick" will tell you about all the variants that are available. ----------------------------- Is it a good idea to add +gs also. I did this on a test machine and the activity monitor no longer lists gs as a running process while an image is resized. Is there any difference in the quality of pdf (CMYK) --> tif (CMYK) conversions with or without the +gs variant added when port installing? Thanks for the help. From 20.celso at gmail.com Tue Jan 5 12:02:20 2010 From: 20.celso at gmail.com (Celso Coutinho) Date: Tue, 5 Jan 2010 20:02:20 +0000 Subject: Port error, and php5+oracle issue Message-ID: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> I've just formatted my mac, and I'm getting an unusual errors when I try to install a program: bash-3.2# port install lp_solve ---> Computing dependencies for lp_solve ---> Staging lp_solve into destroot Error: Target org.macports.destroot returned: xinstall: Unable to chdir to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, No such file or directory Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. Then I tried with the -d flag, but I don't think this is a bug: I had this program before I format. This is the output: ---> Staging lp_solve into destroot . missing (directory not created: File exists) ./Applications missing (directory not created: File exists) ./Developer missing (directory not created: File exists) ./Library missing (directory not created: File exists) DEBUG: Executing org.macports.destroot (lp_solve) Error: Target org.macports.destroot returned: xinstall: Unable to chdir to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, No such file or directory DEBUG: Backtrace: xinstall: Unable to chdir to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, No such file or directory while executing "$procedure $targetname" Warning: the following items did not execute (for lp_solve): org.macports.activate org.macports.destroot org.macports.install Error: Status 1 encountered during processing. To report a bug, see One other thing... I'm having enormous issues while trying to have php accessing an oracle database. I know there's a port that does what I want (php5-oracle), but I wonder: the only thing I have to do, is to install that port? I tried pretty much everything that I found on the web, and the only thing I managed to do was to mess with the built-in apache.... I would appreciate your help on those two matters... Thankz! -------------- next part -------------- An HTML attachment was scrubbed... URL: From talklists at newgeo.com Tue Jan 5 12:13:40 2010 From: talklists at newgeo.com (Scott Haneda) Date: Tue, 5 Jan 2010 12:13:40 -0800 Subject: How long for new ports to be available? In-Reply-To: <4B43420B.3060304@macports.org> References: <4B433FF4.7020400@mso.anu.edu.au> <4B43420B.3060304@macports.org> Message-ID: On Jan 5, 2010, at 5:43 AM, Joshua Root wrote: > Someone reviewing, testing and committing it is required. It takes an > amount of time with a mean that has not been computed and a variance > that is similarly unknown but appears to be high. I think we need to file a ticket to get the answer to this in more specific terms :) -- Scott * If you contact me off list replace talklists@ with scott@ * From brad at pixilla.com Tue Jan 5 12:34:25 2010 From: brad at pixilla.com (Bradley Giesbrecht) Date: Tue, 5 Jan 2010 12:34:25 -0800 Subject: Port error, and php5+oracle issue In-Reply-To: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> Message-ID: <6B25FB00-1C53-413D-B940-8969A121BF7E@pixilla.com> On Jan 5, 2010, at 12:02 PM, Celso Coutinho wrote: > One other thing... I'm having enormous issues while trying to have > php accessing an oracle database. I know there's a port that does > what I want (php5-oracle), but I wonder: the only thing I have to > do, is to install that port? I tried pretty much everything that I > found on the web, and the only thing I managed to do was to mess > with the built-in apache.... > > > I would appreciate your help on those two matters... Thankz! I suggest you stick with one topic per thread/subject. Provide us with the port commands you executed and the result so we can help. // Brad From jmr at macports.org Tue Jan 5 13:26:42 2010 From: jmr at macports.org (Joshua Root) Date: Wed, 06 Jan 2010 08:26:42 +1100 Subject: How long for new ports to be available? In-Reply-To: References: <4B433FF4.7020400@mso.anu.edu.au> <4B43420B.3060304@macports.org> Message-ID: <4B43AE92.5050400@macports.org> On 2010-1-6 07:13 , Scott Haneda wrote: > On Jan 5, 2010, at 5:43 AM, Joshua Root wrote: > >> Someone reviewing, testing and committing it is required. It takes an >> amount of time with a mean that has not been computed and a variance >> that is similarly unknown but appears to be high. > > I think we need to file a ticket to get the answer to this in more specific terms :) Feel free to write a script that queries trac for all closed tickets of type submission, loads the pages, extracts the times of creation and closing, and computes the stats. - Josh From 20.celso at gmail.com Tue Jan 5 14:41:21 2010 From: 20.celso at gmail.com (Celso Coutinho) Date: Tue, 5 Jan 2010 22:41:21 +0000 Subject: Port error, and php5+oracle issue In-Reply-To: <6B25FB00-1C53-413D-B940-8969A121BF7E@pixilla.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <6B25FB00-1C53-413D-B940-8969A121BF7E@pixilla.com> Message-ID: <455c82e71001051441i2f5638xc73bc35982eda29e@mail.gmail.com> 2010/1/5 Bradley Giesbrecht > On Jan 5, 2010, at 12:02 PM, Celso Coutinho wrote: > > One other thing... I'm having enormous issues while trying to have php >> accessing an oracle database. I know there's a port that does what I want >> (php5-oracle), but I wonder: the only thing I have to do, is to install that >> port? I tried pretty much everything that I found on the web, and the only >> thing I managed to do was to mess with the built-in apache.... >> >> >> I would appreciate your help on those two matters... Thankz! >> > > I suggest you stick with one topic per thread/subject. Ok! > Provide us with the port commands you executed and the result so we can > help. > The commands I used were: *bash-3.2# port install lp_solve* with this output: ---> Computing dependencies for lp_solve ---> Staging lp_solve into destroot Error: Target org.macports.destroot returned: xinstall: Unable to chdir to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, No such file or directory Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. *bash-3.2# port -d install lp_solve* with this output: (..........) ---> Staging lp_solve into destroot . missing (directory not created: File exists) ./Applications missing (directory not created: File exists) ./Developer missing (directory not created: File exists) ./Library missing (directory not created: File exists) DEBUG: Executing org.macports.destroot (lp_solve) Error: Target org.macports.destroot returned: xinstall: Unable to chdir to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, No such file or directory DEBUG: Backtrace: xinstall: Unable to chdir to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, No such file or directory while executing "$procedure $targetname" Warning: the following items did not execute (for lp_solve): org.macports.activate org.macports.destroot org.macports.install Error: Status 1 encountered during processing. To report a bug, see -------------- next part -------------- An HTML attachment was scrubbed... URL: From talklists at newgeo.com Tue Jan 5 15:29:11 2010 From: talklists at newgeo.com (Scott Haneda) Date: Tue, 5 Jan 2010 15:29:11 -0800 Subject: Port error, and php5+oracle issue In-Reply-To: <455c82e71001051441i2f5638xc73bc35982eda29e@mail.gmail.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <6B25FB00-1C53-413D-B940-8969A121BF7E@pixilla.com> <455c82e71001051441i2f5638xc73bc35982eda29e@mail.gmail.com> Message-ID: I think you need to prefix your commands with sudo, you do not have the permission level you need to install in those locations. -- Scott * If you contact me off list replace talklists@ with scott@ * On Jan 5, 2010, at 2:41 PM, Celso Coutinho wrote: > The commands I used were: > > *bash-3.2# port install lp_solve* > > with this output: > > ---> Computing dependencies for lp_solve > ---> Staging lp_solve into destroot > Error: Target org.macports.destroot returned: xinstall: Unable to chdir to > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, > No such file or directory > Error: Status 1 encountered during processing. > Before reporting a bug, first run the command again with the -d flag to get > complete output. > > > > *bash-3.2# port -d install lp_solve* > > with this output: > > (..........) > > ---> Staging lp_solve into destroot > . missing (directory not created: File exists) > ./Applications missing (directory not created: File exists) > ./Developer missing (directory not created: File exists) > ./Library missing (directory not created: File exists) > DEBUG: Executing org.macports.destroot (lp_solve) > Error: Target org.macports.destroot returned: xinstall: Unable to chdir to > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, > No such file or directory > DEBUG: Backtrace: xinstall: Unable to chdir to > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, > No such file or directory > while executing > "$procedure $targetname" > Warning: the following items did not execute (for lp_solve): > org.macports.activate org.macports.destroot org.macports.install > Error: Status 1 encountered during processing. > To report a bug, see From ryandesign at macports.org Tue Jan 5 15:30:52 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 5 Jan 2010 17:30:52 -0600 Subject: lp_solve (was: Port error, and php5+oracle issue) In-Reply-To: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> Message-ID: <5995CB22-541B-4157-8CF3-7F7EC1545108@macports.org> On Jan 5, 2010, at 14:02, Celso Coutinho wrote: > I've just formatted my mac, and I'm getting an unusual errors when I try to install a program: > > bash-3.2# port install lp_solve > ---> Computing dependencies for lp_solve > ---> Staging lp_solve into destroot > Error: Target org.macports.destroot returned: xinstall: Unable to chdir to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, No such file or directory > Error: Status 1 encountered during processing. > Before reporting a bug, first run the command again with the -d flag to get complete output. > > > Then I tried with the -d flag, but I don't think this is a bug: I had this program before I format. I think it *is* a bug. It was reported on this list by someone else yesterday as well: http://lists.macosforge.org/pipermail/macports-users/2010-January/018268.html You probably had the prior version of the port before reformatting, and when I updated the port recently, I had to do some fiddling with regard to the directory the compiled code ended up in. I appear to have fiddled incorrectly, but without debug output from someone for whom it fails, and more information about their system, I don't know how to solve it. Please *clean* the port, *then* try again with debug output: sudo port clean lp_solve sudo port -d install lp_solve 2>&1 | tee ~/Desktop/lp_solve.txt Then attach lp_solve.txt from your desktop to the new ticket that you file in our issue tracker: http://guide.macports.org/chunked/project.html#project.tickets Please Cc me on the ticket so I will see it right away. From ryandesign at macports.org Tue Jan 5 15:32:56 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 5 Jan 2010 17:32:56 -0600 Subject: Port error, and php5+oracle issue In-Reply-To: References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <6B25FB00-1C53-413D-B940-8969A121BF7E@pixilla.com> <455c82e71001051441i2f5638xc73bc35982eda29e@mail.gmail.com> Message-ID: On Jan 5, 2010, at 17:29, Scott Haneda wrote: > On Jan 5, 2010, at 2:41 PM, Celso Coutinho wrote: > >> The commands I used were: >> >> *bash-3.2# port install lp_solve* > > I think you need to prefix your commands with sudo, you do not have the permission level you need to install in those locations. He's already root. The "#" prompt typically means one is root, whereas the "$" prompt typically means one is not root. From ryandesign at macports.org Tue Jan 5 15:35:07 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 5 Jan 2010 17:35:07 -0600 Subject: php5-oracle (was: Port error, and php5+oracle issue) In-Reply-To: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> Message-ID: <3A18CDCC-F136-46FF-8C4F-E8E4B861E4A1@macports.org> On Jan 5, 2010, at 14:02, Celso Coutinho wrote: > I'm having enormous issues while trying to have php accessing an oracle database. I know there's a port that does what I want (php5-oracle), but I wonder: the only thing I have to do, is to install that port? I tried pretty much everything that I found on the web, and the only thing I managed to do was to mess with the built-in apache.... If you install php5-oracle, you should have the ability to connect to Oracle databases using PHP scripts that use MacPorts PHP. MacPorts PHP typically is built to use MacPorts Apache (or FastCGI), not to use Apple's built-in Apache. Please let us know what you tried and what error messages you got as a result. From ryandesign at macports.org Tue Jan 5 15:51:59 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 5 Jan 2010 17:51:59 -0600 Subject: lp_solve installing problem In-Reply-To: <2738a9431001051220l2be94f57k6b51b664237720b@mail.gmail.com> References: <2738a9431001041258o56a2a964v4f24fbae635a5835@mail.gmail.com> <106A2CDF-D633-47BD-A8E3-111FFBA2BECD@macports.org> <2738a9431001051220l2be94f57k6b51b664237720b@mail.gmail.com> Message-ID: <1EB9EA9F-32D0-4976-86D1-DCC5B74A99E9@macports.org> I'm going to Cc this to macports-users again since we have another user reporting the same issue today who might be interested. On Jan 5, 2010, at 14:20, Deeparnab Chakrabarty wrote: > I seem to be having a problem making a new ticket - it doesn't recognize my email > and password! Have you tried the "Lost Password" or "Register" buttons at the top right of the Trac page? > To answer your questions though: I am using OS X10.6, I have a Macbook Pro, I have XCode version 3.2, > build_arch is set to i386, i am not building universal- i don't know how to do that. If that's true, then that's odd, since the port should not look in the directory osx64 unless the build_arch is x86_64 or ppc64. Are you sure build_arch is set to i386, or does that line in macports.conf begin with a "#" meaning it is commented out? > THe output below is with the -d flag on. > > Output: > ~ $sudo port install -d lp_solve > ---> Computing dependencies for lp_solve > ---> Staging lp_solve into destroot > Error: Target org.macports.destroot returned: xinstall: Unable to chdir to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, No such file or directory > Error: Status 1 encountered during processing. Please clean first, then run with the debug flag. sudo port clean -d lp_solve sudo port -d install lp_solve 2>&1 | tee ~/Desktop/lp_solve.txt The file lp_solve.txt on your desktop will then contain the full log and can be attached to a ticket. From dreamcat4 at gmail.com Tue Jan 5 16:36:38 2010 From: dreamcat4 at gmail.com (dreamcat four) Date: Wed, 6 Jan 2010 00:36:38 +0000 Subject: Failed zlib check... Message-ID: <99cf22521001051636g704e6a5aw267e8135b1264d7d@mail.gmail.com> Hi, I tried installing some new software today which required a `port upgrade curl`. After a `port selfupdate`, then upgrading Curl failed with: ---> Computing dependencies for curl ---> Configuring curl Error: Target org.macports.configure returned: lipo: can't open input file: /opt/local/lib/libz.dylib (No such file or directory) Error: Unable to upgrade port: 1 Before reporting a bug, first run the command again with the -d flag to get complete output. It seems that zlib (port install zlib) had not installed its library as a dylib, but there was a static lib there "zlib.a", Just either fix or disable the zlib check: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/curl/Portfile: - archcheck.files lib/libz.dylib +# archcheck.files lib/libz.dylib And that seemed to be it. The new version seems will install fine after that. The thing is... I also did a search on the ports tree for "zlib.dylib". There seems like about ~1 dozen Portfiles. Should my system have zlib.a or zlib.dylib ? `port upgrade -d zlib` changes nothing and returns 0. Should there be both ".dylib" and ".a" files or just one of the other? Or for sure one file and optionally (dont care about) the other? dreamcat4 dreamcat4 at gmail.com From 20.celso at gmail.com Tue Jan 5 16:37:06 2010 From: 20.celso at gmail.com (Celso Coutinho) Date: Wed, 6 Jan 2010 00:37:06 +0000 Subject: lp_solve (was: Port error, and php5+oracle issue) In-Reply-To: <5995CB22-541B-4157-8CF3-7F7EC1545108@macports.org> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <5995CB22-541B-4157-8CF3-7F7EC1545108@macports.org> Message-ID: <455c82e71001051637g38d4a5ddh135085bb9cca31a1@mail.gmail.com> It worked now... because of the port clean! Do you still want me to send you the ticket? I didn't quite understand this tickets thing... I guess this is the form I should send: http://www.hosted-projects.com/trac/TracDemo/Demo/newticket 2010/1/5 Ryan Schmidt > On Jan 5, 2010, at 14:02, Celso Coutinho wrote: > > > I've just formatted my mac, and I'm getting an unusual errors when I try > to install a program: > > > > bash-3.2# port install lp_solve > > ---> Computing dependencies for lp_solve > > ---> Staging lp_solve into destroot > > Error: Target org.macports.destroot returned: xinstall: Unable to chdir > to > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_lp_solve/work/lp_solve_5.5/lpsolve55/bin/osx64, > No such file or directory > > Error: Status 1 encountered during processing. > > Before reporting a bug, first run the command again with the -d flag to > get complete output. > > > > > > Then I tried with the -d flag, but I don't think this is a bug: I had > this program before I format. > > I think it *is* a bug. It was reported on this list by someone else > yesterday as well: > > > http://lists.macosforge.org/pipermail/macports-users/2010-January/018268.html > > You probably had the prior version of the port before reformatting, and > when I updated the port recently, I had to do some fiddling with regard to > the directory the compiled code ended up in. I appear to have fiddled > incorrectly, but without debug output from someone for whom it fails, and > more information about their system, I don't know how to solve it. Please > *clean* the port, *then* try again with debug output: > > sudo port clean lp_solve > sudo port -d install lp_solve 2>&1 | tee ~/Desktop/lp_solve.txt > > Then attach lp_solve.txt from your desktop to the new ticket that you file > in our issue tracker: > > http://guide.macports.org/chunked/project.html#project.tickets > > Please Cc me on the ticket so I will see it right away. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Jan 5 16:41:35 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 5 Jan 2010 18:41:35 -0600 Subject: lp_solve (was: Port error, and php5+oracle issue) In-Reply-To: <455c82e71001051637g38d4a5ddh135085bb9cca31a1@mail.gmail.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <5995CB22-541B-4157-8CF3-7F7EC1545108@macports.org> <455c82e71001051637g38d4a5ddh135085bb9cca31a1@mail.gmail.com> Message-ID: <27491853-BE21-458A-A932-0BFF2D3DF929@macports.org> On Jan 5, 2010, at 18:37, Celso Coutinho wrote: > It worked now... because of the port clean! Do you still want me to send you the ticket? If you can't reproduce the problem now, then no. > I didn't quite understand this tickets thing... I guess this is the form I should send: We track bug reports and feature requests in our issue tracker. It's better than using just emails which easily get lost and are hard to find later. For future reference, the MacPorts new ticket URL is: https://trac.macports.org/newticket From ryandesign at macports.org Tue Jan 5 16:45:39 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 5 Jan 2010 18:45:39 -0600 Subject: Failed zlib check... In-Reply-To: <99cf22521001051636g704e6a5aw267e8135b1264d7d@mail.gmail.com> References: <99cf22521001051636g704e6a5aw267e8135b1264d7d@mail.gmail.com> Message-ID: <542275C1-CB84-452B-ADAA-F3AD7CE50161@macports.org> On Jan 5, 2010, at 18:36, dreamcat four wrote: > I tried installing some new software today which required a `port upgrade curl`. > After a `port selfupdate`, then upgrading Curl failed with: > > ---> Computing dependencies for curl > ---> Configuring curl > Error: Target org.macports.configure returned: lipo: can't open input > file: /opt/local/lib/libz.dylib (No such file or directory) > Error: Unable to upgrade port: 1 > Before reporting a bug, first run the command again with the -d flag > to get complete output. > > It seems that zlib (port install zlib) had not installed its library > as a dylib, but there was a static lib there "zlib.a", > > Just either fix or disable the zlib check: > /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/curl/Portfile: > - archcheck.files lib/libz.dylib > +# archcheck.files lib/libz.dylib > > And that seemed to be it. The new version seems will install fine after that. > > The thing is... > I also did a search on the ports tree for "zlib.dylib". > There seems like about ~1 dozen Portfiles. > > Should my system have zlib.a or zlib.dylib ? > `port upgrade -d zlib` changes nothing and returns 0. > > Should there be both ".dylib" and ".a" files or just one of the other? > Or for sure one file and optionally (dont care about) the other? Please don't disable the check in the curl port. It's there (and in the ~1 dozen other ports you found) for a reason. The zlib port should provide both zlib.a and zlib.dylib. The fact that it doesn't in your case is a problem. This problem was reported once before recently: http://trac.macports.org/ticket/23057 I was unable to determine why; after rebuilding the port, the library was installed as it should. Please rebuild zlib as I showed in that ticket: sudo port -dn upgrade --force zlib 2>&1 | tee ~/Desktop/zlib.txt If it still doesn't provide zlib.dylib, attach zlib.txt from your desktop to that ticket and let me know (the issue tracker does not send notifications when new files are attached). From 20.celso at gmail.com Tue Jan 5 16:45:54 2010 From: 20.celso at gmail.com (Celso Coutinho) Date: Wed, 6 Jan 2010 00:45:54 +0000 Subject: lp_solve (was: Port error, and php5+oracle issue) In-Reply-To: <27491853-BE21-458A-A932-0BFF2D3DF929@macports.org> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <5995CB22-541B-4157-8CF3-7F7EC1545108@macports.org> <455c82e71001051637g38d4a5ddh135085bb9cca31a1@mail.gmail.com> <27491853-BE21-458A-A932-0BFF2D3DF929@macports.org> Message-ID: <455c82e71001051645l2d8b8f5byc30648d2fa3f7914@mail.gmail.com> Ok! Thanks again for the help! 2010/1/6 Ryan Schmidt > > On Jan 5, 2010, at 18:37, Celso Coutinho wrote: > > > It worked now... because of the port clean! Do you still want me to send > you the ticket? > > If you can't reproduce the problem now, then no. > > > I didn't quite understand this tickets thing... I guess this is the form > I should send: > > We track bug reports and feature requests in our issue tracker. It's better > than using just emails which easily get lost and are hard to find later. > > For future reference, the MacPorts new ticket URL is: > > https://trac.macports.org/newticket > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From 20.celso at gmail.com Tue Jan 5 16:57:06 2010 From: 20.celso at gmail.com (Celso Coutinho) Date: Wed, 6 Jan 2010 00:57:06 +0000 Subject: php5-oracle (was: Port error, and php5+oracle issue) In-Reply-To: <3A18CDCC-F136-46FF-8C4F-E8E4B861E4A1@macports.org> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <3A18CDCC-F136-46FF-8C4F-E8E4B861E4A1@macports.org> Message-ID: <455c82e71001051657r6730bd48had097ca7d3676ce9@mail.gmail.com> I'm getting this error when I try to install php5+oracle: bash-3.2# port install php5-oracle ---> Computing dependencies for php5-oracle ---> Verifying checksum(s) for oracle-instantclient Error: Checksum (md5) mismatch for instantclient-basic-10.2.0.4.0-macosx-x64.zip Error: Checksum (sha1) mismatch for instantclient-basic-10.2.0.4.0-macosx-x64.zip Error: Checksum (rmd160) mismatch for instantclient-basic-10.2.0.4.0-macosx-x64.zip Error: Checksum (md5) mismatch for instantclient-sdk-10.2.0.4.0-macosx-x64.zip Error: Checksum (sha1) mismatch for instantclient-sdk-10.2.0.4.0-macosx-x64.zip Error: Checksum (rmd160) mismatch for instantclient-sdk-10.2.0.4.0-macosx-x64.zip Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: oracle-instantclient php5 apache2 apr apr-util db46 expat libiconv gperf sqlite3 ncurses ncursesw readline openssl zlib pcre bzip2 autoconf213 gawk gettext m4 perl5 perl5.8 gsed libtool automake autoconf help2man p5-locale-gettext libxml2 mhash pkgconfig Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. I'm sending you a ticket with the .txt right away.... 2010/1/5 Ryan Schmidt > > On Jan 5, 2010, at 14:02, Celso Coutinho wrote: > > > I'm having enormous issues while trying to have php accessing an oracle > database. I know there's a port that does what I want (php5-oracle), but I > wonder: the only thing I have to do, is to install that port? I tried pretty > much everything that I found on the web, and the only thing I managed to do > was to mess with the built-in apache.... > > If you install php5-oracle, you should have the ability to connect to > Oracle databases using PHP scripts that use MacPorts PHP. MacPorts PHP > typically is built to use MacPorts Apache (or FastCGI), not to use Apple's > built-in Apache. Please let us know what you tried and what error messages > you got as a result. > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From trog24 at comcast.net Tue Jan 5 18:50:57 2010 From: trog24 at comcast.net (Frank J. R. Hanstick) Date: Tue, 5 Jan 2010 18:50:57 -0800 Subject: MacPorts 1.8.2 has been released In-Reply-To: <4B3EE694.10209@macports.org> References: <4B3EE694.10209@macports.org> Message-ID: Hello, I noticed the following change in the port installation procedure: ---> Computing dependencies for apr ---> Fetching apr ---> Verifying checksum(s) for apr ---> Extracting apr ---> Applying patches to apr ---> Configuring apr ---> Building apr ---> Staging apr into destroot ---> Deactivating apr @1.3.9_0 ---> Computing dependencies for apr ---> Installing apr @1.3.9_1 ---> Activating apr @1.3.9_1 ---> Cleaning apr namely, the extra Computing dependencies for ___. Is this suppose to be happening or is the second computation for something different that the first such as computing dependency on ___?. On Jan 1, 2010, at 10:24 PM, Joshua Root wrote: > The MacPorts Project is pleased to announce the release of version > 1.8.2. This is a bugfix release with small changes only. See the > ChangeLog [1] for the list of changes. > > If you already have MacPorts installed, the preferred method for > updating is to run: > > sudo port selfupdate > > For new installs, there are also package installers in disk images > available for 10.4, 10.5, and 10.6 (all universal builds, the first > two > i386/ppc and the latter i386/x86_64) at [2]. The source is also > available as tarballs compressed with gzip or bzip2, or from the > subversion tag [3]. > > Detached PGP signatures for the disk images and source tarballs have > been made with my key, which is available on the keyservers and my > MacPorts wiki page [4], the fingerprint being: > > 0xB70C8867DCDBFF26: B6D0 0D4B 209D 03FF 2BCE B77F B70C 8867 DCDB FF26 > > Josh > (on behalf of the MacPorts Port Managers) > > [1] > > > [2] > [3] > [4] > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users Frank J. R. Hanstick trog24 at comcast.net From joostkremers at fastmail.fm Wed Jan 6 03:43:47 2010 From: joostkremers at fastmail.fm (Joost Kremers) Date: Wed, 6 Jan 2010 12:43:47 +0100 Subject: cyrus-sasl2: error building +universal Message-ID: <20100106114347.GA68426@vpn-2139.gwdg.de> Hi all, I'm running Snow Leopard and want to install GHC. Since the ghc port is not available for 10.6 yet, I'm trying to install GHC as described here: http://www.haskell.org/haskellwiki/Mac_OS_X This page links to another: http://passingcuriosity.com/2009/haskell-on-snow-leopard/ which suggests (re)installing all ports with +universal. So I did: sudo port selfupdate sudo port sync sudo port upgrade --force installed which went fine until port tried to upgrade cyrus-sasl2. Running with the -d option gives the following error: ====================================================================== [lots of build output snipped] Making all in utils /bin/sh ../libtool --mode=link /usr/bin/gcc-4.2 -Wall -W -O2 -arch i386 -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -arch i386 -o dbconverter-2 dbconverter-2.o ../sasldb/libsasldb.la ../lib/libsasl2.la -lresolv -lresolv /bin/sh ../libtool --mode=link /usr/bin/gcc-4.2 -Wall -W -O2 -arch i386 -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -arch i386 -o saslpasswd2 saslpasswd.o ../sasldb/libsasldb.la ../lib/libsasl2.la -lresolv -lresolv /usr/bin/gcc-4.2 -Wall -W -O2 -arch i386 -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -arch i386 -o .libs/dbconverter-2 dbconverter-2.o ../sasldb/.libs/libsasldb.al -lresolv -lresolv -L../lib/.libs -lsasl2 -ldl -lresolv -lresolv -lresolv -lresolv /usr/bin/gcc-4.2 -Wall -W -O2 -arch i386 -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -arch i386 -o .libs/saslpasswd2 saslpasswd.o ../sasldb/.libs/libsasldb.al -lresolv -lresolv -L../lib/.libs -lsasl2 -ldl -lresolv -lresolv -lresolv -lresolv ld: warning: in /opt/local/lib/libsasl2.dylib, file is not of required architecture Undefined symbols: "_prop_set", referenced from: _main in saslpasswd.o _main in saslpasswd.o _main in saslpasswd.o "_prop_dispose", referenced from: _main in saslpasswd.o "_sasl_errstring", referenced from: _exit_sasl in saslpasswd.o "_prop_request", ld:referenced from: _main in saslpasswd.o "_sasl_dispose", referenced from: _main in saslpasswd.o "_sasl_done", referenced from: _main in saslpasswd.o "_sasl_server_init", referenced from: _main in saslpasswd.o "_prop_new", referenced from: _main in saslpasswd.o "_sasl_setpass", referenced from: _main in saslpasswd.o "_sasl_auxprop_store", referenced from: _main in saslpasswd.o "_sasl_server_new", referenced from: _main in saslpasswd.o "_sasl_version", referenced from: _main in saslpasswd.o ld: symbol(s) not found collect2: ld returned 1 exit status warning: in /opt/local/lib/libsasl2.dylib, file is not of required architecture Undefined symbols: "_sasl_global_utils", referenced from: _sasl_global_utils$non_lazy_ptr in dbconverter-2.o "_sasl_dispose", referenced from: _main in dbconverter-2.o "_sasl_done", referenced from: _main in dbconverter-2.o "_sasl_server_init", referenced from: _main in dbconverter-2.o "_sasl_server_new", referenced from: _main in dbconverter-2.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [saslpasswd2] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [dbconverter-2] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_cyrus-sasl2/work/cyrus-sasl-2.1.23-i386" && /usr/bin/make -j2 all " returned error 2 DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_cyrus-sasl2/work/cyrus-sasl-2.1.23-i386" && /usr/bin/make -j2 all " returned error 2 while executing "$procedure $targetname" Warning: the following items did not execute (for cyrus-sasl2): org.macports.destroot org.macports.build DEBUG: wrong # args: should be "md5 action ?file?" while executing "md5 $fname" Error: Unable to upgrade port: 1 To report a bug, see ====================================================================== The bug tracker lists bugs referring to issues with cyrus-sasl2+universal, but the last comment says that these should be fixed now. But I did an upgrade and sync before rebuilding all ports, so perhaps this hasn't been properly fixed yet? Or am I missing something? Does this require a new bug report? Thanks, Joost -- Joost Kremers, PhD University of G?ttingen Institute for German Philology K?te-Hamburger-Weg 3 37073 G?ttingen, Germany From jmr at macports.org Wed Jan 6 04:17:00 2010 From: jmr at macports.org (Joshua Root) Date: Wed, 06 Jan 2010 23:17:00 +1100 Subject: MacPorts 1.8.2 has been released In-Reply-To: References: <4B3EE694.10209@macports.org> Message-ID: <4B447F3C.4060301@macports.org> On 2010-1-6 13:50 , Frank J. R. Hanstick wrote: > Hello, > I noticed the following change in the port installation procedure: > > ---> Computing dependencies for apr > ---> Fetching apr > ---> Verifying checksum(s) for apr > ---> Extracting apr > ---> Applying patches to apr > ---> Configuring apr > ---> Building apr > ---> Staging apr into destroot > ---> Deactivating apr @1.3.9_0 > ---> Computing dependencies for apr > ---> Installing apr @1.3.9_1 > ---> Activating apr @1.3.9_1 > ---> Cleaning apr > > namely, the extra Computing dependencies for ___. Is this suppose to > be happening or is the second computation for something different that > the first such as computing dependency on ___?. I take it this is from an upgrade rather than an install. The message has been printed since 1.8.0 and mportdepends has been run twice since probably when the upgrade action was first added. Just an artefact of how the upgrade procedure works. - Josh From dreamcat4 at gmail.com Wed Jan 6 04:39:21 2010 From: dreamcat4 at gmail.com (dreamcat four) Date: Wed, 6 Jan 2010 12:39:21 +0000 Subject: Failed zlib check... In-Reply-To: <542275C1-CB84-452B-ADAA-F3AD7CE50161@macports.org> References: <99cf22521001051636g704e6a5aw267e8135b1264d7d@mail.gmail.com> <542275C1-CB84-452B-ADAA-F3AD7CE50161@macports.org> Message-ID: <99cf22521001060439x158dea10q7bc64450f85da216@mail.gmail.com> Thanks Ryan, That worked just fine. On Wed, Jan 6, 2010 at 12:45 AM, Ryan Schmidt wrote: > sudo port -dn upgrade --force zlib 2>&1 | tee ~/Desktop/zlib.txt From ryandesign at macports.org Wed Jan 6 05:59:40 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 6 Jan 2010 07:59:40 -0600 Subject: cyrus-sasl2: error building +universal In-Reply-To: <20100106114347.GA68426@vpn-2139.gwdg.de> References: <20100106114347.GA68426@vpn-2139.gwdg.de> Message-ID: On Jan 6, 2010, at 05:43, Joost Kremers wrote: > I'm running Snow Leopard and want to install GHC. Since the ghc port is not > available for 10.6 yet, I'm trying to install GHC as described here: > > http://www.haskell.org/haskellwiki/Mac_OS_X > > This page links to another: > > http://passingcuriosity.com/2009/haskell-on-snow-leopard/ > > which suggests (re)installing all ports with +universal. So I did: > > sudo port selfupdate > sudo port sync > sudo port upgrade --force installed I assume then that you put +universal into your variants.conf? The command you probably wanted was sudo port upgrade --enforce-variants installed +universal (you can omit "+universal" if it's already in your variants.conf) This will only rebuild the ports that aren't universal and that can be built universal. Using --force will instead rebuild all ports, even those that are already universal, and also those that cannot be built universal, both of which will just waste time. > warning: in /opt/local/lib/libsasl2.dylib, file is not of required architecture > Undefined symbols: > "_sasl_global_utils", referenced from: > _sasl_global_utils$non_lazy_ptr in dbconverter-2.o > "_sasl_dispose", referenced from: > _main in dbconverter-2.o > "_sasl_done", referenced from: > _main in dbconverter-2.o > "_sasl_server_init", referenced from: > _main in dbconverter-2.o > "_sasl_server_new", referenced from: > _main in dbconverter-2.o > ld: symbol(s) not found This is probably related to, and would be fixed by resolving, the following ticket (so I don't think we need a new one): http://trac.macports.org/ticket/17328 You probably need to deactivate the old non-universal cyrus-sasl2 before the new universal one can be built. sudo port deactivate cyrus-sasl2 sudo port clean cyrus-sasl2 sudo port install cyrus-sasl2 +universal From 20.celso at gmail.com Wed Jan 6 07:35:53 2010 From: 20.celso at gmail.com (Celso Coutinho) Date: Wed, 6 Jan 2010 15:35:53 +0000 Subject: php5-oracle (was: Port error, and php5+oracle issue) In-Reply-To: <455c82e71001051657r6730bd48had097ca7d3676ce9@mail.gmail.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <3A18CDCC-F136-46FF-8C4F-E8E4B861E4A1@macports.org> <455c82e71001051657r6730bd48had097ca7d3676ce9@mail.gmail.com> Message-ID: <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> I installed this port but I'm having difficulties with this configuration. I followed this tutorial, after the section "Configure Apache and php5": http://2tbsp.com/content/install_apache_2_and_php_5_macports But when I type localhost in the browser, it runs the code I have in index.php on the default folder, not the one I specified... What shall I do to make this work? 2010/1/6 Celso Coutinho <20.celso at gmail.com> > I'm getting this error when I try to install php5+oracle: > > bash-3.2# port install php5-oracle > ---> Computing dependencies for php5-oracle > ---> Verifying checksum(s) for oracle-instantclient > Error: Checksum (md5) mismatch for > instantclient-basic-10.2.0.4.0-macosx-x64.zip > Error: Checksum (sha1) mismatch for > instantclient-basic-10.2.0.4.0-macosx-x64.zip > Error: Checksum (rmd160) mismatch for > instantclient-basic-10.2.0.4.0-macosx-x64.zip > Error: Checksum (md5) mismatch for > instantclient-sdk-10.2.0.4.0-macosx-x64.zip > Error: Checksum (sha1) mismatch for > instantclient-sdk-10.2.0.4.0-macosx-x64.zip > Error: Checksum (rmd160) mismatch for > instantclient-sdk-10.2.0.4.0-macosx-x64.zip > Error: Target org.macports.checksum returned: Unable to verify file > checksums > Error: The following dependencies failed to build: oracle-instantclient > php5 apache2 apr apr-util db46 expat libiconv gperf sqlite3 ncurses ncursesw > readline openssl zlib pcre bzip2 autoconf213 gawk gettext m4 perl5 perl5.8 > gsed libtool automake autoconf help2man p5-locale-gettext libxml2 mhash > pkgconfig > Error: Status 1 encountered during processing. > Before reporting a bug, first run the command again with the -d flag to get > complete output. > > I'm sending you a ticket with the .txt right away.... > > > 2010/1/5 Ryan Schmidt > > >> On Jan 5, 2010, at 14:02, Celso Coutinho wrote: >> >> > I'm having enormous issues while trying to have php accessing an oracle >> database. I know there's a port that does what I want (php5-oracle), but I >> wonder: the only thing I have to do, is to install that port? I tried pretty >> much everything that I found on the web, and the only thing I managed to do >> was to mess with the built-in apache.... >> >> If you install php5-oracle, you should have the ability to connect to >> Oracle databases using PHP scripts that use MacPorts PHP. MacPorts PHP >> typically is built to use MacPorts Apache (or FastCGI), not to use Apple's >> built-in Apache. Please let us know what you tried and what error messages >> you got as a result. >> >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Jan 6 07:45:34 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 6 Jan 2010 09:45:34 -0600 Subject: php5-oracle (was: Port error, and php5+oracle issue) In-Reply-To: <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <3A18CDCC-F136-46FF-8C4F-E8E4B861E4A1@macports.org> <455c82e71001051657r6730bd48had097ca7d3676ce9@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> Message-ID: On Jan 6, 2010, at 09:35, Celso Coutinho wrote: > I installed this port but I'm having difficulties with this configuration. I followed this tutorial, after the section "Configure Apache and php5": > > http://2tbsp.com/content/install_apache_2_and_php_5_macports > > But when I type localhost in the browser, it runs the code I have in index.php on the default folder, not the one I specified... > > What shall I do to make this work? What folder did you specify, and how did you do that? Did you remember to restart Apache after making that change? From joostkremers at fastmail.fm Wed Jan 6 08:16:48 2010 From: joostkremers at fastmail.fm (Joost Kremers) Date: Wed, 06 Jan 2010 17:16:48 +0100 Subject: cyrus-sasl2: error building +universal In-Reply-To: References: <20100106114347.GA68426@vpn-2139.gwdg.de> Message-ID: <1262794608.12836.1353251261@webmail.messagingengine.com> On Wed, 06 Jan 2010 07:59 -0600, "Ryan Schmidt" wrote: > On Jan 6, 2010, at 05:43, Joost Kremers wrote: > > which suggests (re)installing all ports with +universal. So I did: > > > > sudo port selfupdate > > sudo port sync > > sudo port upgrade --force installed > > I assume then that you put +universal into your variants.conf? Yep. > The command you probably wanted was > > sudo port upgrade --enforce-variants installed +universal > > (you can omit "+universal" if it's already in your variants.conf) > > This will only rebuild the ports that aren't universal and that can be > built universal. Ah, thanks for the tip. That is indeed what I want. > You probably need to deactivate the old non-universal cyrus-sasl2 before > the new universal one can be built. > > sudo port deactivate cyrus-sasl2 > sudo port clean cyrus-sasl2 > sudo port install cyrus-sasl2 +universal I tried that but got an error again. Full output is here: http://user.uni-frankfurt.de/~kremers/macports-cyrus-sasl-error.txt The last part is below: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/opt/local/include -Wall -W -O2 -arch i386 -c digestmd5.c -fno-common -DPIC -o digestmd5.lo digestmd5.c:279: warning: pointer targets in initialization differ in signedness digestmd5.c: In function 'DigestCalcResponse': digestmd5.c:366: warning: pointer targets in passing argument 2 of 'utils->MD5Update' differ in signedness /bin/sh ../libtool --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/opt/local/include -Wall -W -O2 -arch i386 -c -o digestmd5_init.lo `test -f 'digestmd5_init.c' || echo './'`digestmd5_init.c digestmd5.c: At top level: digestmd5.c:812: error: expected specifier-qualifier-list before 'des_key_schedule' digestmd5.c: In function 'dec_3des': digestmd5.c:849: warning: implicit declaration of function 'des_ede2_cbc_encrypt' digestmd5.c:852: error: 'des_context_t' has no member named 'keysched' digestmd5.c:853: error: 'des_context_t' has no member named 'keysched2' digestmd5.c:854: error: 'des_context_t' has no member named 'ivec' digestmd5.c:855: error: 'DES_DECRYPT' undeclared (first use in this function) digestmd5.c:855: error: (Each undeclared identifier is reported only once digestmd5.c:855: error: for each function it appears in.) digestmd5.c:842: warning: unused parameter 'digest' digestmd5.c: In function 'enc_3des': digestmd5.c:900: error: 'des_context_t' has no member named 'keysched' digestmd5.c:901: error: 'des_context_t' has no member named 'keysched2' digestmd5.c:902: error: 'des_context_t' has no member named 'ivec' digestmd5.c:903: error: 'DES_ENCRYPT' undeclared (first use in this function) digestmd5.c: In function 'init_3des': digestmd5.c:923: warning: implicit declaration of function 'des_key_sched' digestmd5.c:923: error: 'des_cblock' undeclared (first use in this function) digestmd5.c:923: error: expected expression before ')' token digestmd5.c:927: error: expected expression before ')' token digestmd5.c:929: error: 'des_context_t' has no member named 'ivec' digestmd5.c:929: error: 'des_context_t' has no member named 'ivec' digestmd5.c:929: error: 'des_context_t' has no member named 'ivec' digestmd5.c:929: error: 'des_context_t' has no member named 'ivec' digestmd5.c:936: error: expected expression before ')' token digestmd5.c:940: error: expected expression before ')' token digestmd5.c:943: error: 'des_context_t' has no member named 'ivec' digestmd5.c:943: error: 'des_context_t' has no member named 'ivec' digestmd5.c:943: error: 'des_context_t' has no member named 'ivec' digestmd5.c:943: error: 'des_context_t' has no member named 'ivec' digestmd5.c: In function 'dec_des': digestmd5.c:967: warning: implicit declaration of function 'des_cbc_encrypt' digestmd5.c:970: error: 'des_context_t' has no member named 'keysched' digestmd5.c:971: error: 'des_context_t' has no member named 'ivec' digestmd5.c:972: error: 'DES_DECRYPT' undeclared (first use in this function) digestmd5.c:976: error: 'des_context_t' has no member named 'ivec' digestmd5.c:976: error: 'des_context_t' has no member named 'ivec' digestmd5.c:976: error: 'des_context_t' has no member named 'ivec' digestmd5.c:976: error: 'des_context_t' has no member named 'ivec' digestmd5.c:960: warning: unused parameter 'digest' digestmd5.c: In function 'enc_des': digestmd5.c:1021: error: 'des_context_t' has no member named 'keysched' digestmd5.c:1022: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1023: error: 'DES_ENCRYPT' undeclared (first use in this function) digestmd5.c:1027: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1027: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1027: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1027: error: 'des_context_t' has no member named 'ivec' digestmd5.c: In function 'init_des': digestmd5.c:1047: error: 'des_cblock' undeclared (first use in this function) digestmd5.c:1047: error: expected expression before ')' token digestmd5.c:1049: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1049: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1049: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1049: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1056: error: expected expression before ')' token digestmd5.c:1058: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1058: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1058: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1058: error: 'des_context_t' has no member named 'ivec' digestmd5.c: In function 'dec_rc4': digestmd5.c:1211: warning: unused parameter 'digest' digestmd5.c: In function 'digestmd5_encode': digestmd5.c:1401: warning: pointer targets in passing argument 5 of 'text->utils->hmac_md5' differ in signedness digestmd5.c: In function 'digestmd5_decode_packet': digestmd5.c:1497: warning: pointer targets in assignment differ in signedness digestmd5.c: In function 'digestmd5_server_mech_new': digestmd5.c:1797: warning: unused parameter 'challenge' digestmd5.c:1798: warning: unused parameter 'challen' digestmd5.c: In function 'digestmd5_server_mech_step1': digestmd5.c:1947: warning: pointer targets in passing argument 6 of 'add_to_challenge' differ in signedness digestmd5.c:1820: warning: unused parameter 'clientin' digestmd5.c:1821: warning: unused parameter 'clientinlen' digestmd5.c:1824: warning: unused parameter 'oparams' digestmd5.c: In function 'digestmd5_server_mech_step2': digestmd5.c:2235: warning: pointer targets in passing argument 2 of '_plug_strdup' differ in signedness digestmd5.c:2238: warning: pointer targets in passing argument 2 of '_plug_strdup' differ in signedness digestmd5.c:2274: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness digestmd5.c:2286: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness digestmd5.c:2286: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness digestmd5.c:2351: warning: pointer targets in passing argument 1 of '__builtin___strncpy_chk' differ in signedness digestmd5.c:2351: warning: pointer targets in passing argument 1 of '__inline_strncpy_chk' differ in signedness digestmd5.c:2369: warning: pointer targets in passing argument 2 of 'DigestCalcSecret' differ in signedness digestmd5.c:2369: warning: pointer targets in passing argument 3 of 'DigestCalcSecret' differ in signedness digestmd5.c:2514: warning: pointer targets in passing argument 2 of 'text->cipher_init' differ in signedness digestmd5.c:2514: warning: pointer targets in passing argument 3 of 'text->cipher_init' differ in signedness digestmd5.c: In function 'make_client_response': digestmd5.c:3010: warning: pointer targets in passing argument 3 of 'calculate_response' differ in signedness digestmd5.c:3010: warning: pointer targets in passing argument 11 of 'calculate_response' differ in signedness digestmd5.c:3034: warning: pointer targets in passing argument 6 of 'add_to_challenge' differ in signedness digestmd5.c:3145: warning: pointer targets in passing argument 2 of 'text->cipher_init' differ in signedness digestmd5.c:3145: warning: pointer targets in passing argument 3 of 'text->cipher_init' differ in signedness digestmd5.c: In function 'digestmd5_client_mech_step1': digestmd5.c:3732: warning: pointer targets in passing argument 2 of '_plug_strdup' differ in signedness digestmd5.c:3735: warning: pointer targets in passing argument 2 of '_plug_strdup' differ in signedness digestmd5.c:3703: warning: unused parameter 'serverin' digestmd5.c:3704: warning: unused parameter 'serverinlen' digestmd5.c: In function 'digestmd5_client_mech_step3': digestmd5.c:3838: warning: unused parameter 'prompt_need' digestmd5.c:3839: warning: unused parameter 'clientout' digestmd5.c:3840: warning: unused parameter 'clientoutlen' digestmd5.c: In function 'digestmd5_client_mech_step': digestmd5.c:4000: warning: pointer targets in assignment differ in signedness make[2]: *** [digestmd5.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/opt/local/include -Wall -W -O2 -arch i386 -c digestmd5_init.c -fno-common -DPIC -o digestmd5_init.lo make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_cyrus-sasl2/work/cyrus-sasl-2.1.23-i386" && /usr/bin/make -j2 all " returned error 2 DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_cyrus-sasl2/work/cyrus-sasl-2.1.23-i386" && /usr/bin/make -j2 all " returned error 2 while executing "$procedure $targetname" Warning: the following items did not execute (for cyrus-sasl2): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. To report a bug, see joost at JKs-iMac:~ $ building cyrus-sasl2 for just x64 works fine. Joost -- Joost Kremers Life has its moments From 20.celso at gmail.com Wed Jan 6 08:40:06 2010 From: 20.celso at gmail.com (Celso Coutinho) Date: Wed, 6 Jan 2010 16:40:06 +0000 Subject: php5-oracle (was: Port error, and php5+oracle issue) In-Reply-To: References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <3A18CDCC-F136-46FF-8C4F-E8E4B861E4A1@macports.org> <455c82e71001051657r6730bd48had097ca7d3676ce9@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> Message-ID: <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> I edited this file /opt/local/apache2/conf/httpd.conf changing the line DocumentRoot "/opt/local/apache2/htdocs" to I also changed the directory directive to the same path... And yes, I restarted Apache! 2010/1/6 Ryan Schmidt > > On Jan 6, 2010, at 09:35, Celso Coutinho wrote: > > > I installed this port but I'm having difficulties with this > configuration. I followed this tutorial, after the section "Configure Apache > and php5": > > > > http://2tbsp.com/content/install_apache_2_and_php_5_macports > > > > But when I type localhost in the browser, it runs the code I have in > index.php on the default folder, not the one I specified... > > > > What shall I do to make this work? > > What folder did you specify, and how did you do that? Did you remember to > restart Apache after making that change? > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Jan 6 09:01:41 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 6 Jan 2010 11:01:41 -0600 Subject: php5-oracle (was: Port error, and php5+oracle issue) In-Reply-To: <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <3A18CDCC-F136-46FF-8C4F-E8E4B861E4A1@macports.org> <455c82e71001051657r6730bd48had097ca7d3676ce9@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> Message-ID: <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> On Jan 6, 2010, at 10:40, Celso Coutinho wrote: > I edited this file /opt/local/apache2/conf/httpd.conf > > changing the line DocumentRoot "/opt/local/apache2/htdocs" > > to > > I also changed the directory directive to the same path... And yes, I restarted Apache! That should work, except the line should read DocumentRoot "/Users/binte/Sites" (without the angle brackets). From ryandesign at macports.org Wed Jan 6 09:19:01 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 6 Jan 2010 11:19:01 -0600 Subject: cyrus-sasl2: error building +universal In-Reply-To: <1262794608.12836.1353251261@webmail.messagingengine.com> References: <20100106114347.GA68426@vpn-2139.gwdg.de> <1262794608.12836.1353251261@webmail.messagingengine.com> Message-ID: <54611073-70D3-4679-8967-573CE363DAA6@macports.org> On Jan 6, 2010, at 10:16, Joost Kremers wrote: > On Wed, 06 Jan 2010 07:59 -0600, Ryan Schmidt wrote: > >> The command you probably wanted was >> >> sudo port upgrade --enforce-variants installed +universal >> You probably need to deactivate the old non-universal cyrus-sasl2 before >> the new universal one can be built. >> >> sudo port deactivate cyrus-sasl2 >> sudo port clean cyrus-sasl2 >> sudo port install cyrus-sasl2 +universal > > I tried that but got an error again. Full output is here: > > http://user.uni-frankfurt.de/~kremers/macports-cyrus-sasl-error.txt It shows your zlib and openssl ports are not universal. Since these are dependencies of cyrus-sasl2, they must be built universal first. MacPorts base does not check for this problem directly, though some individual ports do. I just added this check to cyrus-sasl2, so if you wait a half hour, then "sudo port selfupdate" and try again, it should inform you of this problem and tell you how to rebuild openssl and its dependencies (zlib) universal using sudo port upgrade --enforce-variants openssl +universal From 20.celso at gmail.com Wed Jan 6 09:38:04 2010 From: 20.celso at gmail.com (Celso Coutinho) Date: Wed, 6 Jan 2010 17:38:04 +0000 Subject: php5-oracle (was: Port error, and php5+oracle issue) In-Reply-To: <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <3A18CDCC-F136-46FF-8C4F-E8E4B861E4A1@macports.org> <455c82e71001051657r6730bd48had097ca7d3676ce9@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> Message-ID: <455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com> It's already without the angle brackets, that was a copy paste mistake... I rebooted and it still uses the old path! 2010/1/6 Ryan Schmidt > > On Jan 6, 2010, at 10:40, Celso Coutinho wrote: > > > I edited this file /opt/local/apache2/conf/httpd.conf > > > > changing the line DocumentRoot "/opt/local/apache2/htdocs" > > > > to > > > > I also changed the directory directive to the same path... And yes, I > restarted Apache! > > That should work, except the line should read > > DocumentRoot "/Users/binte/Sites" > > (without the angle brackets). > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Jan 6 09:41:53 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 6 Jan 2010 11:41:53 -0600 Subject: php5-oracle (was: Port error, and php5+oracle issue) In-Reply-To: <455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <3A18CDCC-F136-46FF-8C4F-E8E4B861E4A1@macports.org> <455c82e71001051657r6730bd48had097ca7d3676ce9@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> <455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com> Message-ID: <2F6CA757-9D1C-485B-A227-0CA32A4098A1@macports.org> On Jan 6, 2010, at 11:38, Celso Coutinho wrote: > It's already without the angle brackets, that was a copy paste mistake... I rebooted and it still uses the old path! If you look at "ps axww | grep httpd" in the Terminal, is /opt/local/apache2/bin/httpd running, or is it a different httpd, for example /usr/sbin/httpd? If it really is the MacPorts httpd that's running, could you attach the complete httpd.conf? (Private mail is fine if you don't want your config archived on the list.) From trog24 at comcast.net Wed Jan 6 12:26:42 2010 From: trog24 at comcast.net (Frank J. R. Hanstick) Date: Wed, 6 Jan 2010 12:26:42 -0800 Subject: MacPorts 1.8.2 has been released In-Reply-To: <4B447F3C.4060301@macports.org> References: <4B3EE694.10209@macports.org> <4B447F3C.4060301@macports.org> Message-ID: Hello, I had noticed the "computing dependencies for" at the beginning of an install of upgrade when it first started appearing in 1.8.0. It made sense which is why I thought it was a good idea and did not mention it; but, I had not seen the second reference before 1.8.2 which is why I asked. The reason for noticing is that I sometimes glance over to the Terminal window to see what is being upgraded and to what version from what version. It was also mentioned in an earlier posting that when upgrading dependencies that a test be made to test for "dependent on" which is different than "dependent for" and wondering if the suggestion had been acted upon using the wrong wording. It is not a problem, just an observation. On Jan 6, 2010, at 4:17 AM, Joshua Root wrote: > On 2010-1-6 13:50 , Frank J. R. Hanstick wrote: >> Hello, >> I noticed the following change in the port installation procedure: >> >> ---> Computing dependencies for apr >> ---> Fetching apr >> ---> Verifying checksum(s) for apr >> ---> Extracting apr >> ---> Applying patches to apr >> ---> Configuring apr >> ---> Building apr >> ---> Staging apr into destroot >> ---> Deactivating apr @1.3.9_0 >> ---> Computing dependencies for apr >> ---> Installing apr @1.3.9_1 >> ---> Activating apr @1.3.9_1 >> ---> Cleaning apr >> >> namely, the extra Computing dependencies for ___. Is this suppose to >> be happening or is the second computation for something different >> that >> the first such as computing dependency on ___?. > > I take it this is from an upgrade rather than an install. The message > has been printed since 1.8.0 and mportdepends has been run twice since > probably when the upgrade action was first added. Just an artefact of > how the upgrade procedure works. > > - Josh Frank J. R. Hanstick trog24 at comcast.net From ola.lunden at gmail.com Wed Jan 6 14:11:47 2010 From: ola.lunden at gmail.com (=?ISO-8859-1?Q?Ola_Lund=E9n?=) Date: Wed, 06 Jan 2010 23:11:47 +0100 Subject: error report when trying to install php/mamp In-Reply-To: <47D65DAB-24CC-4A69-87E1-1FBFB21E60DE@coateconnection.com> References: <4B40F3FD.1060300@gmail.com> <4B410779.9090307@macports.org> <4B410E82.7090800@gmail.com> <4B411880.7000506@macports.org> <4B4233C4.6000505@gmail.com> <4B4238C2.3000709@macports.org> <47D65DAB-24CC-4A69-87E1-1FBFB21E60DE@coateconnection.com> Message-ID: <4B450AA3.3060902@gmail.com> Ok, so I uninstalled macport and installed it again and now it seems to work fine. I'll just have to figure out how to make use of php52 and mysql. Maybe I'll come back with new questions. Thanks for now! :ola On 1/4/10 8:17 PM, dlc wrote: > I had the same failure over a week ago after a port selfupdate showed > help2man out of date. I did a port clean --all and a new selfupdate a > few days later and the upgrade succeeded. > > On Leopard, PPC G4. > > On Jan 4, 2010, at 12:51 PM, Joshua Root wrote: > >> On 2010-1-5 05:30 , Ola Lund?n wrote: >>> Ok, so I've checked that the file "libinintl.dylib" exists, I've >>> de/activate gettext and found the file. But I still get the same error >>> message running my installation. >> >> Looking at the command in your output again, it's missing >> -L/opt/local/lib, which would certainly cause the failure. When I build, >> it's >> >> /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle -L/opt/local/lib >> bindtextdomain.c -lintl >> >> as opposed to your >> >> /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle bindtextdomain.c >> -lintl >> >>> When I ran the "lipo -info" command it returned: >>> Non-fat file: /opt/local/lib/libintl.dylib is architecture: x86_64 >>> Which I guess is ok since I've got an MacBook Pro running Snow Leopard. >> >> Did you upgrade to Snow Leopard from an earlier OS version? If so, did >> you follow ? I'm thinking your >> perl might be the wrong arch or something. >> >>> About the other dependencies that failed to build: libtool automake >>> autoconf help2man libxml2 mhash, shouldn't the installation process >>> take >>> care of them as well? When should they have been installed? >> >> After help2man. They were just blocked by it failing. >> >> - Josh >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From 20.celso at gmail.com Wed Jan 6 18:29:41 2010 From: 20.celso at gmail.com (Celso Coutinho) Date: Thu, 7 Jan 2010 02:29:41 +0000 Subject: php5-oracle (was: Port error, and php5+oracle issue) In-Reply-To: <2F6CA757-9D1C-485B-A227-0CA32A4098A1@macports.org> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <3A18CDCC-F136-46FF-8C4F-E8E4B861E4A1@macports.org> <455c82e71001051657r6730bd48had097ca7d3676ce9@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> <455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com> <2F6CA757-9D1C-485B-A227-0CA32A4098A1@macports.org> Message-ID: <455c82e71001061829l7fc76d17kf262ba26bb488f46@mail.gmail.com> When I placed that command on a shell, I got this: 22 ?? Ss 0:00.99 /usr/sbin/httpd -D FOREGROUND 76 ?? S 0:00.00 /usr/sbin/httpd -D FOREGROUND 115 ?? Ss 0:00.77 /opt/local/apache2/bin/httpd -k start 119 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start 120 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start 121 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start 122 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start 123 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start 1473 s000 S+ 0:00.00 grep httpd I am unable to unravel the secrets of this output... 2010/1/6 Ryan Schmidt > > On Jan 6, 2010, at 11:38, Celso Coutinho wrote: > > > It's already without the angle brackets, that was a copy paste mistake... > I rebooted and it still uses the old path! > > If you look at "ps axww | grep httpd" in the Terminal, is > /opt/local/apache2/bin/httpd running, or is it a different httpd, for > example /usr/sbin/httpd? If it really is the MacPorts httpd that's running, > could you attach the complete httpd.conf? (Private mail is fine if you don't > want your config archived on the list.) > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From finnertymusic at gmail.com Wed Jan 6 18:45:28 2010 From: finnertymusic at gmail.com (James Finnerty) Date: Wed, 6 Jan 2010 21:45:28 -0500 Subject: Premature Installation Message-ID: <43EE86A3-B464-4C7E-8534-842D2C42F5F2@gmail.com> Hello, I installed MacPorts for Snow Leopard without realizing that I did not have XCode developer tools. Will I need to uninstall / reinstall MacPorts after having completed the XCode install? Thanks, James From ryandesign at macports.org Wed Jan 6 19:33:45 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 6 Jan 2010 21:33:45 -0600 Subject: php5-oracle (was: Port error, and php5+oracle issue) In-Reply-To: <455c82e71001061829l7fc76d17kf262ba26bb488f46@mail.gmail.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <3A18CDCC-F136-46FF-8C4F-E8E4B861E4A1@macports.org> <455c82e71001051657r6730bd48had097ca7d3676ce9@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> <455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com> <2F6CA757-9D1C-485B-A227-0CA32A4098A1@macports.org> <455c82e71001061829l7fc76d17kf262ba26bb488f46@mail.gmail.com> Message-ID: <62188A5E-A6FA-47DF-ACE7-30D91833BCEE@macports.org> On Jan 6, 2010, at 20:29, Celso Coutinho wrote: >> If you look at "ps axww | grep httpd" in the Terminal, is /opt/local/apache2/bin/httpd running, or is it a different httpd, for example /usr/sbin/httpd? If it really is the MacPorts httpd that's running, could you attach the complete httpd.conf? (Private mail is fine if you don't want your config archived on the list.) > > When I placed that command on a shell, I got this: > > 22 ?? Ss 0:00.99 /usr/sbin/httpd -D FOREGROUND > 76 ?? S 0:00.00 /usr/sbin/httpd -D FOREGROUND > 115 ?? Ss 0:00.77 /opt/local/apache2/bin/httpd -k start > 119 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start > 120 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start > 121 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start > 122 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start > 123 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start > 1473 s000 S+ 0:00.00 grep httpd > > I am unable to unravel the secrets of this output... Looks like you have both Apple's apache an MacPorts apache running at the same time. Maybe on different ports? Maybe competing for the same port? Assuming you don't really want that, stop the MacPorts apache, stop the Apple apache (by turning off System Preferences > Sharing > Personal Web Sharing), then turn MacPorts apache back on and see what happens. From ryandesign at macports.org Wed Jan 6 19:41:10 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 6 Jan 2010 21:41:10 -0600 Subject: Premature Installation In-Reply-To: <43EE86A3-B464-4C7E-8534-842D2C42F5F2@gmail.com> References: <43EE86A3-B464-4C7E-8534-842D2C42F5F2@gmail.com> Message-ID: On Jan 6, 2010, at 20:45, James Finnerty wrote: > I installed MacPorts for Snow Leopard without realizing that I did not have XCode developer tools. > > Will I need to uninstall / reinstall MacPorts after having completed the XCode install? You can install Xcode now and it should be fine. We plan to modify the installer script to prevent you from installing MacPorts when Xcode is not already present, to reduce the number of bug reports we get where the resolution is "you need to install Xcode". http://trac.macports.org/ticket/21685#comment:3 From ryandesign at macports.org Wed Jan 6 19:42:04 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 6 Jan 2010 21:42:04 -0600 Subject: error report when trying to install php/mamp In-Reply-To: <4B450AA3.3060902@gmail.com> References: <4B40F3FD.1060300@gmail.com> <4B410779.9090307@macports.org> <4B410E82.7090800@gmail.com> <4B411880.7000506@macports.org> <4B4233C4.6000505@gmail.com> <4B4238C2.3000709@macports.org> <47D65DAB-24CC-4A69-87E1-1FBFB21E60DE@coateconnection.com> <4B450AA3.3060902@gmail.com> Message-ID: On Jan 6, 2010, at 16:11, Ola Lund?n wrote: > Ok, so I uninstalled macport and installed it again and now it seems to work fine. I'll just have to figure out how to make use of php52 and mysql. Maybe I'll come back with new questions. Thanks for now! sudo port install php52 +mysql5 More options are available; see "port variants php52". And if you want a MySQL server (and not just the client libraries): sudo port install mysql5-server From 20.celso at gmail.com Wed Jan 6 20:10:00 2010 From: 20.celso at gmail.com (Celso Coutinho) Date: Thu, 7 Jan 2010 04:10:00 +0000 Subject: php5-oracle (was: Port error, and php5+oracle issue) In-Reply-To: <62188A5E-A6FA-47DF-ACE7-30D91833BCEE@macports.org> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <455c82e71001051657r6730bd48had097ca7d3676ce9@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> <455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com> <2F6CA757-9D1C-485B-A227-0CA32A4098A1@macports.org> <455c82e71001061829l7fc76d17kf262ba26bb488f46@mail.gmail.com> <62188A5E-A6FA-47DF-ACE7-30D91833BCEE@macports.org> Message-ID: <455c82e71001062010k4b4966bahceea71f2cee3383f@mail.gmail.com> This may look like a noob question, but how do I turn Macports apache back on? 2010/1/7 Ryan Schmidt > > On Jan 6, 2010, at 20:29, Celso Coutinho wrote: > > >> If you look at "ps axww | grep httpd" in the Terminal, is > /opt/local/apache2/bin/httpd running, or is it a different httpd, for > example /usr/sbin/httpd? If it really is the MacPorts httpd that's running, > could you attach the complete httpd.conf? (Private mail is fine if you don't > want your config archived on the list.) > > > > When I placed that command on a shell, I got this: > > > > 22 ?? Ss 0:00.99 /usr/sbin/httpd -D FOREGROUND > > 76 ?? S 0:00.00 /usr/sbin/httpd -D FOREGROUND > > 115 ?? Ss 0:00.77 /opt/local/apache2/bin/httpd -k start > > 119 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start > > 120 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start > > 121 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start > > 122 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start > > 123 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start > > 1473 s000 S+ 0:00.00 grep httpd > > > > I am unable to unravel the secrets of this output... > > Looks like you have both Apple's apache an MacPorts apache running at the > same time. Maybe on different ports? Maybe competing for the same port? > Assuming you don't really want that, stop the MacPorts apache, stop the > Apple apache (by turning off System Preferences > Sharing > Personal Web > Sharing), then turn MacPorts apache back on and see what happens. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From 20.celso at gmail.com Wed Jan 6 20:17:14 2010 From: 20.celso at gmail.com (Celso Coutinho) Date: Thu, 7 Jan 2010 04:17:14 +0000 Subject: php5-oracle (was: Port error, and php5+oracle issue) In-Reply-To: <455c82e71001062010k4b4966bahceea71f2cee3383f@mail.gmail.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> <455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com> <2F6CA757-9D1C-485B-A227-0CA32A4098A1@macports.org> <455c82e71001061829l7fc76d17kf262ba26bb488f46@mail.gmail.com> <62188A5E-A6FA-47DF-ACE7-30D91833BCEE@macports.org> <455c82e71001062010k4b4966bahceea71f2cee3383f@mail.gmail.com> Message-ID: <455c82e71001062017q4cbb8574n6cca3b1f314fe6fd@mail.gmail.com> It worked... I typed localhost on the browser and it now goes to where I want, but.... It can't connect to the Oracle database! I got this message: *Warning*: oci_connect() [function.oci-connect]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that DYLD_LIBRARY_PATH includes the directory with Oracle Instant Client libraries in */Users/binte/Sites/testeOracle.php* on line *7* When I type in the terminal: bash-3.2# echo $DYLD_LIBRARY_PATH I got nothing! I guess I add to export that variable to the path where oci8.so is. Am I right? 2010/1/7 Celso Coutinho <20.celso at gmail.com> > This may look like a noob question, but how do I turn Macports apache back > on? > > 2010/1/7 Ryan Schmidt > > >> On Jan 6, 2010, at 20:29, Celso Coutinho wrote: >> >> >> If you look at "ps axww | grep httpd" in the Terminal, is >> /opt/local/apache2/bin/httpd running, or is it a different httpd, for >> example /usr/sbin/httpd? If it really is the MacPorts httpd that's running, >> could you attach the complete httpd.conf? (Private mail is fine if you don't >> want your config archived on the list.) >> > >> > When I placed that command on a shell, I got this: >> > >> > 22 ?? Ss 0:00.99 /usr/sbin/httpd -D FOREGROUND >> > 76 ?? S 0:00.00 /usr/sbin/httpd -D FOREGROUND >> > 115 ?? Ss 0:00.77 /opt/local/apache2/bin/httpd -k start >> > 119 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start >> > 120 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start >> > 121 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start >> > 122 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start >> > 123 ?? S 0:00.00 /opt/local/apache2/bin/httpd -k start >> > 1473 s000 S+ 0:00.00 grep httpd >> > >> > I am unable to unravel the secrets of this output... >> >> Looks like you have both Apple's apache an MacPorts apache running at the >> same time. Maybe on different ports? Maybe competing for the same port? >> Assuming you don't really want that, stop the MacPorts apache, stop the >> Apple apache (by turning off System Preferences > Sharing > Personal Web >> Sharing), then turn MacPorts apache back on and see what happens. >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Jan 6 21:28:23 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 6 Jan 2010 23:28:23 -0600 Subject: php5-oracle In-Reply-To: <455c82e71001062017q4cbb8574n6cca3b1f314fe6fd@mail.gmail.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> <455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com> <2F6CA757-9D1C-485B-A227-0CA32A4098A1@macports.org> <455c82e71001061829l7fc76d17kf262ba26bb488f46@mail.gmail.com> <62188A5E-A6FA-47DF-ACE7-30D91833BCEE@macports.org> <455c82e71001062010k4b4966bahceea71f2cee3383f@mail.gmail.com> <455c82e71001062017q4cbb8574n6cca3b1f314fe6fd@mail.gmail.com> Message-ID: <1CA36FB6-190F-4687-8236-F6621CB70DE0@macports.org> On Jan 6, 2010, at 22:10, Celso Coutinho wrote: > This may look like a noob question, but how do I turn Macports apache back on? To turn MacPorts apache2 off, use sudo port unload apache2 To turn it on, use sudo port load apache2 The same applies to any other port that uses MacPorts launchd items. Any such port should have printed an instruction to you at install time explaining this. On Jan 6, 2010, at 22:17, Celso Coutinho wrote: > It worked... I typed localhost on the browser and it now goes to where I want, but.... It can't connect to the Oracle database! I got this message: > > Warning: oci_connect() [function.oci-connect]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that DYLD_LIBRARY_PATH includes the directory with Oracle Instant Client libraries in /Users/binte/Sites/testeOracle.php on line 7 > > > When I type in the terminal: > > bash-3.2# echo $DYLD_LIBRARY_PATH > > I got nothing! I guess I add to export that variable to the path where oci8.so is. Am I right? It doesn't matter what your shell's PATH is; it matters what Apache's PATH is. Properly-written software should not require such shenanigans, unfortunately Oracle does not appear to know how to write Mac software properly. Our resident Oracle expert John Korchok provided this solution to that problem: http://lists.macosforge.org/pipermail/macports-users/2009-August/016334.html I should probably have the php5-oracle port print a message at install time telling users to set this up. Would you please file an issue in the issue tracker to remind me of that? From brad at pixilla.com Wed Jan 6 21:36:23 2010 From: brad at pixilla.com (Bradley Giesbrecht) Date: Wed, 6 Jan 2010 21:36:23 -0800 Subject: php5-oracle In-Reply-To: <1CA36FB6-190F-4687-8236-F6621CB70DE0@macports.org> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> <455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com> <2F6CA757-9D1C-485B-A227-0CA32A4098A1@macports.org> <455c82e71001061829l7fc76d17kf262ba26bb488f46@mail.gmail.com> <62188A5E-A6FA-47DF-ACE7-30D91833BCEE@macports.org> <455c82e71001062010k4b4966bahceea71f2cee3383f@mail.gmail.com> <455c82e71001062017q4cbb8574n6cca3b1f314fe6fd@mail.gmail.com> <1CA36FB6-190F-4687-8236-F6621CB70DE0@macports.org> Message-ID: <2FBF79D4-CFCB-46D2-A970-62AF9A1B7ECE@pixilla.com> On Jan 6, 2010, at 9:28 PM, Ryan Schmidt wrote: > On Jan 6, 2010, at 22:10, Celso Coutinho wrote: > >> This may look like a noob question, but how do I turn Macports >> apache back on? > > To turn MacPorts apache2 off, use > > sudo port unload apache2 > > To turn it on, use > > sudo port load apache2 Does this survive a reboot? I would have used launchd to stop both apaches and restart the one I wanted. sudo launchd unload -w /System/Library/LaunchDaemons/ org.apache.httpd.plist sudo launchd unload -w /Library/LaunchDaemons/org.macports.apache2.plist sudo launchd load -w /Library/LaunchDaemons/org.macports.apache2.plist > The same applies to any other port that uses MacPorts launchd items. > Any such port should have printed an instruction to you at install > time explaining this. > > > On Jan 6, 2010, at 22:17, Celso Coutinho wrote: > >> It worked... I typed localhost on the browser and it now goes to >> where I want, but.... It can't connect to the Oracle database! I >> got this message: >> >> Warning: oci_connect() [function.oci-connect]: OCIEnvNlsCreate() >> failed. There is something wrong with your system - please check >> that DYLD_LIBRARY_PATH includes the directory with Oracle Instant >> Client libraries in /Users/binte/Sites/testeOracle.php on line 7 >> >> >> When I type in the terminal: >> >> bash-3.2# echo $DYLD_LIBRARY_PATH >> >> I got nothing! I guess I add to export that variable to the path >> where oci8.so is. Am I right? > > It doesn't matter what your shell's PATH is; it matters what > Apache's PATH is. Properly-written software should not require such > shenanigans, unfortunately Oracle does not appear to know how to > write Mac software properly. > > Our resident Oracle expert John Korchok provided this solution to > that problem: > > http://lists.macosforge.org/pipermail/macports-users/2009-August/016334.html > > I should probably have the php5-oracle port print a message at > install time telling users to set this up. Would you please file an > issue in the issue tracker to remind me of that? > > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Jan 6 21:51:02 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 6 Jan 2010 23:51:02 -0600 Subject: php5-oracle In-Reply-To: <2FBF79D4-CFCB-46D2-A970-62AF9A1B7ECE@pixilla.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> <455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com> <2F6CA757-9D1C-485B-A227-0CA32A4098A1@macports.org> <455c82e71001061829l7fc76d17kf262ba26bb488f46@mail.gmail.com> <62188A5E-A6FA-47DF-ACE7-30D91833BCEE@macports.org> <455c82e71001062010k4b4966bahceea71f2cee3383f@mail.gmail.com> <455c82e71001062017q4cbb8574n6cca3b1f314fe6fd@mail.gmail.com> <1CA36FB6-190F-4687-8236-F6621CB70DE0@macports.org> <2FBF79D4-CFCB-46D2-A970-62AF9A1B7ECE@pixilla.com> Message-ID: <4871BAB8-30DA-4093-87FF-F591E1BEAE8F@macports.org> On Jan 6, 2010, at 23:36, Bradley Giesbrecht wrote: > On Jan 6, 2010, at 9:28 PM, Ryan Schmidt wrote: > >> On Jan 6, 2010, at 22:10, Celso Coutinho wrote: >> >>> This may look like a noob question, but how do I turn Macports apache back on? >> >> To turn MacPorts apache2 off, use >> >> sudo port unload apache2 >> >> To turn it on, use >> >> sudo port load apache2 > > Does this survive a reboot? > > I would have used launchd to stop both apaches and restart the one I wanted. > > sudo launchd unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist > sudo launchd unload -w /Library/LaunchDaemons/org.macports.apache2.plist > sudo launchd load -w /Library/LaunchDaemons/org.macports.apache2.plist Yes, it survives a reboot. "sudo port (load|unload) (port)" is an easier-to-remember synonym for "sudo launchctl (load|unload) -w /Library/LaunchDaemons/org.macports.(port).plist". If you're comfortable using launchctl to stop Apple's apache, feel free. It should be equivalent to clicking the appropriate Start/Stop button in the Sharing system preferences. From brad at pixilla.com Wed Jan 6 22:37:57 2010 From: brad at pixilla.com (Bradley Giesbrecht) Date: Wed, 6 Jan 2010 22:37:57 -0800 Subject: php5-oracle In-Reply-To: <4871BAB8-30DA-4093-87FF-F591E1BEAE8F@macports.org> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> <455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com> <2F6CA757-9D1C-485B-A227-0CA32A4098A1@macports.org> <455c82e71001061829l7fc76d17kf262ba26bb488f46@mail.gmail.com> <62188A5E-A6FA-47DF-ACE7-30D91833BCEE@macports.org> <455c82e71001062010k4b4966bahceea71f2cee3383f@mail.gmail.com> <455c82e71001062017q4cbb8574n6cca3b1f314fe6fd@mail.gmail.com> <1CA36FB6-190F-4687-8236-F6621CB70DE0@macports.org> <2FBF79D4-CFCB-46D2-A970-62AF9A1B7ECE@pixilla.com> <4871BAB8-30DA-4093-87FF-F591E1BEAE8F@macports.org> Message-ID: <0A94B9BD-A491-43C3-A055-61D9A2C47B3B@pixilla.com> On Jan 6, 2010, at 9:51 PM, Ryan Schmidt wrote: > > On Jan 6, 2010, at 23:36, Bradley Giesbrecht wrote: > >> On Jan 6, 2010, at 9:28 PM, Ryan Schmidt wrote: >> >>> On Jan 6, 2010, at 22:10, Celso Coutinho wrote: >>> >>>> This may look like a noob question, but how do I turn Macports >>>> apache back on? >>> >>> To turn MacPorts apache2 off, use >>> >>> sudo port unload apache2 >>> >>> To turn it on, use >>> >>> sudo port load apache2 >> >> Does this survive a reboot? >> >> I would have used launchd to stop both apaches and restart the one >> I wanted. >> >> sudo launchd unload -w /System/Library/LaunchDaemons/ >> org.apache.httpd.plist >> sudo launchd unload -w /Library/LaunchDaemons/ >> org.macports.apache2.plist >> sudo launchd load -w /Library/LaunchDaemons/ >> org.macports.apache2.plist > > > Yes, it survives a reboot. "sudo port (load|unload) (port)" is an > easier-to-remember synonym for "sudo launchctl (load|unload) -w / > Library/LaunchDaemons/org.macports.(port).plist". > > If you're comfortable using launchctl to stop Apple's apache, feel > free. It should be equivalent to clicking the appropriate Start/Stop > button in the Sharing system preferences. I'll try to remember the shorter port load|unload method. I've just been used to using launchd from before I started migrating most things I use to macports. I've never liked typing those long paths so I wrote scripts to run batches of them like ~/bin/reloadmailservices.sh which bounces dovecot, postfix and mysql. Thanks for sharing this shorter command. // Brad -------------- next part -------------- An HTML attachment was scrubbed... URL: From joostkremers at fastmail.fm Thu Jan 7 02:36:47 2010 From: joostkremers at fastmail.fm (Joost Kremers) Date: Thu, 7 Jan 2010 11:36:47 +0100 Subject: cyrus-sasl2: error building +universal In-Reply-To: <54611073-70D3-4679-8967-573CE363DAA6@macports.org> References: <20100106114347.GA68426@vpn-2139.gwdg.de> <1262794608.12836.1353251261@webmail.messagingengine.com> <54611073-70D3-4679-8967-573CE363DAA6@macports.org> Message-ID: <20100107103647.GA40222@vpn-2223.gwdg.de> On Wed, Jan 06, 2010 at 11:19:01AM -0600, Ryan Schmidt wrote: > On Jan 6, 2010, at 10:16, Joost Kremers wrote: > > http://user.uni-frankfurt.de/~kremers/macports-cyrus-sasl-error.txt > > It shows your zlib and openssl ports are not universal. Since these are > dependencies of cyrus-sasl2, they must be built universal first. Thanks, all is working perfectly now! -- Dr. Joost Kremers Georg-August-Universit?t Seminar f?r Deutsche Philologie K?te-Hamburger-Weg 3 D-37073 G?ttingen From peteo at oakleystudio.com Thu Jan 7 10:06:38 2010 From: peteo at oakleystudio.com (Peter Oakley) Date: Thu, 7 Jan 2010 13:06:38 -0500 Subject: zlib extensions disabled Message-ID: <9A9C03A4-0815-4CAE-BC31-C6AA22953FD5@oakleystudio.com> I'm looking for some help with Wordpress auto-updating, which apparently uses gzip compression. I am using php5 @5.3.0_1+apache +macosx+mysql5, and I have zlib @1.2.3_3 installed and active. In the "Phar" section of my phpinfo, I see the line for "gzip compression: disabled (install ext/zlib)". I tried making sure zlib is enabled in my php.ini file, but the documentation is not helpful. Can anyone give me some guidance regarding how to enable zlib for gzip compression? FYI, the error I am getting when I try to do the Wordpress auto- update is: "Abort class-pclzip.php : Missing zlib extensions". Perhaps someone on this email list has already encountered and solved this problem? - Peter Oakley, webmaster Oakley Studio, LLC - Web Sites and Web Strategic Planning Distinctive Web Design, Professional Email Services, Secure Ecommerce for Small Business Web: http://www.oakleystudio.com Email: peteo at oakleystudio.com Phone: 574-707-0194 From ryandesign at macports.org Thu Jan 7 18:28:24 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 7 Jan 2010 20:28:24 -0600 Subject: zlib extensions disabled In-Reply-To: <9A9C03A4-0815-4CAE-BC31-C6AA22953FD5@oakleystudio.com> References: <9A9C03A4-0815-4CAE-BC31-C6AA22953FD5@oakleystudio.com> Message-ID: <839EFC95-166A-4150-9488-0622CE42F9EE@macports.org> On Jan 7, 2010, at 12:06, Peter Oakley wrote: > I'm looking for some help with Wordpress auto-updating, which apparently uses gzip compression. I am using php5 @5.3.0_1+apache+macosx+mysql5, and I have zlib @1.2.3_3 installed and active. In the "Phar" section of my phpinfo, I see the line for "gzip compression: disabled (install ext/zlib)". I tried making sure zlib is enabled in my php.ini file, but the documentation is not helpful. Can anyone give me some guidance regarding how to enable zlib for gzip compression? In php5 @5.3.0_0 and earlier, the zlib extension was always included. In 5.3.0_1 I moved zlib and many other extensions to separate ports. But zlib is so small and so useful that in 5.3.0_2 I put it back in. So please "sudo port selfupdate" and update to php5 @5.3.0_2 or later. The current version of php5 is 5.3.1_1. From ryandesign at macports.org Thu Jan 7 18:31:56 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 7 Jan 2010 20:31:56 -0600 Subject: php5-oracle In-Reply-To: <0A94B9BD-A491-43C3-A055-61D9A2C47B3B@pixilla.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com> <455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com> <455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com> <51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org> <455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com> <2F6CA757-9D1C-485B-A227-0CA32A4098A1@macports.org> <455c82e71001061829l7fc76d17kf262ba26bb488f46@mail.gmail.com> <62188A5E-A6FA-47DF-ACE7-30D91833BCEE@macports.org> <455c82e71001062010k4b4966bahceea71f2cee3383f@mail.gmail.com> <455c82e71001062017q4cbb8574n6cca3b1f314fe6fd@mail.gmail.com> <1CA36FB6-190F-4687-8236-F6621CB70DE0@macports.org> <2FBF79D4-CFCB-46D2-A970-62AF9A1B7ECE@pixilla.com> <4871BAB8-30DA-4093-87FF-F591E1BEAE8F@macports.org> <0A94B9BD-A491-43C3-A055-61D9A2C47B3B@pixilla.com> Message-ID: <4AA72B3A-3ABE-4571-96AA-137A6529A125@macports.org> On Jan 7, 2010, at 00:37, Bradley Giesbrecht wrote: > I'll try to remember the shorter port load|unload method. I've just been used to using launchd from before I started migrating most things I use to macports. > I've never liked typing those long paths so I wrote scripts to run batches of them like ~/bin/reloadmailservices.sh which bounces dovecot, postfix and mysql. Yeah, I originally wrote a script called "turn" as a shortcut for launchctl (e.g. "turn mysql off") which then inspired port load and unload: http://lists.macosforge.org/pipermail/macports-dev/2007-November/003515.html From johncumbers at gmail.com Thu Jan 7 23:59:02 2010 From: johncumbers at gmail.com (John Cumbers) Date: Thu, 7 Jan 2010 23:59:02 -0800 Subject: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop. In-Reply-To: References: <13003D75-FACC-479E-92C4-0918461C0CC7@pixilla.com> Message-ID: Ryan, Apologies for getting back to your late: port contents p5-dbd-mysql shows this: Port p5-dbd-mysql contains: /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/DBD/mysql/.packlist /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/DBD/mysql/ mysql.bs /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/DBD/mysql/mysql.bundle /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/Bundle/DBD/mysql.pm /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/DBD/mysql/GetInfo.pm /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/DBD/mysql/INSTALL.pod /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/DBD/mysql.pm /opt/local/share/man/man3/Bundle::DBD::mysql.3pm.gz /opt/local/share/man/man3/DBD::mysql.3pm.gz /opt/local/share/man/man3/DBD::mysql::INSTALL.3pm.gz and the full error message, showing @INC contents is here: TI/Cleanup\ At\ Startup/XML_to_MySQL.2.0.test-284367500.766.pl.command ; exit; install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: /Users/johncumbers/Documents/7 Scripts/Perl/XML_to_MySQL /Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at (eval 4) line 3. Perhaps the DBD::mysql perl module hasn't been fully installed, or perhaps the capitalisation of 'mysql' isn't right. Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge. at /Users/johncumbers/Documents/7 Scripts/Perl/XML_to_MySQL/ XML_to_MySQL.2.0.test.pl line 19 logout any help appreciated, cheers, John On Tue, Jan 5, 2010 at 12:40 AM, Ryan Schmidt wrote: > On Jan 5, 2010, at 01:42, John Cumbers wrote: > > > the install is now fixed thanks to clean and reinstall, but, I'm still > getting the same error from the perl script that I'm trying to run (below), > I think it may be the perl path is not set for the modules. > > > > I have these installed: > > perl5 @5.8.9_0 (active) > > perl5.10 @5.10.1_0+darwin (active) > > perl5.8 @5.8.9_3 (active) > > > > I will investigate tomorrow, unless anything jumps out at you... > > thanks, > > John > > > > > > install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC > contains: > > .. > > Perhaps the DBD::mysql perl module hasn't been fully installed, > > or perhaps the capitalisation of 'mysql' isn't right. > > Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge. > > What does @INC contain? What does "port contents p5-dbd-mysql" say? > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Jan 8 01:39:06 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 8 Jan 2010 03:39:06 -0600 Subject: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop. In-Reply-To: References: <13003D75-FACC-479E-92C4-0918461C0CC7@pixilla.com> Message-ID: On Jan 8, 2010, at 01:59, John Cumbers wrote: > On Tue, Jan 5, 2010 at 12:40 AM, Ryan Schmidt wrote: > >> What does @INC contain? What does "port contents p5-dbd-mysql" say? > > port contents p5-dbd-mysql shows this: > > Port p5-dbd-mysql contains: > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/DBD/mysql/.packlist > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/DBD/mysql/mysql.bs > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/DBD/mysql/mysql.bundle > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/Bundle/DBD/mysql.pm > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/DBD/mysql/GetInfo.pm > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/DBD/mysql/INSTALL.pod > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/DBD/mysql.pm > /opt/local/share/man/man3/Bundle::DBD::mysql.3pm.gz > /opt/local/share/man/man3/DBD::mysql.3pm.gz > /opt/local/share/man/man3/DBD::mysql::INSTALL.3pm.gz > > and the full error message, showing @INC contents is here: > > TI/Cleanup\ At\ Startup/XML_to_MySQL.2.0.test-284367500.766.pl.command ; exit; > install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: /Users/johncumbers/Documents/7 Scripts/Perl/XML_to_MySQL /Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at (eval 4) line 3. > Perhaps the DBD::mysql perl module hasn't been fully installed, > or perhaps the capitalisation of 'mysql' isn't right. > Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge. > at /Users/johncumbers/Documents/7 Scripts/Perl/XML_to_MySQL/XML_to_MySQL.2.0.test.pl line 19 > logout On my system, MacPorts perl's @INC contains other things than your system displays. $ perl -e 'require "FOO";' Can't locate FOO in @INC (@INC contains: /opt/local/lib/perl5/site_perl/5.8.9/darwin-2level /opt/local/lib/perl5/site_perl/5.8.9 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.9 /opt/local/lib/perl5/vendor_perl /opt/local/lib/perl5/5.8.9/darwin-2level /opt/local/lib/perl5/5.8.9 .) at -e line 1. So I assume your script is not using MacPorts perl. Maybe you need to inform your perl script to use MacPorts perl instead of Apple's perl (i.e. begin the file with "#!/opt/local/bin/perl" instead of, say, "#!/usr/bin/perl" or "#!/usr/bin/env perl"). Or, manually specify the include path in the script. From sschym at bgc-jena.mpg.de Fri Jan 8 05:07:39 2010 From: sschym at bgc-jena.mpg.de (Stanislaus Schymanski) Date: Fri, 8 Jan 2010 14:07:39 +0100 (CET) Subject: rdiff-backup fetch failed Message-ID: <3128786.1262956059377.SLOX.WebMail.wwwrun@riva.bgc-jena.mpg.de> Dear all, When trying to install rdiff-backup I keep getting "fetch failed" errors. Is there something wrong with the URLs? $ sudo port install -d rdiff-backup Password: ---> Computing dependencies for rdiff-backup ---> Fetching librsync ---> Attempting to fetch librsync-0.9.7.tar.gz from http://mesh.dl.sourceforge.net/librsync ---> Attempting to fetch librsync-0.9.7.tar.gz from http://dfn.dl.sourceforge.net/librsync [...] ---> Attempting to fetch librsync-0.9.7.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ Error: Target org.macports.fetch returned: fetch failed Just doing the fetch failed, too: $ sudo port fetch rdiff-backup Password: ---> Computing dependencies for rdiff-backup ---> Fetching rdiff-backup ---> Attempting to fetch rdiff-backup-1.2.8.tar.gz from http://www.de-mirrors.de/nongnu/rdiff-backup ---> Attempting to fetch rdiff-backup-1.2.8.tar.gz from http://www.very-clever.com/download/nongnu/rdiff-backup [...] Thanks for your help. Cheers Stan -------------- next part -------------- A non-text attachment was scrubbed... Name: Stanislaus Schymanski.vcf Type: text/x-vcard Size: 533 bytes Desc: not available URL: From dports at ambulatoryclam.net Fri Jan 8 09:18:25 2010 From: dports at ambulatoryclam.net (Dan Ports) Date: Fri, 8 Jan 2010 09:18:25 -0800 Subject: rdiff-backup fetch failed In-Reply-To: <3128786.1262956059377.SLOX.WebMail.wwwrun@riva.bgc-jena.mpg.de> References: <3128786.1262956059377.SLOX.WebMail.wwwrun@riva.bgc-jena.mpg.de> Message-ID: <20100108171824.GA98242@ambulatoryclam.net> On Fri, Jan 08, 2010 at 02:07:39PM +0100, Stanislaus Schymanski wrote: > When trying to install rdiff-backup I keep getting "fetch failed" > errors. Is there something wrong with the URLs? It doesn't look like it -- I was able to download it fine. Also, from your log it looks like librsync isn't fetching correctly either, suggesting it's a problem with your system not the port. Are you able to fetch the file manually with curl? Dan -- Dan R. K. Ports Research Henchman Massachusetts Institute of Technology Computer Science and Artificial Intelligence Lab From segment_x at yahoo.com Fri Jan 8 11:54:55 2010 From: segment_x at yahoo.com (Pietro Maximoff) Date: Fri, 8 Jan 2010 11:54:55 -0800 (PST) Subject: Unable to Install CGAL Message-ID: <227119.6524.qm@web38001.mail.mud.yahoo.com> Hello I tried to install cgal but it always fails with the following error: ld: pointer in read-only segment not allowed in slidable image, used in ___gmpn_divexact_1 from /usr/local/lib/libgmp.a(dive_1.o) collect2: ld returned 1 exit status make[2]: *** [lib/libCGAL_Core.4.0.0.dylib] Error 1 make[1]: *** [src/CGALCore/CMakeFiles/CGAL_Core.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 75%] Built target CGAL_PDB make: *** [all] Error 2 Error: Status 1 encountered during processing. How can I resolve this? Best wishes Pietro -------------- next part -------------- An HTML attachment was scrubbed... URL: From christopher.rob.jones at cern.ch Fri Jan 8 12:27:45 2010 From: christopher.rob.jones at cern.ch (Chris Jones) Date: Fri, 8 Jan 2010 20:27:45 +0000 Subject: qt4-mac update fails to compile Message-ID: <18D9806E-8A93-493B-A9FD-95F358FDEEB8@cern.ch> Hi, OS X 10.6 intel. Attempting to upgrade qt4-mac gives the error below. Does anyone else see this ? Chris ---> Fetching qt4-mac ---> Attempting to fetch qt-everywhere-opensource-src-4.6.0.tar.gz from http://ftp.heanet.ie/mirrors/ftp.trolltech.com/pub/qt/source/ ---> Verifying checksum(s) for qt4-mac ---> Extracting qt4-mac ---> Applying patches to qt4-mac ---> Configuring qt4-mac ---> Building qt4-mac Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work/qt-everywhere-opensource-src-4.6.0" && /usr/bin/make -j2 first " returned error 2 Command output: In file included from loader/CachedResource.h:28, from loader/CachedResourceHandle.h:29, from dom/Clipboard.h:27, from platform/qt/ClipboardQt.h:29, from platform/qt/ClipboardQt.cpp:29: platform/network/qt/ResourceResponse.h:39: error: expected ',' or '...' before '&' token platform/network/qt/ResourceResponse.h:39: error: ISO C++ forbids declaration of 'KURL' with no type platform/network/qt/ResourceResponse.h: In constructor 'WebCore::ResourceResponse::ResourceResponse(int)': platform/network/qt/ResourceResponse.h:40: error: 'url' was not declared in this scope platform/network/qt/ResourceResponse.h:40: error: 'expectedLength' was not declared in this scope platform/network/qt/ResourceResponse.h:40: error: 'filename' was not declared in this scope platform/network/qt/ResourceResponse.h: At global scope: platform/network/qt/ResourceResponse.h:39: warning: unused parameter 'KURL' make[2]: *** [obj/release/ClipboardQt.o] Error 1 make[1]: *** [release-all] Error 2 make[1]: *** Waiting for unfinished jobs.... /usr/bin/g++-4.2 -c -include .pch/debug-shared/QtWebKit_debug -pipe -Xarch_x86_64 -mmacosx-version-min=10.5 -Wreturn-type -fno-strict-aliasing -fconstant-cfstrings -I/opt/local/include -gdwarf-2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -fPIC -DQT_SHARED -DBUILDING_QT__=1 -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DNDEBUG -DBUILD_WEBKIT -DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_DATABASE=1 -DENABLE_EVENTSOURCE=1 -DENABLE_OFFLINE_WEB_APPLICATIONS=1 -DENABLE_DOM_STORAGE=1 -DENABLE_ICONDATABASE=1 -DENABLE_CHANNEL_MESSAGING=1 -DENABLE_ORIENTATION_EVENTS=0 -DENABLE_SQLITE=1 -DENABLE_DASHBOARD_SUPPORT=0 -DENABLE_FILTERS=0 -DENABLE_XPATH=1 -DENABLE_WCSS=0 -DENABLE_WML=0 -DENABLE_SHARED_WORKERS=1 -DENABLE_WORKERS=1 -DENABLE_XHTMLMP=0 -DENABLE_DATAGRID=1 -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1 -DENABLE_SVG_FOREIGN_OBJECT=1 -DENABLE_SVG_ANIMATION=1 -DENABLE_SVG_AS_IMAGE=1 -DENABLE_SVG_USE=1 -DENABLE_RUBY=1 -DENABLE_VIDEO=1 -DENABLE_DATALIST=1 -DENABLE_NETSCAPE_PLUGIN_API=1 -DENABLE_WEB_SOCKETS=1 -DENABLE_XSLT=1 -DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 -DWTF_CHANGES=1 -DBUILDING_QT__ -DBUILDING_JavaScriptCore -DBUILDING_WTF -DQT_XMLPATTERNS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../../../mkspecs/macx-g++ -I. -I../../../../include/QtCore -I../../../../include/QtNetwork -I../../../../include/QtGui -I../../../../include/QtXmlPatterns -I../../../../include -Ibridge/qt -Ipage/qt -Iplatform/graphics/qt -Iplatform/network/qt -Iplatform/qt -I../WebKit/qt/WebCoreSupport -I. -Iaccessibility -Ibindings/js -Ibridge -Ibridge/c -Icss -Idom -Idom/default -Iediting -Ihistory -Ihtml -Ihtml/canvas -Iinspector -Iloader -Iloader/appcache -Iloader/archive -Iloader/icon -Inotifications -Ipage -Ipage/animation -Iplatform -Iplatform/animation -Iplatform/graphics -Iplatform/graphics/filters -Iplatform/graphics/transforms -Iplatform/image-decoders -Iplatform/mock -Iplatform/network -Iplatform/sql -Iplatform/text -Iplugins -Irendering -Irendering/style -Istorage -Isvg -Isvg/animation -Isvg/graphics -Isvg/graphics/filters -Iwebsockets -Iwml -Iworkers -Ixml -Igenerated -I../JavaScriptCore -I../../webkit -I../JavaScriptCore/assembler -I../JavaScriptCore/bytecode -I../JavaScriptCore/bytecompiler -I../JavaScriptCore/debugger -I../JavaScriptCore/interpreter -I../JavaScriptCore/jit -I../JavaScriptCore/parser -I../JavaScriptCore/profiler -I../JavaScriptCore/runtime -I../JavaScriptCore/wrec -I../JavaScriptCore/wtf -I../JavaScriptCore/wtf/unicode -I../JavaScriptCore/yarr -I../JavaScriptCore/API -I../JavaScriptCore/ForwardingHeaders -Igenerated -I../WebKit/qt/Api -I../../../../include/QtWebKit -I.rcc/debug-shared -I../JavaScriptCore/pcre -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work/qt-everywhere-opensource-src-4.6.0/src/3rdparty/webkit/WebKitBuild/Debug/JavaScriptCore/tmp -Iplatform/mac -I../../../../include/phonon -I../../../../lib/phonon.framework/Versions/4/Headers -I.moc/debug-shared -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work/qt-everywhere-opensource-src-4.6.0/lib -o obj/debug/ContextMenuItemQt.o platform/qt/ContextMenuItemQt.cpp /usr/bin/g++-4.2 -c -include .pch/debug-shared/QtWebKit_debug -pipe -Xarch_x86_64 -mmacosx-version-min=10.5 -Wreturn-type -fno-strict-aliasing -fconstant-cfstrings -I/opt/local/include -gdwarf-2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -fPIC -DQT_SHARED -DBUILDING_QT__=1 -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DNDEBUG -DBUILD_WEBKIT -DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_DATABASE=1 -DENABLE_EVENTSOURCE=1 -DENABLE_OFFLINE_WEB_APPLICATIONS=1 -DENABLE_DOM_STORAGE=1 -DENABLE_ICONDATABASE=1 -DENABLE_CHANNEL_MESSAGING=1 -DENABLE_ORIENTATION_EVENTS=0 -DENABLE_SQLITE=1 -DENABLE_DASHBOARD_SUPPORT=0 -DENABLE_FILTERS=0 -DENABLE_XPATH=1 -DENABLE_WCSS=0 -DENABLE_WML=0 -DENABLE_SHARED_WORKERS=1 -DENABLE_WORKERS=1 -DENABLE_XHTMLMP=0 -DENABLE_DATAGRID=1 -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1 -DENABLE_SVG_FOREIGN_OBJECT=1 -DENABLE_SVG_ANIMATION=1 -DENABLE_SVG_AS_IMAGE=1 -DENABLE_SVG_USE=1 -DENABLE_RUBY=1 -DENABLE_VIDEO=1 -DENABLE_DATALIST=1 -DENABLE_NETSCAPE_PLUGIN_API=1 -DENABLE_WEB_SOCKETS=1 -DENABLE_XSLT=1 -DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 -DWTF_CHANGES=1 -DBUILDING_QT__ -DBUILDING_JavaScriptCore -DBUILDING_WTF -DQT_XMLPATTERNS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../../../mkspecs/macx-g++ -I. -I../../../../include/QtCore -I../../../../include/QtNetwork -I../../../../include/QtGui -I../../../../include/QtXmlPatterns -I../../../../include -Ibridge/qt -Ipage/qt -Iplatform/graphics/qt -Iplatform/network/qt -Iplatform/qt -I../WebKit/qt/WebCoreSupport -I. -Iaccessibility -Ibindings/js -Ibridge -Ibridge/c -Icss -Idom -Idom/default -Iediting -Ihistory -Ihtml -Ihtml/canvas -Iinspector -Iloader -Iloader/appcache -Iloader/archive -Iloader/icon -Inotifications -Ipage -Ipage/animation -Iplatform -Iplatform/animation -Iplatform/graphics -Iplatform/graphics/filters -Iplatform/graphics/transforms -Iplatform/image-decoders -Iplatform/mock -Iplatform/network -Iplatform/sql -Iplatform/text -Iplugins -Irendering -Irendering/style -Istorage -Isvg -Isvg/animation -Isvg/graphics -Isvg/graphics/filters -Iwebsockets -Iwml -Iworkers -Ixml -Igenerated -I../JavaScriptCore -I../../webkit -I../JavaScriptCore/assembler -I../JavaScriptCore/bytecode -I../JavaScriptCore/bytecompiler -I../JavaScriptCore/debugger -I../JavaScriptCore/interpreter -I../JavaScriptCore/jit -I../JavaScriptCore/parser -I../JavaScriptCore/profiler -I../JavaScriptCore/runtime -I../JavaScriptCore/wrec -I../JavaScriptCore/wtf -I../JavaScriptCore/wtf/unicode -I../JavaScriptCore/yarr -I../JavaScriptCore/API -I../JavaScriptCore/ForwardingHeaders -Igenerated -I../WebKit/qt/Api -I../../../../include/QtWebKit -I.rcc/debug-shared -I../JavaScriptCore/pcre -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work/qt-everywhere-opensource-src-4.6.0/src/3rdparty/webkit/WebKitBuild/Debug/JavaScriptCore/tmp -Iplatform/mac -I../../../../include/phonon -I../../../../lib/phonon.framework/Versions/4/Headers -I.moc/debug-shared -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work/qt-everywhere-opensource-src-4.6.0/lib -o obj/debug/ContextMenuQt.o platform/qt/ContextMenuQt.cpp make[2]: *** [obj/debug/ClipboardQt.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from platform/network/qt/ResourceResponse.h:29, from loader/CachedResource.h:28, from loader/CachedResourceHandle.h:29, from dom/Document.h:29, from platform/qt/ContextMenuQt.cpp:34: platform/network/ResourceResponseBase.h:118: error: field 'm_url' has incomplete type platform/network/ResourceResponseBase.h:154: error: field 'm_url' has incomplete type make[2]: *** [obj/debug/ContextMenuQt.o] Error 1 make[1]: *** [debug-all] Error 2 make: *** [sub-webkit-make_default-ordered] Error 2 From ryandesign at macports.org Fri Jan 8 15:41:15 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 8 Jan 2010 17:41:15 -0600 Subject: qt4-mac update fails to compile In-Reply-To: <18D9806E-8A93-493B-A9FD-95F358FDEEB8@cern.ch> References: <18D9806E-8A93-493B-A9FD-95F358FDEEB8@cern.ch> Message-ID: On Jan 8, 2010, at 14:27, Chris Jones wrote: > OS X 10.6 intel. Attempting to upgrade qt4-mac gives the error below. Does anyone else see this ? Please check the issue tracker. There are a zillion bugs filed against qt4-mac. Probably one of them matches what you see. Probably another port you have installed is conflicting, and needs to be deactivated prior to installing qt4-mac (and needs to be added to qt4-mac's conflicts line to enforce this). I can't install qt4-mac on most of my systems either for similar reasons. Unfortunately since qt4-mac takes hours to build, testing for and finding this problem port is extremely time-consuming. If you can assist in identifying what other port is causing this problem, or confirm that another port is not the problem because it happens when installing qt4-mac into an empty MacPorts prefix, please add a note to the appropriate ticket. What OS you're on, what computer you're on, what build_arch you've set, and whether you're building universal (and what universal_archs you've set) are all good additional pieces of information to provide. From ryandesign at macports.org Fri Jan 8 15:43:42 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 8 Jan 2010 17:43:42 -0600 Subject: Unable to Install CGAL In-Reply-To: <227119.6524.qm@web38001.mail.mud.yahoo.com> References: <227119.6524.qm@web38001.mail.mud.yahoo.com> Message-ID: <5C0F7363-461D-4CB9-B412-2779B67136E3@macports.org> On Jan 8, 2010, at 13:54, Pietro Maximoff wrote: > I tried to install cgal but it always fails with the following error: > > ld: pointer in read-only segment not allowed in slidable image, used in ___gmpn_divexact_1 from /usr/local/lib/libgmp.a(dive_1.o) You have a conflicting libgmp in /usr/local. It is not supported to have anything in /usr/local while using MacPorts because it often conflicts, as it has here. To resolve it, rename /usr/local (e.g. to /usr/local-off), clean the problem port (sudo port clean cgal) and try again. You can put /usr/local-off back to /usr/local after that, but will have to move it out of the way every time you want to build anything with MacPorts, so it's more convenient if you can delete /usr/local permanently and instead install all the software you need using MacPorts. From ryandesign at macports.org Fri Jan 8 15:47:13 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 8 Jan 2010 17:47:13 -0600 Subject: qt4-mac update fails to compile In-Reply-To: References: <18D9806E-8A93-493B-A9FD-95F358FDEEB8@cern.ch> Message-ID: <45F1DCB5-D8AB-4CC7-A24A-0B9958FC2E71@macports.org> On Jan 8, 2010, at 17:41, Ryan Schmidt wrote: > On Jan 8, 2010, at 14:27, Chris Jones wrote: > >> OS X 10.6 intel. Attempting to upgrade qt4-mac gives the error below. Does anyone else see this ? > > Please check the issue tracker. There are a zillion bugs filed against qt4-mac. Probably one of them matches what you see. Probably another port you have installed is conflicting, and needs to be deactivated prior to installing qt4-mac (and needs to be added to qt4-mac's conflicts line to enforce this). I can't install qt4-mac on most of my systems either for similar reasons. Unfortunately since qt4-mac takes hours to build, testing for and finding this problem port is extremely time-consuming. If you can assist in identifying what other port is causing this problem, or confirm that another port is not the problem because it happens when installing qt4-mac into an empty MacPorts prefix, please add a note to the appropriate ticket. What OS you're on, what computer you're on, what build_arch you've set, and whether you're building universal (and what universal_archs you've set) are all good additional pieces of information to provide. Actually the output of "port installed" should be helpful too. If we get enough people experiencing the problem to provide their list of installed ports, we should be able to cross-reference and find which ports everyone who's affected has installed. From ryandesign at macports.org Fri Jan 8 17:01:08 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 8 Jan 2010 19:01:08 -0600 Subject: Unable to Install CGAL In-Reply-To: <8E94DD76-6C7D-4570-8D23-67155EEAD9D0@pixilla.com> References: <227119.6524.qm@web38001.mail.mud.yahoo.com> <5C0F7363-461D-4CB9-B412-2779B67136E3@macports.org> <8E94DD76-6C7D-4570-8D23-67155EEAD9D0@pixilla.com> Message-ID: <0231CB15-4A5D-4CF1-9F9E-4C016AC36FF3@macports.org> On Jan 8, 2010, at 18:10, Bradley Giesbrecht wrote: > Why doesn't macports just use /usr/local then? http://trac.macports.org/wiki/FAQ#defaultprefix > I would rather a it be considered a Portfile bug if a port won't build with /opt/local first in PATH. At this time, it is considered a user error to have anything in /usr/local while using MacPorts. If there's a way to solve this problem, we're interested, but I don't know of one at this time. From segment_x at yahoo.com Fri Jan 8 18:17:41 2010 From: segment_x at yahoo.com (Pietro Maximoff) Date: Fri, 8 Jan 2010 18:17:41 -0800 (PST) Subject: Unable to Install CGAL In-Reply-To: <5C0F7363-461D-4CB9-B412-2779B67136E3@macports.org> References: <227119.6524.qm@web38001.mail.mud.yahoo.com> <5C0F7363-461D-4CB9-B412-2779B67136E3@macports.org> Message-ID: <528397.11690.qm@web38003.mail.mud.yahoo.com> ________________________________ From: Ryan Schmidt To: Pietro Maximoff Cc: macports-users at lists.macosforge.org Sent: Fri, January 8, 2010 11:43:42 PM Subject: Re: Unable to Install CGAL On Jan 8, 2010, at 13:54, Pietro Maximoff wrote: > I tried to install cgal but it always fails with the following error: > > ld: pointer in read-only segment not allowed in slidable image, used in ___gmpn_divexact_1 from /usr/local/lib/libgmp.a(dive_1.o) You have a conflicting libgmp in /usr/local. It is not supported to have anything in /usr/local while using MacPorts because it often conflicts, as it has here. To resolve it, rename /usr/local (e.g. to /usr/local-off), clean the problem port (sudo port clean cgal) and try again. You can put /usr/local-off back to /usr/local after that, but will have to move it out of the way every time you want to build anything with MacPorts, so it's more convenient if you can delete /usr/local permanently and instead install all the software you need using MacPorts. == Thanks Ryan, it worked. Pietro -------------- next part -------------- An HTML attachment was scrubbed... URL: From segment_x at yahoo.com Fri Jan 8 18:40:40 2010 From: segment_x at yahoo.com (Pietro Maximoff) Date: Fri, 8 Jan 2010 18:40:40 -0800 (PST) Subject: Unable to Install CGAL In-Reply-To: <5C0F7363-461D-4CB9-B412-2779B67136E3@macports.org> References: <227119.6524.qm@web38001.mail.mud.yahoo.com> <5C0F7363-461D-4CB9-B412-2779B67136E3@macports.org> Message-ID: <166265.2750.qm@web38001.mail.mud.yahoo.com> Hi Ryan What does this mean? I tried to test a program that requires cgal and I got the following? dyld: Library not loaded: libCGAL.4.dylib Referenced from: /Users/pietro/./test Reason: image not found Trace/BPT trap Pietro -------------- next part -------------- An HTML attachment was scrubbed... URL: From segment_x at yahoo.com Fri Jan 8 18:56:16 2010 From: segment_x at yahoo.com (Pietro Maximoff) Date: Fri, 8 Jan 2010 18:56:16 -0800 (PST) Subject: Unable to Install CGAL In-Reply-To: <166265.2750.qm@web38001.mail.mud.yahoo.com> References: <227119.6524.qm@web38001.mail.mud.yahoo.com> <5C0F7363-461D-4CB9-B412-2779B67136E3@macports.org> <166265.2750.qm@web38001.mail.mud.yahoo.com> Message-ID: <350373.8376.qm@web38001.mail.mud.yahoo.com> I set my DYLD_LIBRARY_PATH but now when I run the program, I get this: dyld: Library not loaded: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib Referenced from: /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib Reason: Incompatible library version: vecLib requires version 1.0.0 or later, but libLAPACK.dylib provides version 0.0.0 Trace/BPT trap How do I resolve this? Thanks Pietro -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Jan 8 19:14:01 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 8 Jan 2010 21:14:01 -0600 Subject: Unable to Install CGAL In-Reply-To: <166265.2750.qm@web38001.mail.mud.yahoo.com> References: <227119.6524.qm@web38001.mail.mud.yahoo.com> <5C0F7363-461D-4CB9-B412-2779B67136E3@macports.org> <166265.2750.qm@web38001.mail.mud.yahoo.com> Message-ID: <61CC7659-DE60-465C-8EFF-26A53BDA18D8@macports.org> On Jan 8, 2010, at 20:40, Pietro Maximoff wrote: > What does this mean? I tried to test a program that requires cgal and I got the following? > > dyld: Library not loaded: libCGAL.4.dylib > Referenced from: /Users/pietro/./test > Reason: image not found > Trace/BPT trap It means the port installs broken software. I have filed a ticket to have this fixed: http://trac.macports.org/ticket/23193 From ryandesign at macports.org Fri Jan 8 19:14:44 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 8 Jan 2010 21:14:44 -0600 Subject: Unable to Install CGAL In-Reply-To: <350373.8376.qm@web38001.mail.mud.yahoo.com> References: <227119.6524.qm@web38001.mail.mud.yahoo.com> <5C0F7363-461D-4CB9-B412-2779B67136E3@macports.org> <166265.2750.qm@web38001.mail.mud.yahoo.com> <350373.8376.qm@web38001.mail.mud.yahoo.com> Message-ID: <475DA83D-FDE5-41B5-B781-9C68B06D843F@macports.org> On Jan 8, 2010, at 20:56, Pietro Maximoff wrote: > I set my DYLD_LIBRARY_PATH but now when I run the program, I get this: > > dyld: Library not loaded: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib > Referenced from: /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib > Reason: Incompatible library version: vecLib requires version 1.0.0 or later, but libLAPACK.dylib provides version 0.0.0 > Trace/BPT trap > > How do I resolve this? I don't recommend using DYLD_LIBRARY_PATH because it leads to problems like these. Instead, the cgal software needs to be fixed. If it's not resolved by updating cgal to 3.5.1, the developers of cgal need to be informed of this problem and need to fix it. From ryandesign at macports.org Fri Jan 8 19:42:15 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 8 Jan 2010 21:42:15 -0600 Subject: Unable to Install CGAL In-Reply-To: <475DA83D-FDE5-41B5-B781-9C68B06D843F@macports.org> References: <227119.6524.qm@web38001.mail.mud.yahoo.com> <5C0F7363-461D-4CB9-B412-2779B67136E3@macports.org> <166265.2750.qm@web38001.mail.mud.yahoo.com> <350373.8376.qm@web38001.mail.mud.yahoo.com> <475DA83D-FDE5-41B5-B781-9C68B06D843F@macports.org> Message-ID: <0F5E4B26-D1C0-4E2E-90C0-D989D2FE8652@macports.org> On Jan 8, 2010, at 21:14, Ryan Schmidt wrote: > On Jan 8, 2010, at 20:56, Pietro Maximoff wrote: > >> I set my DYLD_LIBRARY_PATH but now when I run the program, I get this: >> >> dyld: Library not loaded: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib >> Referenced from: /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib >> Reason: Incompatible library version: vecLib requires version 1.0.0 or later, but libLAPACK.dylib provides version 0.0.0 >> Trace/BPT trap >> >> How do I resolve this? > > I don't recommend using DYLD_LIBRARY_PATH because it leads to problems like these. Instead, the cgal software needs to be fixed. If it's not resolved by updating cgal to 3.5.1, the developers of cgal need to be informed of this problem and need to fix it. Until it's fixed, using DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATH might give you more success. From segment_x at yahoo.com Fri Jan 8 20:31:07 2010 From: segment_x at yahoo.com (Pietro Maximoff) Date: Fri, 8 Jan 2010 20:31:07 -0800 (PST) Subject: Unable to Install CGAL In-Reply-To: <0F5E4B26-D1C0-4E2E-90C0-D989D2FE8652@macports.org> References: <227119.6524.qm@web38001.mail.mud.yahoo.com> <5C0F7363-461D-4CB9-B412-2779B67136E3@macports.org> <166265.2750.qm@web38001.mail.mud.yahoo.com> <350373.8376.qm@web38001.mail.mud.yahoo.com> <475DA83D-FDE5-41B5-B781-9C68B06D843F@macports.org> <0F5E4B26-D1C0-4E2E-90C0-D989D2FE8652@macports.org> Message-ID: <890224.64428.qm@web38008.mail.mud.yahoo.com> ________________________________ From: Ryan Schmidt To: Pietro Maximoff Cc: MacPorts Users Sent: Sat, January 9, 2010 3:42:15 AM Subject: Re: Unable to Install CGAL On Jan 8, 2010, at 21:14, Ryan Schmidt wrote: > On Jan 8, 2010, at 20:56, Pietro Maximoff wrote: > >> I set my DYLD_LIBRARY_PATH but now when I run the program, I get this: >> >> dyld: Library not loaded: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib >> Referenced from: /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib >> Reason: Incompatible library version: vecLib requires version 1.0.0 or later, but libLAPACK.dylib provides version 0.0.0 >> Trace/BPT trap >> >> How do I resolve this? > > I don't recommend using DYLD_LIBRARY_PATH because it leads to problems like these. Instead, the cgal software needs to be fixed. If it's not resolved by updating cgal to 3.5.1, the developers of cgal need to be informed of this problem and need to fix it. Until it's fixed, using DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATH might give you more success. I copied the cgal library files to another directory and set a path to that. It seems to work. Temporary fix, I guess. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From johncumbers at gmail.com Fri Jan 8 21:23:02 2010 From: johncumbers at gmail.com (John Cumbers) Date: Fri, 8 Jan 2010 21:23:02 -0800 Subject: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop. In-Reply-To: References: <13003D75-FACC-479E-92C4-0918461C0CC7@pixilla.com> Message-ID: Many thanks Ryan, that was the issue and it fixed it. I had the same issue with python, but had forgotten. Is it best to delete the native version of perl for simplicity and the create an alias or symbolic link to from /usr/bin/perl to #!/opt/local/bin/perl? Or is there a better way? Thanks again, John On Fri, Jan 8, 2010 at 1:39 AM, Ryan Schmidt wrote: > > On Jan 8, 2010, at 01:59, John Cumbers wrote: > > > On Tue, Jan 5, 2010 at 12:40 AM, Ryan Schmidt wrote: > > > >> What does @INC contain? What does "port contents p5-dbd-mysql" say? > > > > port contents p5-dbd-mysql shows this: > > > > Port p5-dbd-mysql contains: > > > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/DBD/mysql/.packlist > > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/DBD/mysql/ > mysql.bs > > > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/DBD/mysql/mysql.bundle > > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/Bundle/DBD/ > mysql.pm > > > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/DBD/mysql/GetInfo.pm > > > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/DBD/mysql/INSTALL.pod > > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/DBD/mysql.pm > > /opt/local/share/man/man3/Bundle::DBD::mysql.3pm.gz > > /opt/local/share/man/man3/DBD::mysql.3pm.gz > > /opt/local/share/man/man3/DBD::mysql::INSTALL.3pm.gz > > > > and the full error message, showing @INC contents is here: > > > > TI/Cleanup\ At\ Startup/XML_to_MySQL.2.0.test-284367500.766.pl.command ; > exit; > > install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC > contains: /Users/johncumbers/Documents/7 Scripts/Perl/XML_to_MySQL > /Library/Perl/Updates/5.10.0 > /System/Library/Perl/5.10.0/darwin-thread-multi-2level > /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level > /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level > /Network/Library/Perl/5.10.0 /Network/Library/Perl > /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level > /System/Library/Perl/Extras/5.10.0 .) at (eval 4) line 3. > > Perhaps the DBD::mysql perl module hasn't been fully installed, > > or perhaps the capitalisation of 'mysql' isn't right. > > Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge. > > at /Users/johncumbers/Documents/7 Scripts/Perl/XML_to_MySQL/ > XML_to_MySQL.2.0.test.pl line 19 > > logout > > On my system, MacPorts perl's @INC contains other things than your system > displays. > > $ perl -e 'require "FOO";' > Can't locate FOO in @INC (@INC contains: > /opt/local/lib/perl5/site_perl/5.8.9/darwin-2level > /opt/local/lib/perl5/site_perl/5.8.9 /opt/local/lib/perl5/site_perl > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level > /opt/local/lib/perl5/vendor_perl/5.8.9 /opt/local/lib/perl5/vendor_perl > /opt/local/lib/perl5/5.8.9/darwin-2level /opt/local/lib/perl5/5.8.9 .) at -e > line 1. > > So I assume your script is not using MacPorts perl. Maybe you need to > inform your perl script to use MacPorts perl instead of Apple's perl (i.e. > begin the file with "#!/opt/local/bin/perl" instead of, say, > "#!/usr/bin/perl" or "#!/usr/bin/env perl"). Or, manually specify the > include path in the script. > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Jan 8 22:49:16 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 9 Jan 2010 00:49:16 -0600 Subject: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop. In-Reply-To: References: <13003D75-FACC-479E-92C4-0918461C0CC7@pixilla.com> Message-ID: <5516C643-1E6D-488A-8B2E-7F66D8D90D61@macports.org> On Jan 8, 2010, at 23:23, John Cumbers wrote: > Many thanks Ryan, that was the issue and it fixed it. I had the same issue with python, but had forgotten. > Is it best to delete the native version of perl for simplicity and the create an alias or symbolic link to from /usr/bin/perl to #!/opt/local/bin/perl? Or is there a better way? No, you should not alter the version of perl Apple provides. Doing so may break parts of Mac OS X, and any future OS update which wants to update perl might undo your changes anyway. From jwa at macports.org Sat Jan 9 04:21:33 2010 From: jwa at macports.org (Jyrki Wahlstedt) Date: Sat, 9 Jan 2010 14:21:33 +0200 Subject: Problem installing pango universal Message-ID: <46DA9242-6BCB-4E5E-BF0C-541F544851A4@macports.org> Hi, I'm in the long process of upgrading my port set from Leopard to a cleaner version:) (Well, we have a lot of snow here now!) Many ports behave quite well telling that some library needed is not of the required architecture, and they are easy to fix. Now, however, I'd like to ask, whether anyone has seen the following, or has an advice, how to solve this? I started to build gimp, part of it being the upgrade of pango. Building pango with the variants '+universal +no_x11 +quartz' produces a bunch of messages like these: === /bin/sh ../libtool --mode=install /usr/bin/install -c pango-view '/opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/destroot-x86_64/opt/local/bin' libtool: install: warning: `../pango/libpango-1.0.la' has not been installed in `/opt/local/lib' libtool: install: warning: `../pango/libpangoft2-1.0.la' has not been installed in `/opt/local/lib' libtool: install: warning: `../pango/libpangocairo-1.0.la' has not been installed in `/opt/local/lib' libtool: install: warning: `/opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/pango-1.24.5-x86_64/pango/libpangoft2-1.0.la' has not been installed in `/opt/local/lib' libtool: install: warning: `/opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/pango-1.24.5-x86_64/pango/libpango-1.0.la' has not been installed in `/opt/local/lib' ... libtool: install: chmod 644 /opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/destroot-i386/opt/local/lib/libpangocairo-1.0.a libtool: install: ranlib /opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/destroot-i386/opt/local/lib/libpangocairo-1.0.a libtool: install: warning: remember to run `libtool --finish /opt/local/lib' test -z "/opt/local/bin" || /opt/local/bin/gmkdir -p "/opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/destroot-i386/opt/local/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c pango-querymodules '/opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/destroot-i386/opt/local/bin' libtool: install: warning: `libpangoft2-1.0.la' has not been installed in `/opt/local/lib' libtool: install: warning: `/opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/pango-1.24.5-i386/pango/libpango-1.0.la' has not been installed in `/opt/local/lib' libtool: install: warning: `libpango-1.0.la' has not been installed in `/opt/local/lib' === The result of this is that lipo does not find the required libraries to merge leading to build abort: === DEBUG: universal: merge: merging /opt/local/lib/libpangocairo-1.0.la from /opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/destroot-i386 and /opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/destroot-x86_64 /opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/destroot-i386//opt/local/lib/libpangocairo-1.0.la /opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/destroot-x86_64//opt/local/lib/libpangocairo-1.0.la differ: char 494, line 17 /usr/bin/lipo: can't figure out the architecture type of: /opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/destroot-i386//opt/local/lib/libpangocairo-1.0.la Error: Target org.macports.destroot returned: /opt/local/lib/libpangocairo-1.0.la differs in /opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/destroot-i386 and /opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_x11_pango/work/destroot-x86_64 and cannot be merged === I try to look into this, but if I get good hints, I'm very happy! ! ! 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 dave.evans55 at googlemail.com Sat Jan 9 04:32:02 2010 From: dave.evans55 at googlemail.com (David Evans) Date: Sat, 09 Jan 2010 12:32:02 +0000 Subject: qt4-mac update fails to compile In-Reply-To: <18D9806E-8A93-493B-A9FD-95F358FDEEB8@cern.ch> References: <18D9806E-8A93-493B-A9FD-95F358FDEEB8@cern.ch> Message-ID: <4B487742.9020501@googlemail.com> Chris Jones wrote: > Hi, > > OS X 10.6 intel. Attempting to upgrade qt4-mac gives the error below. Does anyone else see this ? > > > I have had problems with qt4-mac compiling with ccache enabled in the past. See ticket 18912. Please try again with ccache disabled. I also get an error with qt4-mac, but it's not the same as yours. :info:build /usr/bin/g++-4.2 -arch x86_64 -Xarch_x86_64 \ -mmacosx-version-min=10.5 -arch -Xarch_x86_64 \ -mmacosx-version-min=10.5 -o ../../../bin/moc \ release-shared/moc.o release-shared/preprocessor.o \ release-shared/generator.o release-shared/parser.o \ release-shared/token.o release-shared/main.o \ -L/opt/local/lib -L/opt/local/var/macports/build/\ _Users_davidevans_macports_svn-repo_macports-trunk_dports_aqua_qt4-mac/\ work/qt-everywhere-opensource-src-4.6.0/src/tools/bootstrap \ -lbootstrap -L/opt/local/lib -lz -framework CoreServices :info:build g++-4.2: Invalid arch name : -Xarch_x86_64 :info:build make[1]: *** [../../../bin/moc] Error 1 :info:build make: *** [sub-moc-make_default-ordered] Error 2 I'll wait a few days to see if anyone has the same error before filing a tcket. OS X 10.6.2 Xcode 3.2.1 From emer at emer.net Sat Jan 9 08:01:09 2010 From: emer at emer.net (Mark Anderson) Date: Sat, 9 Jan 2010 11:01:09 -0500 Subject: qt4-mac update fails to compile In-Reply-To: <4B487742.9020501@googlemail.com> References: <18D9806E-8A93-493B-A9FD-95F358FDEEB8@cern.ch> <4B487742.9020501@googlemail.com> Message-ID: <2cf4100f1001090801t154fe2e1y7373689c11b42e41@mail.gmail.com> I got this one too. I had to manually change all of those -arch -Xarch_x86_64 to -arch x86_64 -Xarch_x86_64, and by manually, I mean with Perl. Then it compiled just fine. I was thinking of filing a ticket, but I'm not sure how to fix it from our end. I think it's a QT4 problem, and I can't find exactly what needs to be patched. Mark On Sat, Jan 9, 2010 at 7:32 AM, David Evans wrote: > Chris Jones wrote: >> Hi, >> >> OS X 10.6 intel. Attempting to upgrade qt4-mac gives the error below. Does anyone else see this ? >> >> >> > I have had problems with qt4-mac compiling with ccache enabled in the past. > See ticket 18912. ?Please try again with ccache disabled. > > I also get an error with qt4-mac, but it's not the same as yours. > > :info:build /usr/bin/g++-4.2 -arch x86_64 -Xarch_x86_64 \ > ?-mmacosx-version-min=10.5 -arch -Xarch_x86_64 \ > ? -mmacosx-version-min=10.5 -o ../../../bin/moc \ > ?release-shared/moc.o release-shared/preprocessor.o \ > ?release-shared/generator.o release-shared/parser.o \ > ?release-shared/token.o release-shared/main.o ?\ > ?-L/opt/local/lib -L/opt/local/var/macports/build/\ > _Users_davidevans_macports_svn-repo_macports-trunk_dports_aqua_qt4-mac/\ > ?work/qt-everywhere-opensource-src-4.6.0/src/tools/bootstrap \ > -lbootstrap -L/opt/local/lib -lz -framework CoreServices > :info:build g++-4.2: Invalid arch name : -Xarch_x86_64 > :info:build make[1]: *** [../../../bin/moc] Error 1 > :info:build make: *** [sub-moc-make_default-ordered] Error 2 > > I'll wait a few days to see if anyone has the same error before filing a > tcket. > > OS X 10.6.2 > Xcode 3.2.1 > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From dave.evans55 at googlemail.com Sat Jan 9 10:13:09 2010 From: dave.evans55 at googlemail.com (David Evans) Date: Sat, 09 Jan 2010 18:13:09 +0000 Subject: qt4-mac update fails to compile In-Reply-To: <2cf4100f1001090801t154fe2e1y7373689c11b42e41@mail.gmail.com> References: <18D9806E-8A93-493B-A9FD-95F358FDEEB8@cern.ch> <4B487742.9020501@googlemail.com> <2cf4100f1001090801t154fe2e1y7373689c11b42e41@mail.gmail.com> Message-ID: <4B48C735.7000104@googlemail.com> Mark Anderson wrote: > I got this one too. I had to manually change all of those -arch > -Xarch_x86_64 to -arch x86_64 -Xarch_x86_64, and by manually, I mean > with Perl. Then it compiled just fine. I was thinking of filing a > ticket, but I'm not sure how to fix it from our end. I think it's a > QT4 problem, and I can't find exactly what needs to be patched. > > Mark > > On Sat, Jan 9, 2010 at 7:32 AM, David Evans wrote: > >> Chris Jones wrote: >> >>> Hi, >>> >>> OS X 10.6 intel. Attempting to upgrade qt4-mac gives the error below. Does anyone else see this ? >>> >>> >>> >>> >> I have had problems with qt4-mac compiling with ccache enabled in the past. >> See ticket 18912. Please try again with ccache disabled. >> >> I also get an error with qt4-mac, but it's not the same as yours. >> >> :info:build /usr/bin/g++-4.2 -arch x86_64 -Xarch_x86_64 \ >> -mmacosx-version-min=10.5 -arch -Xarch_x86_64 \ >> -mmacosx-version-min=10.5 -o ../../../bin/moc \ >> release-shared/moc.o release-shared/preprocessor.o \ >> release-shared/generator.o release-shared/parser.o \ >> release-shared/token.o release-shared/main.o \ >> -L/opt/local/lib -L/opt/local/var/macports/build/\ >> _Users_davidevans_macports_svn-repo_macports-trunk_dports_aqua_qt4-mac/\ >> work/qt-everywhere-opensource-src-4.6.0/src/tools/bootstrap \ >> -lbootstrap -L/opt/local/lib -lz -framework CoreServices >> :info:build g++-4.2: Invalid arch name : -Xarch_x86_64 >> :info:build make[1]: *** [../../../bin/moc] Error 1 >> :info:build make: *** [sub-moc-make_default-ordered] Error 2 >> >> I'll wait a few days to see if anyone has the same error before filing a >> tcket. >> >> OS X 10.6.2 >> Xcode 3.2.1 >> >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users >> >> > > The invalid arch bug is fixed by http://trac.macports.org/ticket/23201 From alakazam at macports.org Sat Jan 9 10:47:52 2010 From: alakazam at macports.org (Olivier Le Floch) Date: Sat, 9 Jan 2010 19:47:52 +0100 Subject: MAMP tutorial, second set of eyes In-Reply-To: References: Message-ID: Hi ! Without unfortunately taking time to read your work yet, the following trac ticket is relevant to this commendable undertaking : > "The MAMP howto doesn't match the sample phpMyAdmin config file " http://trac.macports.org/ticket/21437 Regards, -- Olivier On 5 janv. 2010, at 00:16, Scott Haneda wrote: > Hello, > Since I updated to snow, that meant a new MAMP install, along with all my other ports. I decided, no better time to document the process. > > http://dl.dropbox.com/u/340087/drops/01.04.10/mamp/mamp-tutorial.html > > I am doing things a little different than the MAMP page for MP state to do, though I explain my reasons. For example, I am not sure why phpmyadmin is getting into /opt/local/www unless it is for preparation for htdocs going away one day when Apache 2's layout gets worked on. > > I certainly ran into a few gotcha's here and there that I believe a new to MacPorts uses is going to hit. I also think MAMP is one of the most attractive reasons a user is going to come along to MacPorts so it should be presented as good as possible. > > I do not know how well this will incorporate into the wiki, I just wrote it in html, and I also took some liberties to make it rather verbose. The wiki may not be a good home for it. > > Looking for suggestions, pointers, and recommendations on what to do with it, aside from "shove it into a blog and let google have it's way with it". > > All in all, it took about 2 days two write up, and certainly could use a second set of eyes, and ideally, someone willing to move /opt/local aside and make MP think it is a new install. They could then follow these steps and see how it all works out for them. > > Thanks for any comments. Look forward to hearing any feedback. > > Should I maybe cross post this to dev? > -- > Scott * If you contact me off list replace talklists@ with scott@ * > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From brad at pixilla.com Sat Jan 9 13:15:02 2010 From: brad at pixilla.com (Bradley Giesbrecht) Date: Sat, 9 Jan 2010 13:15:02 -0800 Subject: MAMP tutorial, second set of eyes In-Reply-To: References: Message-ID: <7E0E4799-8916-45D5-8F89-D297CE858169@pixilla.com> Let me borrow from Oliver. Without taking time to read all the messages in this thread I'll comment that I liked the idea presented earlier of wiki pages for installing and configuring MacPorts, apache2, mysql5, (php5/perl5/python), phpmyadmin etc... and having the wiki MAMP page walk thorough the process referencing the port package wiki page for the respective package where appropriate. On each of the port package pages referenced by MAMP should/could contain a link to the MAMP page. Scott, great start. For whatever reason some people may want/need an install prefix other then /opt/local. Rather then using a var place holder all over place a comment at the top that this documentation assumes you installed to / opt/local. If you installed to another location substitute that location every where you see /opt/local/ Example: If you installed to /Volumes/ExternalDrive/Macports then / opt/local/bin/port becomes /Volumes/ExternalDrive/Macports/bin/port. // Brad On Jan 9, 2010, at 10:47 AM, Olivier Le Floch wrote: > Hi ! > > Without unfortunately taking time to read your work yet, the > following trac ticket is relevant to this commendable undertaking : > >> "The MAMP howto doesn't match the sample phpMyAdmin config file " http://trac.macports.org/ticket/21437 > > Regards, > > -- > Olivier > > On 5 janv. 2010, at 00:16, Scott Haneda wrote: > >> Hello, >> Since I updated to snow, that meant a new MAMP install, along with >> all my other ports. I decided, no better time to document the >> process. >> >> http://dl.dropbox.com/u/340087/drops/01.04.10/mamp/mamp-tutorial.html >> >> I am doing things a little different than the MAMP page for MP >> state to do, though I explain my reasons. For example, I am not >> sure why phpmyadmin is getting into /opt/local/www unless it is for >> preparation for htdocs going away one day when Apache 2's layout >> gets worked on. >> >> I certainly ran into a few gotcha's here and there that I believe a >> new to MacPorts uses is going to hit. I also think MAMP is one of >> the most attractive reasons a user is going to come along to >> MacPorts so it should be presented as good as possible. >> >> I do not know how well this will incorporate into the wiki, I just >> wrote it in html, and I also took some liberties to make it rather >> verbose. The wiki may not be a good home for it. >> >> Looking for suggestions, pointers, and recommendations on what to >> do with it, aside from "shove it into a blog and let google have >> it's way with it". >> >> All in all, it took about 2 days two write up, and certainly could >> use a second set of eyes, and ideally, someone willing to move /opt/ >> local aside and make MP think it is a new install. They could then >> follow these steps and see how it all works out for them. >> >> Thanks for any comments. Look forward to hearing any feedback. >> >> Should I maybe cross post this to dev? >> -- >> Scott * If you contact me off list replace talklists@ with scott@ * >> >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From andrew.j.grimm at gmail.com Sat Jan 9 15:49:52 2010 From: andrew.j.grimm at gmail.com (Andrew Grimm) Date: Sun, 10 Jan 2010 10:49:52 +1100 Subject: Installing an unrelated package helps install emboss? Message-ID: Summary: It seems that installing an unrelated package helps install emboss. http://gist.github.com/272851 I tried installing emboss, and it failed. As far as I can tell, I used the latest version of xcode (3.2.1) and macports (1.8.2), and OS X (10.6.2), but I wasn't 100% sure whether X11 and X11 SDK installed correctly. Then I installed xeyes, to check whether X11 / X11 SDK was installed correctly, and that went smoothly, and apparently installed a lot of dependencies on the way. Then I tried installing emboss again, and this time it worked! Does this suggest that emboss has missing dependencies (similar to ticket 22907), or am I doing something wrong? (I've only been using Macs and MacPorts for just over a week) Thanks, Andrew Grimm From dports at ambulatoryclam.net Sat Jan 9 16:40:18 2010 From: dports at ambulatoryclam.net (Dan Ports) Date: Sat, 9 Jan 2010 16:40:18 -0800 Subject: Installing an unrelated package helps install emboss? In-Reply-To: References: Message-ID: <20100110004017.GA76618@ambulatoryclam.net> On Sun, Jan 10, 2010 at 10:49:52AM +1100, Andrew Grimm wrote: > Summary: It seems that installing an unrelated package helps install > emboss. http://gist.github.com/272851 This definitely looks like a case of an unlisted dependency -- the emboss port lists no dependencies at all, but seems to depend on at least libX11. In fact, though I know absolutely nothing about emboss, it looks like it probably has a lot more dependencies too. Actually... this is exactly ticket #22907, isn't it? Dan -- Dan R. K. Ports Research Henchman Massachusetts Institute of Technology Computer Science and Artificial Intelligence Lab From jeremyhu at macports.org Sat Jan 9 17:27:06 2010 From: jeremyhu at macports.org (Jeremy Huddleston) Date: Sat, 9 Jan 2010 17:27:06 -0800 Subject: qt4-mac update fails to compile In-Reply-To: <4B48C735.7000104@googlemail.com> References: <18D9806E-8A93-493B-A9FD-95F358FDEEB8@cern.ch> <4B487742.9020501@googlemail.com> <2cf4100f1001090801t154fe2e1y7373689c11b42e41@mail.gmail.com> <4B48C735.7000104@googlemail.com> Message-ID: <6EB02288-3169-426A-97AE-3E9A3F10BE01@macports.org> On Jan 9, 2010, at 10:13, David Evans wrote: >>> >>> :info:build /usr/bin/g++-4.2 -arch x86_64 -Xarch_x86_64 \ >>> -mmacosx-version-min=10.5 -arch -Xarch_x86_64 \ >>> -mmacosx-version-min=10.5 -o ../../../bin/moc \ >>> release-shared/moc.o release-shared/preprocessor.o \ >>> release-shared/generator.o release-shared/parser.o \ >>> release-shared/token.o release-shared/main.o \ >>> -L/opt/local/lib -L/opt/local/var/macports/build/\ >>> _Users_davidevans_macports_svn-repo_macports-trunk_dports_aqua_qt4-mac/\ >>> work/qt-everywhere-opensource-src-4.6.0/src/tools/bootstrap \ >>> -lbootstrap -L/opt/local/lib -lz -framework CoreServices >>> :info:build g++-4.2: Invalid arch name : -Xarch_x86_64 >>> :info:build make[1]: *** [../../../bin/moc] Error 1 >>> :info:build make: *** [sub-moc-make_default-ordered] Error 2 >>> >> > The invalid arch bug is fixed by http://trac.macports.org/ticket/23201 I wouldn't call that fixed... but it's worked around for now. Upstream needs to better handle LDFLAGS being set at configure time. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3333 bytes Desc: not available URL: From andrew.j.grimm at gmail.com Sat Jan 9 21:05:54 2010 From: andrew.j.grimm at gmail.com (Andrew Grimm) Date: Sun, 10 Jan 2010 16:05:54 +1100 Subject: Installation documentation needs updating? Message-ID: I suspect that documentation for installing MacPorts and X11 is only partially updated for more recent versions of OS X. With regards to the wiki page "InstallingMacPorts" at http://trac.macports.org/wiki/InstallingMacPorts : In "1. Install Xcode Tools", step 3 talks about adding the X11 SDK to the default items, but the notes of "2. Install XWindows (X11)" say that it is now installed by default. (http://sage.ucsc.edu/~wgscott/xtal/wiki/index.php/X11 also says that the X11 SDK became part of the Xcode default a while ago) In "2. Install XWindows (X11)", it doesn't mention X11 being part of the default install for the operating system for Snow Leopard. (It telling you how to check if it exists is useful though). In the notes section of part 2, it gives information on how to check if X11 and X11SDK is installed, but I can't find X11User.pkg or X11SDK.pkg in /Library/Receipts on my computer (Snow Leopard). Similar information may need updating in http://guide.macports.org/#installing Can anyone confirm what I've come across? Thanks, Andrew Grimm From pengyu.ut at gmail.com Sun Jan 10 06:23:57 2010 From: pengyu.ut at gmail.com (Peng Yu) Date: Sun, 10 Jan 2010 08:23:57 -0600 Subject: bison version is too old Message-ID: <366c6f341001100623s14dae139h6bb59c422749aa2@mail.gmail.com> The bison that I installed by macports is too old. Could somebody updated bison to the latest version? $bison --version bison (GNU Bison) 2.3 Written by Robert Corbett and Richard Stallman. Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. From ram at macports.org Sun Jan 10 06:38:58 2010 From: ram at macports.org (Adam Mercer) Date: Sun, 10 Jan 2010 08:38:58 -0600 Subject: bison version is too old In-Reply-To: <366c6f341001100623s14dae139h6bb59c422749aa2@mail.gmail.com> References: <366c6f341001100623s14dae139h6bb59c422749aa2@mail.gmail.com> Message-ID: <799406d61001100638k6a578879u71d1fecba2f30001@mail.gmail.com> On Sun, Jan 10, 2010 at 08:23, Peng Yu wrote: > The bison that I installed by macports is too old. Could somebody > updated bison to the latest version? > > $bison --version > bison (GNU Bison) 2.3 > Written by Robert Corbett and Richard Stallman. > > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. ?There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Update your ports tree (sudo port selfupdate), bison-2.4.1 is the latest version in MacPorts (and the latest stable version). Cheers Adam From christopher.rob.jones at cern.ch Sun Jan 10 08:51:21 2010 From: christopher.rob.jones at cern.ch (Chris Jones) Date: Sun, 10 Jan 2010 16:51:21 +0000 Subject: qt4-mac update fails to compile In-Reply-To: References: <18D9806E-8A93-493B-A9FD-95F358FDEEB8@cern.ch> Message-ID: > > Please check the issue tracker. There are a zillion bugs filed against qt4-mac. Probably one of them matches what you see. Probably another port you have installed is conflicting, and needs to be deactivated prior to installing qt4-mac (and needs to be added to qt4-mac's conflicts line to enforce this). I can't install qt4-mac on most of my systems either for similar reasons. Unfortunately since qt4-mac takes hours to build, testing for and finding this problem port is extremely time-consuming. If you can assist in identifying what other port is causing this problem, or confirm that another port is not the problem because it happens when installing qt4-mac into an empty MacPorts prefix, please add a note to the appropriate ticket. What OS you're on, what computer you're on, what build_arch you've set, and whether you're building universal (and what universal_archs you've set) are all good additional pieces of information to provide. For me, deactiviting kdebase4 and/or kdelibs4 was the 'solution' cheers Chris From jmr at macports.org Sun Jan 10 11:44:13 2010 From: jmr at macports.org (Joshua Root) Date: Mon, 11 Jan 2010 06:44:13 +1100 Subject: bison version is too old In-Reply-To: <366c6f341001100623s14dae139h6bb59c422749aa2@mail.gmail.com> References: <366c6f341001100623s14dae139h6bb59c422749aa2@mail.gmail.com> Message-ID: <4B4A2E0D.4020606@macports.org> On 2010-1-11 01:23 , Peng Yu wrote: > The bison that I installed by macports is too old. Could somebody > updated bison to the latest version? > > $bison --version > bison (GNU Bison) 2.3 > Written by Robert Corbett and Richard Stallman. > > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. The bison in macports is currently 2.4.1. - Josh From sschym at bgc-jena.mpg.de Mon Jan 11 01:36:47 2010 From: sschym at bgc-jena.mpg.de (Stanislaus Schymanski) Date: Mon, 11 Jan 2010 10:36:47 +0100 (CET) Subject: rdiff-backup fetch failed In-Reply-To: <20100108171824.GA98242@ambulatoryclam.net> References: <3128786.1262956059377.SLOX.WebMail.wwwrun@riva.bgc-jena.mpg.de> <20100108171824.GA98242@ambulatoryclam.net> Message-ID: <7650762.1263202607776.SLOX.WebMail.wwwrun@riva.bgc-jena.mpg.de> Dear Dan, Thanks for your help. You were right about the network problem. Now it fetches fine from my office, but I get the following error message: checking for XPROTO... configure: error: Package requirements (xproto >= 7.0.13) were not met: Requested 'xproto >= 7.0.13' but version of Xproto is 7.0.11 Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XPROTO_CFLAGS and XPROTO_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Error: The following dependencies failed to build: py26-xattr py26-setuptools python26 tk xorg-libXScrnSaver xorg-libXext xorg-libX11 xorg-scrnsaverproto Error: Status 1 encountered during processing. Is this a know issue? Thanks again, Stan On Jan 08, 2010 06:18 PM, Dan Ports wrote: > On Fri, Jan 08, 2010 at 02:07:39PM +0100, Stanislaus Schymanski wrote: > > When trying to install rdiff-backup I keep getting "fetch failed" > > errors. Is there something wrong with the URLs? > > It doesn't look like it -- I was able to download it fine. Also, from > your log it looks like librsync isn't fetching correctly either, > suggesting it's a problem with your system not the port. > > Are you able to fetch the file manually with curl? > > Dan > > -- > Dan R. K. Ports > Research Henchman > Massachusetts Institute of Technology > Computer Science and Artificial Intelligence Lab -------------- next part -------------- A non-text attachment was scrubbed... Name: Stanislaus Schymanski.vcf Type: text/x-vcard Size: 533 bytes Desc: not available URL: From ink_blot at att.net Mon Jan 11 08:30:36 2010 From: ink_blot at att.net (Ivan Kawaler) Date: Mon, 11 Jan 2010 10:30:36 -0600 Subject: Problems Upgrading gtk-doc 1.13_0 Message-ID: <55B12E4F-9623-4564-A784-EEFB2A169A14@att.net> Has anyone else had problems upgrading gtk-doc? It claims it couldn't find DocBook XSL Stylesheets in XML catalog. I'm not totally sure what that means, but I have docbook-xml and docbook-xsl installed and up-to-date. Does anyone have any advice? From mllists at arc.co.uk Mon Jan 11 08:44:17 2010 From: mllists at arc.co.uk (Mark Lucas) Date: Mon, 11 Jan 2010 16:44:17 +0000 Subject: Problems Upgrading gtk-doc 1.13_0 In-Reply-To: <55B12E4F-9623-4564-A784-EEFB2A169A14@att.net> References: <55B12E4F-9623-4564-A784-EEFB2A169A14@att.net> Message-ID: <58F5B2C1-4078-4820-93C1-5434E73E25AA@arc.co.uk> I have similar problem here. gtk-doc fails on 2 separate installations when trying to upgrade Wireshark. I get this when trying to install gtk-doc on it's own with the -d option? checking for /opt/local/bin/python2.6 extension module directory... ${exec_prefix}/lib/python2.6/site-packages checking for openjade... no checking for jade... no configure: WARNING: Could not find openjade or jade, so SGML is not supported checking for xsltproc... /opt/local/bin/xsltproc checking for dblatex... no checking for fop... no configure: WARNING: neither dblatex nor fop found, so no pdf output from xml checking for XML catalog (/opt/local/etc/xml/catalog)... found checking for xmlcatalog... /opt/local/bin/xmlcatalog checking for DocBook XML DTD V4.3 in XML catalog... not found configure: error: could not find DocBook XML DTD V4.3 in XML catalog Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gtk-doc/work/gtk-doc-1.13" && ./configure --prefix=/opt/local --with-xml-catalog=/opt/local/etc/xml/catalog " returned error 1 DEBUG: Backtrace: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gtk-doc/work/gtk-doc-1.13" && ./configure --prefix=/opt/local --with-xml-catalog=/opt/local/etc/xml/catalog " returned error 1 while executing "$procedure $targetname" Warning: the following items did not execute (for gtk-doc): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. On 11 Jan 2010, at 16:30, Ivan Kawaler wrote: > Has anyone else had problems upgrading gtk-doc? It claims it couldn't find DocBook XSL Stylesheets in XML catalog. I'm not totally sure what that means, but I have docbook-xml and docbook-xsl installed and up-to-date. Does anyone have any advice? > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From dan at rosspixelworks.com Mon Jan 11 09:09:13 2010 From: dan at rosspixelworks.com (Dan Ross) Date: Mon, 11 Jan 2010 11:09:13 -0600 Subject: ttk in Macports Message-ID: HI all- Is there a way to get ttk (or other theming) in the MacPorts build of Tk? I'm using it with Python, btw. Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: From faisal.moledina at gmail.com Mon Jan 11 11:37:25 2010 From: faisal.moledina at gmail.com (Faisal Moledina) Date: Mon, 11 Jan 2010 14:37:25 -0500 Subject: py26-scipy recompile fails after installing py26-numpy @1.4.0 Message-ID: <408c7ce21001111137l40e741a9o6d7b0dbf29eb61ac@mail.gmail.com> Hey everyone, After installing py26-numpy @1.4.0 I needed to reinstall py26-scipy because of the dtype issue explained described at http://old.nabble.com/numpy1.4-dtype-issues:-scipy.stats---pytables-td27108229.html and http://sourceforge.net/mailarchive/forum.php?thread_name=hi2ern$apv$1 at ger.gmane.org&forum_name=pytables-users . However, I'm getting an error when reinstalling scipy. I've pasted my debug build log at http://pastebin.ca/1747283 . Is anyone else having this issue? Faisal From ram at macports.org Mon Jan 11 13:04:11 2010 From: ram at macports.org (Adam Mercer) Date: Mon, 11 Jan 2010 15:04:11 -0600 Subject: py26-scipy recompile fails after installing py26-numpy @1.4.0 In-Reply-To: <408c7ce21001111137l40e741a9o6d7b0dbf29eb61ac@mail.gmail.com> References: <408c7ce21001111137l40e741a9o6d7b0dbf29eb61ac@mail.gmail.com> Message-ID: <799406d61001111304r8f633aagc0c45c13b57e14c3@mail.gmail.com> On Mon, Jan 11, 2010 at 13:37, Faisal Moledina wrote: > After installing py26-numpy @1.4.0 I needed to reinstall py26-scipy > because of the dtype issue explained described at > http://old.nabble.com/numpy1.4-dtype-issues:-scipy.stats---pytables-td27108229.html > and http://sourceforge.net/mailarchive/forum.php?thread_name=hi2ern$apv$1 at ger.gmane.org&forum_name=pytables-users > . > > However, I'm getting an error when reinstalling scipy. I've pasted my > debug build log at http://pastebin.ca/1747283 . Is anyone else having > this issue? Builds fine for me on Snow Leopard: $ port installed py26-numpy The following ports are currently installed: py26-numpy @1.4.0_0 (active) $ sudo port install py26-scipy Portfile changed since last build; discarding previous state. ---> Computing dependencies for py26-scipy ---> Fetching py26-scipy ---> Verifying checksum(s) for py26-scipy ---> Extracting py26-scipy ---> Configuring py26-scipy ---> Building py26-scipy ---> Staging py26-scipy into destroot ---> Installing py26-scipy @0.7.1_0+gcc43 ---> Activating py26-scipy @0.7.1_0+gcc43 ---> Cleaning py26-scipy $ Cheers Adam From pengyu.ut at gmail.com Mon Jan 11 17:54:00 2010 From: pengyu.ut at gmail.com (Peng Yu) Date: Mon, 11 Jan 2010 19:54:00 -0600 Subject: port djvusmooth Message-ID: <366c6f341001111754v2c5c8189s1e21baab4519513c@mail.gmail.com> I don't find djvusmooth in macports. Could somebody kindly port it to macports? http://jwilk.net/software/djvusmooth.html From faisal.moledina at gmail.com Mon Jan 11 20:53:49 2010 From: faisal.moledina at gmail.com (Faisal Moledina) Date: Mon, 11 Jan 2010 23:53:49 -0500 Subject: py26-scipy recompile fails after installing py26-numpy @1.4.0 In-Reply-To: <408c7ce21001112052r19a83bd9nfe147cd924b50932@mail.gmail.com> References: <408c7ce21001111137l40e741a9o6d7b0dbf29eb61ac@mail.gmail.com> <799406d61001111304r8f633aagc0c45c13b57e14c3@mail.gmail.com> <408c7ce21001112052r19a83bd9nfe147cd924b50932@mail.gmail.com> Message-ID: <408c7ce21001112053u5f442262i656a4f0c684f63b0@mail.gmail.com> > Based on a previous MacPorts ticket > (http://trac.macports.org/ticket/15834) I learned that I needed the > swig-python port, which did not come up during the "Computing > dependencies for py26-scipy" step for some reason, even though it's > listed as a dependency. > > Faisal Forgot to mention, it works fine now. From macsforever2000 at macports.org Mon Jan 11 22:03:51 2010 From: macsforever2000 at macports.org (Frank Schima) Date: Mon, 11 Jan 2010 23:03:51 -0700 Subject: port djvusmooth In-Reply-To: <366c6f341001111754v2c5c8189s1e21baab4519513c@mail.gmail.com> References: <366c6f341001111754v2c5c8189s1e21baab4519513c@mail.gmail.com> Message-ID: <8114AEE6-01BB-4A47-8021-DDAD5586AE8B@macports.org> On Jan 11, 2010, at 6:54 PM, Peng Yu wrote: > I don't find djvusmooth in macports. Could somebody kindly port it to macports? > > http://jwilk.net/software/djvusmooth.html You should file a Trac ticket request [1] for this. [1] Cheers! Frank From jasperfrumau at gmail.com Tue Jan 12 05:26:48 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Tue, 12 Jan 2010 16:26:48 +0300 Subject: MySQL error installing Drupal Message-ID: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> Trying to install Drupal which worked before. Wordpress runs without issues as we speak. Now, installing Drupal I get this error using a connection test script: *Warning*: mysql_connect() [function.mysql-connect]: [2002] No such file or directory (trying to connect via unix:///tmp/mysql.sock) in * /Library/WebServer/Documents/drupal-6.15/connect-test.php* on line *2* *Warning*: mysql_connect() [function.mysql-connect]: No such file or directory in * /Library/WebServer/Documents/drupal-6.15/connect-test.php* on line *2* Could not connect: No such file or directory Didn't have that error before. Any ideas what changed between now and a few weeks ago and how I can solve this? -J -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Jan 12 06:55:30 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 12 Jan 2010 15:55:30 +0100 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> Message-ID: <20100112155530.821410hodo8za5i8@webmail.df.eu> Quoting Jasper Frumau: > Trying to install Drupal which worked before. Wordpress runs without issues > as we speak. Now, installing Drupal I get this error using a connection > test script: > > *Warning*: mysql_connect() > [function.mysql-connect]: > [2002] No such file or directory (trying to connect via > unix:///tmp/mysql.sock) in * > /Library/WebServer/Documents/drupal-6.15/connect-test.php* on line *2* So either your MySQL server should have its socket file in /tmp/mysql.sock but doesn't (perhaps because it is not running), or your MySQL server has its socket file somewhere else and PHP needs to be told where it is. The default socket for the MacPorts MySQL 5 server is /opt/local/var/run/mysql5/mysqld.sock. I believe the default socket for the mysql.com MySQL 5 server is /tmp/mysql.sock. Either server can have its socket location changed by editing the my.cnf file in the appropriate directory. If your MySQL server is not running, start it. If it won't start, check the log. If there is no log, specify the log file location in the my.cnf, then start the server, then check the log. If the MySQL server is running and its socket file is not in /tmp/mysql.sock, edit your php.ini to tell PHP where the socket is. Then restart your web server. From ryandesign at macports.org Tue Jan 12 08:09:58 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 12 Jan 2010 17:09:58 +0100 Subject: py26-scipy recompile fails after installing py26-numpy @1.4.0 In-Reply-To: <408c7ce21001111137l40e741a9o6d7b0dbf29eb61ac@mail.gmail.com> References: <408c7ce21001111137l40e741a9o6d7b0dbf29eb61ac@mail.gmail.com> Message-ID: <20100112170958.15841emrkajrdtr4@webmail.df.eu> Quoting Faisal Moledina: > After installing py26-numpy @1.4.0 I needed to reinstall py26-scipy > because of the dtype issue explained described at > http://old.nabble.com/numpy1.4-dtype-issues:-scipy.stats---pytables-td27108229.html > and > http://sourceforge.net/mailarchive/forum.php?thread_name=hi2ern$apv$1 at ger.gmane.org&forum_name=pytables-users > . > > However, I'm getting an error when reinstalling scipy. I've pasted my > debug build log at http://pastebin.ca/1747283 . Is anyone else having > this issue? The relevant error message from your log is "Error: Unable to find 'python.swg'". This means swig-python is probably not installed. The swig-python dependency in py26-scipy (and 6 other ports) was declared incorrectly and would cause this problem if you already had swig installed but did not have swig-python installed. I fixed it in r62628. Wait an hour, then "sudo port selfupdate" to get the change and try again. Thanks for reporting the problem. From guitarscn1 at yahoo.com Tue Jan 12 09:10:31 2010 From: guitarscn1 at yahoo.com (James Hozier) Date: Tue, 12 Jan 2010 09:10:31 -0800 (PST) Subject: How to get ircII-2.8.2 Message-ID: <858461.35767.qm@web114008.mail.gq1.yahoo.com> I checked the MacPorts page for ircII but they only have the 2008 version. I want the April of 1995 version because it's more stable and doesn't have the unnecessary features I don't need in the most recent version that MacPorts has. I tried compiling the source, but when I try to run 'irc' I get a 'Segmentation fault' and it will not run at all even though it compiled just fine. Anyone else have a similar problem? From dports at ambulatoryclam.net Tue Jan 12 11:43:51 2010 From: dports at ambulatoryclam.net (Dan Ports) Date: Tue, 12 Jan 2010 11:43:51 -0800 Subject: rdiff-backup fetch failed In-Reply-To: <7650762.1263202607776.SLOX.WebMail.wwwrun@riva.bgc-jena.mpg.de> References: <3128786.1262956059377.SLOX.WebMail.wwwrun@riva.bgc-jena.mpg.de> <20100108171824.GA98242@ambulatoryclam.net> <7650762.1263202607776.SLOX.WebMail.wwwrun@riva.bgc-jena.mpg.de> Message-ID: <20100112194351.GC76618@ambulatoryclam.net> On Mon, Jan 11, 2010 at 10:36:47AM +0100, Stanislaus Schymanski wrote: > checking for XPROTO... configure: error: Package requirements (xproto >= > 7.0.13) were not met: [...] > Is this a know issue? It's not a known issue to me, at least. Possibly it's a unlisted dependency somewhere in one of the ports, although I don't know what (I'm a little surprised to see rdiff-backup or one of its dependencies looking for X libraries) You should file a bug (http://trac.macports.org/newticket) on this and include the output of running running 'port -d install rdiff-backup' as well as 'port installed' Dan -- Dan R. K. Ports Research Henchman Massachusetts Institute of Technology Computer Science and Artificial Intelligence Lab From jeremyhu at macports.org Tue Jan 12 15:34:56 2010 From: jeremyhu at macports.org (Jeremy Huddleston) Date: Tue, 12 Jan 2010 15:34:56 -0800 Subject: install rxvt In-Reply-To: <244oaLwxE9040S04.1263336631@cmsweb04.cms.usa.net> References: <244oaLwxE9040S04.1263336631@cmsweb04.cms.usa.net> Message-ID: <73B1F517-AD10-46C0-A397-9A0FE756588E@macports.org> Hi Michael, Firstly, you've been duped. darwinports.com is a scam site. If you have donated any money to them, please contact your credit card company and file a fraud complaint. Macports.org is 100% free and OpenSource. You can find our real site at http://www.macports.org I'd recommend doing the following: 1) rm -rf /opt/local (since I can't validate what you installed from that scam site). 2) Install MacPorts 1.8.2 from this location: http://distfiles.macports.org/MacPorts/MacPorts-1.8.2-10.6-SnowLeopard.dmg 3) Run a selfupdate: sudo port selfupdate 4) Install rxvt: sudo port -v install rxvt I'm CCing the macports-users list, since that's the correct list for this type of discussion. You can join the list here: http://lists.macosforge.org/mailman/listinfo/macports-users/ --Jeremy On Jan 12, 2010, at 14:50, MICHAEL WASSIL wrote: > Hi, > > I'm new to MAC (Imac OSX 10.6.2 SnowLeopard), but I have quite a bit > of > experience with both UNIX and Linux. Per your instructions here: > > http://rxvt.darwinports.com/ > > I downloaded and installed Darwinports. The application appeared to > install > without problem. However, when I ran the command to "selfupdate" > from a > terminal window I got the following: > > dhcp-6:~ mike$ sudo port -d selfupdate > dlopen(/opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib, 10): no > suitable image found. Did find: > /opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib: no > matching > architecture in universal wrapper > while executing > "load /opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib" > ("package ifneeded Pextlib 1.0" script) > invoked from within > "package require Pextlib 1.0" > (file "/opt/local/bin/port" line 40) > dhcp-6:~ mike$ > > It looks like something is missing. Also, I can't continue to > install rxvt > since I don't know the "portslocation" of Darwinports per your > following > instruction: > > % cd /opt/local/bin/portslocation/dports/rxvt > % sudo port install rxvt > > Thus I am unable to install rxvt and am not sure whether or not > Darwinports is > installed and updated correctly. Would very much appreciate any > assistance you > can provide. Thanks. > > Sincerely, Michael Wassil > > > > > ***** > > -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5820 bytes Desc: not available URL: From pengyu.ut at gmail.com Tue Jan 12 19:10:32 2010 From: pengyu.ut at gmail.com (Peng Yu) Date: Tue, 12 Jan 2010 21:10:32 -0600 Subject: Error while installing mit-scheme In-Reply-To: <20091228014940.GC82046@ambulatoryclam.net> References: <366c6f340912271506x18f6df5ek7237d27374b30c35@mail.gmail.com> <343BEF1C-32AD-49D6-AD15-2ABB9B8394A3@macports.org> <366c6f340912271739x1e5024e2ief7a5323800dd704@mail.gmail.com> <20091228014940.GC82046@ambulatoryclam.net> Message-ID: <366c6f341001121910t5770b5e2yc8d1563bfda3a890@mail.gmail.com> On Sun, Dec 27, 2009 at 7:49 PM, Dan Ports wrote: > On Sun, Dec 27, 2009 at 07:39:40PM -0600, Peng Yu wrote: >> > This issue is reported here: >> > >> > http://trac.macports.org/ticket/21779 >> >> There is no fix to this issue? Is there a walkaround? > > I think this may have been fixed upstream in a recent release or > snapshot -- let me give it a try and either update the port (if it > works) or nag the developers the next time I see any of them (if it > doesn't). Has the problem been fixed? I try to install it again. But it stops at Building stage forever. $sudo port install mit-scheme ---> Computing dependencies for mit-scheme ---> Fetching mit-scheme ---> Verifying checksum(s) for mit-scheme ---> Extracting mit-scheme ---> Applying patches to mit-scheme ---> Configuring mit-scheme ---> Building mit-scheme From jasperfrumau at gmail.com Tue Jan 12 22:59:06 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Wed, 13 Jan 2010 09:59:06 +0300 Subject: MySQL error installing Drupal In-Reply-To: <20100112155530.821410hodo8za5i8@webmail.df.eu> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> Message-ID: <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> On Tue, Jan 12, 2010 at 5:55 PM, Ryan Schmidt wrote: > Quoting Jasper Frumau: > > Trying to install Drupal which worked before. Wordpress runs without >> issues >> as we speak. Now, installing Drupal I get this error using a connection >> test script: >> >> *Warning*: mysql_connect() >> [function.mysql-connect< >> http://localhost/drupal-6.15/function.mysql-connect>]: >> >> [2002] No such file or directory (trying to connect via >> unix:///tmp/mysql.sock) in * >> /Library/WebServer/Documents/drupal-6.15/connect-test.php* on line *2* >> > > So either your MySQL server should have its socket file in /tmp/mysql.sock > but doesn't (perhaps because it is not running), Well I'd say the server is running: my-macbook-pro:mysql5 jasper$ mysql5 -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 39 Server version: 5.1.41 Source distribution Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> > or your MySQL server has its socket file somewhere else and PHP needs to be > told where it is. > > The default socket for the MacPorts MySQL 5 server is > /opt/local/var/run/mysql5/mysqld.sock. my-macbook-pro:mysql5 jasper$ ls -a . .. .turd_mysql5-server mysqld.sock my-macbook-pro:mysql5 jasper$ > I believe the default socket for the mysql.com MySQL 5 server is > /tmp/mysql.sock. my-macbook-pro:mysql5 jasper$ cd /tmp/ my-macbook-pro:tmp jasper$ ls -a . .. .ICE-unix .X0-lock .X11-unix .crontab.tnWB3IvAO8.swp .font-unix 189_PML HP_Deskjet F4200 series_CN872291W805BR_HP-COMMAND_191 MobileDevice.log aprg4eHlI ics254 icssuis501 launch-Gj5LwL launch-JMCfDP launch-LhSOMK launch-PpwRDE launchd-220.1S4dwl my-macbook-pro:tmp jasper$ So not here. That might be the issue. > Either server can have its socket location changed by editing the my.cnf > file in the appropriate directory. > > If your MySQL server is not running, start it. If it won't start, check the > log. If there is no log, specify the log file location in the my.cnf, I copied a sample .cnf to opt/local/etc/mysql5/ But still have the same issues: my-macbook-pro:tmp jasper$ cd /opt/local/etc/mysql5/ my-macbook-pro:mysql5 jasper$ ls -a . .. .turd_mysql5 my.cnf my-macbook-pro:mysql5 jasper$ cat my.cnf # Example MySQL config file for medium systems. # # This is for a system with little memory (32M - 64M) where MySQL plays # an important part, or systems up to 128M where MySQL is used together with # other programs (such as a web server) # # You can copy this file to # /opt/local/etc/mysql5/my.cnf to set global options, # mysql-data-dir/my.cnf to set server-specific options (in this # installation this directory is /opt/local/var/db/mysql5) or # ~/.my.cnf to set user-specific options. # # In this file, you can use all long options that a program supports. # If you want to know which options a program supports, run the program # with the "--help" option. # The following options will be passed to all MySQL clients [client] #password = your_password port = 3306 socket = /opt/local/var/run/mysql5/mysqld.sock # Here follows entries for some specific programs # The MySQL server [mysqld] port = 3306 socket = /opt/local/var/run/mysql5/mysqld.sock skip-locking key_buffer_size = 16M max_allowed_packet = 1M table_open_cache = 64 sort_buffer_size = 512K net_buffer_length = 8K read_buffer_size = 256K read_rnd_buffer_size = 512K myisam_sort_buffer_size = 8M # Don't listen on a TCP/IP port at all. This can be a security enhancement, # if all processes that need to connect to mysqld run on the same host. # All interaction with mysqld must be made via Unix sockets or named pipes. # Note that using this option without enabling named pipes on Windows # (via the "enable-named-pipe" option) will render mysqld useless! # #skip-networking # Replication Master Server (default) # binary logging is required for replication log-bin=mysql-bin # binary logging format - mixed recommended binlog_format=mixed # required unique id between 1 and 2^32 - 1 # defaults to 1 if master-host is not set # but will not function as a master if omitted server-id = 1 # Replication Slave (comment out master section to use this) # # To configure this host as a replication slave, you can choose between # two methods : # # 1) Use the CHANGE MASTER TO command (fully described in our manual) - # the syntax is: # # CHANGE MASTER TO MASTER_HOST=, MASTER_PORT=, # MASTER_USER=, MASTER_PASSWORD= ; # # where you replace , , by quoted strings and # by the master's port number (3306 by default). # # Example: # # CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306, # MASTER_USER='joe', MASTER_PASSWORD='secret'; # # OR # # 2) Set the variables below. However, in case you choose this method, then # start replication for the first time (even unsuccessfully, for example # if you mistyped the password in master-password and the slave fails to # connect), the slave will create a master.info file, and any later # change in this file to the variables' values below will be ignored and # overridden by the content of the master.info file, unless you shutdown # the slave server, delete master.info and restart the slaver server. # For that reason, you may want to leave the lines below untouched # (commented) and instead use CHANGE MASTER TO (see above) # # required unique id between 2 and 2^32 - 1 # (and different from the master) # defaults to 2 if master-host is set # but will not function as a slave if omitted #server-id = 2 # # The replication master for this slave - required #master-host = # # The username the slave will use for authentication when connecting # to the master - required #master-user = # # The password the slave will authenticate with when connecting to # the master - required #master-password = # # The port the master is listening on. # optional - defaults to 3306 #master-port = # # binary logging - not required for slaves, but recommended #log-bin=mysql-bin # Point the following paths to different dedicated disks #tmpdir = /tmp/ #log-update = /path-to-dedicated-directory/hostname # Uncomment the following if you are using InnoDB tables #innodb_data_home_dir = /opt/local/var/db/mysql5/ #innodb_data_file_path = ibdata1:10M:autoextend #innodb_log_group_home_dir = /opt/local/var/db/mysql5/ # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting memory usage too high #innodb_buffer_pool_size = 16M #innodb_additional_mem_pool_size = 2M # Set .._log_file_size to 25 % of buffer pool size #innodb_log_file_size = 5M #innodb_log_buffer_size = 8M #innodb_flush_log_at_trx_commit = 1 #innodb_lock_wait_timeout = 50 [mysqldump] quick max_allowed_packet = 16M [mysql] no-auto-rehash # Remove the next comment character if you are not familiar with SQL #safe-updates [myisamchk] key_buffer_size = 20M sort_buffer_size = 20M read_buffer = 2M write_buffer = 2M [mysqlhotcopy] interactive-timeout > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david at mso.anu.edu.au Wed Jan 13 02:55:22 2010 From: david at mso.anu.edu.au (David Nicholls) Date: Wed, 13 Jan 2010 21:55:22 +1100 Subject: How long for new ports to be available? In-Reply-To: <4B4346C1.8020705@mso.anu.edu.au> References: <4B433FF4.7020400@mso.anu.edu.au> <4B43420B.3060304@macports.org> <4B4346C1.8020705@mso.anu.edu.au> Message-ID: <4B4DA69A.5080201@mso.anu.edu.au> I tested the direct install (sudo port install, for local portfile). It installed without a problem on Leopard 10.5.8. It appears to run OK too but I have not tested it very far. DN David Nicholls wrote: > Joshua Root wrote: >> On 2010-1-6 00:34 , David Nicholls wrote: >>> What is required, and how long does it normally take, for new ports to >>> graduate to the site? >> >> Someone reviewing, testing and committing it is required. It takes an >> amount of time with a mean that has not been computed and a variance >> that is similarly unknown but appears to be high. >> >>> I presume I can run it as local port install file if I want to? >> >> Yes. >> >> - Josh > > Thanks. I'll give it a go in the next few days and add any appropriate > comments to the ticket. > > DN -- __________ ANU RSAA Mt Stromlo From martinkendall at email.com Wed Jan 13 03:24:03 2010 From: martinkendall at email.com (Martin Kendall) Date: Wed, 13 Jan 2010 11:24:03 +0000 Subject: dbus-glib not building glib first Message-ID: <1BCB075F-6EA6-4E4A-9A27-D58D5850EAAC@email.com> When building firefox-x11 this has a dependency on dbus-glib, which has a dependancy on glib. However, glib is not being built before so dbus-glib is failing to build. A manual install of glib first solves this. Martin From jeremyhu at macports.org Wed Jan 13 08:27:30 2010 From: jeremyhu at macports.org (Jeremy Huddleston) Date: Wed, 13 Jan 2010 08:27:30 -0800 Subject: dbus-glib not building glib first In-Reply-To: <1BCB075F-6EA6-4E4A-9A27-D58D5850EAAC@email.com> References: <1BCB075F-6EA6-4E4A-9A27-D58D5850EAAC@email.com> Message-ID: You mean glib2, not glib. And I see the dependency for glib2 in dbus-glib, so it should be fine... Do you have glib2-devel installed? That might also satisfy the dependency. You need to provide a bit more information (like a log of the problem). On Jan 13, 2010, at 03:24, Martin Kendall wrote: > When building firefox-x11 this has a dependency on dbus-glib, which has a dependancy on glib. > > However, glib is not being built before so dbus-glib is failing to build. A manual install of glib first solves this. > > Martin > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5820 bytes Desc: not available URL: From martinkendall at email.com Wed Jan 13 08:57:52 2010 From: martinkendall at email.com (Martin Kendall) Date: Wed, 13 Jan 2010 16:57:52 +0000 Subject: dbus-glib not building glib first In-Reply-To: References: <1BCB075F-6EA6-4E4A-9A27-D58D5850EAAC@email.com> Message-ID: <70FDD54F-D696-4CFC-A69E-CB3B3BD3908B@email.com> Hi there, thanks for the prompt reply. Since posting this message I had been getting quite a few "dependency" errors, with dependencies not being built. I had tried a few selfupdates before posting the message and after, but nothing had changed, but later this afternoon there was an update - quite a few libraries were rebuilt and all is well, Thank you for taking time to reply to me, Martin On 13 Jan 2010, at 16:27, Jeremy Huddleston wrote: > You mean glib2, not glib. > > And I see the dependency for glib2 in dbus-glib, so it should be > fine... > > Do you have glib2-devel installed? That might also satisfy the > dependency. > > You need to provide a bit more information (like a log of the > problem). > > On Jan 13, 2010, at 03:24, Martin Kendall wrote: > >> When building firefox-x11 this has a dependency on dbus-glib, which >> has a dependancy on glib. >> >> However, glib is not being built before so dbus-glib is failing to >> build. A manual install of glib first solves this. >> >> Martin >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From ryandesign at macports.org Wed Jan 13 10:30:27 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 13 Jan 2010 12:30:27 -0600 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> Message-ID: <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> Ok, so you discovered MacPorts MySQL is running and its socket is in the usual place for MacPorts MySQL, /opt/local/var/run/mysql5/mysqld.sock. That's the usual place MacPorts PHP looks for it, too. Perhaps you told MacPorts PHP to look for the socket somewhere else. Edit your php.ini and tell it the socket is located at the above path. The three ini settings to edit are mysql.default_socket, mysqli.default_socket and pdo_mysql.default_socket. From talklists at newgeo.com Wed Jan 13 10:41:17 2010 From: talklists at newgeo.com (Scott Haneda) Date: Wed, 13 Jan 2010 10:41:17 -0800 Subject: MySQL error installing Drupal In-Reply-To: <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> Message-ID: <60E22F78-DC0D-46DE-BBFD-4B7A6633575A@newgeo.com> Seeing a copy of the output of phpinfo from the commons line may be helpful. I thing it's "php -i". -- Scott (Sent from a mobile device) On Jan 13, 2010, at 10:30 AM, Ryan Schmidt wrote: > Ok, so you discovered MacPorts MySQL is running and its socket is in > the usual place for MacPorts MySQL, /opt/local/var/run/mysql5/ > mysqld.sock. That's the usual place MacPorts PHP looks for it, too. > Perhaps you told MacPorts PHP to look for the socket somewhere else. > Edit your php.ini and tell it the socket is located at the above > path. The three ini settings to edit are mysql.default_socket, > mysqli.default_socket and pdo_mysql.default_socket. > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From ryandesign at macports.org Wed Jan 13 10:47:36 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 13 Jan 2010 12:47:36 -0600 Subject: Error while installing mit-scheme In-Reply-To: <366c6f341001121910t5770b5e2yc8d1563bfda3a890@mail.gmail.com> References: <366c6f340912271506x18f6df5ek7237d27374b30c35@mail.gmail.com> <343BEF1C-32AD-49D6-AD15-2ABB9B8394A3@macports.org> <366c6f340912271739x1e5024e2ief7a5323800dd704@mail.gmail.com> <20091228014940.GC82046@ambulatoryclam.net> <366c6f341001121910t5770b5e2yc8d1563bfda3a890@mail.gmail.com> Message-ID: On Jan 12, 2010, at 21:10, Peng Yu wrote: > On Sun, Dec 27, 2009 at 7:49 PM, Dan Ports wrote: > >> On Sun, Dec 27, 2009 at 07:39:40PM -0600, Peng Yu wrote: >> >>>> This issue is reported here: >>>> >>>> http://trac.macports.org/ticket/21779 >>> >>> There is no fix to this issue? Is there a walkaround? >> >> I think this may have been fixed upstream in a recent release or >> snapshot -- let me give it a try and either update the port (if it >> works) or nag the developers the next time I see any of them (if it >> doesn't). > > Has the problem been fixed? The ticket says it has. > I try to install it again. But it stops at > Building stage forever. > > $sudo port install mit-scheme > ---> Computing dependencies for mit-scheme > ---> Fetching mit-scheme > ---> Verifying checksum(s) for mit-scheme > ---> Extracting mit-scheme > ---> Applying patches to mit-scheme > ---> Configuring mit-scheme > ---> Building mit-scheme Define "forever". :) It might just take a long time to build. I can time it on my machine later if you like. You can use the debug switch to see everything that's happening, to see if it's actually doing stuff or if it's stopped waiting for something. sudo port -d install mit-scheme From dports at ambulatoryclam.net Wed Jan 13 11:48:16 2010 From: dports at ambulatoryclam.net (Dan Ports) Date: Wed, 13 Jan 2010 11:48:16 -0800 Subject: Error while installing mit-scheme In-Reply-To: <366c6f341001121910t5770b5e2yc8d1563bfda3a890@mail.gmail.com> References: <366c6f340912271506x18f6df5ek7237d27374b30c35@mail.gmail.com> <343BEF1C-32AD-49D6-AD15-2ABB9B8394A3@macports.org> <366c6f340912271739x1e5024e2ief7a5323800dd704@mail.gmail.com> <20091228014940.GC82046@ambulatoryclam.net> <366c6f341001121910t5770b5e2yc8d1563bfda3a890@mail.gmail.com> Message-ID: <20100113194816.GF76618@ambulatoryclam.net> On Tue, Jan 12, 2010 at 09:10:32PM -0600, Peng Yu wrote: > Has the problem been fixed? I try to install it again. But it stops at > Building stage forever. Yes, *this* problem has been fixed. No guarantees there aren't others, of course, but I don't know of them. You should re-run port install with the -v option (or, better yet, -d). Not only will this give us more information to figure out what's going on, you'll also be able to tell whether it's making progress. The mit-scheme port takes longer than you'd expect to compile, so the problem could be as simple as needing to be patient! Dan -- Dan R. K. Ports MIT CSAIL http://drkp.net/ From jasperfrumau at gmail.com Wed Jan 13 12:00:58 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Wed, 13 Jan 2010 23:00:58 +0300 Subject: MySQL error installing Drupal In-Reply-To: <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> Message-ID: <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> Here is my PHP Ini output: http://pastebin.com/m6f9b6e34 . MySQL socket and MySQLi socket are not set it seems, which is odd. PDO_MySQL is set, but not correct it seems. So I guess I need to add /opt/local/var/run/mysql5/ mysqld.sock in these three places I guess? On Wed, Jan 13, 2010 at 9:30 PM, Ryan Schmidt wrote: > Ok, so you discovered MacPorts MySQL is running and its socket is in the > usual place for MacPorts MySQL, /opt/local/var/run/mysql5/mysqld.sock. > That's the usual place MacPorts PHP looks for it, too. Perhaps you told > MacPorts PHP to look for the socket somewhere else. Edit your php.ini and > tell it the socket is located at the above path. The three ini settings to > edit are mysql.default_socket, mysqli.default_socket and > pdo_mysql.default_socket. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jasperfrumau at gmail.com Wed Jan 13 12:11:09 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Wed, 13 Jan 2010 23:11:09 +0300 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> Message-ID: <56cc1b0a1001131211p512689e9uc7d26bb4edbb0711@mail.gmail.com> And here: mine-macbook-pro:etc jasper$ cat php.ini | grep socket ; Default timeout for socket based streams (seconds) ; http://php.net/default-socket-timeout default_socket_timeout = 60 ;extension=php_sockets.dll ; Default socket name for local MySQL connects. If empty, uses the built-in ; http://php.net/pdo_mysql.default-socket pdo_mysql.default_socket=/tmp/mysql.sock ; Default socket name for local MySQL connects. If empty, uses the built-in ; http://php.net/mysql.default-socket mysql.default_socket = /tmp/mysql.sock ; Default socket name for local MySQL connects. If empty, uses the built-in ; http://php.net/mysqli.default-socket mysqli.default_socket = /tmp/mysql.sock So php.ini has the socket located in /tmp/mysql.sock instead of /opt/local/var/run/mysql5/ mysqld.sock where the socket is. I wonder how that ever happened... Will try to change the php.ini later and post back. Thanks for all the tips so far!! On Wed, Jan 13, 2010 at 11:00 PM, Jasper Frumau wrote: > Here is my PHP Ini output: http://pastebin.com/m6f9b6e34 . MySQL socket > and MySQLi socket are not set it seems, which is odd. PDO_MySQL is set, but > not correct it seems. So I guess I need to add /opt/local/var/run/mysql5/ > mysqld.sock in these three places I guess? > > > On Wed, Jan 13, 2010 at 9:30 PM, Ryan Schmidt wrote: > >> Ok, so you discovered MacPorts MySQL is running and its socket is in the >> usual place for MacPorts MySQL, /opt/local/var/run/mysql5/mysqld.sock. >> That's the usual place MacPorts PHP looks for it, too. Perhaps you told >> MacPorts PHP to look for the socket somewhere else. Edit your php.ini and >> tell it the socket is located at the above path. The three ini settings to >> edit are mysql.default_socket, mysqli.default_socket and >> pdo_mysql.default_socket. >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Jan 13 12:33:54 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 13 Jan 2010 14:33:54 -0600 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> Message-ID: On Jan 13, 2010, at 14:00, Jasper Frumau wrote: > Here is my PHP Ini output: http://pastebin.com/m6f9b6e34 . So you're not using MacPorts PHP at all; I think you're using Apple's PHP. Either one can work, but the default for Apple's PHP seems to be to look for mysql.sock in /tmp. So if you had formerly been using MacPorts PHP and are now using Apple PHP, that would explain why you were formerly able to use MySQL from PHP without setting the socket and now you can't. > MySQL socket and MySQLi socket are not set it seems, which is odd. PDO_MySQL is set, but not correct it seems. So I guess I need to add /opt/local/var/run/mysql5/mysqld.sock in these three places I guess? It's not terribly odd that the mysql and mysqli socket aren't set; they aren't set by default. You should the default socket for mysql, mysqli and pdo_mysql to /opt/local/var/run/mysql5/mysqld.sock in php.ini so you can use any kind of connection to the MacPorts MySQL server from any kind of PHP. From jasperfrumau at gmail.com Wed Jan 13 13:12:17 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Thu, 14 Jan 2010 00:12:17 +0300 Subject: MySQL error installing Drupal In-Reply-To: References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> Message-ID: <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> > > > > > MySQL socket and MySQLi socket are not set it seems, which is odd. > PDO_MySQL is set, but not correct it seems. So I guess I need to add > /opt/local/var/run/mysql5/mysqld.sock in these three places I guess? > > It's not terribly odd that the mysql and mysqli socket aren't set; they > aren't set by default. You should the default socket for mysql, mysqli and > pdo_mysql to /opt/local/var/run/mysql5/mysqld.sock in php.ini so you can use > any kind of connection to the MacPorts MySQL server from any kind of PHP. > Well I am still getting: *Warning*: mysql_connect() [function.mysql-connect]: [2002] No such file or directory (trying to connect via unix:///tmp/mysql.sock) in * /Library/WebServer/Documents/drupal-6.15/connect-test.php* on line *2* *Warning*: mysql_connect() [function.mysql-connect]: No such file or directory in * /Library/WebServer/Documents/drupal-6.15/connect-test.php* on line *2* Could not connect: No such file or directory Even though php.ini has been adjusted: my-macbook-pro:etc jasper$ cat php.ini | grep mysql.sock pdo_mysql.default_socket = /opt/local/var/run/mysql5/mysql.sock mysql.default_socket = /opt/local/var/run/mysql5/mysql.sock mysqli.default_socket = /opt/local/var/run/mysql5/mysql.sock and my-macbook-pro:mysql5 jasper$ cd /opt/local/var/run/mysql5/ my-macbook-pro:mysql5 jasper$ ls mysqld.sock I wonder what else I am missing... -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Jan 13 13:39:11 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 13 Jan 2010 15:39:11 -0600 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> Message-ID: On Jan 13, 2010, at 15:12, Jasper Frumau wrote: > Well I am still getting: > > Warning: mysql_connect() [function.mysql-connect]: [2002] No such file or directory (trying to connect via unix:///tmp/mysql.sock) in /Library/WebServer/Documents/drupal-6.15/connect-test.php on line 2 > > Warning: mysql_connect() [function.mysql-connect]: No such file or directory in /Library/WebServer/Documents/drupal-6.15/connect-test.php on line 2 > Could not connect: No such file or directory > > Even though php.ini has been adjusted: > > my-macbook-pro:etc jasper$ cat php.ini | grep mysql.sock > pdo_mysql.default_socket = /opt/local/var/run/mysql5/mysql.sock > mysql.default_socket = /opt/local/var/run/mysql5/mysql.sock > mysqli.default_socket = /opt/local/var/run/mysql5/mysql.sock > > and > > my-macbook-pro:mysql5 jasper$ cd /opt/local/var/run/mysql5/ > my-macbook-pro:mysql5 jasper$ ls > mysqld.sock > > > I wonder what else I am missing... Which PHP is your web server using -- Apple or MacPorts? Which PHP are you using on the command line -- Apple or MacPorts? I have a feeling you're using a different PHP on the command line than you're using in your web server. Which Apache web server are you using -- Apple or MacPorts? From jasperfrumau at gmail.com Thu Jan 14 00:47:26 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Thu, 14 Jan 2010 11:47:26 +0300 Subject: MySQL error installing Drupal In-Reply-To: References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> Message-ID: <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> > > Which PHP is your web server using -- Apple or MacPorts? > @ http://localhost/drupal-6.15/info.php PHP 5.3.0 is indicated and mysql.sock is still not defined so I guess I have two PHP versions? How did that ever happen? If this is the Apple or MacPorts one I do not know.. > > Which PHP are you using on the command line -- Apple or MacPorts? > How do I check that? php -i shows the one phpinfo shows on the localhost with phpinfo(); > > I have a feeling you're using a different PHP on the command line than > you're using in your web server. > I do too.. > > Which Apache web server are you using -- Apple or MacPorts? > Again I do not know how to check that.. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- phpinfo() PHP Version => 5.3.0 System => Darwin my-macbook-pro.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386 Build Date => Jul 19 2009 00:29:44 Configure Command => '/var/tmp/apache_mod_php/apache_mod_php-53~1/php/configure' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--sysconfdir=/private/etc' '--with-apxs2=/usr/sbin/apxs' '--enable-cli' '--with-config-file-path=/etc' '--with-libxml-dir=/usr' '--with-openssl=/usr' '--with-kerberos=/usr' '--with-zlib=/usr' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' '--with-curl=/usr' '--enable-exif' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/BinaryCache/apache_mod_php/apache_mod_php-53~1/Root/usr/local' '--with-png-dir=/BinaryCache/apache_mod_php/apache_mod_php-53~1/Root/usr/local' '--enable-gd-native-ttf' '--with-ldap=/usr' '--with-ldap-sasl=/usr' '--enable-mbstring' '--enable-mbregex' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd' '--with-mysql-sock=/var/mysql/mysql.sock' '--with-iodbc=/usr' '--enable-shmop' '--with-snmp=/usr' '--enable-soap' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-xmlrpc' '--with-iconv-dir=/usr' '--with-xsl=/usr' '--with-pcre-regex=/usr' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /etc Loaded Configuration File => /private/etc/php.ini Scan this dir for additional .ini files => (none) Additional .ini files parsed => (none) PHP API => 20090626 PHP Extension => 20090626 Zend Extension => 220090626 Zend Extension Build => API220090626,NTS PHP Extension Build => API20090626,NTS Debug Build => no Thread Safety => disabled Zend Memory Manager => enabled Zend Multibyte Support => disabled IPv6 Support => enabled Registered PHP Streams => https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk This program makes use of the Zend Scripting Language Engine: Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies _______________________________________________________________________ Configuration bcmath BCMath support => enabled Directive => Local Value => Master Value bcmath.scale => 0 => 0 bz2 BZip2 Support => Enabled Stream Wrapper support => compress.bz2:// Stream Filter support => bzip2.decompress, bzip2.compress BZip2 Version => 1.0.5, 10-Dec-2007 calendar Calendar support => enabled Core PHP Version => 5.3.0 Directive => Local Value => Master Value allow_call_time_pass_reference => On => On allow_url_fopen => On => On allow_url_include => Off => Off always_populate_raw_post_data => Off => Off arg_separator.input => & => & arg_separator.output => & => & asp_tags => Off => Off auto_append_file => no value => no value auto_globals_jit => On => On auto_prepend_file => no value => no value browscap => no value => no value default_charset => no value => no value default_mimetype => text/html => text/html define_syslog_variables => Off => Off disable_classes => no value => no value disable_functions => no value => no value display_errors => STDOUT => STDOUT display_startup_errors => Off => Off doc_root => no value => no value docref_ext => no value => no value docref_root => no value => no value enable_dl => On => On error_append_string => no value => no value error_log => no value => no value error_prepend_string => no value => no value error_reporting => no value => no value exit_on_timeout => Off => Off expose_php => On => On extension_dir => /usr/lib/php/extensions/no-debug-non-zts-20090626 => /usr/lib/php/extensions/no-debug-non-zts-20090626 file_uploads => On => On highlight.bg => #FFFFFF => #FFFFFF highlight.comment => #FF8000 => #FF8000 highlight.default => #0000BB => #0000BB highlight.html => #000000 => #000000 highlight.keyword => #007700 => #007700 highlight.string => #DD0000 => #DD0000 html_errors => Off => Off ignore_repeated_errors => Off => Off ignore_repeated_source => Off => Off ignore_user_abort => Off => Off implicit_flush => On => On include_path => .:/usr/lib/php => .:/usr/lib/php log_errors => Off => Off log_errors_max_len => 1024 => 1024 magic_quotes_gpc => On => On magic_quotes_runtime => Off => Off magic_quotes_sybase => Off => Off mail.add_x_header => Off => Off mail.force_extra_parameters => no value => no value mail.log => no value => no value max_execution_time => 0 => 0 max_input_nesting_level => 64 => 64 max_input_time => -1 => -1 memory_limit => 128M => 128M open_basedir => no value => no value output_buffering => 0 => 0 output_handler => no value => no value post_max_size => 8M => 8M precision => 14 => 14 realpath_cache_size => 16K => 16K realpath_cache_ttl => 120 => 120 register_argc_argv => On => On register_globals => Off => Off register_long_arrays => On => On report_memleaks => On => On report_zend_debug => Off => Off request_order => no value => no value safe_mode => Off => Off safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin safe_mode_gid => Off => Off safe_mode_include_dir => no value => no value sendmail_from => no value => no value sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i serialize_precision => 100 => 100 short_open_tag => On => On SMTP => localhost => localhost smtp_port => 25 => 25 sql.safe_mode => Off => Off track_errors => Off => Off unserialize_callback_func => no value => no value upload_max_filesize => 2M => 2M upload_tmp_dir => no value => no value user_dir => no value => no value user_ini.cache_ttl => 300 => 300 user_ini.filename => .user.ini => .user.ini variables_order => EGPCS => EGPCS xmlrpc_error_number => 0 => 0 xmlrpc_errors => Off => Off y2k_compliance => On => On zend.enable_gc => On => On ctype ctype functions => enabled curl cURL support => enabled cURL Information => 7.19.4 Age => 3 Features AsynchDNS => No Debug => No GSS-Negotiate => Yes IDN => No IPv6 => Yes Largefile => Yes NTLM => Yes SPNEGO => No SSL => Yes SSPI => No krb4 => No libz => Yes CharConv => No Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps Host => universal-apple-darwin10.0 SSL Version => OpenSSL/0.9.8k ZLib Version => 1.2.3 date date/time support => enabled "Olson" Timezone Database Version => 2009.10 Timezone Database => internal Default timezone => Europe/Moscow Directive => Local Value => Master Value date.default_latitude => 31.7667 => 31.7667 date.default_longitude => 35.2333 => 35.2333 date.sunrise_zenith => 90.583333 => 90.583333 date.sunset_zenith => 90.583333 => 90.583333 date.timezone => no value => no value dom DOM/XML => enabled DOM/XML API Version => 20031129 libxml Version => 2.7.3 HTML Support => enabled XPath Support => enabled XPointer Support => enabled Schema Support => enabled RelaxNG Support => enabled ereg Regex Library => Bundled library enabled exif EXIF Support => enabled EXIF Version => 1.4 $Id: exif.c,v 1.173.2.5.2.20.2.16 2009/06/12 14:03:35 felipe Exp $ Supported EXIF Version => 0220 Supported filetypes => JPEG,TIFF Directive => Local Value => Master Value exif.decode_jis_intel => JIS => JIS exif.decode_jis_motorola => JIS => JIS exif.decode_unicode_intel => UCS-2LE => UCS-2LE exif.decode_unicode_motorola => UCS-2BE => UCS-2BE exif.encode_jis => no value => no value exif.encode_unicode => ISO-8859-15 => ISO-8859-15 fileinfo fileinfo support => enabled version => 1.0.5-dev filter Input Validation and Filtering => enabled Revision => $Revision: 1.52.2.39.2.16 $ Directive => Local Value => Master Value filter.default => unsafe_raw => unsafe_raw filter.default_flags => no value => no value ftp FTP support => enabled gd GD Support => enabled GD Version => bundled (2.0.34 compatible) GIF Read Support => enabled GIF Create Support => enabled JPEG Support => enabled libJPEG Version => 6b PNG Support => enabled libPNG Version => 1.2.37 WBMP Support => enabled XBM Support => enabled Directive => Local Value => Master Value gd.jpeg_ignore_warning => 0 => 0 hash hash support => enabled Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b salsa10 salsa20 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 iconv iconv support => enabled iconv implementation => libiconv iconv library version => 1.11 Directive => Local Value => Master Value iconv.input_encoding => ISO-8859-1 => ISO-8859-1 iconv.internal_encoding => ISO-8859-1 => ISO-8859-1 iconv.output_encoding => ISO-8859-1 => ISO-8859-1 json json support => enabled json version => 1.2.1 ldap LDAP Support => enabled RCS Version => $Id: ldap.c,v 1.161.2.3.2.11.2.30 2009/06/25 15:19:29 johannes Exp $ Total Links => 0/unlimited API Version => 3001 Vendor Name => OpenLDAP Vendor Version => 20411 SASL Support => Enabled Directive => Local Value => Master Value ldap.max_links => Unlimited => Unlimited libxml libXML support => active libXML Compiled Version => 2.7.3 libXML Loaded Version => 20703 libXML streams => enabled mbstring Multibyte Support => enabled Multibyte string engine => libmbfl HTTP input encoding translation => disabled mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. Multibyte (japanese) regex support => enabled Multibyte regex (oniguruma) backtrack check => On Multibyte regex (oniguruma) version => 4.7.1 Directive => Local Value => Master Value mbstring.detect_order => no value => no value mbstring.encoding_translation => Off => Off mbstring.func_overload => 0 => 0 mbstring.http_input => pass => pass mbstring.http_output => pass => pass mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml) mbstring.internal_encoding => no value => no value mbstring.language => neutral => neutral mbstring.strict_detection => Off => Off mbstring.substitute_character => no value => no value mysql MySQL Support => enabled Active Persistent Links => 0 Active Links => 0 Client API version => mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ Persistent cache => enabled put_hits => 0 put_misses => 0 get_hits => 0 get_misses => 0 size => 2000 free_items => 2000 references => 2 Directive => Local Value => Master Value mysql.allow_local_infile => On => On mysql.allow_persistent => On => On mysql.cache_size => 2000 => 2000 mysql.connect_timeout => 60 => 60 mysql.default_host => no value => no value mysql.default_password => no value => no value mysql.default_port => no value => no value mysql.default_socket => no value => no value mysql.default_user => no value => no value mysql.max_links => Unlimited => Unlimited mysql.max_persistent => Unlimited => Unlimited mysql.trace_mode => Off => Off mysqli MysqlI Support => enabled Client API library version => mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ Active Persistent Links => 0 Inactive Persistent Links => 0 Active Links => 0 Persistent cache => enabled put_hits => 0 put_misses => 0 get_hits => 0 get_misses => 0 size => 2000 free_items => 2000 references => 2 Directive => Local Value => Master Value mysqli.allow_local_infile => On => On mysqli.allow_persistent => On => On mysqli.cache_size => 2000 => 2000 mysqli.default_host => no value => no value mysqli.default_port => 3306 => 3306 mysqli.default_pw => no value => no value mysqli.default_socket => no value => no value mysqli.default_user => no value => no value mysqli.max_links => Unlimited => Unlimited mysqli.max_persistent => Unlimited => Unlimited mysqli.reconnect => Off => Off mysqlnd mysqlnd => enabled Version => mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ Command buffer size => 2048 Read buffer size => 32768 Collecting statistics => Yes Collecting memory statistics => No Client statistics => bytes_sent => 0 bytes_received => 0 packets_sent => 0 packets_received => 0 protocol_overhead_in => 0 protocol_overhead_out => 0 bytes_received_ok_packet => 0 bytes_received_eof_packet => 0 bytes_received_rset_header_packet => 0 bytes_received_rset_field_meta_packet => 0 bytes_received_rset_row_packet => 0 bytes_received_prepare_response_packet => 0 bytes_received_change_user_packet => 0 packets_sent_command => 0 packets_received_ok => 0 packets_received_eof => 0 packets_received_rset_header => 0 packets_received_rset_field_meta => 0 packets_received_rset_row => 0 packets_received_prepare_response => 0 packets_received_change_user => 0 result_set_queries => 0 non_result_set_queries => 0 no_index_used => 0 bad_index_used => 0 slow_queries => 0 buffered_sets => 0 unbuffered_sets => 0 ps_buffered_sets => 0 ps_unbuffered_sets => 0 flushed_normal_sets => 0 flushed_ps_sets => 0 ps_prepared_never_executed => 0 ps_prepared_once_executed => 0 rows_fetched_from_server_normal => 0 rows_fetched_from_server_ps => 0 rows_buffered_from_client_normal => 0 rows_buffered_from_client_ps => 0 rows_fetched_from_client_normal_buffered => 0 rows_fetched_from_client_normal_unbuffered => 0 rows_fetched_from_client_ps_buffered => 0 rows_fetched_from_client_ps_unbuffered => 0 rows_fetched_from_client_ps_cursor => 0 rows_skipped_normal => 0 rows_skipped_ps => 0 copy_on_write_saved => 0 copy_on_write_performed => 0 command_buffer_too_small => 0 connect_success => 0 connect_failure => 0 connection_reused => 0 reconnect => 0 pconnect_success => 0 active_connections => 0 active_persistent_connections => 0 explicit_close => 0 implicit_close => 0 disconnect_close => 0 in_middle_of_command_close => 0 explicit_free_result => 0 implicit_free_result => 0 explicit_stmt_close => 0 implicit_stmt_close => 0 mem_emalloc_count => 0 mem_emalloc_ammount => 0 mem_ecalloc_count => 0 mem_ecalloc_ammount => 0 mem_erealloc_count => 0 mem_erealloc_ammount => 0 mem_efree_count => 0 mem_malloc_count => 0 mem_malloc_ammount => 0 mem_calloc_count => 0 mem_calloc_ammount => 0 mem_realloc_count => 0 mem_realloc_ammount => 0 mem_free_count => 0 proto_text_fetched_null => 0 proto_text_fetched_bit => 0 proto_text_fetched_tinyint => 0 proto_text_fetched_short => 0 proto_text_fetched_int24 => 0 proto_text_fetched_int => 0 proto_text_fetched_bigint => 0 proto_text_fetched_decimal => 0 proto_text_fetched_float => 0 proto_text_fetched_double => 0 proto_text_fetched_date => 0 proto_text_fetched_year => 0 proto_text_fetched_time => 0 proto_text_fetched_datetime => 0 proto_text_fetched_timestamp => 0 proto_text_fetched_string => 0 proto_text_fetched_blob => 0 proto_text_fetched_enum => 0 proto_text_fetched_set => 0 proto_text_fetched_geometry => 0 proto_text_fetched_other => 0 proto_binary_fetched_null => 0 proto_binary_fetched_bit => 0 proto_binary_fetched_tinyint => 0 proto_binary_fetched_short => 0 proto_binary_fetched_int24 => 0 proto_binary_fetched_int => 0 proto_binary_fetched_bigint => 0 proto_binary_fetched_decimal => 0 proto_binary_fetched_float => 0 proto_binary_fetched_double => 0 proto_binary_fetched_date => 0 proto_binary_fetched_year => 0 proto_binary_fetched_time => 0 proto_binary_fetched_datetime => 0 proto_binary_fetched_timestamp => 0 proto_binary_fetched_string => 0 proto_binary_fetched_blob => 0 proto_binary_fetched_enum => 0 proto_binary_fetched_set => 0 proto_binary_fetched_geometry => 0 proto_binary_fetched_other => 0 odbc ODBC Support => enabled Active Persistent Links => 0 Active Links => 0 ODBC library => iodbc ODBC_INCLUDE => -I/usr/include ODBC_LFLAGS => -L/usr/lib ODBC_LIBS => -liodbc Directive => Local Value => Master Value odbc.allow_persistent => On => On odbc.check_persistent => On => On odbc.default_cursortype => Static cursor => Static cursor odbc.default_db => no value => no value odbc.default_pw => no value => no value odbc.default_user => no value => no value odbc.defaultbinmode => return as is => return as is odbc.defaultlrl => return up to 4096 bytes => return up to 4096 bytes odbc.max_links => Unlimited => Unlimited odbc.max_persistent => Unlimited => Unlimited openssl OpenSSL support => enabled OpenSSL Library Version => OpenSSL 0.9.8k 25 Mar 2009 OpenSSL Header Version => OpenSSL 0.9.8k 25 Mar 2009 pcre PCRE (Perl Compatible Regular Expressions) Support => enabled PCRE Library Version => 7.8 2008-09-05 Directive => Local Value => Master Value pcre.backtrack_limit => 100000 => 100000 pcre.recursion_limit => 100000 => 100000 PDO PDO support => enabled PDO drivers => mysql, sqlite, sqlite2 pdo_mysql PDO Driver for MySQL => enabled Client API version => mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ Persistent cache => enabled put_hits => 0 put_misses => 0 get_hits => 0 get_misses => 0 size => 2000 free_items => 2000 references => 2 Directive => Local Value => Master Value pdo_mysql.cache_size => 2000 => 2000 pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock pdo_sqlite PDO Driver for SQLite 3.x => enabled SQLite Library => 3.6.15 Phar Phar: PHP Archive support => enabled Phar EXT version => 2.0.0-dev Phar API version => 1.1.1 CVS revision => $Revision: 1.370.2.62 $ Phar-based phar archives => enabled Tar-based phar archives => enabled ZIP-based phar archives => enabled gzip compression => enabled bzip2 compression => enabled OpenSSL support => enabled Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. Directive => Local Value => Master Value phar.cache_list => no value => no value phar.readonly => On => On phar.require_hash => On => On posix Revision => $Revision: 1.70.2.3.2.16.2.15 $ Reflection Reflection => enabled Version => $Revision: 1.164.2.33.2.45.2.58 $ session Session Support => enabled Registered save handlers => files user sqlite Registered serializer handlers => php php_binary Directive => Local Value => Master Value session.auto_start => Off => Off session.bug_compat_42 => On => On session.bug_compat_warn => On => On session.cache_expire => 180 => 180 session.cache_limiter => nocache => nocache session.cookie_domain => no value => no value session.cookie_httponly => Off => Off session.cookie_lifetime => 0 => 0 session.cookie_path => / => / session.cookie_secure => Off => Off session.entropy_file => no value => no value session.entropy_length => 0 => 0 session.gc_divisor => 100 => 100 session.gc_maxlifetime => 1440 => 1440 session.gc_probability => 1 => 1 session.hash_bits_per_character => 4 => 4 session.hash_function => 0 => 0 session.name => PHPSESSID => PHPSESSID session.referer_check => no value => no value session.save_handler => files => files session.save_path => no value => no value session.serialize_handler => php => php session.use_cookies => On => On session.use_only_cookies => On => On session.use_trans_sid => 0 => 0 shmop shmop support => enabled SimpleXML Simplexml support => enabled Revision => $Revision: 1.151.2.22.2.35.2.32 $ Schema support => enabled snmp NET-SNMP Support => enabled NET-SNMP Version => 5.4.2.1 soap Soap Client => enabled Soap Server => enabled Directive => Local Value => Master Value soap.wsdl_cache => 1 => 1 soap.wsdl_cache_dir => /tmp => /tmp soap.wsdl_cache_enabled => 1 => 1 soap.wsdl_cache_limit => 5 => 5 soap.wsdl_cache_ttl => 86400 => 86400 sockets Sockets Support => enabled SPL SPL support => enabled Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException SQLite SQLite support => enabled PECL Module version => 2.0-dev $Id: sqlite.c,v 1.166.2.13.2.9.2.22 2009/06/25 09:38:04 johannes Exp $ SQLite Library => 2.8.17 SQLite Encoding => iso8859 Directive => Local Value => Master Value sqlite.assoc_case => 0 => 0 sqlite3 SQLite3 support => enabled SQLite3 module version => 0.7-dev SQLite Library => 3.6.15 Directive => Local Value => Master Value sqlite3.extension_dir => no value => no value standard Dynamic Library Support => enabled Path to sendmail => /usr/sbin/sendmail -t -i Directive => Local Value => Master Value assert.active => 1 => 1 assert.bail => 0 => 0 assert.callback => no value => no value assert.quiet_eval => 0 => 0 assert.warning => 1 => 1 auto_detect_line_endings => 0 => 0 default_socket_timeout => 60 => 60 safe_mode_allowed_env_vars => PHP_ => PHP_ safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset= user_agent => no value => no value sysvmsg sysvmsg support => enabled Revision => $Revision: 1.20.2.3.2.6.2.9 $ tokenizer Tokenizer Support => enabled xml XML Support => active XML Namespace Support => active libxml2 Version => 2.7.3 xmlreader XMLReader => enabled xmlrpc core library version => xmlrpc-epi v. 0.51 php extension version => 0.51 author => Dan Libby homepage => http://xmlrpc-epi.sourceforge.net open sourced by => Epinions.com xmlwriter XMLWriter => enabled xsl XSL => enabled libxslt Version => 1.1.24 libxslt compiled against libxml Version => 2.7.3 EXSLT => enabled libexslt Version => 1.1.24 zlib ZLib Support => enabled Stream Wrapper support => compress.zlib:// Stream Filter support => zlib.inflate, zlib.deflate Compiled Version => 1.2.3 Linked Version => 1.2.3 Directive => Local Value => Master Value zlib.output_compression => Off => Off zlib.output_compression_level => -1 => -1 zlib.output_handler => no value => no value Additional Modules Module Name sysvsem sysvshm Environment Variable => Value TERM_PROGRAM => Apple_Terminal TERM => xterm-color SHELL => /bin/bash TMPDIR => /var/folders/E6/E6iKsafiF9Wnbja513eS0E+++TI/-Tmp-/ Apple_PubSub_Socket_Render => /tmp/launch-yULxPh/Render TERM_PROGRAM_VERSION => 272 OLDPWD => /opt/local/var/run/mysql5 USER => jasper COMMAND_MODE => unix2003 SSH_AUTH_SOCK => /tmp/launch-CZKr9o/Listeners __CF_USER_TEXT_ENCODING => 0x1F5:0:0 PATH => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin PWD => /opt/local/var/run/mysql5 DBUS_LAUNCHD_SESSION_BUS_SOCKET => /tmp/launch-5Z4X0q/unix_domain_listener SHLVL => 1 HOME => /Users/jasper LOGNAME => jasper LC_CTYPE => UTF-8 DISPLAY => /tmp/launch-j8MXhn/:0 _ => /usr/bin/php PHP Variables Variable => Value _SERVER["TERM_PROGRAM"] => Apple_Terminal _SERVER["TERM"] => xterm-color _SERVER["SHELL"] => /bin/bash _SERVER["TMPDIR"] => /var/folders/E6/E6iKsafiF9Wnbja513eS0E+++TI/-Tmp-/ _SERVER["Apple_PubSub_Socket_Render"] => /tmp/launch-yULxPh/Render _SERVER["TERM_PROGRAM_VERSION"] => 272 _SERVER["OLDPWD"] => /opt/local/var/run/mysql5 _SERVER["USER"] => jasper _SERVER["COMMAND_MODE"] => unix2003 _SERVER["SSH_AUTH_SOCK"] => /tmp/launch-CZKr9o/Listeners _SERVER["__CF_USER_TEXT_ENCODING"] => 0x1F5:0:0 _SERVER["PATH"] => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin _SERVER["PWD"] => /opt/local/var/run/mysql5 _SERVER["DBUS_LAUNCHD_SESSION_BUS_SOCKET"] => /tmp/launch-5Z4X0q/unix_domain_listener _SERVER["SHLVL"] => 1 _SERVER["HOME"] => /Users/jasper _SERVER["LOGNAME"] => jasper _SERVER["LC_CTYPE"] => UTF-8 _SERVER["DISPLAY"] => /tmp/launch-j8MXhn/:0 _SERVER["_"] => /usr/bin/php _SERVER["PHP_SELF"] => _SERVER["SCRIPT_NAME"] => _SERVER["SCRIPT_FILENAME"] => _SERVER["PATH_TRANSLATED"] => _SERVER["DOCUMENT_ROOT"] => _SERVER["REQUEST_TIME"] => 1263458048 _SERVER["argv"] => Array ( ) _SERVER["argc"] => 0 _ENV["TERM_PROGRAM"] => Apple_Terminal _ENV["TERM"] => xterm-color _ENV["SHELL"] => /bin/bash _ENV["TMPDIR"] => /var/folders/E6/E6iKsafiF9Wnbja513eS0E+++TI/-Tmp-/ _ENV["Apple_PubSub_Socket_Render"] => /tmp/launch-yULxPh/Render _ENV["TERM_PROGRAM_VERSION"] => 272 _ENV["OLDPWD"] => /opt/local/var/run/mysql5 _ENV["USER"] => jasper _ENV["COMMAND_MODE"] => unix2003 _ENV["SSH_AUTH_SOCK"] => /tmp/launch-CZKr9o/Listeners _ENV["__CF_USER_TEXT_ENCODING"] => 0x1F5:0:0 _ENV["PATH"] => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin _ENV["PWD"] => /opt/local/var/run/mysql5 _ENV["DBUS_LAUNCHD_SESSION_BUS_SOCKET"] => /tmp/launch-5Z4X0q/unix_domain_listener _ENV["SHLVL"] => 1 _ENV["HOME"] => /Users/jasper _ENV["LOGNAME"] => jasper _ENV["LC_CTYPE"] => UTF-8 _ENV["DISPLAY"] => /tmp/launch-j8MXhn/:0 _ENV["_"] => /usr/bin/php PHP License This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license at php.net. From sschym at bgc-jena.mpg.de Thu Jan 14 01:51:02 2010 From: sschym at bgc-jena.mpg.de (Stanislaus Schymanski) Date: Thu, 14 Jan 2010 10:51:02 +0100 (CET) Subject: rdiff-backup fetch failed In-Reply-To: <20100112194351.GC76618@ambulatoryclam.net> References: <3128786.1262956059377.SLOX.WebMail.wwwrun@riva.bgc-jena.mpg.de> <20100108171824.GA98242@ambulatoryclam.net> <7650762.1263202607776.SLOX.WebMail.wwwrun@riva.bgc-jena.mpg.de> <20100112194351.GC76618@ambulatoryclam.net> Message-ID: <7956549.1263462662043.SLOX.WebMail.wwwrun@riva.bgc-jena.mpg.de> Thanks, this is now Ticket #23287 Stan On Jan 12, 2010 08:43 PM, Dan Ports wrote: > On Mon, Jan 11, 2010 at 10:36:47AM +0100, Stanislaus Schymanski wrote: > > checking for XPROTO... configure: error: Package requirements > > (xproto >= > > 7.0.13) were not met: > > [...] > > > Is this a know issue? > > It's not a known issue to me, at least. Possibly it's a unlisted > dependency somewhere in one of the ports, although I don't know what > (I'm a little surprised to see rdiff-backup or one of its dependencies > looking for X libraries) > > You should file a bug (http://trac.macports.org/newticket) on this and > include the output of running running 'port -d install rdiff-backup' > as > well as 'port installed' > > Dan > > -- > Dan R. K. Ports > Research Henchman > Massachusetts Institute of Technology > Computer Science and Artificial Intelligence Lab -------------- next part -------------- A non-text attachment was scrubbed... Name: Stanislaus Schymanski.vcf Type: text/x-vcard Size: 533 bytes Desc: not available URL: From talklists at newgeo.com Thu Jan 14 02:03:42 2010 From: talklists at newgeo.com (Scott Haneda) Date: Thu, 14 Jan 2010 02:03:42 -0800 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> Message-ID: Ok, lets take a step back and see if we can clear this up. At some point, you installed MacPorts, and now you are running commands that you desire to call to the MacPorts installed applications, but we are not sure that is the case or not. A few useful things that you could show us: $which -a php This will show what your shell knows about the locations of php, in order, for all of them. In my case, I see: /opt/local/bin/php /usr/bin/php This tells me, when I type `php` on the command line, that it really is going to run `/opt/local/bin/php`. ( The first one in the above results ) This may also be helpful to others here who will help you: $which -a httpd The order in which your system is searched for these files in controlled by your PATH environment variable, which you can get to by entering in: $echo $PATH Mine returns something like this: /opt/local/bin:/opt/local/sbin:/Users/me/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin If you look in your home dir, you should see that MacPorts has added a config file to add to the $PATH for you. It is usually at ~/.profile. If your `echo $PATH` command does not have /opt in it, there is a source of problem there that we need to solve first. Finally, type the three letters `ENV` into your terminal, and show that output as well. With all that, I think we should be able to help you from there. More comments inline below... On Jan 14, 2010, at 12:47 AM, Jasper Frumau wrote: >> Which PHP is your web server using -- Apple or MacPorts? >> > > @ http://localhost/drupal-6.15/info.php PHP 5.3.0 is indicated and > mysql.sock is still not defined so I guess I have two PHP versions? How did > that ever happen? If this is the Apple or MacPorts one I do not know.. It should be pretty easy to tell, one way, go into your System Preferences, and open up the Sharing Preference Pane, is Web Sharing turned on? If it is, you have an instance of Apple's Apache running. You can turn it off, but I am going to bet you break any sites you currently have running by doing so. But it should not be too hard to get them back up and running. If they were running under Apple's Apache, they certainly will run under MacPorts build of it. >> Which PHP are you using on the command line -- Apple or MacPorts? > > How do I check that? php -i shows the one phpinfo shows on the localhost > with phpinfo(); The version number returned from php -i would be a good start, Apples and MacPorts are more than likely different: MacPors Version (You may have a slightly different version) $/opt/local/bin/php -i | grep 'PHP Version' PHP Version => 5.3.1 PHP Version => 5.3.1 Apple's Version (Snow Leopard) $/usr/bin/php -i | grep 'PHP Version' PHP Version => 5.3.0 PHP Version => 5.3.0 But that is not the best test, since there is always chance of version parity. Probably the most telling, is going to be to run `php` with no direct full path, as so: $php -i | grep 'Configuration File' My results: Configuration File (php.ini) Path => /opt/local/etc/php5 Loaded Configuration File => /opt/local/etc/php5/php.ini That will tell us which php you are using, but it may also be helpful to see $/opt/local/bin/php -i | grep 'Configuration File' $/usr/bin/php -i | grep 'Configuration File' >> I have a feeling you're using a different PHP on the command line than >> you're using in your web server. > > I do too.. This would be controlled by the launchd item that is starting it, assuming you do not start Apache by hand. What does: $sudo ps aux | grep -i http return for you when Apache is running? Also, please run: $sudo launchctl list | grep -i apache Hopefully you get back something like: org.macports.apache2 You really need to make sure that the Apple Apache is not running, which is largely controlled in the System Preference Pane. It is not to say you can not run them at the same time, but you do need to understand how to do so, and do so in a way that ports are not conflicting. You very well could be trying to run both, and one is taking priority since they are both trying to grab port 80, and I guess Apple's is winning. I honestly do not know why anyone would want to, aside from the legacy app and "it ain't broke, don't fix it" scenario. You are on a MacBook, telling me this is probably a development machine and you can be pretty aggressive about the edits you make. >> Which Apache web server are you using -- Apple or MacPorts? > > Again I do not know how to check that.. See above. You attached a php.ini file, I did not get a chance to look at it. The thing you need to take away here is that you can edit a php.ini file until your fingers bleed, and if you are not running the correct php and apache, then those changes are not going to ever make a difference. Looking over your older threads here, it looks like you have MySql running, and you are also using the MacPorts version, as denoted by the "5" in the mysql5 command you showed. Are you running Mac OS X Server by any chance? I think with the output to the commands above, someone here can guide you down the right path. Right now, it is hard to say what is going on. Personally, I would move your sites from /Library/WebServer/Documents once you get this up and working, and put them at /www or /home/www or something like that; somewhere where 1) Apple is more unlikely to mess with it, and 2) Apple is not aware it is there, so you know Apple's Apache will never locate it. -- Scott * If you contact me off list replace talklists@ with scott@ * From talklists at newgeo.com Thu Jan 14 02:24:10 2010 From: talklists at newgeo.com (Scott Haneda) Date: Thu, 14 Jan 2010 02:24:10 -0800 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> Message-ID: <588A1D43-305A-4065-9345-A597C7613D5B@newgeo.com> What command did you run to generate that output? That shows php info for Apples php, not MacPorts. You can tell from phpinfo() PHP Version => 5.3.0 System => Darwin my-macbook-pro.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/ RELEASE_I386 i386 Build Date => Jul 19 2009 00:29:44 Configure Command => '/var/tmp/apache_mod_php/apache_mod_php-53~1/php/ configure' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/ share/info' '--disable-dependency-tracking' '--sysconfdir=/private/ etc' '--with-apxs2=/usr/sbin/apxs' '--enable-cli' '--with-config-file- path=/etc' '--with-libxml-dir=/usr' '--with-openssl=/usr' '--with- kerberos=/usr' '--with-zlib=/usr' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' '--with-curl=/usr' '--enable-exif' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/BinaryCache/apache_mod_php/ apache_mod_php-53~1/Root/usr/local' '--with-png-dir=/BinaryCache/ apache_mod_php/apache_mod_php-53~1/Root/usr/local' '--enable-gd-native- ttf' '--with-ldap=/usr' '--with-ldap-sasl=/usr' '--enable-mbstring' '-- enable-mbregex' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with- pdo-mysql=mysqlnd' '--with-mysql-sock=/var/mysql/mysql.sock' '--with- iodbc=/usr' '--enable-shmop' '--with-snmp=/usr' '--enable-soap' '-- enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable- sysvshm' '--with-xmlrpc' '--with-iconv-dir=/usr' '--with-xsl=/usr' '-- with-pcre-regex=/usr' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /etc Loaded Configuration File => /private/etc/php.ini Scan this dir for additional .ini files => (none) Additional .ini files parsed => (none) PHP API => 20090626 PHP Extension => 20090626 Zend Extension => 220090626 Zend Extension Build => API220090626,NTS PHP Extension Build => API20090626,NTS Debug Build => no Thread Safety => disabled Zend Memory Manager => enabled Zend Multibyte Support => disabled IPv6 Support => enabled Registered PHP Streams => https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk This program makes use of the Zend Scripting Language Engine: Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies _______________________________________________________________________ Configuration bcmath BCMath support => enabled Directive => Local Value => Master Value bcmath.scale => 0 => 0 bz2 BZip2 Support => Enabled Stream Wrapper support => compress.bz2:// Stream Filter support => bzip2.decompress, bzip2.compress BZip2 Version => 1.0.5, 10-Dec-2007 calendar Calendar support => enabled Core PHP Version => 5.3.0 Directive => Local Value => Master Value allow_call_time_pass_reference => On => On allow_url_fopen => On => On allow_url_include => Off => Off always_populate_raw_post_data => Off => Off arg_separator.input => & => & arg_separator.output => & => & asp_tags => Off => Off auto_append_file => no value => no value auto_globals_jit => On => On auto_prepend_file => no value => no value browscap => no value => no value default_charset => no value => no value default_mimetype => text/html => text/html define_syslog_variables => Off => Off disable_classes => no value => no value disable_functions => no value => no value display_errors => STDOUT => STDOUT display_startup_errors => Off => Off doc_root => no value => no value docref_ext => no value => no value docref_root => no value => no value enable_dl => On => On error_append_string => no value => no value error_log => no value => no value error_prepend_string => no value => no value error_reporting => no value => no value exit_on_timeout => Off => Off expose_php => On => On extension_dir => /usr/lib/php/extensions/no-debug-non-zts-20090626 => / usr/lib/php/extensions/no-debug-non-zts-20090626 file_uploads => On => On highlight.bg => #FFFFFF => #FFFFFF highlight.comment => #FF8000 => #FF8000 highlight.default => #0000BB => #0000BB highlight.html => #000000 => #000000 highlight.keyword => #007700 => #007700 highlight.string => #DD0000 => #DD0000 html_errors => Off => Off ignore_repeated_errors => Off => Off ignore_repeated_source => Off => Off ignore_user_abort => Off => Off implicit_flush => On => On include_path => .:/usr/lib/php => .:/usr/lib/php log_errors => Off => Off log_errors_max_len => 1024 => 1024 magic_quotes_gpc => On => On magic_quotes_runtime => Off => Off magic_quotes_sybase => Off => Off mail.add_x_header => Off => Off mail.force_extra_parameters => no value => no value mail.log => no value => no value max_execution_time => 0 => 0 max_input_nesting_level => 64 => 64 max_input_time => -1 => -1 memory_limit => 128M => 128M open_basedir => no value => no value output_buffering => 0 => 0 output_handler => no value => no value post_max_size => 8M => 8M precision => 14 => 14 realpath_cache_size => 16K => 16K realpath_cache_ttl => 120 => 120 register_argc_argv => On => On register_globals => Off => Off register_long_arrays => On => On report_memleaks => On => On report_zend_debug => Off => Off request_order => no value => no value safe_mode => Off => Off safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin safe_mode_gid => Off => Off safe_mode_include_dir => no value => no value sendmail_from => no value => no value sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i serialize_precision => 100 => 100 short_open_tag => On => On SMTP => localhost => localhost smtp_port => 25 => 25 sql.safe_mode => Off => Off track_errors => Off => Off unserialize_callback_func => no value => no value upload_max_filesize => 2M => 2M upload_tmp_dir => no value => no value user_dir => no value => no value user_ini.cache_ttl => 300 => 300 user_ini.filename => .user.ini => .user.ini variables_order => EGPCS => EGPCS xmlrpc_error_number => 0 => 0 xmlrpc_errors => Off => Off y2k_compliance => On => On zend.enable_gc => On => On ctype ctype functions => enabled curl cURL support => enabled cURL Information => 7.19.4 Age => 3 Features AsynchDNS => No Debug => No GSS-Negotiate => Yes IDN => No IPv6 => Yes Largefile => Yes NTLM => Yes SPNEGO => No SSL => Yes SSPI => No krb4 => No libz => Yes CharConv => No Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps Host => universal-apple-darwin10.0 SSL Version => OpenSSL/0.9.8k ZLib Version => 1.2.3 date date/time support => enabled "Olson" Timezone Database Version => 2009.10 Timezone Database => internal Default timezone => Europe/Moscow Directive => Local Value => Master Value date.default_latitude => 31.7667 => 31.7667 date.default_longitude => 35.2333 => 35.2333 date.sunrise_zenith => 90.583333 => 90.583333 date.sunset_zenith => 90.583333 => 90.583333 date.timezone => no value => no value dom DOM/XML => enabled DOM/XML API Version => 20031129 libxml Version => 2.7.3 HTML Support => enabled XPath Support => enabled XPointer Support => enabled Schema Support => enabled RelaxNG Support => enabled ereg Regex Library => Bundled library enabled exif EXIF Support => enabled EXIF Version => 1.4 $Id: exif.c,v 1.173.2.5.2.20.2.16 2009/06/12 14:03:35 felipe Exp $ Supported EXIF Version => 0220 Supported filetypes => JPEG,TIFF Directive => Local Value => Master Value exif.decode_jis_intel => JIS => JIS exif.decode_jis_motorola => JIS => JIS exif.decode_unicode_intel => UCS-2LE => UCS-2LE exif.decode_unicode_motorola => UCS-2BE => UCS-2BE exif.encode_jis => no value => no value exif.encode_unicode => ISO-8859-15 => ISO-8859-15 fileinfo fileinfo support => enabled version => 1.0.5-dev filter Input Validation and Filtering => enabled Revision => $Revision: 1.52.2.39.2.16 $ Directive => Local Value => Master Value filter.default => unsafe_raw => unsafe_raw filter.default_flags => no value => no value ftp FTP support => enabled gd GD Support => enabled GD Version => bundled (2.0.34 compatible) GIF Read Support => enabled GIF Create Support => enabled JPEG Support => enabled libJPEG Version => 6b PNG Support => enabled libPNG Version => 1.2.37 WBMP Support => enabled XBM Support => enabled Directive => Local Value => Master Value gd.jpeg_ignore_warning => 0 => 0 hash hash support => enabled Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b salsa10 salsa20 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 iconv iconv support => enabled iconv implementation => libiconv iconv library version => 1.11 Directive => Local Value => Master Value iconv.input_encoding => ISO-8859-1 => ISO-8859-1 iconv.internal_encoding => ISO-8859-1 => ISO-8859-1 iconv.output_encoding => ISO-8859-1 => ISO-8859-1 json json support => enabled json version => 1.2.1 ldap LDAP Support => enabled RCS Version => $Id: ldap.c,v 1.161.2.3.2.11.2.30 2009/06/25 15:19:29 johannes Exp $ Total Links => 0/unlimited API Version => 3001 Vendor Name => OpenLDAP Vendor Version => 20411 SASL Support => Enabled Directive => Local Value => Master Value ldap.max_links => Unlimited => Unlimited libxml libXML support => active libXML Compiled Version => 2.7.3 libXML Loaded Version => 20703 libXML streams => enabled mbstring Multibyte Support => enabled Multibyte string engine => libmbfl HTTP input encoding translation => disabled mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. Multibyte (japanese) regex support => enabled Multibyte regex (oniguruma) backtrack check => On Multibyte regex (oniguruma) version => 4.7.1 Directive => Local Value => Master Value mbstring.detect_order => no value => no value mbstring.encoding_translation => Off => Off mbstring.func_overload => 0 => 0 mbstring.http_input => pass => pass mbstring.http_output => pass => pass mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml) mbstring.internal_encoding => no value => no value mbstring.language => neutral => neutral mbstring.strict_detection => Off => Off mbstring.substitute_character => no value => no value mysql MySQL Support => enabled Active Persistent Links => 0 Active Links => 0 Client API version => mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ Persistent cache => enabled put_hits => 0 put_misses => 0 get_hits => 0 get_misses => 0 size => 2000 free_items => 2000 references => 2 Directive => Local Value => Master Value mysql.allow_local_infile => On => On mysql.allow_persistent => On => On mysql.cache_size => 2000 => 2000 mysql.connect_timeout => 60 => 60 mysql.default_host => no value => no value mysql.default_password => no value => no value mysql.default_port => no value => no value mysql.default_socket => no value => no value mysql.default_user => no value => no value mysql.max_links => Unlimited => Unlimited mysql.max_persistent => Unlimited => Unlimited mysql.trace_mode => Off => Off mysqli MysqlI Support => enabled Client API library version => mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ Active Persistent Links => 0 Inactive Persistent Links => 0 Active Links => 0 Persistent cache => enabled put_hits => 0 put_misses => 0 get_hits => 0 get_misses => 0 size => 2000 free_items => 2000 references => 2 Directive => Local Value => Master Value mysqli.allow_local_infile => On => On mysqli.allow_persistent => On => On mysqli.cache_size => 2000 => 2000 mysqli.default_host => no value => no value mysqli.default_port => 3306 => 3306 mysqli.default_pw => no value => no value mysqli.default_socket => no value => no value mysqli.default_user => no value => no value mysqli.max_links => Unlimited => Unlimited mysqli.max_persistent => Unlimited => Unlimited mysqli.reconnect => Off => Off mysqlnd mysqlnd => enabled Version => mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ Command buffer size => 2048 Read buffer size => 32768 Collecting statistics => Yes Collecting memory statistics => No Client statistics => bytes_sent => 0 bytes_received => 0 packets_sent => 0 packets_received => 0 protocol_overhead_in => 0 protocol_overhead_out => 0 bytes_received_ok_packet => 0 bytes_received_eof_packet => 0 bytes_received_rset_header_packet => 0 bytes_received_rset_field_meta_packet => 0 bytes_received_rset_row_packet => 0 bytes_received_prepare_response_packet => 0 bytes_received_change_user_packet => 0 packets_sent_command => 0 packets_received_ok => 0 packets_received_eof => 0 packets_received_rset_header => 0 packets_received_rset_field_meta => 0 packets_received_rset_row => 0 packets_received_prepare_response => 0 packets_received_change_user => 0 result_set_queries => 0 non_result_set_queries => 0 no_index_used => 0 bad_index_used => 0 slow_queries => 0 buffered_sets => 0 unbuffered_sets => 0 ps_buffered_sets => 0 ps_unbuffered_sets => 0 flushed_normal_sets => 0 flushed_ps_sets => 0 ps_prepared_never_executed => 0 ps_prepared_once_executed => 0 rows_fetched_from_server_normal => 0 rows_fetched_from_server_ps => 0 rows_buffered_from_client_normal => 0 rows_buffered_from_client_ps => 0 rows_fetched_from_client_normal_buffered => 0 rows_fetched_from_client_normal_unbuffered => 0 rows_fetched_from_client_ps_buffered => 0 rows_fetched_from_client_ps_unbuffered => 0 rows_fetched_from_client_ps_cursor => 0 rows_skipped_normal => 0 rows_skipped_ps => 0 copy_on_write_saved => 0 copy_on_write_performed => 0 command_buffer_too_small => 0 connect_success => 0 connect_failure => 0 connection_reused => 0 reconnect => 0 pconnect_success => 0 active_connections => 0 active_persistent_connections => 0 explicit_close => 0 implicit_close => 0 disconnect_close => 0 in_middle_of_command_close => 0 explicit_free_result => 0 implicit_free_result => 0 explicit_stmt_close => 0 implicit_stmt_close => 0 mem_emalloc_count => 0 mem_emalloc_ammount => 0 mem_ecalloc_count => 0 mem_ecalloc_ammount => 0 mem_erealloc_count => 0 mem_erealloc_ammount => 0 mem_efree_count => 0 mem_malloc_count => 0 mem_malloc_ammount => 0 mem_calloc_count => 0 mem_calloc_ammount => 0 mem_realloc_count => 0 mem_realloc_ammount => 0 mem_free_count => 0 proto_text_fetched_null => 0 proto_text_fetched_bit => 0 proto_text_fetched_tinyint => 0 proto_text_fetched_short => 0 proto_text_fetched_int24 => 0 proto_text_fetched_int => 0 proto_text_fetched_bigint => 0 proto_text_fetched_decimal => 0 proto_text_fetched_float => 0 proto_text_fetched_double => 0 proto_text_fetched_date => 0 proto_text_fetched_year => 0 proto_text_fetched_time => 0 proto_text_fetched_datetime => 0 proto_text_fetched_timestamp => 0 proto_text_fetched_string => 0 proto_text_fetched_blob => 0 proto_text_fetched_enum => 0 proto_text_fetched_set => 0 proto_text_fetched_geometry => 0 proto_text_fetched_other => 0 proto_binary_fetched_null => 0 proto_binary_fetched_bit => 0 proto_binary_fetched_tinyint => 0 proto_binary_fetched_short => 0 proto_binary_fetched_int24 => 0 proto_binary_fetched_int => 0 proto_binary_fetched_bigint => 0 proto_binary_fetched_decimal => 0 proto_binary_fetched_float => 0 proto_binary_fetched_double => 0 proto_binary_fetched_date => 0 proto_binary_fetched_year => 0 proto_binary_fetched_time => 0 proto_binary_fetched_datetime => 0 proto_binary_fetched_timestamp => 0 proto_binary_fetched_string => 0 proto_binary_fetched_blob => 0 proto_binary_fetched_enum => 0 proto_binary_fetched_set => 0 proto_binary_fetched_geometry => 0 proto_binary_fetched_other => 0 odbc ODBC Support => enabled Active Persistent Links => 0 Active Links => 0 ODBC library => iodbc ODBC_INCLUDE => -I/usr/include ODBC_LFLAGS => -L/usr/lib ODBC_LIBS => -liodbc Directive => Local Value => Master Value odbc.allow_persistent => On => On odbc.check_persistent => On => On odbc.default_cursortype => Static cursor => Static cursor odbc.default_db => no value => no value odbc.default_pw => no value => no value odbc.default_user => no value => no value odbc.defaultbinmode => return as is => return as is odbc.defaultlrl => return up to 4096 bytes => return up to 4096 bytes odbc.max_links => Unlimited => Unlimited odbc.max_persistent => Unlimited => Unlimited openssl OpenSSL support => enabled OpenSSL Library Version => OpenSSL 0.9.8k 25 Mar 2009 OpenSSL Header Version => OpenSSL 0.9.8k 25 Mar 2009 pcre PCRE (Perl Compatible Regular Expressions) Support => enabled PCRE Library Version => 7.8 2008-09-05 Directive => Local Value => Master Value pcre.backtrack_limit => 100000 => 100000 pcre.recursion_limit => 100000 => 100000 PDO PDO support => enabled PDO drivers => mysql, sqlite, sqlite2 pdo_mysql PDO Driver for MySQL => enabled Client API version => mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ Persistent cache => enabled put_hits => 0 put_misses => 0 get_hits => 0 get_misses => 0 size => 2000 free_items => 2000 references => 2 Directive => Local Value => Master Value pdo_mysql.cache_size => 2000 => 2000 pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock pdo_sqlite PDO Driver for SQLite 3.x => enabled SQLite Library => 3.6.15 Phar Phar: PHP Archive support => enabled Phar EXT version => 2.0.0-dev Phar API version => 1.1.1 CVS revision => $Revision: 1.370.2.62 $ Phar-based phar archives => enabled Tar-based phar archives => enabled ZIP-based phar archives => enabled gzip compression => enabled bzip2 compression => enabled OpenSSL support => enabled Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. Directive => Local Value => Master Value phar.cache_list => no value => no value phar.readonly => On => On phar.require_hash => On => On posix Revision => $Revision: 1.70.2.3.2.16.2.15 $ Reflection Reflection => enabled Version => $Revision: 1.164.2.33.2.45.2.58 $ session Session Support => enabled Registered save handlers => files user sqlite Registered serializer handlers => php php_binary Directive => Local Value => Master Value session.auto_start => Off => Off session.bug_compat_42 => On => On session.bug_compat_warn => On => On session.cache_expire => 180 => 180 session.cache_limiter => nocache => nocache session.cookie_domain => no value => no value session.cookie_httponly => Off => Off session.cookie_lifetime => 0 => 0 session.cookie_path => / => / session.cookie_secure => Off => Off session.entropy_file => no value => no value session.entropy_length => 0 => 0 session.gc_divisor => 100 => 100 session.gc_maxlifetime => 1440 => 1440 session.gc_probability => 1 => 1 session.hash_bits_per_character => 4 => 4 session.hash_function => 0 => 0 session.name => PHPSESSID => PHPSESSID session.referer_check => no value => no value session.save_handler => files => files session.save_path => no value => no value session.serialize_handler => php => php session.use_cookies => On => On session.use_only_cookies => On => On session.use_trans_sid => 0 => 0 shmop shmop support => enabled SimpleXML Simplexml support => enabled Revision => $Revision: 1.151.2.22.2.35.2.32 $ Schema support => enabled snmp NET-SNMP Support => enabled NET-SNMP Version => 5.4.2.1 soap Soap Client => enabled Soap Server => enabled Directive => Local Value => Master Value soap.wsdl_cache => 1 => 1 soap.wsdl_cache_dir => /tmp => /tmp soap.wsdl_cache_enabled => 1 => 1 soap.wsdl_cache_limit => 5 => 5 soap.wsdl_cache_ttl => 86400 => 86400 sockets Sockets Support => enabled SPL SPL support => enabled Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException SQLite SQLite support => enabled PECL Module version => 2.0-dev $Id: sqlite.c,v 1.166.2.13.2.9.2.22 2009/06/25 09:38:04 johannes Exp $ SQLite Library => 2.8.17 SQLite Encoding => iso8859 Directive => Local Value => Master Value sqlite.assoc_case => 0 => 0 sqlite3 SQLite3 support => enabled SQLite3 module version => 0.7-dev SQLite Library => 3.6.15 Directive => Local Value => Master Value sqlite3.extension_dir => no value => no value standard Dynamic Library Support => enabled Path to sendmail => /usr/sbin/sendmail -t -i Directive => Local Value => Master Value assert.active => 1 => 1 assert.bail => 0 => 0 assert.callback => no value => no value assert.quiet_eval => 0 => 0 assert.warning => 1 => 1 auto_detect_line_endings => 0 => 0 default_socket_timeout => 60 => 60 safe_mode_allowed_env_vars => PHP_ => PHP_ safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset= user_agent => no value => no value sysvmsg sysvmsg support => enabled Revision => $Revision: 1.20.2.3.2.6.2.9 $ tokenizer Tokenizer Support => enabled xml XML Support => active XML Namespace Support => active libxml2 Version => 2.7.3 xmlreader XMLReader => enabled xmlrpc core library version => xmlrpc-epi v. 0.51 php extension version => 0.51 author => Dan Libby homepage => http://xmlrpc-epi.sourceforge.net open sourced by => Epinions.com xmlwriter XMLWriter => enabled xsl XSL => enabled libxslt Version => 1.1.24 libxslt compiled against libxml Version => 2.7.3 EXSLT => enabled libexslt Version => 1.1.24 zlib ZLib Support => enabled Stream Wrapper support => compress.zlib:// Stream Filter support => zlib.inflate, zlib.deflate Compiled Version => 1.2.3 Linked Version => 1.2.3 Directive => Local Value => Master Value zlib.output_compression => Off => Off zlib.output_compression_level => -1 => -1 zlib.output_handler => no value => no value Additional Modules Module Name sysvsem sysvshm Environment Variable => Value TERM_PROGRAM => Apple_Terminal TERM => xterm-color SHELL => /bin/bash TMPDIR => /var/folders/E6/E6iKsafiF9Wnbja513eS0E+++TI/-Tmp-/ Apple_PubSub_Socket_Render => /tmp/launch-JMCfDP/Render TERM_PROGRAM_VERSION => 272 OLDPWD => /Users/jasper USER => jasper COMMAND_MODE => unix2003 SSH_AUTH_SOCK => /tmp/launch-LhSOMK/Listeners __CF_USER_TEXT_ENCODING => 0x1F5:0:0 PATH => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/ usr/local/bin:/usr/X11/bin PWD => /Users/jasper/Desktop DBUS_LAUNCHD_SESSION_BUS_SOCKET => /tmp/launch-PpwRDE/ unix_domain_listener SHLVL => 1 HOME => /Users/jasper LOGNAME => jasper LC_CTYPE => UTF-8 DISPLAY => /tmp/launch-Gj5LwL/:0 _ => /usr/bin/php PHP Variables Variable => Value _SERVER["TERM_PROGRAM"] => Apple_Terminal _SERVER["TERM"] => xterm-color _SERVER["SHELL"] => /bin/bash _SERVER["TMPDIR"] => /var/folders/E6/E6iKsafiF9Wnbja513eS0E+++TI/-Tmp-/ _SERVER["Apple_PubSub_Socket_Render"] => /tmp/launch-JMCfDP/Render _SERVER["TERM_PROGRAM_VERSION"] => 272 _SERVER["OLDPWD"] => /Users/jasper _SERVER["USER"] => jasper _SERVER["COMMAND_MODE"] => unix2003 _SERVER["SSH_AUTH_SOCK"] => /tmp/launch-LhSOMK/Listeners _SERVER["__CF_USER_TEXT_ENCODING"] => 0x1F5:0:0 _SERVER["PATH"] => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/ sbin:/sbin:/usr/local/bin:/usr/X11/bin _SERVER["PWD"] => /Users/jasper/Desktop _SERVER["DBUS_LAUNCHD_SESSION_BUS_SOCKET"] => /tmp/launch-PpwRDE/ unix_domain_listener _SERVER["SHLVL"] => 1 _SERVER["HOME"] => /Users/jasper _SERVER["LOGNAME"] => jasper _SERVER["LC_CTYPE"] => UTF-8 _SERVER["DISPLAY"] => /tmp/launch-Gj5LwL/:0 _SERVER["_"] => /usr/bin/php _SERVER["PHP_SELF"] => _SERVER["SCRIPT_NAME"] => _SERVER["SCRIPT_FILENAME"] => _SERVER["PATH_TRANSLATED"] => _SERVER["DOCUMENT_ROOT"] => _SERVER["REQUEST_TIME"] => 1263411948 _SERVER["argv"] => Array ( ) _SERVER["argc"] => 0 _ENV["TERM_PROGRAM"] => Apple_Terminal _ENV["TERM"] => xterm-color _ENV["SHELL"] => /bin/bash _ENV["TMPDIR"] => /var/folders/E6/E6iKsafiF9Wnbja513eS0E+++TI/-Tmp-/ _ENV["Apple_PubSub_Socket_Render"] => /tmp/launch-JMCfDP/Render _ENV["TERM_PROGRAM_VERSION"] => 272 _ENV["OLDPWD"] => /Users/jasper _ENV["USER"] => jasper _ENV["COMMAND_MODE"] => unix2003 _ENV["SSH_AUTH_SOCK"] => /tmp/launch-LhSOMK/Listeners _ENV["__CF_USER_TEXT_ENCODING"] => 0x1F5:0:0 _ENV["PATH"] => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/ sbin:/sbin:/usr/local/bin:/usr/X11/bin _ENV["PWD"] => /Users/jasper/Desktop _ENV["DBUS_LAUNCHD_SESSION_BUS_SOCKET"] => /tmp/launch-PpwRDE/ unix_domain_listener _ENV["SHLVL"] => 1 _ENV["HOME"] => /Users/jasper _ENV["LOGNAME"] => jasper _ENV["LC_CTYPE"] => UTF-8 _ENV["DISPLAY"] => /tmp/launch-Gj5LwL/:0 _ENV["_"] => /usr/bin/php PHP License This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license at php.net. -- Scott (Sent from a mobile device) On Jan 13, 2010, at 12:00 PM, Jasper Frumau wrote: > Here is my PHP Ini output: http://pastebin.com/m6f9b6e34 . MySQL > socket and MySQLi socket are not set it seems, which is odd. > PDO_MySQL is set, but not correct it seems. So I guess I need to > add /opt/local/var/run/mysql5/ > mysqld.sock in these three places I guess? > > > On Wed, Jan 13, 2010 at 9:30 PM, Ryan Schmidt > wrote: > Ok, so you discovered MacPorts MySQL is running and its socket is in > the usual place for MacPorts MySQL, /opt/local/var/run/mysql5/ > mysqld.sock. That's the usual place MacPorts PHP looks for it, too. > Perhaps you told MacPorts PHP to look for the socket somewhere else. > Edit your php.ini and tell it the socket is located at the above > path. The three ini settings to edit are mysql.default_socket, > mysqli.default_socket and pdo_mysql.default_socket. > > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jasperfrumau at gmail.com Thu Jan 14 02:29:00 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Thu, 14 Jan 2010 13:29:00 +0300 Subject: MySQL error installing Drupal In-Reply-To: References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> Message-ID: <56cc1b0a1001140229w345955e3t9441c1cc66e600a@mail.gmail.com> On Thu, Jan 14, 2010 at 1:03 PM, Scott Haneda wrote: > Ok, lets take a step back and see if we can clear this up. > > At some point, you installed MacPorts, and now you are running commands > that you desire to call to the MacPorts installed applications, but we are > not sure that is the case or not. > > A few useful things that you could show us: > > $which -a php > I keep on learning here every day! Jaspers-MacBook-Pro:~ jasper$ which -a php /usr/bin/php > > This will show what your shell knows about the locations of php, in order, > for all of them. In my case, I see: > > /opt/local/bin/php > /usr/bin/php > > This tells me, when I type `php` on the command line, that it really is > going to run `/opt/local/bin/php`. ( The first one in the above results ) > > This may also be helpful to others here who will help you: > $which -a httpd > Jaspers-MacBook-Pro:~ jasper$ which -a httpd /usr/sbin/httpd > > The order in which your system is searched for these files in controlled by > your PATH environment variable, which you can get to by entering in: > > $echo $PATH > > Mine returns something like this: > > /opt/local/bin:/opt/local/sbin:/Users/me/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin > Jaspers-MacBook-Pro:~ jasper$ echo $PATH /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Jaspers-MacBook-Pro:~ jasper$ If you look in your home dir, you should see that MacPorts has added a > config file to add to the $PATH for you. It is usually at ~/.profile. > > If your `echo $PATH` command does not have /opt in it, there is a source of > problem there that we need to solve first. > Well opt is part of the path.. > > Finally, type the three letters `ENV` into your terminal, and show that > output as well. > Unfamiliar with this command, but here we go: Jaspers-MacBook-Pro:~ jasper$ ENV TERM_PROGRAM=Apple_Terminal TERM=xterm-color SHELL=/bin/bash TMPDIR=/var/folders/E6/E6iKsafiF9Wnbja513eS0E+++TI/-Tmp-/ Apple_PubSub_Socket_Render=/tmp/launch-yULxPh/Render TERM_PROGRAM_VERSION=272 USER=jasper COMMAND_MODE=unix2003 SSH_AUTH_SOCK=/tmp/launch-CZKr9o/Listeners __CF_USER_TEXT_ENCODING=0x1F5:0:0 PATH=/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin PWD=/Users/jasper DBUS_LAUNCHD_SESSION_BUS_SOCKET=/tmp/launch-5Z4X0q/unix_domain_listener SHLVL=1 HOME=/Users/jasper LOGNAME=jasper LC_CTYPE=UTF-8 DISPLAY=/tmp/launch-j8MXhn/:0 _=/usr/bin/ENV > > With all that, I think we should be able to help you from there. More > comments inline below... > > > On Jan 14, 2010, at 12:47 AM, Jasper Frumau wrote: > > >> Which PHP is your web server using -- Apple or MacPorts? > >> > > > > @ http://localhost/drupal-6.15/info.php PHP 5.3.0 is indicated and > > mysql.sock is still not defined so I guess I have two PHP versions? How > did > > that ever happen? If this is the Apple or MacPorts one I do not know.. > > It should be pretty easy to tell, one way, go into your System Preferences, > and open up the Sharing Preference Pane, is Web Sharing turned on? If it > is, you have an instance of Apple's Apache running. > Yes. Turned on. I will turn it off for now.. No Apache running like this at the moment though.. > You can turn it off, but I am going to bet you break any sites you > currently have running by doing so. But it should not be too hard to get > them back up and running. If they were running under Apple's Apache, they > certainly will run under MacPorts build of it. > > >> Which PHP are you using on the command line -- Apple or MacPorts? > > > > How do I check that? php -i shows the one phpinfo shows on the localhost > > with phpinfo(); > > The version number returned from php -i would be a good start, Apples and > MacPorts are more than likely different: > > MacPors Version (You may have a slightly different version) > $/opt/local/bin/php -i | grep 'PHP Version' > PHP Version => 5.3.1 > PHP Version => 5.3.1 > > Apple's Version (Snow Leopard) > $/usr/bin/php -i | grep 'PHP Version' > PHP Version => 5.3.0 > PHP Version => 5.3.0 > > But that is not the best test, since there is always chance of version > parity. Probably the most telling, is going to be to run `php` with no > direct full path, as so: > > $php -i | grep 'Configuration File' > > My results: > Configuration File (php.ini) Path => /opt/local/etc/php5 > Loaded Configuration File => /opt/local/etc/php5/php.ini > > That will tell us which php you are using, but it may also be helpful to > see > $/opt/local/bin/php -i | grep 'Configuration File' > $/usr/bin/php -i | grep 'Configuration File' > > >> I have a feeling you're using a different PHP on the command line than > >> you're using in your web server. > > > > I do too.. > > This would be controlled by the launchd item that is starting it, assuming > you do not start Apache by hand. > > What does: > > $sudo ps aux | grep -i http > I urned Apple sharing on again and: Jaspers-MacBook-Pro:~ jasper$ sudo ps aux | grep -i http Password: jasper 2256 0.0 0.0 2435032 528 s000 S+ 1:27PM 0:00.00 grep -i http _www 2250 0.0 0.0 2451644 636 ?? S 1:27PM 0:00.00 /usr/sbin/httpd -D FOREGROUND root 2249 0.0 0.2 2451644 9736 ?? Ss 1:27PM 0:00.16 /usr/sbin/httpd -D FOREGROUND > > return for you when Apache is running? > > Also, please run: > > $sudo launchctl list | grep -i apache > Jaspers-MacBook-Pro:~ jasper$ sudo launchctl list | grep -i apache 2249 - org.apache.httpd > Looking over your older threads here, it looks like you have MySql running, > and you are also using the MacPorts version, as denoted by the "5" in the > mysql5 command you showed. > > Are you running Mac OS X Server by any chance? > No.. > > I think with the output to the commands above, someone here can guide you > down the right path. Right now, it is hard to say what is going on. > Personally, I would move your sites from /Library/WebServer/Documents once > you get this up and working, and put them at /www or /home/www or something > like that; somewhere where 1) Apple is more unlikely to mess with it, and 2) > Apple is not aware it is there, so you know Apple's Apache will never locate > it. > > -- > Scott * If you contact me off list replace talklists@ with scott@ * > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jasperfrumau at gmail.com Thu Jan 14 02:38:08 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Thu, 14 Jan 2010 13:38:08 +0300 Subject: MySQL error installing Drupal In-Reply-To: <588A1D43-305A-4065-9345-A597C7613D5B@newgeo.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> <588A1D43-305A-4065-9345-A597C7613D5B@newgeo.com> Message-ID: <56cc1b0a1001140238i77bef919u21a801c1b365f873@mail.gmail.com> On Thu, Jan 14, 2010 at 1:24 PM, Scott Haneda wrote: > What command did you run to generate that output? > php -i from the command line. Yes I am pretty sure now I run PHP and Apache from Apple (see earlier email). Now I need to sort the socket issue once and for all. Maybe you guys can help me some more with the data given earlier.... > That shows php info for Apples php, not MacPorts. > > You can tell from > > > phpinfo() > PHP Version => 5.3.0 > > System => Darwin my-macbook-pro.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386 > Build Date => Jul 19 2009 00:29:44 > Configure Command => '/var/tmp/apache_mod_php/apache_mod_php-53~1/php/configure' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--sysconfdir=/private/etc' '--with-apxs2=/usr/sbin/apxs' '--enable-cli' '--with-config-file-path=/etc' '--with-libxml-dir=/usr' '--with-openssl=/usr' '--with-kerberos=/usr' '--with-zlib=/usr' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' '--with-curl=/usr' '--enable-exif' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/BinaryCache/apache_mod_php/apache_mod_php-53~1/Root/usr/local' '--with-png-dir=/BinaryCache/apache_mod_php/apache_mod_php-53~1/Root/usr/local' '--enable-gd-native-ttf' '--with-ldap=/usr' '--with-ldap-sasl=/usr' '--enable-mbstring' '--enable-mbregex' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd' '--with-mysql-sock=/var/mysql/mysql.sock' '--with-iodbc=/usr' '--enable-shmop' '--with-snmp=/usr' '--enable-soap' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-xmlrpc' '--with-iconv-dir=/usr' '--with-xsl=/usr' '--with-pcre-regex=/usr' > Server API => Command Line Interface > Virtual Directory Support => disabled > Configuration File (php.ini) Path => /etc > Loaded Configuration File => /private/etc/php.ini > Scan this dir for additional .ini files => (none) > Additional .ini files parsed => (none) > PHP API => 20090626 > PHP Extension => 20090626 > Zend Extension => 220090626 > Zend Extension Build => API220090626,NTS > PHP Extension Build => API20090626,NTS > Debug Build => no > Thread Safety => disabled > Zend Memory Manager => enabled > Zend Multibyte Support => disabled > IPv6 Support => enabled > Registered PHP Streams => https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar > Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls > Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk > > > This program makes use of the Zend Scripting Language Engine: > Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies > > > _______________________________________________________________________ > > > Configuration > > bcmath > > BCMath support => enabled > > Directive => Local Value => Master Value > bcmath.scale => 0 => 0 > > bz2 > > BZip2 Support => Enabled > Stream Wrapper support => compress.bz2:// > Stream Filter support => bzip2.decompress, bzip2.compress > BZip2 Version => 1.0.5, 10-Dec-2007 > > calendar > > Calendar support => enabled > > Core > > PHP Version => 5.3.0 > > Directive => Local Value => Master Value > allow_call_time_pass_reference => On => On > allow_url_fopen => On => On > allow_url_include => Off => Off > always_populate_raw_post_data => Off => Off > arg_separator.input => & => & > arg_separator.output => & => & > asp_tags => Off => Off > auto_append_file => no value => no value > auto_globals_jit => On => On > auto_prepend_file => no value => no value > browscap => no value => no value > default_charset => no value => no value > default_mimetype => text/html => text/html > define_syslog_variables => Off => Off > disable_classes => no value => no value > disable_functions => no value => no value > display_errors => STDOUT => STDOUT > display_startup_errors => Off => Off > doc_root => no value => no value > docref_ext => no value => no value > docref_root => no value => no value > enable_dl => On => On > error_append_string => no value => no value > error_log => no value => no value > error_prepend_string => no value => no value > error_reporting => no value => no value > exit_on_timeout => Off => Off > expose_php => On => On > extension_dir => /usr/lib/php/extensions/no-debug-non-zts-20090626 => /usr/lib/php/extensions/no-debug-non-zts-20090626 > file_uploads => On => Onhighlight.bg => #FFFFFF => #FFFFFF > highlight.comment => #FF8000 => #FF8000 > highlight.default => #0000BB => #0000BB > highlight.html => #000000 => #000000 > highlight.keyword => #007700 => #007700 > highlight.string => #DD0000 => #DD0000 > html_errors => Off => Off > ignore_repeated_errors => Off => Off > ignore_repeated_source => Off => Off > ignore_user_abort => Off => Off > implicit_flush => On => On > include_path => .:/usr/lib/php => .:/usr/lib/php > log_errors => Off => Off > log_errors_max_len => 1024 => 1024 > magic_quotes_gpc => On => On > magic_quotes_runtime => Off => Off > magic_quotes_sybase => Off => Off > mail.add_x_header => Off => Off > mail.force_extra_parameters => no value => no value > mail.log => no value => no value > max_execution_time => 0 => 0 > max_input_nesting_level => 64 => 64 > max_input_time => -1 => -1 > memory_limit => 128M => 128M > open_basedir => no value => no value > output_buffering => 0 => 0 > output_handler => no value => no value > post_max_size => 8M => 8M > precision => 14 => 14 > realpath_cache_size => 16K => 16K > realpath_cache_ttl => 120 => 120 > register_argc_argv => On => On > register_globals => Off => Off > register_long_arrays => On => On > report_memleaks => On => On > report_zend_debug => Off => Off > request_order => no value => no value > safe_mode => Off => Off > safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin > safe_mode_gid => Off => Off > safe_mode_include_dir => no value => no value > sendmail_from => no value => no value > sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i > serialize_precision => 100 => 100 > short_open_tag => On => On > SMTP => localhost => localhost > smtp_port => 25 => 25 > sql.safe_mode => Off => Off > track_errors => Off => Off > unserialize_callback_func => no value => no value > upload_max_filesize => 2M => 2M > upload_tmp_dir => no value => no value > user_dir => no value => no value > user_ini.cache_ttl => 300 => 300 > user_ini.filename => .user.ini => .user.ini > variables_order => EGPCS => EGPCS > xmlrpc_error_number => 0 => 0 > xmlrpc_errors => Off => Off > y2k_compliance => On => On > zend.enable_gc => On => On > > ctype > > ctype functions => enabled > > curl > > cURL support => enabled > cURL Information => 7.19.4 > Age => 3 > Features > AsynchDNS => No > Debug => No > GSS-Negotiate => Yes > IDN => No > IPv6 => Yes > Largefile => Yes > NTLM => Yes > SPNEGO => No > SSL => Yes > SSPI => No > krb4 => No > libz => Yes > CharConv => No > Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps > Host => universal-apple-darwin10.0 > SSL Version => OpenSSL/0.9.8k > ZLib Version => 1.2.3 > > date > > date/time support => enabled > "Olson" Timezone Database Version => 2009.10 > Timezone Database => internal > Default timezone => Europe/Moscow > > Directive => Local Value => Master Value > date.default_latitude => 31.7667 => 31.7667 > date.default_longitude => 35.2333 => 35.2333 > date.sunrise_zenith => 90.583333 => 90.583333 > date.sunset_zenith => 90.583333 => 90.583333 > date.timezone => no value => no value > > dom > > DOM/XML => enabled > DOM/XML API Version => 20031129 > libxml Version => 2.7.3 > HTML Support => enabled > XPath Support => enabled > XPointer Support => enabled > Schema Support => enabled > RelaxNG Support => enabled > > ereg > > Regex Library => Bundled library enabled > > exif > > EXIF Support => enabled > EXIF Version => 1.4 $Id: exif.c,v 1.173.2.5.2.20.2.16 2009/06/12 14:03:35 felipe Exp $ > Supported EXIF Version => 0220 > Supported filetypes => JPEG,TIFF > > Directive => Local Value => Master Value > exif.decode_jis_intel => JIS => JIS > exif.decode_jis_motorola => JIS => JIS > exif.decode_unicode_intel => UCS-2LE => UCS-2LE > exif.decode_unicode_motorola => UCS-2BE => UCS-2BE > exif.encode_jis => no value => no value > exif.encode_unicode => ISO-8859-15 => ISO-8859-15 > > fileinfo > > fileinfo support => enabled > version => 1.0.5-dev > > filter > > Input Validation and Filtering => enabled > Revision => $Revision: 1.52.2.39.2.16 $ > > Directive => Local Value => Master Value > filter.default => unsafe_raw => unsafe_raw > filter.default_flags => no value => no value > > ftp > > FTP support => enabled > > gd > > GD Support => enabled > GD Version => bundled (2.0.34 compatible) > GIF Read Support => enabled > GIF Create Support => enabled > JPEG Support => enabled > libJPEG Version => 6b > PNG Support => enabled > libPNG Version => 1.2.37 > WBMP Support => enabled > XBM Support => enabled > > Directive => Local Value => Master Value > gd.jpeg_ignore_warning => 0 => 0 > > hash > > hash support => enabled > Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b salsa10 salsa20 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 > > iconv > > iconv support => enabled > iconv implementation => libiconv > iconv library version => 1.11 > > Directive => Local Value => Master Value > iconv.input_encoding => ISO-8859-1 => ISO-8859-1 > iconv.internal_encoding => ISO-8859-1 => ISO-8859-1 > iconv.output_encoding => ISO-8859-1 => ISO-8859-1 > > json > > json support => enabled > json version => 1.2.1 > > ldap > > LDAP Support => enabled > RCS Version => $Id: ldap.c,v 1.161.2.3.2.11.2.30 2009/06/25 15:19:29 johannes Exp $ > Total Links => 0/unlimited > API Version => 3001 > Vendor Name => OpenLDAP > Vendor Version => 20411 > SASL Support => Enabled > > Directive => Local Value => Master Value > ldap.max_links => Unlimited => Unlimited > > libxml > > libXML support => active > libXML Compiled Version => 2.7.3 > libXML Loaded Version => 20703 > libXML streams => enabled > > mbstring > > Multibyte Support => enabled > Multibyte string engine => libmbfl > HTTP input encoding translation => disabled > > mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. > > Multibyte (japanese) regex support => enabled > Multibyte regex (oniguruma) backtrack check => On > Multibyte regex (oniguruma) version => 4.7.1 > > Directive => Local Value => Master Value > mbstring.detect_order => no value => no value > mbstring.encoding_translation => Off => Off > mbstring.func_overload => 0 => 0 > mbstring.http_input => pass => pass > mbstring.http_output => pass => pass > mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml) > mbstring.internal_encoding => no value => no value > mbstring.language => neutral => neutral > mbstring.strict_detection => Off => Off > mbstring.substitute_character => no value => no value > > mysql > > MySQL Support => enabled > Active Persistent Links => 0 > Active Links => 0 > Client API version => mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ > Persistent cache => enabled > put_hits => 0 > put_misses => 0 > get_hits => 0 > get_misses => 0 > size => 2000 > free_items => 2000 > references => 2 > > Directive => Local Value => Master Value > mysql.allow_local_infile => On => On > mysql.allow_persistent => On => On > mysql.cache_size => 2000 => 2000 > mysql.connect_timeout => 60 => 60 > mysql.default_host => no value => no value > mysql.default_password => no value => no value > mysql.default_port => no value => no value > mysql.default_socket => no value => no value > mysql.default_user => no value => no value > mysql.max_links => Unlimited => Unlimited > mysql.max_persistent => Unlimited => Unlimited > mysql.trace_mode => Off => Off > > mysqli > > MysqlI Support => enabled > Client API library version => mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ > Active Persistent Links => 0 > Inactive Persistent Links => 0 > Active Links => 0 > Persistent cache => enabled > put_hits => 0 > put_misses => 0 > get_hits => 0 > get_misses => 0 > size => 2000 > free_items => 2000 > references => 2 > > Directive => Local Value => Master Value > mysqli.allow_local_infile => On => On > mysqli.allow_persistent => On => On > mysqli.cache_size => 2000 => 2000 > mysqli.default_host => no value => no value > mysqli.default_port => 3306 => 3306 > mysqli.default_pw => no value => no value > mysqli.default_socket => no value => no value > mysqli.default_user => no value => no value > mysqli.max_links => Unlimited => Unlimited > mysqli.max_persistent => Unlimited => Unlimited > mysqli.reconnect => Off => Off > > mysqlnd > > mysqlnd => enabled > Version => mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ > Command buffer size => 2048 > Read buffer size => 32768 > Collecting statistics => Yes > Collecting memory statistics => No > > Client statistics => > bytes_sent => 0 > bytes_received => 0 > packets_sent => 0 > packets_received => 0 > protocol_overhead_in => 0 > protocol_overhead_out => 0 > bytes_received_ok_packet => 0 > bytes_received_eof_packet => 0 > bytes_received_rset_header_packet => 0 > bytes_received_rset_field_meta_packet => 0 > bytes_received_rset_row_packet => 0 > bytes_received_prepare_response_packet => 0 > bytes_received_change_user_packet => 0 > packets_sent_command => 0 > packets_received_ok => 0 > packets_received_eof => 0 > packets_received_rset_header => 0 > packets_received_rset_field_meta => 0 > packets_received_rset_row => 0 > packets_received_prepare_response => 0 > packets_received_change_user => 0 > result_set_queries => 0 > non_result_set_queries => 0 > no_index_used => 0 > bad_index_used => 0 > slow_queries => 0 > buffered_sets => 0 > unbuffered_sets => 0 > ps_buffered_sets => 0 > ps_unbuffered_sets => 0 > flushed_normal_sets => 0 > flushed_ps_sets => 0 > ps_prepared_never_executed => 0 > ps_prepared_once_executed => 0 > rows_fetched_from_server_normal => 0 > rows_fetched_from_server_ps => 0 > rows_buffered_from_client_normal => 0 > rows_buffered_from_client_ps => 0 > rows_fetched_from_client_normal_buffered => 0 > rows_fetched_from_client_normal_unbuffered => 0 > rows_fetched_from_client_ps_buffered => 0 > rows_fetched_from_client_ps_unbuffered => 0 > rows_fetched_from_client_ps_cursor => 0 > rows_skipped_normal => 0 > rows_skipped_ps => 0 > copy_on_write_saved => 0 > copy_on_write_performed => 0 > command_buffer_too_small => 0 > connect_success => 0 > connect_failure => 0 > connection_reused => 0 > reconnect => 0 > pconnect_success => 0 > active_connections => 0 > active_persistent_connections => 0 > explicit_close => 0 > implicit_close => 0 > disconnect_close => 0 > in_middle_of_command_close => 0 > explicit_free_result => 0 > implicit_free_result => 0 > explicit_stmt_close => 0 > implicit_stmt_close => 0 > mem_emalloc_count => 0 > mem_emalloc_ammount => 0 > mem_ecalloc_count => 0 > mem_ecalloc_ammount => 0 > mem_erealloc_count => 0 > mem_erealloc_ammount => 0 > mem_efree_count => 0 > mem_malloc_count => 0 > mem_malloc_ammount => 0 > mem_calloc_count => 0 > mem_calloc_ammount => 0 > mem_realloc_count => 0 > mem_realloc_ammount => 0 > mem_free_count => 0 > proto_text_fetched_null => 0 > proto_text_fetched_bit => 0 > proto_text_fetched_tinyint => 0 > proto_text_fetched_short => 0 > proto_text_fetched_int24 => 0 > proto_text_fetched_int => 0 > proto_text_fetched_bigint => 0 > proto_text_fetched_decimal => 0 > proto_text_fetched_float => 0 > proto_text_fetched_double => 0 > proto_text_fetched_date => 0 > proto_text_fetched_year => 0 > proto_text_fetched_time => 0 > proto_text_fetched_datetime => 0 > proto_text_fetched_timestamp => 0 > proto_text_fetched_string => 0 > proto_text_fetched_blob => 0 > proto_text_fetched_enum => 0 > proto_text_fetched_set => 0 > proto_text_fetched_geometry => 0 > proto_text_fetched_other => 0 > proto_binary_fetched_null => 0 > proto_binary_fetched_bit => 0 > proto_binary_fetched_tinyint => 0 > proto_binary_fetched_short => 0 > proto_binary_fetched_int24 => 0 > proto_binary_fetched_int => 0 > proto_binary_fetched_bigint => 0 > proto_binary_fetched_decimal => 0 > proto_binary_fetched_float => 0 > proto_binary_fetched_double => 0 > proto_binary_fetched_date => 0 > proto_binary_fetched_year => 0 > proto_binary_fetched_time => 0 > proto_binary_fetched_datetime => 0 > proto_binary_fetched_timestamp => 0 > proto_binary_fetched_string => 0 > proto_binary_fetched_blob => 0 > proto_binary_fetched_enum => 0 > proto_binary_fetched_set => 0 > proto_binary_fetched_geometry => 0 > proto_binary_fetched_other => 0 > > odbc > > ODBC Support => enabled > Active Persistent Links => 0 > Active Links => 0 > ODBC library => iodbc > ODBC_INCLUDE => -I/usr/include > ODBC_LFLAGS => -L/usr/lib > ODBC_LIBS => -liodbc > > Directive => Local Value => Master Value > odbc.allow_persistent => On => On > odbc.check_persistent => On => On > odbc.default_cursortype => Static cursor => Static cursor > odbc.default_db => no value => no value > odbc.default_pw => no value => no value > odbc.default_user => no value => no value > odbc.defaultbinmode => return as is => return as is > odbc.defaultlrl => return up to 4096 bytes => return up to 4096 bytes > odbc.max_links => Unlimited => Unlimited > odbc.max_persistent => Unlimited => Unlimited > > openssl > > OpenSSL support => enabled > OpenSSL Library Version => OpenSSL 0.9.8k 25 Mar 2009 > OpenSSL Header Version => OpenSSL 0.9.8k 25 Mar 2009 > > pcre > > PCRE (Perl Compatible Regular Expressions) Support => enabled > PCRE Library Version => 7.8 2008-09-05 > > Directive => Local Value => Master Value > pcre.backtrack_limit => 100000 => 100000 > pcre.recursion_limit => 100000 => 100000 > > PDO > > PDO support => enabled > PDO drivers => mysql, sqlite, sqlite2 > > pdo_mysql > > PDO Driver for MySQL => enabled > Client API version => mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ > Persistent cache => enabled > put_hits => 0 > put_misses => 0 > get_hits => 0 > get_misses => 0 > size => 2000 > free_items => 2000 > references => 2 > > Directive => Local Value => Master Value > pdo_mysql.cache_size => 2000 => 2000 > pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock > > pdo_sqlite > > PDO Driver for SQLite 3.x => enabled > SQLite Library => 3.6.15 > > Phar > > Phar: PHP Archive support => enabled > Phar EXT version => 2.0.0-dev > Phar API version => 1.1.1 > CVS revision => $Revision: 1.370.2.62 $ > Phar-based phar archives => enabled > Tar-based phar archives => enabled > ZIP-based phar archives => enabled > gzip compression => enabled > bzip2 compression => enabled > OpenSSL support => enabled > > > Phar based on pear/PHP_Archive, original concept by Davey Shafik. > Phar fully realized by Gregory Beaver and Marcus Boerger. > Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. > Directive => Local Value => Master Value > phar.cache_list => no value => no value > phar.readonly => On => On > phar.require_hash => On => On > > posix > > Revision => $Revision: 1.70.2.3.2.16.2.15 $ > > Reflection > > Reflection => enabled > Version => $Revision: 1.164.2.33.2.45.2.58 $ > > session > > Session Support => enabled > Registered save handlers => files user sqlite > Registered serializer handlers => php php_binary > > Directive => Local Value => Master Value > session.auto_start => Off => Off > session.bug_compat_42 => On => On > session.bug_compat_warn => On => On > session.cache_expire => 180 => 180 > session.cache_limiter => nocache => nocache > session.cookie_domain => no value => no value > session.cookie_httponly => Off => Off > session.cookie_lifetime => 0 => 0 > session.cookie_path => / => / > session.cookie_secure => Off => Off > session.entropy_file => no value => no value > session.entropy_length => 0 => 0 > session.gc_divisor => 100 => 100 > session.gc_maxlifetime => 1440 => 1440 > session.gc_probability => 1 => 1 > session.hash_bits_per_character => 4 => 4 > session.hash_function => 0 => 0session.name => PHPSESSID => PHPSESSID > session.referer_check => no value => no value > session.save_handler => files => files > session.save_path => no value => no value > session.serialize_handler => php => php > session.use_cookies => On => On > session.use_only_cookies => On => On > session.use_trans_sid => 0 => 0 > > shmop > > shmop support => enabled > > SimpleXML > > Simplexml support => enabled > Revision => $Revision: 1.151.2.22.2.35.2.32 $ > Schema support => enabled > > snmp > > NET-SNMP Support => enabled > NET-SNMP Version => 5.4.2.1 > > soap > > Soap Client => enabled > Soap Server => enabled > > Directive => Local Value => Master Value > soap.wsdl_cache => 1 => 1 > soap.wsdl_cache_dir => /tmp => /tmp > soap.wsdl_cache_enabled => 1 => 1 > soap.wsdl_cache_limit => 5 => 5 > soap.wsdl_cache_ttl => 86400 => 86400 > > sockets > > Sockets Support => enabled > > SPL > > SPL support => enabled > Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject > Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException > > SQLite > > SQLite support => enabled > PECL Module version => 2.0-dev $Id: sqlite.c,v 1.166.2.13.2.9.2.22 2009/06/25 09:38:04 johannes Exp $ > SQLite Library => 2.8.17 > SQLite Encoding => iso8859 > > Directive => Local Value => Master Value > sqlite.assoc_case => 0 => 0 > > sqlite3 > > SQLite3 support => enabled > SQLite3 module version => 0.7-dev > SQLite Library => 3.6.15 > > Directive => Local Value => Master Value > sqlite3.extension_dir => no value => no value > > standard > > Dynamic Library Support => enabled > Path to sendmail => /usr/sbin/sendmail -t -i > > Directive => Local Value => Master Value > assert.active => 1 => 1 > assert.bail => 0 => 0 > assert.callback => no value => no value > assert.quiet_eval => 0 => 0 > assert.warning => 1 => 1 > auto_detect_line_endings => 0 => 0 > default_socket_timeout => 60 => 60 > safe_mode_allowed_env_vars => PHP_ => PHP_ > safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH > url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset= > user_agent => no value => no value > > sysvmsg > > sysvmsg support => enabled > Revision => $Revision: 1.20.2.3.2.6.2.9 $ > > tokenizer > > Tokenizer Support => enabled > > xml > > XML Support => active > XML Namespace Support => active > libxml2 Version => 2.7.3 > > xmlreader > > XMLReader => enabled > > xmlrpc > > core library version => xmlrpc-epi v. 0.51 > php extension version => 0.51 > author => Dan Libby > homepage => http://xmlrpc-epi.sourceforge.net > open sourced by => Epinions.com > > xmlwriter > > XMLWriter => enabled > > xsl > > XSL => enabled > libxslt Version => 1.1.24 > libxslt compiled against libxml Version => 2.7.3 > EXSLT => enabled > libexslt Version => 1.1.24 > > zlib > > ZLib Support => enabled > Stream Wrapper support => compress.zlib:// > Stream Filter support => zlib.inflate, zlib.deflate > Compiled Version => 1.2.3 > Linked Version => 1.2.3 > > Directive => Local Value => Master Value > zlib.output_compression => Off => Off > zlib.output_compression_level => -1 => -1 > zlib.output_handler => no value => no value > > Additional Modules > > Module Name > sysvsem > sysvshm > > Environment > > Variable => Value > TERM_PROGRAM => Apple_Terminal > TERM => xterm-color > SHELL => /bin/bash > TMPDIR => /var/folders/E6/E6iKsafiF9Wnbja513eS0E+++TI/-Tmp-/ > Apple_PubSub_Socket_Render => /tmp/launch-JMCfDP/Render > TERM_PROGRAM_VERSION => 272 > OLDPWD => /Users/jasper > USER => jasper > COMMAND_MODE => unix2003 > SSH_AUTH_SOCK => /tmp/launch-LhSOMK/Listeners > __CF_USER_TEXT_ENCODING => 0x1F5:0:0 > PATH => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin > PWD => /Users/jasper/Desktop > DBUS_LAUNCHD_SESSION_BUS_SOCKET => /tmp/launch-PpwRDE/unix_domain_listener > SHLVL => 1 > HOME => /Users/jasper > LOGNAME => jasper > LC_CTYPE => UTF-8 > DISPLAY => /tmp/launch-Gj5LwL/:0 > _ => /usr/bin/php > > PHP Variables > > Variable => Value > _SERVER["TERM_PROGRAM"] => Apple_Terminal > _SERVER["TERM"] => xterm-color > _SERVER["SHELL"] => /bin/bash > _SERVER["TMPDIR"] => /var/folders/E6/E6iKsafiF9Wnbja513eS0E+++TI/-Tmp-/ > _SERVER["Apple_PubSub_Socket_Render"] => /tmp/launch-JMCfDP/Render > _SERVER["TERM_PROGRAM_VERSION"] => 272 > _SERVER["OLDPWD"] => /Users/jasper > _SERVER["USER"] => jasper > _SERVER["COMMAND_MODE"] => unix2003 > _SERVER["SSH_AUTH_SOCK"] => /tmp/launch-LhSOMK/Listeners > _SERVER["__CF_USER_TEXT_ENCODING"] => 0x1F5:0:0 > _SERVER["PATH"] => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin > _SERVER["PWD"] => /Users/jasper/Desktop > _SERVER["DBUS_LAUNCHD_SESSION_BUS_SOCKET"] => /tmp/launch-PpwRDE/unix_domain_listener > _SERVER["SHLVL"] => 1 > _SERVER["HOME"] => /Users/jasper > _SERVER["LOGNAME"] => jasper > _SERVER["LC_CTYPE"] => UTF-8 > _SERVER["DISPLAY"] => /tmp/launch-Gj5LwL/:0 > _SERVER["_"] => /usr/bin/php > _SERVER["PHP_SELF"] => > _SERVER["SCRIPT_NAME"] => > _SERVER["SCRIPT_FILENAME"] => > _SERVER["PATH_TRANSLATED"] => > _SERVER["DOCUMENT_ROOT"] => > _SERVER["REQUEST_TIME"] => 1263411948 > _SERVER["argv"] => Array > ( > ) > > _SERVER["argc"] => 0 > _ENV["TERM_PROGRAM"] => Apple_Terminal > _ENV["TERM"] => xterm-color > _ENV["SHELL"] => /bin/bash > _ENV["TMPDIR"] => /var/folders/E6/E6iKsafiF9Wnbja513eS0E+++TI/-Tmp-/ > _ENV["Apple_PubSub_Socket_Render"] => /tmp/launch-JMCfDP/Render > _ENV["TERM_PROGRAM_VERSION"] => 272 > _ENV["OLDPWD"] => /Users/jasper > _ENV["USER"] => jasper > _ENV["COMMAND_MODE"] => unix2003 > _ENV["SSH_AUTH_SOCK"] => /tmp/launch-LhSOMK/Listeners > _ENV["__CF_USER_TEXT_ENCODING"] => 0x1F5:0:0 > _ENV["PATH"] => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin > _ENV["PWD"] => /Users/jasper/Desktop > _ENV["DBUS_LAUNCHD_SESSION_BUS_SOCKET"] => /tmp/launch-PpwRDE/unix_domain_listener > _ENV["SHLVL"] => 1 > _ENV["HOME"] => /Users/jasper > _ENV["LOGNAME"] => jasper > _ENV["LC_CTYPE"] => UTF-8 > _ENV["DISPLAY"] => /tmp/launch-Gj5LwL/:0 > _ENV["_"] => /usr/bin/php > > PHP License > This program is free software; you can redistribute it and/or modify > it under the terms of the PHP License as published by the PHP Group > and included in the distribution in the file: LICENSE > > This program is distributed in the hope that it will be useful, > but WITHOUT ANY WARRANTY; without even the implied warranty of > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > If you did not receive a copy of the PHP license, or have any > questions about PHP licensing, please contact license at php.net. > > > -- > Scott > (Sent from a mobile device) > > On Jan 13, 2010, at 12:00 PM, Jasper Frumau > wrote: > > Here is my PHP Ini output: > http://pastebin.com/m6f9b6e34 . MySQL socket and MySQLi socket are not set > it seems, which is odd. PDO_MySQL is set, but not correct it seems. So I > guess I need to add /opt/local/var/run/mysql5/ > mysqld.sock in these three places I guess? > > > On Wed, Jan 13, 2010 at 9:30 PM, Ryan Schmidt < > ryandesign at macports.org> wrote: > >> Ok, so you discovered MacPorts MySQL is running and its socket is in the >> usual place for MacPorts MySQL, /opt/local/var/run/mysql5/mysqld.sock. >> That's the usual place MacPorts PHP looks for it, too. Perhaps you told >> MacPorts PHP to look for the socket somewhere else. Edit your php.ini and >> tell it the socket is located at the above path. The three ini settings to >> edit are mysql.default_socket, mysqli.default_socket and >> pdo_mysql.default_socket. >> >> > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From talklists at newgeo.com Thu Jan 14 02:51:47 2010 From: talklists at newgeo.com (Scott Haneda) Date: Thu, 14 Jan 2010 02:51:47 -0800 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> Message-ID: <07D6A591-4373-49BF-9784-DA6BA83C6A8A@newgeo.com> Ugh, ignore my last email post, slip of the finders on the stupid phone... What command did you run to generate that output? That shows php info for Apples php, not MacPorts. You can tell from the following in your paste > phpinfo() > PHP Version => 5.3.0 Suspect, this is Apple's version, MacPorts is: $port info php5 php5 @5.3.1, Revision 1 (lang, php, www) This is not concrete evidence that this is Apple's kit just yet, but we are close. > Build Date => Jul 19 2009 00:29:44 Another suspect line, the build date is probably a lot earlier than that of when you built php with MacPorts. > Configure Command => '/var/tmp/apache_mod_php/apache_mod_php-53~1/php/configure' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--sysconfdir=/private/etc' '--with-apxs2=/usr/sbin/apxs' '--enable-cli' '--with-config-file-path=/etc' '--with-libxml-dir=/usr' '--with-openssl=/usr' '--with-kerberos=/usr' '--with-zlib=/usr' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' '--with-curl=/usr' '--enable-exif' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/BinaryCache/apache_mod_php/apache_mod_php-53~1/Root/usr/local' '--with-png-dir=/BinaryCache/apache_mod_php/apache_mod_php-53~1/Root/usr/local' '--enable-gd-native-ttf' '--with-ldap=/usr' '--with-ldap-sasl=/usr' '--enable-mbstring' '--enable-mbregex' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd' '--with-mysql-sock=/var/mysql/mysql.sock' '--with-iodbc=/usr' '--enable-shmop' '--with-snmp=/usr' '--enable-soap' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-xmlrpc' '--with-iconv-dir=/usr' '--with-xsl=/usr' '--with-pcre-regex=/usr' Here is the evidence above, all the paths to the libraries, modules, etc, are all system paths, or places that Apple ( and other *nix's are known to isntall, but MacPorts is near never known to install ) generally puts stuff. --sysconfdir=/private/etc --with-apxs2=/usr/sbin/apxs --with-mysql-sock=/var/mysql/mysql.sock Those are your giveaway's there that show this is an Apple php, and not a MacPorts. MacPorts will use ${prefix} as a path, default, and known in your case to to /opt/local. The other clue is the sock location of '/var/mysql/mysql.sock', which is not anywhere near /opt/local/var/mysql > Configuration File (php.ini) Path => /etc > Loaded Configuration File => /private/etc/php.ini Two more clues this is Apple's php you are working with. > short_open_tag => On => On As a side note, you may want to turn these off, to force your development to not use short tags, and to also learn what apps do use them. Those that do, you can enable short tags for that one site within your Apache config file, .htaccess, or within the code itself. Ideally, you could file a bug and see how receptive the developers are to changing this. It will only cause you trouble down the road. At least, in my experience, that is all it ever has for me. > date.timezone => no value => no value This will need to be set, or you will spew errors to your Apache error_log all day long, and depending on your error reporting levels, you may also generate those errors to your http browser output as well. The php docs are pretty clear about how to set this. > PATH => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/b I previously asked for this value in another email, it looks like your PATH is correct. My estimation then is that you have Apache by Apple enabled in system prefs, turn that off, then you need to run the launchctl load command to load in Apache: $cd /Library/LaunchDaemons Look for "org.macports.apache2.plist" if it is there, then run: $sudo launchctl load -w org.macports.apache2.plist I get: org.macports.apache2: Already loaded You however, should not, I believe it will just return nothing, meaning success, and you can check it is working with: $sudo launchctl list | grep macports That will list everything macports is has loaded, in your case, I would expect to see: xxxxx - org.macports.apache2 xxxxx - org.macports.mysql5 > PHP Variables > > _SERVER["PATH"] => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin I think this is part of your trouble. While you are loading Apple's php, with Apple's Apache, it is still picking up bits of the MacPorts parts, based on your PATH telling it to look with precedence in /opt/local That is more a hunch, I do not completely understand this type of internals, since it is never really a goal to run a setup this way for me. Good luck. Hopefully some others will have better answers for you tomorrow. -- Scott * If you contact me off list replace talklists@ with scott@ * From jasperfrumau at gmail.com Thu Jan 14 03:02:17 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Thu, 14 Jan 2010 14:02:17 +0300 Subject: MySQL error installing Drupal In-Reply-To: <07D6A591-4373-49BF-9784-DA6BA83C6A8A@newgeo.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> <07D6A591-4373-49BF-9784-DA6BA83C6A8A@newgeo.com> Message-ID: <56cc1b0a1001140302j5fd74bc1ga79352d1727a75f6@mail.gmail.com> On Thu, Jan 14, 2010 at 1:51 PM, Scott Haneda wrote: > Ugh, ignore my last email post, slip of the finders on the stupid phone... > > What command did you run to generate that output? That shows php info for > Apples php, not MacPorts. > php -i Yes I believe PHP and Apache are Apple. I turned of Websharing and now there is Apache running > > You can tell from the following in your paste > > > phpinfo() > > PHP Version => 5.3.0 > > Suspect, this is Apple's version, MacPorts is: > $port info php5 > php5 @5.3.1, Revision 1 (lang, php, www) > > This is not concrete evidence that this is Apple's kit just yet, but we > are close. > > > Build Date => Jul 19 2009 00:29:44 > > Another suspect line, the build date is probably a lot earlier than that of > when you built php with MacPorts. > > > Configure Command => > '/var/tmp/apache_mod_php/apache_mod_php-53~1/php/configure' > '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' > '--disable-dependency-tracking' '--sysconfdir=/private/etc' > '--with-apxs2=/usr/sbin/apxs' '--enable-cli' '--with-config-file-path=/etc' > '--with-libxml-dir=/usr' '--with-openssl=/usr' '--with-kerberos=/usr' > '--with-zlib=/usr' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' > '--with-curl=/usr' '--enable-exif' '--enable-ftp' '--with-gd' > '--with-jpeg-dir=/BinaryCache/apache_mod_php/apache_mod_php-53~1/Root/usr/local' > '--with-png-dir=/BinaryCache/apache_mod_php/apache_mod_php-53~1/Root/usr/local' > '--enable-gd-native-ttf' '--with-ldap=/usr' '--with-ldap-sasl=/usr' > '--enable-mbstring' '--enable-mbregex' '--with-mysql=mysqlnd' > '--with-mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd' > '--with-mysql-sock=/var/mysql/mysql.sock' '--with-iodbc=/usr' > '--enable-shmop' '--with-snmp=/usr' '--enable-soap' '--enable-sockets' > '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-xmlrpc' > '--with-iconv-dir=/usr' '--with-xsl=/usr' '--with-pcre-regex=/usr' > > Here is the evidence above, all the paths to the libraries, modules, etc, > are all system paths, or places that Apple ( and other *nix's are known to > isntall, but MacPorts is near never known to install ) generally puts stuff. > > --sysconfdir=/private/etc > --with-apxs2=/usr/sbin/apxs > --with-mysql-sock=/var/mysql/mysql.sock > > Those are your giveaway's there that show this is an Apple php, and not a > MacPorts. MacPorts will use ${prefix} as a path, default, and known in your > case to to /opt/local. > > The other clue is the sock location of '/var/mysql/mysql.sock', which is > not anywhere near /opt/local/var/mysql > > > Configuration File (php.ini) Path => /etc > > Loaded Configuration File => /private/etc/php.ini > > Two more clues this is Apple's php you are working with. > > > short_open_tag => On => On > > As a side note, you may want to turn these off, to force your development > to not use short tags, and to also learn what apps do use them. Those that > do, you can enable short tags for that one site within your Apache config > file, .htaccess, or within the code itself. Ideally, you could file a bug > and see how receptive the developers are to changing this. It will only > cause you trouble down the road. At least, in my experience, that is all it > ever has for me. > > > date.timezone => no value => no value > > This will need to be set, or you will spew errors to your Apache error_log > all day long, and depending on your error reporting levels, you may also > generate those errors to your http browser output as well. The php docs are > pretty clear about how to set this. > > > PATH => > /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/b > > I previously asked for this value in another email, it looks like your PATH > is correct. My estimation then is that you have Apache by Apple enabled in > system prefs, turn that off, then you need to run the launchctl load command > to load in Apache: > > $cd /Library/LaunchDaemons > Look for "org.macports.apache2.plist" if it is there, then run: > $sudo launchctl load -w org.macports.apache2.plist > > I get: > org.macports.apache2: Already loaded > > You however, should not, I believe it will just return nothing, Correct as there is no apache2.plist: Jaspers-MacBook-Pro:LaunchDaemons jasper$ ls -a . com.vmware.launchd.vmware.plist org.macports.mysql5.plist .. org.freedesktop.dbus-system.plist > meaning success, and you can check it is working with: > $sudo launchctl list | grep macports > > That will list everything macports is has loaded, in your case, I would > expect to see: > xxxxx - org.macports.apache2 > xxxxx - org.macports.mysql5 > Only MySQL5 is listed.. > > > PHP Variables > > > > _SERVER["PATH"] => > /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin > > I think this is part of your trouble. While you are loading Apple's php, > with Apple's Apache, it is still picking up bits of the MacPorts parts, > based on your PATH telling it to look with precedence in /opt/local > > That is more a hunch, I do not completely understand this type of > internals, since it is never really a goal to run a setup this way for me. > > Good luck. Hopefully some others will have better answers for you > tomorrow. > Thanks for all the help so far. I am sure I will get there eventually... > -- > Scott * If you contact me off list replace talklists@ with scott@ * > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From talklists at newgeo.com Thu Jan 14 03:04:38 2010 From: talklists at newgeo.com (Scott Haneda) Date: Thu, 14 Jan 2010 03:04:38 -0800 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001140229w345955e3t9441c1cc66e600a@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> <56cc1b0a1001140229w345955e3t9441c1cc66e600a@mail.gmail.com> Message-ID: Ok, really quick, and I need to get off to sleep? On Jan 14, 2010, at 2:29 AM, Jasper Frumau wrote: > On Thu, Jan 14, 2010 at 1:03 PM, Scott Haneda wrote: > >> Ok, lets take a step back and see if we can clear this up. >> >> At some point, you installed MacPorts, and now you are running commands >> that you desire to call to the MacPorts installed applications, but we are >> not sure that is the case or not. >> >> A few useful things that you could show us: >> >> $which -a php > > I keep on learning here every day! > > Jaspers-MacBook-Pro:~ jasper$ which -a php > /usr/bin/php Weird, in your earlier emails your $PATH was showing /opt/local had been added, as well as the sub directories for it to find php. Anyone else have any ideas on that one? >> This will show what your shell knows about the locations of php, in order, >> for all of them. In my case, I see: >> >> /opt/local/bin/php >> /usr/bin/php >> >> This tells me, when I type `php` on the command line, that it really is >> going to run `/opt/local/bin/php`. ( The first one in the above results ) >> >> This may also be helpful to others here who will help you: >> $which -a httpd >> > > Jaspers-MacBook-Pro:~ jasper$ which -a httpd > /usr/sbin/httpd This is normal, and my mistake, I have added the '/opt/local/apache2/bin/' path to some of my settings on some machines, and not others, assuming I had done it to all. It is not to be expected to see httpd show up with the `which` command under MacPorts unless you take extra steps to make it happen. Ignore my noise on this one, sorry. >> The order in which your system is searched for these files in controlled by >> your PATH environment variable, which you can get to by entering in: >> >> $echo $PATH >> >> Mine returns something like this: >> >> /opt/local/bin:/opt/local/sbin:/Users/me/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin > > Jaspers-MacBook-Pro:~ jasper$ echo $PATH > /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin > Jaspers-MacBook-Pro:~ jasper$ > > If you look in your home dir, you should see that MacPorts has added a >> config file to add to the $PATH for you. It is usually at ~/.profile. >> >> If your `echo $PATH` command does not have /opt in it, there is a source of >> problem there that we need to solve first. >> > > Well opt is part of the path.. Ayup, so you are good on that front. >> Finally, type the three letters `ENV` into your terminal, and show that >> output as well. >> > > Unfamiliar with this command, but here we go: > > Jaspers-MacBook-Pro:~ jasper$ ENV > TERM_PROGRAM=Apple_Terminal > TERM=xterm-color > SHELL=/bin/bash > TMPDIR=/var/folders/E6/E6iKsafiF9Wnbja513eS0E+++TI/-Tmp-/ > Apple_PubSub_Socket_Render=/tmp/launch-yULxPh/Render > TERM_PROGRAM_VERSION=272 > USER=jasper > COMMAND_MODE=unix2003 > SSH_AUTH_SOCK=/tmp/launch-CZKr9o/Listeners > __CF_USER_TEXT_ENCODING=0x1F5:0:0 > PATH=/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin > PWD=/Users/jasper > DBUS_LAUNCHD_SESSION_BUS_SOCKET=/tmp/launch-5Z4X0q/unix_domain_listener > SHLVL=1 > HOME=/Users/jasper > LOGNAME=jasper > LC_CTYPE=UTF-8 > DISPLAY=/tmp/launch-j8MXhn/:0 > _=/usr/bin/ENV Looks fine to me. From a command line perspective, it would seem your MacPorts install is correct. However, `which php` is not locating the php installed by MacPorts. Or do I have this wrong, and you are content with using Apple's php? If you are wanting to use MacPorts php, what does `port installed` return? >> With all that, I think we should be able to help you from there. More >> comments inline below... >> >> >> On Jan 14, 2010, at 12:47 AM, Jasper Frumau wrote: >> >>>> Which PHP is your web server using -- Apple or MacPorts? >>>> >>> >>> @ http://localhost/drupal-6.15/info.php PHP 5.3.0 is indicated and >>> mysql.sock is still not defined so I guess I have two PHP versions? How >> did >>> that ever happen? If this is the Apple or MacPorts one I do not know.. >> >> It should be pretty easy to tell, one way, go into your System Preferences, >> and open up the Sharing Preference Pane, is Web Sharing turned on? If it >> is, you have an instance of Apple's Apache running. > > Yes. Turned on. I will turn it off for now.. No Apache running like this at > the moment though.. Maybe you can give us a clear explanation of what your goals are, is it to run Apache2, Mysql5, and php5 all under MacPorts, or do you want to mix and match bits from Apple and MacPorts? I suggest the former, and should have nightmares about the later in about a half hour :) >>>> I have a feeling you're using a different PHP on the command line than >>>> you're using in your web server. >>> >>> I do too.. >> >> This would be controlled by the launchd item that is starting it, assuming >> you do not start Apache by hand. >> >> What does: >> >> $sudo ps aux | grep -i http > > I urned Apple sharing on again and: > > Jaspers-MacBook-Pro:~ jasper$ sudo ps aux | grep -i http > Password: > jasper 2256 0.0 0.0 2435032 528 s000 S+ 1:27PM 0:00.00 grep > -i http > _www 2250 0.0 0.0 2451644 636 ?? S 1:27PM 0:00.00 > /usr/sbin/httpd -D FOREGROUND > root 2249 0.0 0.2 2451644 9736 ?? Ss 1:27PM 0:00.16 > /usr/sbin/httpd -D FOREGROUND Ok, well, it is beyond clear you are running Apple's Apache, but I am not clear on your end goals, so I am going to stop at this point, as I will only add more to the confusion here. Next up I think is to find out what it is you want to do. Not from a "what app's you want to run in your webserver" perspective, but from a "what server stack do you want to use", and how do you want it to all talk to each other. >> return for you when Apache is running? >> >> Also, please run: >> >> $sudo launchctl list | grep -i apache >> > > Jaspers-MacBook-Pro:~ jasper$ sudo launchctl list | grep -i apache > 2249 - org.apache.httpd That should go away when you turn off the sharing checkbox. -- Scott * If you contact me off list replace talklists@ with scott@ * From jasperfrumau at gmail.com Thu Jan 14 03:13:55 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Thu, 14 Jan 2010 14:13:55 +0300 Subject: MySQL error installing Drupal In-Reply-To: References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> <56cc1b0a1001140229w345955e3t9441c1cc66e600a@mail.gmail.com> Message-ID: <56cc1b0a1001140313v604738e6vb5e9182d64724c3c@mail.gmail.com> On Thu, Jan 14, 2010 at 2:04 PM, Scott Haneda wrote: > Ok, really quick, and I need to get off to sleep? > > > > Maybe you can give us a clear explanation of what your goals are, is it to > run Apache2, Mysql5, and php5 all under MacPorts, or do you want to mix and > match bits from Apple and MacPorts? I suggest the former, and should have > nightmares about the later in about a half hour :) > I would prefer all under MacPorts (Apache2, PHP5 and MySQL5). Apple's Websharing / Apache has been turned off and I just now need to get Apache and PHP from MacPorts and get all running properly so my Wordpress will run again and so I can install Drupal without any issues.... I'd like to avoid further hasssles :-) But it can wait until it is day again at your side of the planet. Thanks for all the help so far. I appreciate it a lot! I learned a lot already!! > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From talklists at newgeo.com Thu Jan 14 03:22:24 2010 From: talklists at newgeo.com (Scott Haneda) Date: Thu, 14 Jan 2010 03:22:24 -0800 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001140313v604738e6vb5e9182d64724c3c@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> <56cc1b0a1001140229w345955e3t9441c1cc66e600a@mail.gmail.com> <56cc1b0a1001140313v604738e6vb5e9182d64724c3c@mail.gmail.com> Message-ID: <55D0204C-0CD2-4F65-B73C-CB3E298B7F77@newgeo.com> On Jan 14, 2010, at 3:13 AM, Jasper Frumau wrote: > On Thu, Jan 14, 2010 at 2:04 PM, Scott Haneda wrote: > >> Ok, really quick, and I need to get off to sleep? >> >> Maybe you can give us a clear explanation of what your goals are, is it to >> run Apache2, Mysql5, and php5 all under MacPorts, or do you want to mix and >> match bits from Apple and MacPorts? I suggest the former, and should have >> nightmares about the later in about a half hour :) >> > > I would prefer all under MacPorts (Apache2, PHP5 and MySQL5). Apple's > Websharing / Apache has been turned off and I just now need to get Apache > and PHP from MacPorts and get all running properly so my Wordpress will run > again and so I can install Drupal without any issues.... I'd like to avoid > further hasssles :-) But it can wait until it is day again at your side of > the planet. Thanks for all the help so far. I appreciate it a lot! I learned > a lot already!! Good, that makes it simple, you are mostly there. I think all you need to to is run the launchctl command to load apache. This may help some: http://trac.macports.org/wiki/howto/MAMP You need to run this command: sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist But that also means you need to configure Apache a little, this means at the least, the following: 1) Decide if you want user directory support, enable or disable it 2) Decide if you want a local copy of the Apache manual to work, enable or disable it 3) include the "mod_php.conf" into your Apache config file This alone could be most of your issues 4) Maybe load the php module, I am not sure the state your setup is in 5) Restart apache after each of those steps, test to be sure they are working. Talk to you tomorrow. -- Scott * If you contact me off list replace talklists@ with scott@ * From jasperfrumau at gmail.com Thu Jan 14 04:27:31 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Thu, 14 Jan 2010 15:27:31 +0300 Subject: MySQL error installing Drupal In-Reply-To: <55D0204C-0CD2-4F65-B73C-CB3E298B7F77@newgeo.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> <56cc1b0a1001140229w345955e3t9441c1cc66e600a@mail.gmail.com> <56cc1b0a1001140313v604738e6vb5e9182d64724c3c@mail.gmail.com> <55D0204C-0CD2-4F65-B73C-CB3E298B7F77@newgeo.com> Message-ID: <56cc1b0a1001140427s25b84920g3752275ec126e386@mail.gmail.com> I have Apache and PHP running. Jaspers-MacBook-Pro:conf jasper$ sudo vim httpd.conf Jaspers-MacBook-Pro:conf jasper$ sudo /opt/local/apache2/bin/apachectl -k restart Jaspers-MacBook-Pro:conf jasper$ I can see localhost and info.php shows PHP 5.3.1 with PHP.ini located @ /opt/local/etc/php5 The link Scott gave me plus all the other tips helped a lot. Thanks!! Will try to install Drupal one more time now.. On Thu, Jan 14, 2010 at 2:22 PM, Scott Haneda wrote: > On Jan 14, 2010, at 3:13 AM, Jasper Frumau wrote: > > > On Thu, Jan 14, 2010 at 2:04 PM, Scott Haneda > wrote: > > > >> Ok, really quick, and I need to get off to sleep? > >> > >> Maybe you can give us a clear explanation of what your goals are, is it > to > >> run Apache2, Mysql5, and php5 all under MacPorts, or do you want to mix > and > >> match bits from Apple and MacPorts? I suggest the former, and should > have > >> nightmares about the later in about a half hour :) > >> > > > > I would prefer all under MacPorts (Apache2, PHP5 and MySQL5). Apple's > > Websharing / Apache has been turned off and I just now need to get Apache > > and PHP from MacPorts and get all running properly so my Wordpress will > run > > again and so I can install Drupal without any issues.... I'd like to > avoid > > further hasssles :-) But it can wait until it is day again at your side > of > > the planet. Thanks for all the help so far. I appreciate it a lot! I > learned > > a lot already!! > > Good, that makes it simple, you are mostly there. > I think all you need to to is run the launchctl command to load apache. > > This may help some: http://trac.macports.org/wiki/howto/MAMP > > You need to run this command: > sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist > > But that also means you need to configure Apache a little, this means at > the least, the following: > 1) Decide if you want user directory support, enable or disable it > 2) Decide if you want a local copy of the Apache manual to work, enable or > disable it > 3) include the "mod_php.conf" into your Apache config file > This alone could be most of your issues > 4) Maybe load the php module, I am not sure the state your setup is in > 5) Restart apache after each of those steps, test to be sure they are > working. > > Talk to you tomorrow. > > -- > Scott * If you contact me off list replace talklists@ with scott@ * > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jasperfrumau at gmail.com Thu Jan 14 05:39:36 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Thu, 14 Jan 2010 16:39:36 +0300 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001140427s25b84920g3752275ec126e386@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> <56cc1b0a1001140229w345955e3t9441c1cc66e600a@mail.gmail.com> <56cc1b0a1001140313v604738e6vb5e9182d64724c3c@mail.gmail.com> <55D0204C-0CD2-4F65-B73C-CB3E298B7F77@newgeo.com> <56cc1b0a1001140427s25b84920g3752275ec126e386@mail.gmail.com> Message-ID: <56cc1b0a1001140539x564313fela3a931225ab31b6a@mail.gmail.com> Well back to square one with PHP, MySQl and Apache under MacPorts.@ http://localhost/drupal-6.15/install.php?profile=default&locale=en after adding database name, database user and password I get: Failed to connect to your MySQL database server. MySQL reports the following message: *No such file or directory*. - Are you sure you have the correct username and password? - Are you sure that you have typed the correct database hostname? - Are you sure that the database server is running? For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider. and when I run http://localhost/connect-test.php I still get: *Warning*: mysql_connect() [function.mysql-connect]: [2002] No such file or directory (trying to connect via unix:///tmp/mysql.sock) in */opt/local/apache2/htdocs/connect-test.php* on line *2* *Warning*: mysql_connect() [function.mysql-connect]: No such file or directory in */opt/local/apache2/htdocs/connect-test.php* on line *2* Could not connect: No such file or directory But I guess I need to add the paths to mysql.sock again.. On Thu, Jan 14, 2010 at 3:27 PM, Jasper Frumau wrote: > I have Apache and PHP running. > Jaspers-MacBook-Pro:conf jasper$ sudo vim httpd.conf > Jaspers-MacBook-Pro:conf jasper$ sudo /opt/local/apache2/bin/apachectl -k > restart > Jaspers-MacBook-Pro:conf jasper$ > > I can see localhost and info.php shows PHP 5.3.1 with PHP.ini located @ > /opt/local/etc/php5 The link Scott gave me plus all the other tips helped a > lot. Thanks!! > > Will try to install Drupal one more time now.. > > > > > On Thu, Jan 14, 2010 at 2:22 PM, Scott Haneda wrote: > >> On Jan 14, 2010, at 3:13 AM, Jasper Frumau wrote: >> >> > On Thu, Jan 14, 2010 at 2:04 PM, Scott Haneda >> wrote: >> > >> >> Ok, really quick, and I need to get off to sleep? >> >> >> >> Maybe you can give us a clear explanation of what your goals are, is it >> to >> >> run Apache2, Mysql5, and php5 all under MacPorts, or do you want to mix >> and >> >> match bits from Apple and MacPorts? I suggest the former, and should >> have >> >> nightmares about the later in about a half hour :) >> >> >> > >> > I would prefer all under MacPorts (Apache2, PHP5 and MySQL5). Apple's >> > Websharing / Apache has been turned off and I just now need to get >> Apache >> > and PHP from MacPorts and get all running properly so my Wordpress will >> run >> > again and so I can install Drupal without any issues.... I'd like to >> avoid >> > further hasssles :-) But it can wait until it is day again at your side >> of >> > the planet. Thanks for all the help so far. I appreciate it a lot! I >> learned >> > a lot already!! >> >> Good, that makes it simple, you are mostly there. >> I think all you need to to is run the launchctl command to load apache. >> >> This may help some: http://trac.macports.org/wiki/howto/MAMP >> >> You need to run this command: >> sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist >> >> But that also means you need to configure Apache a little, this means at >> the least, the following: >> 1) Decide if you want user directory support, enable or disable it >> 2) Decide if you want a local copy of the Apache manual to work, enable or >> disable it >> 3) include the "mod_php.conf" into your Apache config file >> This alone could be most of your issues >> 4) Maybe load the php module, I am not sure the state your setup is in >> 5) Restart apache after each of those steps, test to be sure they are >> working. >> >> Talk to you tomorrow. >> >> -- >> Scott * If you contact me off list replace talklists@ with scott@ * >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jasperfrumau at gmail.com Thu Jan 14 05:57:00 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Thu, 14 Jan 2010 16:57:00 +0300 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001140539x564313fela3a931225ab31b6a@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> <56cc1b0a1001140229w345955e3t9441c1cc66e600a@mail.gmail.com> <56cc1b0a1001140313v604738e6vb5e9182d64724c3c@mail.gmail.com> <55D0204C-0CD2-4F65-B73C-CB3E298B7F77@newgeo.com> <56cc1b0a1001140427s25b84920g3752275ec126e386@mail.gmail.com> <56cc1b0a1001140539x564313fela3a931225ab31b6a@mail.gmail.com> Message-ID: <56cc1b0a1001140557m23ea3a6fnc8d46a36aace7db4@mail.gmail.com> Well I changed /opt/local/etc/php5/ and finally saw a change in the error message. Still no correct path to the sock though: *Warning*: mysql_connect() [function.mysql-connect]: [2002] No such file or directory (trying to connect via unix:///opt/local/var/run/mysql5/mysql.sock) in * /opt/local/apache2/htdocs/connect-test.php* on line *2* *Warning*: mysql_connect() [function.mysql-connect]: No such file or directory in */opt/local/apache2/htdocs/connect-test.php* on line *2* Could not connect: No such file or directory Then I saw I had to use mysqld.sock and voila: Connected successfully On Thu, Jan 14, 2010 at 4:39 PM, Jasper Frumau wrote: > Well back to square one with PHP, MySQl and Apache under MacPorts.@ > http://localhost/drupal-6.15/install.php?profile=default&locale=en after > adding database name, database user and password I get: > > Failed to connect to your MySQL database server. MySQL reports the > following message: *No such file or directory*. > > - Are you sure you have the correct username and password? > - Are you sure that you have typed the correct database hostname? > - Are you sure that the database server is running? > > For more help, see the Installation and upgrading handbook. > If you are unsure what these terms mean you should probably contact your > hosting provider. > > and when I run http://localhost/connect-test.php I still get: > > *Warning*: mysql_connect() [function.mysql-connect]: > [2002] No such file or directory (trying to connect via > unix:///tmp/mysql.sock) in */opt/local/apache2/htdocs/connect-test.php* on > line *2* > > *Warning*: mysql_connect() [function.mysql-connect]: > No such file or directory in */opt/local/apache2/htdocs/connect-test.php*on line > *2* > > Could not connect: No such file or directory > > But I guess I need to add the paths to mysql.sock again.. > > > > > On Thu, Jan 14, 2010 at 3:27 PM, Jasper Frumau wrote: > >> I have Apache and PHP running. >> Jaspers-MacBook-Pro:conf jasper$ sudo vim httpd.conf >> Jaspers-MacBook-Pro:conf jasper$ sudo /opt/local/apache2/bin/apachectl -k >> restart >> Jaspers-MacBook-Pro:conf jasper$ >> >> I can see localhost and info.php shows PHP 5.3.1 with PHP.ini located @ >> /opt/local/etc/php5 The link Scott gave me plus all the other tips helped a >> lot. Thanks!! >> >> Will try to install Drupal one more time now.. >> >> >> >> >> On Thu, Jan 14, 2010 at 2:22 PM, Scott Haneda wrote: >> >>> On Jan 14, 2010, at 3:13 AM, Jasper Frumau wrote: >>> >>> > On Thu, Jan 14, 2010 at 2:04 PM, Scott Haneda >>> wrote: >>> > >>> >> Ok, really quick, and I need to get off to sleep? >>> >> >>> >> Maybe you can give us a clear explanation of what your goals are, is >>> it to >>> >> run Apache2, Mysql5, and php5 all under MacPorts, or do you want to >>> mix and >>> >> match bits from Apple and MacPorts? I suggest the former, and >>> should have >>> >> nightmares about the later in about a half hour :) >>> >> >>> > >>> > I would prefer all under MacPorts (Apache2, PHP5 and MySQL5). Apple's >>> > Websharing / Apache has been turned off and I just now need to get >>> Apache >>> > and PHP from MacPorts and get all running properly so my Wordpress will >>> run >>> > again and so I can install Drupal without any issues.... I'd like to >>> avoid >>> > further hasssles :-) But it can wait until it is day again at your side >>> of >>> > the planet. Thanks for all the help so far. I appreciate it a lot! I >>> learned >>> > a lot already!! >>> >>> Good, that makes it simple, you are mostly there. >>> I think all you need to to is run the launchctl command to load apache. >>> >>> This may help some: http://trac.macports.org/wiki/howto/MAMP >>> >>> You need to run this command: >>> sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist >>> >>> But that also means you need to configure Apache a little, this means at >>> the least, the following: >>> 1) Decide if you want user directory support, enable or disable it >>> 2) Decide if you want a local copy of the Apache manual to work, enable >>> or disable it >>> 3) include the "mod_php.conf" into your Apache config file >>> This alone could be most of your issues >>> 4) Maybe load the php module, I am not sure the state your setup is in >>> 5) Restart apache after each of those steps, test to be sure they are >>> working. >>> >>> Talk to you tomorrow. >>> >>> -- >>> Scott * If you contact me off list replace talklists@ with scott@ * >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jasperfrumau at gmail.com Thu Jan 14 06:32:42 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Thu, 14 Jan 2010 17:32:42 +0300 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001140557m23ea3a6fnc8d46a36aace7db4@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> <56cc1b0a1001140229w345955e3t9441c1cc66e600a@mail.gmail.com> <56cc1b0a1001140313v604738e6vb5e9182d64724c3c@mail.gmail.com> <55D0204C-0CD2-4F65-B73C-CB3E298B7F77@newgeo.com> <56cc1b0a1001140427s25b84920g3752275ec126e386@mail.gmail.com> <56cc1b0a1001140539x564313fela3a931225ab31b6a@mail.gmail.com> <56cc1b0a1001140557m23ea3a6fnc8d46a36aace7db4@mail.gmail.com> Message-ID: <56cc1b0a1001140632v49a7984ckcb5ba45c1e05a9d1@mail.gmail.com> Well I am happy :-) Apache and PHP installed and Drupal running. I also needed to add php5-gd and php5-mbstring and replace one deprecated ereg function, but all good. Only mod_rewrite is not running according to Drupal: our system configuration does not currently support this feature. The handbook page on Clean URLs has additional troubleshooting information. Even though: Jaspers-MacBook-Pro:conf jasper$ httpd -M | grep rewrite Syntax OK rewrite_module (shared) Jaspers-MacBook-Pro:conf jasper$ Well will try to figure that out as soon as possible. Need a break soon... On Thu, Jan 14, 2010 at 4:57 PM, Jasper Frumau wrote: > Well I changed /opt/local/etc/php5/ and finally saw a change in the error > message. Still no correct path to the sock though: > > *Warning*: mysql_connect() [function.mysql-connect]: > [2002] No such file or directory (trying to connect via > unix:///opt/local/var/run/mysql5/mysql.sock) in * > /opt/local/apache2/htdocs/connect-test.php* on line *2* > > > *Warning*: mysql_connect() [function.mysql-connect]: > No such file or directory in */opt/local/apache2/htdocs/connect-test.php*on line > *2* > Could not connect: No such file or directory > > Then I saw I had to use mysqld.sock and voila: > > Connected successfully > > On Thu, Jan 14, 2010 at 4:39 PM, Jasper Frumau wrote: > >> Well back to square one with PHP, MySQl and Apache under MacPorts.@ >> http://localhost/drupal-6.15/install.php?profile=default&locale=en after >> adding database name, database user and password I get: >> >> Failed to connect to your MySQL database server. MySQL reports the >> following message: *No such file or directory*. >> >> - Are you sure you have the correct username and password? >> - Are you sure that you have typed the correct database hostname? >> - Are you sure that the database server is running? >> >> For more help, see the Installation and upgrading handbook. >> If you are unsure what these terms mean you should probably contact your >> hosting provider. >> >> and when I run http://localhost/connect-test.php I still get: >> >> *Warning*: mysql_connect() [function.mysql-connect]: >> [2002] No such file or directory (trying to connect via >> unix:///tmp/mysql.sock) in */opt/local/apache2/htdocs/connect-test.php*on line >> *2* >> >> *Warning*: mysql_connect() [function.mysql-connect]: >> No such file or directory in */opt/local/apache2/htdocs/connect-test.php*on line >> *2* >> >> Could not connect: No such file or directory >> >> But I guess I need to add the paths to mysql.sock again.. >> >> >> >> >> On Thu, Jan 14, 2010 at 3:27 PM, Jasper Frumau wrote: >> >>> I have Apache and PHP running. >>> Jaspers-MacBook-Pro:conf jasper$ sudo vim httpd.conf >>> Jaspers-MacBook-Pro:conf jasper$ sudo /opt/local/apache2/bin/apachectl -k >>> restart >>> Jaspers-MacBook-Pro:conf jasper$ >>> >>> I can see localhost and info.php shows PHP 5.3.1 with PHP.ini located @ >>> /opt/local/etc/php5 The link Scott gave me plus all the other tips helped a >>> lot. Thanks!! >>> >>> Will try to install Drupal one more time now.. >>> >>> >>> >>> >>> On Thu, Jan 14, 2010 at 2:22 PM, Scott Haneda wrote: >>> >>>> On Jan 14, 2010, at 3:13 AM, Jasper Frumau wrote: >>>> >>>> > On Thu, Jan 14, 2010 at 2:04 PM, Scott Haneda >>>> wrote: >>>> > >>>> >> Ok, really quick, and I need to get off to sleep? >>>> >> >>>> >> Maybe you can give us a clear explanation of what your goals are, is >>>> it to >>>> >> run Apache2, Mysql5, and php5 all under MacPorts, or do you want to >>>> mix and >>>> >> match bits from Apple and MacPorts? I suggest the former, and >>>> should have >>>> >> nightmares about the later in about a half hour :) >>>> >> >>>> > >>>> > I would prefer all under MacPorts (Apache2, PHP5 and MySQL5). Apple's >>>> > Websharing / Apache has been turned off and I just now need to get >>>> Apache >>>> > and PHP from MacPorts and get all running properly so my Wordpress >>>> will run >>>> > again and so I can install Drupal without any issues.... I'd like to >>>> avoid >>>> > further hasssles :-) But it can wait until it is day again at your >>>> side of >>>> > the planet. Thanks for all the help so far. I appreciate it a lot! I >>>> learned >>>> > a lot already!! >>>> >>>> Good, that makes it simple, you are mostly there. >>>> I think all you need to to is run the launchctl command to load apache. >>>> >>>> This may help some: http://trac.macports.org/wiki/howto/MAMP >>>> >>>> You need to run this command: >>>> sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist >>>> >>>> But that also means you need to configure Apache a little, this means at >>>> the least, the following: >>>> 1) Decide if you want user directory support, enable or disable it >>>> 2) Decide if you want a local copy of the Apache manual to work, enable >>>> or disable it >>>> 3) include the "mod_php.conf" into your Apache config file >>>> This alone could be most of your issues >>>> 4) Maybe load the php module, I am not sure the state your setup is in >>>> 5) Restart apache after each of those steps, test to be sure they are >>>> working. >>>> >>>> Talk to you tomorrow. >>>> >>>> -- >>>> Scott * If you contact me off list replace talklists@ with scott@ * >>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From choffman at eclimb.net Thu Jan 14 10:03:27 2010 From: choffman at eclimb.net (Craig Hoffman) Date: Thu, 14 Jan 2010 11:03:27 -0700 Subject: PHP 5.3 and 5.2 Message-ID: <9C9578F4-7771-4CCF-B35B-FD2ED4D2A4D5@eclimb.net> Quick question: is it possible to install both PHP 5.3 and 5.2.x and toggle between the two? Currently, our web server is running 5.2.x and our development server is running 5.3. What's the best way to go about this? Thanks - CH _______________________ Craig Hoffman iChat / AIM: mountain.dog _______________________ From magill at mcgillsociety.org Thu Jan 14 11:07:18 2010 From: magill at mcgillsociety.org (William H. Magill) Date: Thu, 14 Jan 2010 14:07:18 -0500 Subject: MySQL error installing Drupal -- total serendipty -- side issue with macports install itself. In-Reply-To: References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> Message-ID: <1D48A9E9-8742-4DEC-BEEF-B5F532778432@mcgillsociety.org> On Jan 14, 2010, at 5:03 AM, Scott Haneda wrote: > Ok, lets take a step back and see if we can clear this up. > > At some point, you installed MacPorts, and now you are running commands that you desire to call to the MacPorts installed applications, but we are not sure that is the case or not. > > A few useful things that you could show us: > > $which -a php > > This will show what your shell knows about the locations of php, in order, for all of them. In my case, I see: > > /opt/local/bin/php > /usr/bin/php Having grown up on Unix long ago, I hardly ever use "which," but rather "whereis" (the first thing you learn and all that...). So seeing "which -a" I took the "learn something new" approach and decided to see what it yielded on my system ... oops! shianbrae> which -a port /opt/local/bin/port /opt/local/bin/port /opt/local/bin/port DUhhh....??? echo $PATH /opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/magill/bin:/usr/bin/X11:/usr/local/bin:/usr/local/sbin:/usr/local1/bin:/usr/X11R6/bin:/usr/bin/X11:/etc:/usr/etc:/usr/local/etc:/usr/local1/etc So I had to go back to see where THAT came from... <--------- part of .profile -----------------> ## # Your previous /Users/magill/.profile file was backed up as /Users/magill/.profile.macports-saved_2009-09-19_at_20:09:05 ## # MacPorts Installer addition on 2009-09-19_at_20:09:05: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH # Finished adapting your PATH environment variable for use with MacPorts. ## # Your previous /Users/magill/.profile file was backed up as /Users/magill/.profile.macports-saved_2009-10-13_at_16:36:02 ## # MacPorts Installer addition on 2009-10-13_at_16:36:02: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH # Finished adapting your PATH environment variable for use with MacPorts. ## # Your previous /Users/magill/.profile file was backed up as /Users/magill/.profile.macports-saved_2009-12-13_at_20:59:04 ## # MacPorts Installer addition on 2009-12-13_at_20:59:04: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH # Finished adapting your PATH environment variable for use with MacPorts. <--------- end part of .profile -----------------> The answer is ... Yes. I was having issues purging darwinports and a very old macports install and installing the current macports back in the fall. "Obviously," I re-installed macports itself multiple times. I have no idea what I might have done to "un-install" it in between tries, probably just deleted "/opt" In conclusion... This particular "issue" has no detrimental side effects (at least none that I know of), but it does offend one's sense of "neatness." I don't know that my experience is at all that common, so I don't know that anything needs be done or even documented. I just thought it "interesting" to point out to the maintainers of the port system, that it is possible to do "something weird" inadvertently. T.T.F.N. William H. Magill # Flat-panel iMac (2.1) [800MHz - Super Drive - 768 Meg] OS X 10.4.11 # iMac6,1 Core 2 Duo [2.16GHz - 3 GB 667] OS X 10.6.2 # MacBook Pro4.1 Core 2 Duo [2.5GHz - 4GB 667] OS X 10.6.2 # Mac mini Core Duo [1.66 Ghz - 2 GB 667]OS X 10.6.2 # PWS433a [Alpha 21164 Rev 7.2 (EV56)- 64 Meg] Tru64 5.1a # XP1000 [Alpha 21264-3 (EV6) - 256 meg] FreeBSD 5.3 # XP1000 [Alpha 21264-A (EV6-7) - 256 meg] FreeBSD 5.3 magill at mcgillsociety.org magill at mac.com whmagill at gmail.com From fyodor.vassiley at gmail.com Thu Jan 14 12:18:21 2010 From: fyodor.vassiley at gmail.com (Fyodor Vassiley) Date: Thu, 14 Jan 2010 21:18:21 +0100 Subject: list native Mac OS X applications using port command Message-ID: <5411a2561001141218k2a75ee8ex4d08facb88a77234@mail.gmail.com> Hi folks How to list all native mac applications using port command? For example does have a native build. I curious what other native open source apps available.. cheers Fyodor From allbery at kf8nh.com Thu Jan 14 13:01:40 2010 From: allbery at kf8nh.com (Brandon Allbery) Date: Thu, 14 Jan 2010 16:01:40 -0500 Subject: list native Mac OS X applications using port command In-Reply-To: <5411a2561001141218k2a75ee8ex4d08facb88a77234@mail.gmail.com> References: <5411a2561001141218k2a75ee8ex4d08facb88a77234@mail.gmail.com> Message-ID: On Jan 14, 2010, at 15:18 , Fyodor Vassiley wrote: > How to list all native mac applications using port command? For > example does have a native build. I curious what other native open > source apps available.. "port list category:aqua or variant:aqua" looks like a good start. -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part URL: From frederick.c.lee at gmail.com Thu Jan 14 13:02:22 2010 From: frederick.c.lee at gmail.com (Frederick C. Lee) Date: Thu, 14 Jan 2010 13:02:22 -0800 Subject: port selfupdate: Unable to sync. Message-ID: Greetings: I can't to a 'self update': [/Users/Ric]sudo port -d selfupdate ---> Updating the ports tree DEBUG: Synchronizing ports tree(s) Synchronizing local ports tree 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 rsync: failed to connect to rsync.macports.org: Connection refused (61) rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-37.3/rsync/clientserver.c(105) [receiver=2.6.9] Error: Synchronization of the local ports tree failed doing rsync DEBUG: Couldn't sync the ports tree: Synchronization of 1 source(s) failed while executing "macports::selfupdate [array get global_options]" Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports tree: Synchronization of 1 source(s) failed ---------------- Any ideas? Ric. -------------- next part -------------- An HTML attachment was scrubbed... URL: From frederick.c.lee at gmail.com Thu Jan 14 13:12:38 2010 From: frederick.c.lee at gmail.com (Frederick C. Lee) Date: Thu, 14 Jan 2010 13:12:38 -0800 Subject: Unable to install Berkeley DB v6: conflicting install ... how?? Message-ID: Greetings: I'm attempting to install gtk2 which depends on db46; which bombed. So I've tried to explicitly install db46 confirm: [Users/Ric] > install -v -c db46 ---> Computing dependencies for db46 ---> Extracting db46 Error: You have a conflicting install of Berkeley DB in /usr/local, please move it aside before building db46 Error: Target org.macports.extract returned: Berkeley DB in /usr/local is in the way Error: Status 1 encountered during processing. Goodbye ------------------------------------------------------------------------------------------ I had manually removed the Berkeley DB from /usr/local: [/Users/Ric]ls /usr/local ActivePerl-5.8/ httpd-2.2.6/ mysql-5.1.22-rc-osx10.4-i686/ CPAN-1.9203/ httpd-2.2.6.tar.gz perl/ apache2/ include/ php5/ bin/ info/ share/ git/ lib/ src/ graphviz-2.14/ libexec/ svn_installer_backup/ hermes/ man/ -------- But every time I try to install db46, MacPorts always says db46 is blocking it from within /usr/local. But as you can see, it's not there! How can I get MacPorts to install db46 & continue with installing gtk2? Ric. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Thu Jan 14 13:17:42 2010 From: jmr at macports.org (Joshua Root) Date: Fri, 15 Jan 2010 08:17:42 +1100 Subject: port selfupdate: Unable to sync. In-Reply-To: References: Message-ID: <4B4F89F6.9000606@macports.org> On 2010-1-15 08:02 , Frederick C. Lee wrote: > Greetings: > I can't to a 'self update': > > [/Users/Ric]sudo port -d selfupdate > ---> Updating the ports tree > DEBUG: Synchronizing ports tree(s) > Synchronizing local ports tree 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 > > rsync: failed to connect to rsync.macports.org > : Connection refused (61) > rsync error: error in socket IO (code 10) at > /SourceCache/rsync/rsync-37.3/rsync/clientserver.c(105) [receiver=2.6.9] > Error: Synchronization of the local ports tree failed doing rsync > DEBUG: Couldn't sync the ports tree: Synchronization of 1 source(s) failed > while executing > "macports::selfupdate [array get global_options]" > Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the > ports tree: Synchronization of 1 source(s) failed Have you read the relevant FAQ entry? - Josh From jmr at macports.org Thu Jan 14 13:20:21 2010 From: jmr at macports.org (Joshua Root) Date: Fri, 15 Jan 2010 08:20:21 +1100 Subject: Unable to install Berkeley DB v6: conflicting install ... how?? In-Reply-To: References: Message-ID: <4B4F8A95.6090201@macports.org> On 2010-1-15 08:12 , Frederick C. Lee wrote: > Greetings: > I'm attempting to install gtk2 which depends on db46; which bombed. > So I've tried to explicitly install db46 confirm: > > > [Users/Ric] > install -v -c db46 > ---> Computing dependencies for db46 > ---> Extracting db46 > Error: You have a conflicting install of Berkeley DB in /usr/local, > please move it aside before building db46 > Error: Target org.macports.extract returned: Berkeley DB in /usr/local > is in the way > Error: Status 1 encountered during processing. > Goodbye > > ------------------------------------------------------------------------------------------ > I had manually removed the Berkeley DB from /usr/local: > > [/Users/Ric]ls /usr/local > ActivePerl-5.8/ httpd-2.2.6/ > mysql-5.1.22-rc-osx10.4-i686/ > CPAN-1.9203/ httpd-2.2.6.tar.gz perl/ > apache2/ include/ php5/ > bin/ info/ share/ > git/ lib/ src/ > graphviz-2.14/ libexec/ > svn_installer_backup/ > hermes/ man/ > > -------- > > But every time I try to install db46, MacPorts always says db46 is > blocking it from within /usr/local. > But as you can see, it's not there! No, we can't see that from the listing you've provided. There are probably BDB headers or libraries in /usr/local/include or /usr/local/lib (respectively) still. - Josh From fyodor.vassiley at gmail.com Thu Jan 14 13:43:48 2010 From: fyodor.vassiley at gmail.com (Fyodor Vassiley) Date: Thu, 14 Jan 2010 22:43:48 +0100 Subject: list native Mac OS X applications using port command In-Reply-To: References: <5411a2561001141218k2a75ee8ex4d08facb88a77234@mail.gmail.com> Message-ID: Am 14.01.2010 um 22:01 schrieb Brandon Allbery: > On Jan 14, 2010, at 15:18 , Fyodor Vassiley wrote: >> How to list all native mac applications using port command? For >> example does have a native build. I curious what other native open >> source apps available.. > > > "port list category:aqua or variant:aqua" looks like a good start. Hi Brandon Thanks. "port list category:aqua or variant:aqua" is a good starting point. But Amarok is not listed (because based on QT, but also native mac app). I am search for all mac-like apps (who follow more or less the Apple Human Interface Guidelines) cheers Fyodor From frederick.c.lee at gmail.com Thu Jan 14 13:46:13 2010 From: frederick.c.lee at gmail.com (Frederick C. Lee) Date: Thu, 14 Jan 2010 13:46:13 -0800 Subject: Unable to install Berkeley DB v6: conflicting install ... how?? In-Reply-To: <4B4F8A95.6090201@macports.org> References: <4B4F8A95.6090201@macports.org> Message-ID: Thanks for the quick reply: I followed your suggestion and moved: /bin, /lib & /include directories from the /usr/local to the desktop. {I couldn't find which file was causing the problem so I moved their directories.} Then I re-installed the db46 (using force, verbose & clean): [/Users/Ric]sudo port MacPorts 1.8.1 Entering interactive mode... ("help" for help, "quit" to quit) [Users/Ric] > install -f -v -c db46 ---> Computing dependencies for db46 ---> Extracting db46 ---> Applying patches to db46 ---> Configuring db46 ---> Building db46 ---> Staging db46 into destroot ---> Installing db46 @4.6.21_6 ---> Activating db46 @4.6.21_6 ---> Cleaning db46 ... as you see, it went well. New /bin, /iib & /include directories weren't recreated; so I'll return the originals intact. I hope there won't be further conflicts. Ric. On Thu, Jan 14, 2010 at 1:20 PM, Joshua Root wrote: > On 2010-1-15 08:12 , Frederick C. Lee wrote: > > Greetings: > > I'm attempting to install gtk2 which depends on db46; which bombed. > > So I've tried to explicitly install db46 confirm: > > > > > > [Users/Ric] > install -v -c db46 > > ---> Computing dependencies for db46 > > ---> Extracting db46 > > Error: You have a conflicting install of Berkeley DB in /usr/local, > > please move it aside before building db46 > > Error: Target org.macports.extract returned: Berkeley DB in /usr/local > > is in the way > > Error: Status 1 encountered during processing. > > Goodbye > > > > > ------------------------------------------------------------------------------------------ > > I had manually removed the Berkeley DB from /usr/local: > > > > [/Users/Ric]ls /usr/local > > ActivePerl-5.8/ httpd-2.2.6/ > > mysql-5.1.22-rc-osx10.4-i686/ > > CPAN-1.9203/ httpd-2.2.6.tar.gz perl/ > > apache2/ include/ php5/ > > bin/ info/ > share/ > > git/ lib/ > src/ > > graphviz-2.14/ libexec/ > > svn_installer_backup/ > > hermes/ man/ > > > > -------- > > > > But every time I try to install db46, MacPorts always says db46 is > > blocking it from within /usr/local. > > But as you can see, it's not there! > > No, we can't see that from the listing you've provided. There are > probably BDB headers or libraries in /usr/local/include or > /usr/local/lib (respectively) still. > > - Josh > -------------- next part -------------- An HTML attachment was scrubbed... URL: From frederick.c.lee at gmail.com Thu Jan 14 13:51:15 2010 From: frederick.c.lee at gmail.com (Frederick C. Lee) Date: Thu, 14 Jan 2010 13:51:15 -0800 Subject: Unable to install Berkeley DB v6: conflicting install ... how?? In-Reply-To: <4B4F8A95.6090201@macports.org> References: <4B4F8A95.6090201@macports.org> Message-ID: Okay... Found the problem: /include: db_cxx.h & db.h These are the Oracle db headers that you probably were talking about. I don't know what to do with them... store 'em elsewhere to see any problems occur and if not, trash them. Ric. On Thu, Jan 14, 2010 at 1:20 PM, Joshua Root wrote: > On 2010-1-15 08:12 , Frederick C. Lee wrote: > > Greetings: > > I'm attempting to install gtk2 which depends on db46; which bombed. > > So I've tried to explicitly install db46 confirm: > > > > > > [Users/Ric] > install -v -c db46 > > ---> Computing dependencies for db46 > > ---> Extracting db46 > > Error: You have a conflicting install of Berkeley DB in /usr/local, > > please move it aside before building db46 > > Error: Target org.macports.extract returned: Berkeley DB in /usr/local > > is in the way > > Error: Status 1 encountered during processing. > > Goodbye > > > > > ------------------------------------------------------------------------------------------ > > I had manually removed the Berkeley DB from /usr/local: > > > > [/Users/Ric]ls /usr/local > > ActivePerl-5.8/ httpd-2.2.6/ > > mysql-5.1.22-rc-osx10.4-i686/ > > CPAN-1.9203/ httpd-2.2.6.tar.gz perl/ > > apache2/ include/ php5/ > > bin/ info/ > share/ > > git/ lib/ > src/ > > graphviz-2.14/ libexec/ > > svn_installer_backup/ > > hermes/ man/ > > > > -------- > > > > But every time I try to install db46, MacPorts always says db46 is > > blocking it from within /usr/local. > > But as you can see, it's not there! > > No, we can't see that from the listing you've provided. There are > probably BDB headers or libraries in /usr/local/include or > /usr/local/lib (respectively) still. > > - Josh > -------------- next part -------------- An HTML attachment was scrubbed... URL: From allbery at kf8nh.com Thu Jan 14 13:52:34 2010 From: allbery at kf8nh.com (Brandon Allbery) Date: Thu, 14 Jan 2010 16:52:34 -0500 Subject: list native Mac OS X applications using port command In-Reply-To: References: <5411a2561001141218k2a75ee8ex4d08facb88a77234@mail.gmail.com> Message-ID: <36984310-952C-4FA9-99C2-BE3963418086@kf8nh.com> On Jan 14, 2010, at 16:43 , Fyodor Vassiley wrote: > I am search for all mac-like apps (who follow more or less the Apple > Human Interface Guidelines) I don't think there's any classification of MacPorts based on that, so no way the port command can produce a list for you. -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part URL: From frederick.c.lee at gmail.com Thu Jan 14 14:08:28 2010 From: frederick.c.lee at gmail.com (Frederick C. Lee) Date: Thu, 14 Jan 2010 14:08:28 -0800 Subject: port selfupdate: Unable to sync. In-Reply-To: <4B4F89F6.9000606@macports.org> References: <4B4F89F6.9000606@macports.org> Message-ID: I've read the FAQ. I'm using a public library's Wi-Fi to access the internet. No doubt it has a firewall blocking 'unusual' events. ... probably have to install the latest MacPorts from scratch vs 'update'. Ric. On Thu, Jan 14, 2010 at 1:17 PM, Joshua Root wrote: > On 2010-1-15 08:02 , Frederick C. Lee wrote: > > Greetings: > > I can't to a 'self update': > > > > [/Users/Ric]sudo port -d selfupdate > > ---> Updating the ports tree > > DEBUG: Synchronizing ports tree(s) > > Synchronizing local ports tree 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 > > > > rsync: failed to connect to rsync.macports.org > > : Connection refused (61) > > rsync error: error in socket IO (code 10) at > > /SourceCache/rsync/rsync-37.3/rsync/clientserver.c(105) [receiver=2.6.9] > > Error: Synchronization of the local ports tree failed doing rsync > > DEBUG: Couldn't sync the ports tree: Synchronization of 1 source(s) > failed > > while executing > > "macports::selfupdate [array get global_options]" > > Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the > > ports tree: Synchronization of 1 source(s) failed > > Have you read the relevant FAQ entry? > > > - Josh > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Thu Jan 14 14:34:23 2010 From: jmr at macports.org (Joshua Root) Date: Fri, 15 Jan 2010 09:34:23 +1100 Subject: port selfupdate: Unable to sync. In-Reply-To: References: <4B4F89F6.9000606@macports.org> Message-ID: <4B4F9BEF.2070804@macports.org> On 2010-1-15 09:08 , Frederick C. Lee wrote: > I've read the FAQ. > I'm using a public library's Wi-Fi to access the internet. > No doubt it has a firewall blocking 'unusual' events. > > ... probably have to install the latest MacPorts from scratch vs 'update'. Yes, if rsync is blocked on your network you will have to update using the dmg or the source tarball. This doesn't require starting from scratch as it won't affect your installed ports. I take it you are already using one of the HTTP sync methods? - Josh From ryandesign at macports.org Thu Jan 14 15:12:51 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 14 Jan 2010 17:12:51 -0600 Subject: Unable to install Berkeley DB v6: conflicting install ... how?? In-Reply-To: References: <4B4F8A95.6090201@macports.org> Message-ID: <5B078FB7-F39D-40B6-AD81-AA848BDA1CB9@macports.org> On Jan 14, 2010, at 15:46, Frederick C. Lee wrote: > I followed your suggestion and moved: /bin, /lib & /include directories from the /usr/local to the desktop. > {I couldn't find which file was causing the problem so I moved their directories.} > > Then I re-installed the db46 (using force, verbose & clean): > > [/Users/Ric]sudo port > MacPorts 1.8.1 > Entering interactive mode... ("help" for help, "quit" to quit) > [Users/Ric] > install -f -v -c db46 > ---> Computing dependencies for db46 > ---> Extracting db46 > ---> Applying patches to db46 > ---> Configuring db46 > ---> Building db46 > ---> Staging db46 into destroot > ---> Installing db46 @4.6.21_6 > ---> Activating db46 @4.6.21_6 > ---> Cleaning db46 > > ... as you see, it went well. > > New /bin, /iib & /include directories weren't recreated; Correct; MacPorts installs into /opt/local, not /usr/local. > so I'll return the originals intact. > I hope there won't be further conflicts. Just be aware that it is not supported to have anything in /usr/local while installing anything with MacPorts because things in /usr/local can interfere. Some ports like db46 check for this but most don't and will just fail in strange ways. I recommend you get rid of what's in /usr/local, if possible, and install any software you need using MacPorts instead. From ryandesign at macports.org Thu Jan 14 15:15:36 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 14 Jan 2010 17:15:36 -0600 Subject: Unable to install Berkeley DB v6: conflicting install ... how?? In-Reply-To: <5B078FB7-F39D-40B6-AD81-AA848BDA1CB9@macports.org> References: <4B4F8A95.6090201@macports.org> <5B078FB7-F39D-40B6-AD81-AA848BDA1CB9@macports.org> Message-ID: <19F53BA7-9F36-4D82-98D2-A6E204B32314@macports.org> > On Jan 14, 2010, at 15:46, Frederick C. Lee wrote: > >> [/Users/Ric]sudo port >> MacPorts 1.8.1 Also, please "sudo port selfupdate" to update to MacPorts 1.8.2. From talklists at newgeo.com Thu Jan 14 16:56:08 2010 From: talklists at newgeo.com (Scott Haneda) Date: Thu, 14 Jan 2010 16:56:08 -0800 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001140632v49a7984ckcb5ba45c1e05a9d1@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> <56cc1b0a1001140229w345955e3t9441c1cc66e600a@mail.gmail.com> <56cc1b0a1001140313v604738e6vb5e9182d64724c3c@mail.gmail.com> <55D0204C-0CD2-4F65-B73C-CB3E298B7F77@newgeo.com> <56cc1b0a1001140427s25b84920g3752275ec126e386@mail.gmail.com> <56cc1b0a1001140539x564313fela3a931225ab31b6a@mail.gmail.com> <56cc1b0a1001140557m23ea3a6fnc8d46a36aace7db4@mail.gmail.com> <56cc1b0a1001140632v49a7984ckcb5ba45c1e05a9d1@mail.gmail.com> Message-ID: <5142497C-B755-4693-A551-BA0165D6FF21@newgeo.com> On Jan 14, 2010, at 6:32 AM, Jasper Frumau wrote: > Well I am happy :-) Apache and PHP installed and Drupal running. I also > needed to add php5-gd and php5-mbstring and replace one deprecated ereg > function, but all good. Only mod_rewrite is not running according to Drupal: > our system configuration does not currently support this feature. The handbook > page on Clean URLs has additional > troubleshooting information. > > Even though: > > Jaspers-MacBook-Pro:conf jasper$ httpd -M | grep rewrite > Syntax OK > rewrite_module (shared) > Jaspers-MacBook-Pro:conf jasper$ I get those same results, and my mod_rewrite has been working fine. Of course, it just being there is not enough. You will need to enter into your httpd.conf file and allow such things to happen, or you may need to delegate them to be allowed to be controlled via .htaccess or via your virtual host and directory block settings in Apache. Out of the box, not many sites are going to perform mod_rewrite functions, you have to make an effort to enable it for that site/host. By default, Apache sets a relatively restrictive set of rules for *all* hosts, which you then need to open up for each one on an as needed basis. -- Scott * If you contact me off list replace talklists@ with scott@ * From talklists at newgeo.com Thu Jan 14 16:58:11 2010 From: talklists at newgeo.com (Scott Haneda) Date: Thu, 14 Jan 2010 16:58:11 -0800 Subject: PHP 5.3 and 5.2 In-Reply-To: <9C9578F4-7771-4CCF-B35B-FD2ED4D2A4D5@eclimb.net> References: <9C9578F4-7771-4CCF-B35B-FD2ED4D2A4D5@eclimb.net> Message-ID: <22957AF8-5FA8-4E37-A4D5-EC00783F2DD1@newgeo.com> On Jan 14, 2010, at 10:03 AM, Craig Hoffman wrote: > Quick question: is it possible to install both PHP 5.3 and 5.2.x and toggle between the two? Currently, our web server is running 5.2.x and our development server is running 5.3. What's the best way to go about this? Yes, but you would have to locate the old php 5.2.x installer from MacPorts, and install that from a local port setup. Doing something like this is not the simplest thing to do, and is prone to error. I would be more inclined to set MacPorts to use two separate prefix's and toggle between those, or, perhaps use Apple's php for the 5.3, and MacPorts for the 5.2.x. If there is any way to avoid this, I certainly would try. -- Scott * If you contact me off list replace talklists@ with scott@ * From brad at pixilla.com Thu Jan 14 17:06:26 2010 From: brad at pixilla.com (Bradley Giesbrecht) Date: Thu, 14 Jan 2010 17:06:26 -0800 Subject: PHP 5.3 and 5.2 In-Reply-To: <22957AF8-5FA8-4E37-A4D5-EC00783F2DD1@newgeo.com> References: <9C9578F4-7771-4CCF-B35B-FD2ED4D2A4D5@eclimb.net> <22957AF8-5FA8-4E37-A4D5-EC00783F2DD1@newgeo.com> Message-ID: <89B30B89-6022-4FEC-9D1C-A8FB07E24400@pixilla.com> On Jan 14, 2010, at 4:58 PM, Scott Haneda wrote: > On Jan 14, 2010, at 10:03 AM, Craig Hoffman wrote: > >> Quick question: is it possible to install both PHP 5.3 and 5.2.x >> and toggle between the two? Currently, our web server is running >> 5.2.x and our development server is running 5.3. What's the best >> way to go about this? > > Yes, but you would have to locate the old php 5.2.x installer from > MacPorts, and install that from a local port setup. Doing something > like this is not the simplest thing to do, and is prone to error. If you already have 5.2 installed you should be able to just deactivate 5.2 and activate 5.3 and bounce apache2. But if like me you have pear classes, pecl extensions, and possibly other classes and extensions installed expect problems. Not that it can't be worked out. > I would be more inclined to set MacPorts to use two separate > prefix's and toggle between those, or, perhaps use Apple's php for > the 5.3, and MacPorts for the 5.2.x. Are you talking about toggling between the two on the fly via apache2 directives? Like have one site use php 5.2 and another 5.3? If so I have no experience and I'm happy that I don't but you can probably try including the php5.x extension in an apache2 virtualhost. // Brad -------------- next part -------------- An HTML attachment was scrubbed... URL: From talklists at newgeo.com Thu Jan 14 17:26:44 2010 From: talklists at newgeo.com (Scott Haneda) Date: Thu, 14 Jan 2010 17:26:44 -0800 Subject: PHP 5.3 and 5.2 In-Reply-To: <89B30B89-6022-4FEC-9D1C-A8FB07E24400@pixilla.com> References: <9C9578F4-7771-4CCF-B35B-FD2ED4D2A4D5@eclimb.net> <22957AF8-5FA8-4E37-A4D5-EC00783F2DD1@newgeo.com> <89B30B89-6022-4FEC-9D1C-A8FB07E24400@pixilla.com> Message-ID: On Jan 14, 2010, at 5:06 PM, Bradley Giesbrecht wrote: >> I would be more inclined to set MacPorts to use two separate prefix's and toggle between those, or, perhaps use Apple's php for the 5.3, and MacPorts for the 5.2.x. > > Are you talking about toggling between the two on the fly via apache2 directives? Like have one site use php 5.2 and another 5.3? > If so I have no experience and I'm happy that I don't but you can probably try including the php5.x extension in an apache2 virtualhost. I did not put a lot of thought into it, luckily I have never had to seriously fiddle with it. I would probably have one goal, get two copies of Apache running on different ports, one would server old php, and one would serve new php. I think you could then take either of those Apaches, and run that on port 80 as a proxy to the other two different ports, and it would be near transparent. Your logs would look a little funny, but there are ways to solve that as well. Like I said, it is something I would try to avoid, as it just sounds messy and impossible to debug. One other option would be to virtualize one of them in a VM. Hmpf, actually, if you can get away with it as a fastcgi, then it is almost trivial to get working: http://cuadradevelopment.com/blog/26/multiple-php-versions-with-apache-using-fastcgi-on-os-x/ -- Scott * If you contact me off list replace talklists@ with scott@ * From ryandesign at macports.org Thu Jan 14 17:48:16 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 14 Jan 2010 19:48:16 -0600 Subject: PHP 5.3 and 5.2 In-Reply-To: <9C9578F4-7771-4CCF-B35B-FD2ED4D2A4D5@eclimb.net> References: <9C9578F4-7771-4CCF-B35B-FD2ED4D2A4D5@eclimb.net> Message-ID: On Jan 14, 2010, at 12:03, Craig Hoffman wrote: > Quick question: is it possible to install both PHP 5.3 and 5.2.x and toggle between the two? Currently, our web server is running 5.2.x and our development server is running 5.3. What's the best way to go about this? Yes, you can install PHP 5.3 using the php5 port and PHP 5.2 using the php52 port. At this time, both cannot be active simultaneously, so to switch between them you would need to "sudo port deactivate" the one and "sudo port activate" the other and then restart your web server. Any PHP extensions you have installed will only be compatible with the version of PHP you installed them with, and will not be loadable in the other version until they're recompiled. You may also need to keep two php.ini's and switch them out as well, or else make sure any directives you use are usable on both versions. The request to allow php5 and php52 to be installed and usable simultaneously is filed here: http://trac.macports.org/ticket/22668 This is a reasonable request, since it is already possible to install php4 simultaneously with php5 or php52, and even to use them simultaneously if you're using FastCGI and not the Apache module. I have this set up quite nicely on my system with the lighttpd web server instead of Apache; it has very flexible configuration syntax that lets you specify exactly when and where which PHP version gets used. For example I generally use PHP 5, but one site I designed has to be deployed on PHP 4, so I set my lighttpd.conf to use PHP 4 on just that site on my development machine so I don't accidentally use any PHP 5 functions in it. I should probably do some rearranging of the directories where php4, php5 and php52 install files, so they don't conflict with one another. But I haven't had time to look into this yet. From ryandesign at macports.org Thu Jan 14 17:49:56 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 14 Jan 2010 19:49:56 -0600 Subject: MySQL error installing Drupal -- total serendipty -- side issue with macports install itself. In-Reply-To: <1D48A9E9-8742-4DEC-BEEF-B5F532778432@mcgillsociety.org> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <20100112155530.821410hodo8za5i8@webmail.df.eu> <56cc1b0a1001122259m42f8ddb1p2f6c3741f12ae2d1@mail.gmail.com> <2876C4C7-45A2-412A-A6B5-FBA8E883D0B6@macports.org> <56cc1b0a1001131200m49e3977atadebb494cef0ec60@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> <1D48A9E9-8742-4DEC-BEEF-B5F532778432@mcgillsociety.org> Message-ID: On Jan 14, 2010, at 13:07, William H. Magill wrote: > echo $PATH > /opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/magill/bin:/usr/bin/X11:/usr/local/bin:/usr/local/sbin:/usr/local1/bin:/usr/X11R6/bin:/usr/bin/X11:/etc:/usr/etc:/usr/local/etc:/usr/local1/etc > > So I had to go back to see where THAT came from... > > <--------- part of .profile -----------------> > > ## > # Your previous /Users/magill/.profile file was backed up as /Users/magill/.profile.macports-saved_2009-09-19_at_20:09:05 > ## > > # MacPorts Installer addition on 2009-09-19_at_20:09:05: adding an appropriate PATH variable for use with MacPorts. > export PATH=/opt/local/bin:/opt/local/sbin:$PATH > # Finished adapting your PATH environment variable for use with MacPorts. > > > ## > # Your previous /Users/magill/.profile file was backed up as /Users/magill/.profile.macports-saved_2009-10-13_at_16:36:02 > ## > > # MacPorts Installer addition on 2009-10-13_at_16:36:02: adding an appropriate PATH variable for use with MacPorts. > export PATH=/opt/local/bin:/opt/local/sbin:$PATH > # Finished adapting your PATH environment variable for use with MacPorts. > > > ## > # Your previous /Users/magill/.profile file was backed up as /Users/magill/.profile.macports-saved_2009-12-13_at_20:59:04 > ## > > # MacPorts Installer addition on 2009-12-13_at_20:59:04: adding an appropriate PATH variable for use with MacPorts. > export PATH=/opt/local/bin:/opt/local/sbin:$PATH > # Finished adapting your PATH environment variable for use with MacPorts. > > <--------- end part of .profile -----------------> The profile is only modified by the MacPorts dmg installer, and it is supposed to not modify the profile if it detects that it has already been modified. I don't know why this detection failed for you but I also don't have time to investigate it further right now. But you may want to file a bug report in the issue tracker because this should not be happening. From jasperfrumau at gmail.com Fri Jan 15 00:54:07 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Fri, 15 Jan 2010 11:54:07 +0300 Subject: MySQL error installing Drupal In-Reply-To: <55D0204C-0CD2-4F65-B73C-CB3E298B7F77@newgeo.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> <56cc1b0a1001140229w345955e3t9441c1cc66e600a@mail.gmail.com> <56cc1b0a1001140313v604738e6vb5e9182d64724c3c@mail.gmail.com> <55D0204C-0CD2-4F65-B73C-CB3E298B7F77@newgeo.com> Message-ID: <56cc1b0a1001150054g1fa0eb3fy2cb09f9fbb9f5544@mail.gmail.com> When I Jaspers-MacBook-Pro:conf jasper$ sudo cat httpd.conf | grep rewrite LoadModule rewrite_module modules/mod_rewrite.so So I would think it should load. But I guess more is needed. When I added AddModule mod_rewrite.c to the httpd.conf I got an error: Jaspers-MacBook-Pro:conf jasper$ sudo /opt/local/apache2/bin/apachectl -k restart Syntax error on line 491 of /opt/local/apache2/conf/httpd.conf: Invalid command 'AddModule', perhaps misspelled or defined by a module not included in the server configuration httpd not running, trying to start On Thu, Jan 14, 2010 at 2:22 PM, Scott Haneda wrote: > > On Jan 14, 2010, at 3:13 AM, Jasper Frumau wrote: > > > On Thu, Jan 14, 2010 at 2:04 PM, Scott Haneda wrote: > > > >> Ok, really quick, and I need to get off to sleep? > >> > >> Maybe you can give us a clear explanation of what your goals are, is it to > >> run Apache2, Mysql5, and php5 all under MacPorts, or do you want to mix and > >> match bits from Apple and MacPorts? I suggest the former, and should have > >> nightmares about the later in about a half hour :) > >> > > > > I would prefer all under MacPorts (Apache2, PHP5 and MySQL5). Apple's > > Websharing / Apache has been turned off and I just now need to get Apache > > and PHP from MacPorts and get all running properly so my Wordpress will run > > again and so I can install Drupal without any issues.... I'd like to avoid > > further hasssles :-) But it can wait until it is day again at your side of > > the planet. Thanks for all the help so far. I appreciate it a lot! I learned > > a lot already!! > > Good, that makes it simple, you are mostly there. > I think all you need to to is run the launchctl command to load apache. > > This may help some: http://trac.macports.org/wiki/howto/MAMP > > You need to run this command: > sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist > > But that also means you need to configure Apache a little, this means at the least, the following: > 1) Decide if you want user directory support, enable or disable it > 2) Decide if you want a local copy of the Apache manual to work, enable or disable it > 3) include the "mod_php.conf" into your Apache config file > This alone could be most of your issues > 4) Maybe load the php module, I am not sure the state your setup is in > 5) Restart apache after each of those steps, test to be sure they are working. > > Talk to you tomorrow. > > -- > Scott * If you contact me off list replace talklists@ with scott@ * > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jasperfrumau at gmail.com Fri Jan 15 01:33:11 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Fri, 15 Jan 2010 12:33:11 +0300 Subject: MySQL error installing Drupal In-Reply-To: <56cc1b0a1001150054g1fa0eb3fy2cb09f9fbb9f5544@mail.gmail.com> References: <56cc1b0a1001120526h62808bd9xab967fc09a53e89c@mail.gmail.com> <56cc1b0a1001131312q1823f37fw7830d676b4433bcf@mail.gmail.com> <56cc1b0a1001140047h18d8bf6i8ee359ab5655564e@mail.gmail.com> <56cc1b0a1001140229w345955e3t9441c1cc66e600a@mail.gmail.com> <56cc1b0a1001140313v604738e6vb5e9182d64724c3c@mail.gmail.com> <55D0204C-0CD2-4F65-B73C-CB3E298B7F77@newgeo.com> <56cc1b0a1001150054g1fa0eb3fy2cb09f9fbb9f5544@mail.gmail.com> Message-ID: <56cc1b0a1001150133v662bef59o553d58bb398f44ba@mail.gmail.com> Changed httpd.conf: # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride All All is well know! On Fri, Jan 15, 2010 at 11:54 AM, Jasper Frumau wrote: > When I > Jaspers-MacBook-Pro:conf jasper$ sudo cat httpd.conf | grep rewrite > LoadModule rewrite_module modules/mod_rewrite.so > > So I would think it should load. But I guess more is needed. > > When I added AddModule mod_rewrite.c to the httpd.conf I got an error: > > > Jaspers-MacBook-Pro:conf jasper$ sudo /opt/local/apache2/bin/apachectl -k > restart > Syntax error on line 491 of /opt/local/apache2/conf/httpd.conf: > Invalid command 'AddModule', perhaps misspelled or defined by a module not > included in the server configuration > httpd not running, trying to start > > > > > On Thu, Jan 14, 2010 at 2:22 PM, Scott Haneda > wrote: > > > > On Jan 14, 2010, at 3:13 AM, Jasper Frumau wrote: > > > > > On Thu, Jan 14, 2010 at 2:04 PM, Scott Haneda > wrote: > > > > > >> Ok, really quick, and I need to get off to sleep? > > >> > > >> Maybe you can give us a clear explanation of what your goals are, is > it to > > >> run Apache2, Mysql5, and php5 all under MacPorts, or do you want to > mix and > > >> match bits from Apple and MacPorts? I suggest the former, and > should have > > >> nightmares about the later in about a half hour :) > > >> > > > > > > I would prefer all under MacPorts (Apache2, PHP5 and MySQL5). Apple's > > > Websharing / Apache has been turned off and I just now need to get > Apache > > > and PHP from MacPorts and get all running properly so my Wordpress will > run > > > again and so I can install Drupal without any issues.... I'd like to > avoid > > > further hasssles :-) But it can wait until it is day again at your side > of > > > the planet. Thanks for all the help so far. I appreciate it a lot! I > learned > > > a lot already!! > > > > Good, that makes it simple, you are mostly there. > > I think all you need to to is run the launchctl command to load apache. > > > > This may help some: http://trac.macports.org/wiki/howto/MAMP > > > > You need to run this command: > > sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist > > > > But that also means you need to configure Apache a little, this means at > the least, the following: > > 1) Decide if you want user directory support, enable or disable it > > 2) Decide if you want a local copy of the Apache manual to work, enable > or disable it > > 3) include the "mod_php.conf" into your Apache config file > > This alone could be most of your issues > > 4) Maybe load the php module, I am not sure the state your setup is in > > 5) Restart apache after each of those steps, test to be sure they are > working. > > > > Talk to you tomorrow. > > > > -- > > Scott * If you contact me off list replace talklists@ with scott@ * > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From max.e.brown at gmail.com Fri Jan 15 06:40:13 2010 From: max.e.brown at gmail.com (max.e.brown at gmail.com) Date: Fri, 15 Jan 2010 15:40:13 +0100 Subject: SBCL 1.0.33 fails to build on 10.4 - "bus error"? Message-ID: Hi, I am having trouble building SBCL 1.0.33 on Tiger (PPC). The build fails with: //entering make-host-1.sh //building cross-compiler, and doing first genesis make-host-1.sh: line 31: 11882 Bus error $SBCL_XC_HOST Cleaning sbcl max:/opt/local max$ sudo port -d install sbcl DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/sbcl DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/sbcl DEBUG: OS Platform: darwin DEBUG: OS Version: 8.11.0 DEBUG: Mac OS X Version: 10.4 DEBUG: System Arch: powerpc DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: not using configure, so not adding the default universal variant DEBUG: Requested variant darwin is not provided by port sbcl. DEBUG: Requested variant macosx is not provided by port sbcl. DEBUG: Executing variant powerpc provides powerpc DEBUG: Executing variant html provides html DEBUG: Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/sbcl/work ---> Computing dependencies for sbcl DEBUG: Executing org.macports.main (sbcl) DEBUG: No TGZ archive: /opt/local/var/macports/packages/darwin/powerpc/sbcl-1.0.33_4+html+powerpc.powerpc.tgz DEBUG: Skipping unarchive (sbcl) since no archive found DEBUG: Skipping completed org.macports.unarchive (sbcl) ---> Fetching sbcl DEBUG: Executing org.macports.fetch (sbcl) ---> Verifying checksum(s) for sbcl DEBUG: Executing org.macports.checksum (sbcl) ---> Checksumming sbcl-1.0.33-source.tar.bz2 DEBUG: Correct (md5) checksum for sbcl-1.0.33-source.tar.bz2 DEBUG: Correct (sha1) checksum for sbcl-1.0.33-source.tar.bz2 DEBUG: Correct (rmd160) checksum for sbcl-1.0.33-source.tar.bz2 ---> Checksumming sbcl-1.0.22-powerpc-darwin-binary.tar.bz2 DEBUG: Correct (md5) checksum for sbcl-1.0.22-powerpc-darwin-binary.tar.bz2 DEBUG: setting option extract.cmd to /usr/bin/bzip2 ---> Extracting sbcl DEBUG: Executing org.macports.extract (sbcl) ---> Extracting sbcl-1.0.33-source.tar.bz2 DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/sbcl/sbcl-1.0.33-source.tar.bz2 DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work" && /usr/bin/bzip2 -dc /opt/local/var/macports/distfiles/sbcl/sbcl-1.0.33-source.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -' ---> Extracting sbcl-1.0.22-powerpc-darwin-binary.tar.bz2 DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/sbcl/sbcl-1.0.22-powerpc-darwin-binary.tar.bz2 DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work" && /usr/bin/bzip2 -dc /opt/local/var/macports/distfiles/sbcl/sbcl-1.0.22-powerpc-darwin-binary.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -' DEBUG: Executing org.macports.patch (sbcl) ---> Applying patches to sbcl ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/sbcl/files/patch-use-mach-exception-handler.diff DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work/sbcl-1.0.33" && /usr/bin/patch -p0' patching file customize-target-features.lisp ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/sbcl/files/patch-posix-tests.diff DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work/sbcl-1.0.33" && /usr/bin/patch -p0' patching file contrib/sb-posix/posix-tests.lisp DEBUG: Executing proc-post-org.macports.patch-patch-0 ---> Configuring sbcl DEBUG: Using compiler 'Mac OS X gcc 4.0' DEBUG: Executing org.macports.configure (sbcl) ---> Building sbcl DEBUG: Executing org.macports.build (sbcl) //starting build: Fri Jan 15 15:25:13 CET 2010 //SBCL_XC_HOST="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work/sbcl-1.0.22-powerpc-darwin/src/runtime/sbcl --core /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work/sbcl-1.0.22-powerpc-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null" //entering make-config.sh //ensuring the existence of output/ directory //initializing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work/sbcl-1.0.33/local-target-features.lisp-expr //guessing default target CPU architecture from host architecture second level name optional in hw.optional.x86_64 is invalid //setting up CPU-architecture-dependent information sbcl_arch="ppc" //setting up OS-dependent information //finishing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work/sbcl-1.0.33/local-target-features.lisp-expr /in canonicalize-whitespace-1 /$*=./contrib/sb-posix/posix-tests.lisp ./customize-target-features.lisp ./local-target-features.lisp-expr ./contrib/sb-bsd-sockets/foo.c ./contrib/sb-posix/foo.c ./src/runtime/runtime.c ./src/runtime/target-arch-os.h ./src/runtime/target-arch.h ./src/runtime/target-lispregs.h ./src/runtime/target-os.h /$scratchfilename=/tmp/canonicalize-whitespace-1.12091.tmp //entering make-host-1.sh //building cross-compiler, and doing first genesis make-host-1.sh: line 31: 12104 Bus error $SBCL_XC_HOST -8<--------------------- From jasperfrumau at gmail.com Fri Jan 15 06:41:50 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Fri, 15 Jan 2010 17:41:50 +0300 Subject: PHP errors after installation MAMP via MacPorts Message-ID: <56cc1b0a1001150641o1f7f9475mc521cce681fc360e@mail.gmail.com> Like mentioned in the last thread I got Drupal running on my MAMP (Mac Book Pro) built on MacPorts Apache, MySQL5 and PHP 5.3.1 . I got Wordpress running as well but when I tried to install a theme I got: *Warning*: Invalid argument supplied for foreach() in * /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/index.php*on line *5* *Parse error*: syntax error, unexpected $end in * /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/header.php*on line *154 *In the theme preview and* *a crashed Wordpress with a bunch of code and these warnings:* * *Warning*: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/admin/admin-options.php:293) in * /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/functions.php * on line *145* *Warning*: Cannot modify header information - headers already sent by (output started at /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/admin/admin-options.php:293) in */opt/local/apache2/htdocs/wordpress/wp-includes/functions.php* on line * 790* *Warning*: Cannot modify header information - headers already sent by (output started at /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/admin/admin-options.php:293) in */opt/local/apache2/htdocs/wordpress/wp-includes/functions.php* on line * 791* after activating the theme. I wonder if I forgot to install certain PHP extensions or there needs to be done something in httpd.conf. Anybody? -------------- next part -------------- An HTML attachment was scrubbed... URL: From jasperfrumau at gmail.com Fri Jan 15 07:57:35 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Fri, 15 Jan 2010 18:57:35 +0300 Subject: PHP errors after installation MAMP via MacPorts In-Reply-To: <56cc1b0a1001150641o1f7f9475mc521cce681fc360e@mail.gmail.com> References: <56cc1b0a1001150641o1f7f9475mc521cce681fc360e@mail.gmail.com> Message-ID: <56cc1b0a1001150757y5479cc1bu481db02ee9d8a99d@mail.gmail.com> These are the PHP extensions I currently have: php5-gd @5.3.1_3 (active) php5-mbstring @5.3.1_2 (active) php5-mysql @5.3.1_2+mysqlnd (active) Does anyone one know if others are required for Wordpress. What are the standard extentions normally needed? On Fri, Jan 15, 2010 at 5:41 PM, Jasper Frumau wrote: > Like mentioned in the last thread I got Drupal running on my MAMP (Mac Book > Pro) built on MacPorts Apache, MySQL5 and PHP 5.3.1 . I got Wordpress > running as well but when I tried to install a theme I got: > > *Warning*: Invalid argument supplied for foreach() in * > /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/index.php*on line > *5* > > *Parse error*: syntax error, unexpected $end in * > /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/header.php > * on line *154 > > *In the theme preview and* > > *a crashed Wordpress with a bunch of code and these warnings:* > * > *Warning*: session_start() [function.session-start]: > Cannot send session cache limiter - headers already sent (output started at > /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/admin/admin-options.php:293) > in * > /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/functions.php > * on line *145* > > *Warning*: Cannot modify header information - headers already sent by > (output started at > /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/admin/admin-options.php:293) > in */opt/local/apache2/htdocs/wordpress/wp-includes/functions.php* on line > *790* > > *Warning*: Cannot modify header information - headers already sent by > (output started at > /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/admin/admin-options.php:293) > in */opt/local/apache2/htdocs/wordpress/wp-includes/functions.php* on line > *791* > > after activating the theme. > > I wonder if I forgot to install certain PHP extensions or there needs to be > done something in httpd.conf. Anybody? > -------------- next part -------------- An HTML attachment was scrubbed... URL: From felix at laas.fr Fri Jan 15 08:22:16 2010 From: felix at laas.fr (Felix Ingrand) Date: Fri, 15 Jan 2010 17:22:16 +0100 Subject: openmotif 2.3.2 bug in 64 bits under Snow Leopard MacPorts 1.8.2 Message-ID: <5D8B718E-686A-4395-BCA9-7069F5DECE4A@laas.fr> I have a weird openmotif 2.3.2 bug in 64 bits under Snow Leopard MacPorts 1.8.2 The following code: XmListDeselectAllItems(XmSelectionBoxGetChild(selectOpDialog, XmDIALOG_LIST)); sometimes crashes tracing it in openMotif, I have change these 2 functions (note the fprintf I have added). void XmListDeselectAllItems(Widget w) { XmListWidget lw = (XmListWidget) w; int i; fprintf(stderr,"w: %ld %p\n", sizeof(w), w); _XmWidgetToAppContext(w); _XmAppLock(app); if (lw->list.itemCount < 1) { _XmAppUnlock(app); return; } if (lw->list.selectedItemCount > 0) { for (i = 0; i < lw->list.selectedPositionCount; i++) { int pos = lw->list.selectedPositions[i] - 1; lw->list.InternalList[pos]->selected = FALSE; lw->list.InternalList[pos]->last_selected = FALSE; DrawItem((Widget) lw, pos); } ClearSelectedList(lw); ClearSelectedPositions(lw); } _XmAppUnlock(app); } and Widget XmSelectionBoxGetChild( Widget sb, #if NeedWidePrototypes unsigned int which ) #else unsigned char which ) #endif /* NeedWidePrototypes */ { /****************/ Widget child = NULL; _XmWidgetToAppContext(sb); _XmAppLock(app); switch (which) { case XmDIALOG_LIST: child = SB_List (sb); break; case XmDIALOG_LIST_LABEL: child = SB_ListLabel (sb); break; case XmDIALOG_SELECTION_LABEL: child = SB_SelectionLabel (sb); break; case XmDIALOG_WORK_AREA: child = SB_WorkArea (sb); break; case XmDIALOG_TEXT: child = SB_Text (sb); break; case XmDIALOG_SEPARATOR: child = SB_Separator (sb); break; case XmDIALOG_OK_BUTTON: child = SB_OkButton (sb); break; case XmDIALOG_APPLY_BUTTON: child = SB_ApplyButton (sb); break; case XmDIALOG_CANCEL_BUTTON: child = SB_CancelButton (sb); break; case XmDIALOG_HELP_BUTTON: child = SB_HelpButton (sb); break; case XmDIALOG_DEFAULT_BUTTON: child = SB_DefaultButton (sb); break; default: XmeWarning( (Widget) sb, WARN_CHILD_TYPE); break; } _XmAppUnlock(app); fprintf(stderr, "child: %ld %p\n", sizeof(child), child); return (child); } I get the following trace and crash: child: 8 0x100a9c260 w: 8 0x100a9c260 child: 8 0x100a9c260 w: 8 0x100a9c260 child: 8 0x100aa8880 w: 8 0xaa8880 Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000aa8888 0x00000001003db1fc in XtWidgetToApplicationContext () (gdb) Note the last w... For some reasons, during one of the call, the passed argument gets its 33rd bit cleared (like if it was casted in 32 bits at some point).... Any idea? -- Felix Motivation: reward, bonus, carrot and stick... we got it wrong: http://tinyurl.com/yayq6u6 From frederick.c.lee at gmail.com Fri Jan 15 09:09:38 2010 From: frederick.c.lee at gmail.com (Frederick C. Lee) Date: Fri, 15 Jan 2010 09:09:38 -0800 Subject: Unable to install Berkeley DB v6: conflicting install ... how?? In-Reply-To: <5B078FB7-F39D-40B6-AD81-AA848BDA1CB9@macports.org> References: <4B4F8A95.6090201@macports.org> <5B078FB7-F39D-40B6-AD81-AA848BDA1CB9@macports.org> Message-ID: Thank You for the insight. I'll tend to it. Ric. On Thu, Jan 14, 2010 at 3:12 PM, Ryan Schmidt wrote: > > On Jan 14, 2010, at 15:46, Frederick C. Lee wrote: > > > I followed your suggestion and moved: /bin, /lib & /include directories > from the /usr/local to the desktop. > > {I couldn't find which file was causing the problem so I moved their > directories.} > > > > Then I re-installed the db46 (using force, verbose & clean): > > > > [/Users/Ric]sudo port > > MacPorts 1.8.1 > > Entering interactive mode... ("help" for help, "quit" to quit) > > [Users/Ric] > install -f -v -c db46 > > ---> Computing dependencies for db46 > > ---> Extracting db46 > > ---> Applying patches to db46 > > ---> Configuring db46 > > ---> Building db46 > > ---> Staging db46 into destroot > > ---> Installing db46 @4.6.21_6 > > ---> Activating db46 @4.6.21_6 > > ---> Cleaning db46 > > > > ... as you see, it went well. > > > > New /bin, /iib & /include directories weren't recreated; > > Correct; MacPorts installs into /opt/local, not /usr/local. > > > so I'll return the originals intact. > > I hope there won't be further conflicts. > > Just be aware that it is not supported to have anything in /usr/local while > installing anything with MacPorts because things in /usr/local can > interfere. Some ports like db46 check for this but most don't and will just > fail in strange ways. I recommend you get rid of what's in /usr/local, if > possible, and install any software you need using MacPorts instead. > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From talklists at newgeo.com Fri Jan 15 11:01:28 2010 From: talklists at newgeo.com (Scott Haneda) Date: Fri, 15 Jan 2010 11:01:28 -0800 Subject: PHP errors after installation MAMP via MacPorts In-Reply-To: <56cc1b0a1001150757y5479cc1bu481db02ee9d8a99d@mail.gmail.com> References: <56cc1b0a1001150641o1f7f9475mc521cce681fc360e@mail.gmail.com> <56cc1b0a1001150757y5479cc1bu481db02ee9d8a99d@mail.gmail.com> Message-ID: <933417B0-E29F-4B8F-8804-395054BA9429@newgeo.com> Those are fine. If base wordpress runs it is very unlikely for a theme to have any module requirements. The themes install notes should tell you if it does. This sounds like a permissions problem or a trailing carriage return issue in some of your files. If other themes work, I would take the issue to the WordPress support forums. I've used WordPress with none of the modules you have with no issue. Howver, that was a few releases ago. Remember, if you are using the latest WordPress, it only was released a few days ago, and is a major version upfate. It is highly likely that the theme is just not compatable. -- Scott (Sent from a mobile device) On Jan 15, 2010, at 7:57 AM, Jasper Frumau wrote: > These are the PHP extensions I currently have: > > php5-gd @5.3.1_3 (active) > php5-mbstring @5.3.1_2 (active) > php5-mysql @5.3.1_2+mysqlnd (active) > > Does anyone one know if others are required for Wordpress. What are > the standard extentions normally needed? > > On Fri, Jan 15, 2010 at 5:41 PM, Jasper Frumau > wrote: > Like mentioned in the last thread I got Drupal running on my MAMP > (Mac Book Pro) built on MacPorts Apache, MySQL5 and PHP 5.3.1 . I > got Wordpress running as well but when I tried to install a theme I > got: > > Warning: Invalid argument supplied for foreach() in /opt/local/ > apache2/htdocs/wordpress/wp-content/themes/chapter26/index.php on > line 5 > > Parse error: syntax error, unexpected $end in /opt/local/apache2/ > htdocs/wordpress/wp-content/themes/chapter26/header.php on line 154 > > In the theme preview and > > a crashed Wordpress with a bunch of code and these warnings: > > Warning: session_start() [function.session-start]: Cannot send > session cache limiter - headers already sent (output started at /opt/ > local/apache2/htdocs/wordpress/wp-content/themes/chapter26/admin/ > admin-options.php:293) in /opt/local/apache2/htdocs/wordpress/wp- > content/themes/chapter26/functions.php on line 145 > > Warning: Cannot modify header information - headers already sent by > (output started at /opt/local/apache2/htdocs/wordpress/wp-content/ > themes/chapter26/admin/admin-options.php:293) in /opt/local/apache2/ > htdocs/wordpress/wp-includes/functions.php on line 790 > > Warning: Cannot modify header information - headers already sent by > (output started at /opt/local/apache2/htdocs/wordpress/wp-content/ > themes/chapter26/admin/admin-options.php:293) in /opt/local/apache2/ > htdocs/wordpress/wp-includes/functions.php on line 791 > > after activating the theme. > > I wonder if I forgot to install certain PHP extensions or there > needs to be done something in httpd.conf. Anybody? > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jasperfrumau at gmail.com Fri Jan 15 11:32:50 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Fri, 15 Jan 2010 22:32:50 +0300 Subject: PHP errors after installation MAMP via MacPorts In-Reply-To: <933417B0-E29F-4B8F-8804-395054BA9429@newgeo.com> References: <56cc1b0a1001150641o1f7f9475mc521cce681fc360e@mail.gmail.com> <56cc1b0a1001150757y5479cc1bu481db02ee9d8a99d@mail.gmail.com> <933417B0-E29F-4B8F-8804-395054BA9429@newgeo.com> Message-ID: <56cc1b0a1001151132n674d5162p8192a8175afcdbe7@mail.gmail.com> Thanks for the reply. Solved it. Activated short tags in php.ini and now all works. The developer used wrote: > Those are fine. If base wordpress runs it is very unlikely for a theme to > have any module requirements. > > The themes install notes should tell you if it does. > > This sounds like a permissions problem or a trailing carriage return issue > in some of your files. > > If other themes work, I would take the issue to the WordPress support > forums. > > I've used WordPress with none of the modules you have with no issue. > Howver, that was a few releases ago. > > Remember, if you are using the latest WordPress, it only was released a few > days ago, and is a major version upfate. It is highly likely that the theme > is just not compatable. > -- > Scott > (Sent from a mobile device) > > On Jan 15, 2010, at 7:57 AM, Jasper Frumau wrote: > > These are the PHP extensions I currently have: > > php5-gd @5.3.1_3 (active) > php5-mbstring @5.3.1_2 (active) > php5-mysql @5.3.1_2+mysqlnd (active) > > Does anyone one know if others are required for Wordpress. What are the > standard extentions normally needed? > > On Fri, Jan 15, 2010 at 5:41 PM, Jasper Frumau < > jasperfrumau at gmail.com> wrote: > >> Like mentioned in the last thread I got Drupal running on my MAMP (Mac >> Book Pro) built on MacPorts Apache, MySQL5 and PHP 5.3.1 . I got Wordpress >> running as well but when I tried to install a theme I got: >> >> *Warning*: Invalid argument supplied for foreach() in * >> /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/index.php >> * on line *5* >> >> *Parse error*: syntax error, unexpected $end in * >> /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/header.php >> * on line *154 >> >> *In the theme preview and* >> >> *a crashed Wordpress with a bunch of code and these warnings:* >> * >> *Warning*: session_start() [function.session-start]: >> Cannot send session cache limiter - headers already sent (output started at >> /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/admin/admin-options.php:293) >> in * >> /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/functions.php >> * on line *145* >> >> *Warning*: Cannot modify header information - headers already sent by >> (output started at >> /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/admin/admin-options.php:293) >> in */opt/local/apache2/htdocs/wordpress/wp-includes/functions.php* on >> line *790* >> >> *Warning*: Cannot modify header information - headers already sent by >> (output started at >> /opt/local/apache2/htdocs/wordpress/wp-content/themes/chapter26/admin/admin-options.php:293) >> in */opt/local/apache2/htdocs/wordpress/wp-includes/functions.php* on >> line *791* >> >> after activating the theme. >> >> I wonder if I forgot to install certain PHP extensions or there needs to >> be done something in httpd.conf. Anybody? >> > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From talklists at newgeo.com Fri Jan 15 12:44:06 2010 From: talklists at newgeo.com (Scott Haneda) Date: Fri, 15 Jan 2010 12:44:06 -0800 Subject: PHP errors after installation MAMP via MacPorts In-Reply-To: <56cc1b0a1001151132n674d5162p8192a8175afcdbe7@mail.gmail.com> References: <56cc1b0a1001150641o1f7f9475mc521cce681fc360e@mail.gmail.com> <56cc1b0a1001150757y5479cc1bu481db02ee9d8a99d@mail.gmail.com> <933417B0-E29F-4B8F-8804-395054BA9429@newgeo.com> <56cc1b0a1001151132n674d5162p8192a8175afcdbe7@mail.gmail.com> Message-ID: <81EF99CB-6441-4C2F-8CAA-F8E638AF91F1@newgeo.com> You may want to consider keeping it off in php.ini, and turning it on just for that host. That is how I would do it. -- Scott * If you contact me off list replace talklists@ with scott@ * On Jan 15, 2010, at 11:32 AM, Jasper Frumau wrote: > Thanks for the reply. Solved it. Activated short tags in php.ini and now all > works. The developer used causing all kinds of errors... From talklists at newgeo.com Fri Jan 15 17:03:34 2010 From: talklists at newgeo.com (Scott Haneda) Date: Fri, 15 Jan 2010 17:03:34 -0800 Subject: php mcrypt uiversal Message-ID: <35A63E6F-BA09-4579-BF24-B380B0C56E63@newgeo.com> I am trying to get mcrypt universal working, but hit an error: $sudo port -d install php5-mcrypt +universal DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/php/php5-mcrypt DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/php/php5-mcrypt DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/php5extension-1.0.tcl DEBUG: Re-registering default for build.dir DEBUG: Re-registering default for configure.dir DEBUG: Re-registering default for destroot.dir DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port php5-mcrypt. DEBUG: Requested variant i386 is not provided by port php5-mcrypt. DEBUG: Requested variant macosx is not provided by port php5-mcrypt. DEBUG: Executing variant universal provides universal DEBUG: Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_php_php5-mcrypt/work /opt/local/var/macports/sources/rsync.macports.org/release/ports/php/php5-mcrypt/work DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/php5 DEBUG: epoch: in tree: 1 installed: 1 DEBUG: php5 5.3.1_1 exists in the ports tree DEBUG: php5 5.3.1_1 +apache2+darwin_10+macosx is the latest installed DEBUG: php5 5.3.1_1 +apache2+darwin_10+macosx is active DEBUG: Merging existing variants apache2 darwin_10 macosx into variants DEBUG: new fully merged portvariants: apache2 + DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/php5 DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port php5. DEBUG: Requested variant i386 is not provided by port php5. DEBUG: Executing variant darwin_10 provides darwin_10 DEBUG: Executing variant macosx provides macosx DEBUG: Executing variant apache2 provides apache2 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig DEBUG: epoch: in tree: 0 installed: 0 DEBUG: pkgconfig 0.23_1 exists in the ports tree DEBUG: pkgconfig 0.23_1 is the latest installed DEBUG: pkgconfig 0.23_1 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port pkgconfig. DEBUG: Requested variant i386 is not provided by port pkgconfig. DEBUG: Requested variant macosx is not provided by port pkgconfig. DEBUG: No need to upgrade! pkgconfig 0.23_1 >= pkgconfig 0.23_1 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/autoconf213 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: autoconf213 2.13_1 exists in the ports tree DEBUG: autoconf213 2.13_1 is the latest installed DEBUG: autoconf213 2.13_1 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/autoconf213 DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: 'universal_variant no' specified, so not adding the default universal variant DEBUG: Requested variant darwin is not provided by port autoconf213. DEBUG: Requested variant i386 is not provided by port autoconf213. DEBUG: Requested variant macosx is not provided by port autoconf213. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: perl5 5.8.9_0 exists in the ports tree DEBUG: perl5 5.8.9_0 is the latest installed DEBUG: perl5 5.8.9_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5 DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: 'universal_variant no' specified, so not adding the default universal variant DEBUG: Requested variant darwin is not provided by port perl5. DEBUG: Requested variant i386 is not provided by port perl5. DEBUG: Requested variant macosx is not provided by port perl5. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5.8 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: perl5.8 5.8.9_3 exists in the ports tree DEBUG: perl5.8 5.8.9_3 is the latest installed DEBUG: perl5.8 5.8.9_3 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5.8 DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: 'universal_variant no' specified, so not adding the default universal variant DEBUG: Requested variant darwin is not provided by port perl5.8. DEBUG: Requested variant i386 is not provided by port perl5.8. DEBUG: Requested variant macosx is not provided by port perl5.8. DEBUG: No need to upgrade! perl5.8 5.8.9_3 >= perl5.8 5.8.9_3 DEBUG: No need to upgrade! perl5 5.8.9_0 >= perl5 5.8.9_0 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/m4 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: m4 1.4.13_0 exists in the ports tree DEBUG: m4 1.4.13_0 is the latest installed DEBUG: m4 1.4.13_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/m4 DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port m4. DEBUG: Requested variant i386 is not provided by port m4. DEBUG: Requested variant macosx is not provided by port m4. DEBUG: No need to upgrade! m4 1.4.13_0 >= m4 1.4.13_0 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/gawk DEBUG: epoch: in tree: 0 installed: 0 DEBUG: gawk 3.1.7_0 exists in the ports tree DEBUG: gawk 3.1.7_0 is the latest installed DEBUG: gawk 3.1.7_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/gawk DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port gawk. DEBUG: Requested variant i386 is not provided by port gawk. DEBUG: Requested variant macosx is not provided by port gawk. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: epoch: in tree: 0 installed: 0 DEBUG: libiconv 1.13_0 exists in the ports tree DEBUG: libiconv 1.13_0 is the latest installed DEBUG: libiconv 1.13_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port libiconv. DEBUG: Requested variant i386 is not provided by port libiconv. DEBUG: Requested variant macosx is not provided by port libiconv. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gperf DEBUG: epoch: in tree: 0 installed: 0 DEBUG: gperf 3.0.4_0 exists in the ports tree DEBUG: gperf 3.0.4_0 is the latest installed DEBUG: gperf 3.0.4_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gperf DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port gperf. DEBUG: Requested variant i386 is not provided by port gperf. DEBUG: Requested variant macosx is not provided by port gperf. DEBUG: No need to upgrade! gperf 3.0.4_0 >= gperf 3.0.4_0 DEBUG: No need to upgrade! libiconv 1.13_0 >= libiconv 1.13_0 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext DEBUG: epoch: in tree: 0 installed: 0 DEBUG: gettext 0.17_4 exists in the ports tree DEBUG: gettext 0.17_4 is the latest installed DEBUG: gettext 0.17_4 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port gettext. DEBUG: Requested variant i386 is not provided by port gettext. DEBUG: Requested variant macosx is not provided by port gettext. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses DEBUG: epoch: in tree: 0 installed: 0 DEBUG: ncurses 5.7_0 exists in the ports tree DEBUG: ncurses 5.7_0 +darwin_10 is the latest installed DEBUG: ncurses 5.7_0 +darwin_10 is active DEBUG: Merging existing variants darwin_10 into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port ncurses. DEBUG: Requested variant i386 is not provided by port ncurses. DEBUG: Requested variant macosx is not provided by port ncurses. DEBUG: Executing variant darwin_10 provides darwin_10 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw DEBUG: epoch: in tree: 0 installed: 0 DEBUG: ncursesw 5.7_0 exists in the ports tree DEBUG: ncursesw 5.7_0 +darwin_10 is the latest installed DEBUG: ncursesw 5.7_0 +darwin_10 is active DEBUG: Merging existing variants darwin_10 into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port ncursesw. DEBUG: Requested variant i386 is not provided by port ncursesw. DEBUG: Requested variant macosx is not provided by port ncursesw. DEBUG: Executing variant darwin_10 provides darwin_10 DEBUG: No need to upgrade! ncursesw 5.7_0 >= ncursesw 5.7_0 DEBUG: No need to upgrade! ncurses 5.7_0 >= ncurses 5.7_0 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/expat DEBUG: epoch: in tree: 0 installed: 0 DEBUG: expat 2.0.1_0 exists in the ports tree DEBUG: expat 2.0.1_0 is the latest installed DEBUG: expat 2.0.1_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/expat DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port expat. DEBUG: Requested variant i386 is not provided by port expat. DEBUG: Requested variant macosx is not provided by port expat. DEBUG: No need to upgrade! expat 2.0.1_0 >= expat 2.0.1_0 DEBUG: No need to upgrade! gettext 0.17_4 >= gettext 0.17_4 DEBUG: No need to upgrade! gawk 3.1.7_0 >= gawk 3.1.7_0 DEBUG: No need to upgrade! autoconf213 2.13_1 >= autoconf213 2.13_1 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/gsed DEBUG: epoch: in tree: 0 installed: 0 DEBUG: gsed 4.2.1_0 exists in the ports tree DEBUG: gsed 4.2.1_0 is the latest installed DEBUG: gsed 4.2.1_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/gsed DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port gsed. DEBUG: Requested variant i386 is not provided by port gsed. DEBUG: Requested variant macosx is not provided by port gsed. DEBUG: No need to upgrade! gsed 4.2.1_0 >= gsed 4.2.1_0 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libtool DEBUG: epoch: in tree: 0 installed: 0 DEBUG: libtool 2.2.6b_0 exists in the ports tree DEBUG: libtool 2.2.6b_0 is the latest installed DEBUG: libtool 2.2.6b_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libtool DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port libtool. DEBUG: Requested variant i386 is not provided by port libtool. DEBUG: Requested variant macosx is not provided by port libtool. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/automake DEBUG: epoch: in tree: 0 installed: 0 DEBUG: automake 1.11.1_0 exists in the ports tree DEBUG: automake 1.11.1_0 is the latest installed DEBUG: automake 1.11.1_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/automake DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port automake. DEBUG: Requested variant i386 is not provided by port automake. DEBUG: Requested variant macosx is not provided by port automake. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/autoconf DEBUG: epoch: in tree: 0 installed: 0 DEBUG: autoconf 2.65_0 exists in the ports tree DEBUG: autoconf 2.65_0 is the latest installed DEBUG: autoconf 2.65_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/autoconf DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: 'universal_variant no' specified, so not adding the default universal variant DEBUG: Requested variant darwin is not provided by port autoconf. DEBUG: Requested variant i386 is not provided by port autoconf. DEBUG: Requested variant macosx is not provided by port autoconf. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/help2man DEBUG: epoch: in tree: 0 installed: 0 DEBUG: help2man 1.37.1_1 exists in the ports tree DEBUG: help2man 1.37.1_1 is the latest installed DEBUG: help2man 1.37.1_1 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/help2man DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port help2man. DEBUG: Requested variant i386 is not provided by port help2man. DEBUG: Requested variant macosx is not provided by port help2man. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/perl/p5-locale-gettext DEBUG: epoch: in tree: 0 installed: 0 DEBUG: p5-locale-gettext 1.05_0 exists in the ports tree DEBUG: p5-locale-gettext 1.05_0 is the latest installed DEBUG: p5-locale-gettext 1.05_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/perl/p5-locale-gettext DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/perl5-1.0.tcl DEBUG: 'universal_variant no' specified, so not adding the default universal variant DEBUG: Requested variant darwin is not provided by port p5-locale-gettext. DEBUG: Requested variant i386 is not provided by port p5-locale-gettext. DEBUG: Requested variant macosx is not provided by port p5-locale-gettext. DEBUG: No need to upgrade! p5-locale-gettext 1.05_0 >= p5-locale-gettext 1.05_0 DEBUG: No need to upgrade! help2man 1.37.1_1 >= help2man 1.37.1_1 DEBUG: No need to upgrade! autoconf 2.65_0 >= autoconf 2.65_0 DEBUG: No need to upgrade! automake 1.11.1_0 >= automake 1.11.1_0 DEBUG: No need to upgrade! libtool 2.2.6b_0 >= libtool 2.2.6b_0 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libxml2 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: libxml2 2.7.6_0 exists in the ports tree DEBUG: libxml2 2.7.6_0 is the latest installed DEBUG: libxml2 2.7.6_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libxml2 DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port libxml2. DEBUG: Requested variant i386 is not provided by port libxml2. DEBUG: Requested variant macosx is not provided by port libxml2. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib DEBUG: epoch: in tree: 0 installed: 0 DEBUG: zlib 1.2.3_3 exists in the ports tree DEBUG: zlib 1.2.3_3 is the latest installed DEBUG: zlib 1.2.3_3 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port zlib. DEBUG: Requested variant i386 is not provided by port zlib. DEBUG: Requested variant macosx is not provided by port zlib. DEBUG: No need to upgrade! zlib 1.2.3_3 >= zlib 1.2.3_3 DEBUG: No need to upgrade! libxml2 2.7.6_0 >= libxml2 2.7.6_0 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/bzip2 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: bzip2 1.0.5_3 exists in the ports tree DEBUG: bzip2 1.0.5_3 +darwin is the latest installed DEBUG: bzip2 1.0.5_3 +darwin is active DEBUG: Merging existing variants darwin into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/bzip2 DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant i386 is not provided by port bzip2. DEBUG: Requested variant macosx is not provided by port bzip2. DEBUG: Executing variant darwin provides darwin DEBUG: No need to upgrade! bzip2 1.0.5_3 >= bzip2 1.0.5_3 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mhash DEBUG: epoch: in tree: 0 installed: 0 DEBUG: mhash 0.9.9.9_0 exists in the ports tree DEBUG: mhash 0.9.9.9_0 is the latest installed DEBUG: mhash 0.9.9.9_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mhash DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port mhash. DEBUG: Requested variant i386 is not provided by port mhash. DEBUG: Requested variant macosx is not provided by port mhash. DEBUG: No need to upgrade! mhash 0.9.9.9_0 >= mhash 0.9.9.9_0 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pcre DEBUG: epoch: in tree: 0 installed: 0 DEBUG: pcre 7.9_0 exists in the ports tree DEBUG: pcre 7.9_0 is the latest installed DEBUG: pcre 7.9_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pcre DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port pcre. DEBUG: Requested variant i386 is not provided by port pcre. DEBUG: Requested variant macosx is not provided by port pcre. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/readline DEBUG: epoch: in tree: 0 installed: 0 DEBUG: readline 6.0.000_2 exists in the ports tree DEBUG: readline 6.0.000_2 +darwin is the latest installed DEBUG: readline 6.0.000_2 +darwin is active DEBUG: Merging existing variants darwin into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/readline DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant i386 is not provided by port readline. DEBUG: Requested variant macosx is not provided by port readline. DEBUG: Executing variant darwin provides darwin DEBUG: No need to upgrade! readline 6.0.000_2 >= readline 6.0.000_2 DEBUG: No need to upgrade! pcre 7.9_0 >= pcre 7.9_0 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/www/apache2 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: apache2 2.2.14_0 exists in the ports tree DEBUG: apache2 2.2.14_0 +darwin+preforkmpm is the latest installed DEBUG: apache2 2.2.14_0 +darwin+preforkmpm is active DEBUG: Merging existing variants darwin preforkmpm into variants DEBUG: new fully merged portvariants: preforkmpm + DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/www/apache2 DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: adding the default universal variant DEBUG: Requested variant i386 is not provided by port apache2. DEBUG: Requested variant macosx is not provided by port apache2. DEBUG: Executing variant darwin provides darwin DEBUG: Executing variant preforkmpm provides preforkmpm DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/apr DEBUG: epoch: in tree: 0 installed: 0 DEBUG: apr 1.3.9_0 exists in the ports tree DEBUG: apr 1.3.9_0 is the latest installed DEBUG: apr 1.3.9_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/apr DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port apr. DEBUG: Requested variant i386 is not provided by port apr. DEBUG: Requested variant macosx is not provided by port apr. DEBUG: No need to upgrade! apr 1.3.9_0 >= apr 1.3.9_0 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/apr-util DEBUG: epoch: in tree: 0 installed: 0 DEBUG: apr-util 1.3.9_0 exists in the ports tree DEBUG: apr-util 1.3.9_0 is the latest installed DEBUG: apr-util 1.3.9_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/apr-util DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port apr-util. DEBUG: Requested variant i386 is not provided by port apr-util. DEBUG: Requested variant macosx is not provided by port apr-util. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/db46 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: db46 4.6.21_6 exists in the ports tree DEBUG: db46 4.6.21_6 is the latest installed DEBUG: db46 4.6.21_6 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/db46 DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port db46. DEBUG: Requested variant i386 is not provided by port db46. DEBUG: Requested variant macosx is not provided by port db46. DEBUG: No need to upgrade! db46 4.6.21_6 >= db46 4.6.21_6 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: sqlite3 3.6.21_0 exists in the ports tree DEBUG: sqlite3 3.6.21_0 is the latest installed DEBUG: sqlite3 3.6.21_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3 DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port sqlite3. DEBUG: Requested variant i386 is not provided by port sqlite3. DEBUG: Requested variant macosx is not provided by port sqlite3. DEBUG: No need to upgrade! sqlite3 3.6.21_0 >= sqlite3 3.6.21_0 DEBUG: No need to upgrade! apr-util 1.3.9_0 >= apr-util 1.3.9_0 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/openssl DEBUG: epoch: in tree: 1 installed: 1 DEBUG: openssl 0.9.8l_0 exists in the ports tree DEBUG: openssl 0.9.8l_0 +darwin is the latest installed DEBUG: openssl 0.9.8l_0 +darwin is active DEBUG: Merging existing variants darwin into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/openssl DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant i386 is not provided by port openssl. DEBUG: Requested variant macosx is not provided by port openssl. DEBUG: Executing variant darwin provides darwin DEBUG: No need to upgrade! openssl 0.9.8l_0 >= openssl 0.9.8l_0 DEBUG: No need to upgrade! apache2 2.2.14_0 >= apache2 2.2.14_0 DEBUG: No need to upgrade! php5 5.3.1_1 >= php5 5.3.1_1 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libmcrypt DEBUG: epoch: in tree: 0 installed: 0 DEBUG: libmcrypt 2.5.8_1 exists in the ports tree DEBUG: libmcrypt 2.5.8_1 is the latest installed DEBUG: libmcrypt 2.5.8_1 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libmcrypt DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port libmcrypt. DEBUG: Requested variant i386 is not provided by port libmcrypt. DEBUG: Requested variant macosx is not provided by port libmcrypt. DEBUG: No need to upgrade! libmcrypt 2.5.8_1 >= libmcrypt 2.5.8_1 ---> Computing dependencies for php5-mcrypt DEBUG: Searching for dependency: php5 DEBUG: Found Dependency: receipt exists for php5 DEBUG: Searching for dependency: libmcrypt DEBUG: Found Dependency: receipt exists for libmcrypt DEBUG: Searching for dependency: libtool DEBUG: Found Dependency: receipt exists for libtool DEBUG: Executing org.macports.main (php5-mcrypt) ---> Fetching php5-mcrypt DEBUG: Executing org.macports.fetch (php5-mcrypt) ---> Verifying checksum(s) for php5-mcrypt DEBUG: Executing org.macports.checksum (php5-mcrypt) ---> Checksumming php-5.3.1.tar.bz2 DEBUG: Correct (md5) checksum for php-5.3.1.tar.bz2 DEBUG: Correct (sha1) checksum for php-5.3.1.tar.bz2 DEBUG: Correct (rmd160) checksum for php-5.3.1.tar.bz2 DEBUG: setting option extract.cmd to /usr/bin/bzip2 ---> Extracting php5-mcrypt DEBUG: Executing proc-pre-org.macports.extract-extract-0 DEBUG: Executing org.macports.extract (php5-mcrypt) ---> Extracting php-5.3.1.tar.bz2 DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/php5/php-5.3.1.tar.bz2 DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_php_php5-mcrypt/work" && /usr/bin/bzip2 -dc /opt/local/var/macports/distfiles/php5/php-5.3.1.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf - php-5.3.1/ext/mcrypt' DEBUG: Executing org.macports.patch (php5-mcrypt) ---> Configuring php5-mcrypt DEBUG: Using compiler 'Mac OS X gcc 4.2' DEBUG: Executing proc-pre-org.macports.configure-configure-0 DEBUG: Generating configure script in mcrypt Configuring for: PHP Api Version: 20090626 Zend Module Api No: 20090626 Zend Extension Api No: 220090626 configure.in:150: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... aclocal.m4:3555: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:5493: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:5492: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:2972: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:2952: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:2915: AC_PROG_LIBTOOL is expanded from... configure.in:150: the top level configure.in:150: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:3510: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:7620: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.in:150: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:5606: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:5605: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:4641: _LT_AC_TAGCONFIG is expanded from... configure.in:150: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... aclocal.m4:3555: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:5493: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:5492: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:2972: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:2952: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:2915: AC_PROG_LIBTOOL is expanded from... configure.in:150: the top level configure.in:150: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:3510: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:7620: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.in:150: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:5606: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:5605: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:4641: _LT_AC_TAGCONFIG is expanded from... DEBUG: Executing proc-pre-org.macports.configure-configure-1 DEBUG: Executing org.macports.configure (php5-mcrypt) DEBUG: Configuring in mcrypt DEBUG: Environment: CFLAGS='-O2 -arch x86_64 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64 -arch i386' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib -arch x86_64 -arch i386' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch x86_64 -arch i386' FFLAGS='-O2' CC='/usr/bin/gcc-4.2' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_php_php5-mcrypt/work/php-5.3.1/ext/mcrypt" && ./configure --prefix=/opt/local --with-mcrypt=/opt/local' checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /opt/local/bin/gsed checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc-4.2 accepts -g... yes checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E checking for icc... no checking for suncc... no checking whether /usr/bin/gcc-4.2 and cc understand -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... no checking if compiler supports -Wl,-rpath,... yes checking build system type... i686-apple-darwin10.2.0 checking host system type... i686-apple-darwin10.2.0 checking target system type... i686-apple-darwin10.2.0 checking for PHP prefix... /opt/local checking for PHP includes... -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 -I/opt/local/include checking for PHP extension directory... /opt/local/lib/php/extensions/no-debug-non-zts-20090626 checking for PHP installed headers prefix... /opt/local/include/php checking if debug is enabled... no checking if zts is enabled... no checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. checking for gawk... gawk checking for mcrypt support... yes, shared checking for libmcrypt version... >= 2.5.6 checking for mcrypt_module_open in -lmcrypt... no checking for mcrypt_module_open in -lmcrypt... no configure: error: Sorry, I was not able to diagnose which libmcrypt version you have installed. Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_php_php5-mcrypt/work/php-5.3.1/ext/mcrypt" && ./configure --prefix=/opt/local --with-mcrypt=/opt/local " returned error 1 DEBUG: Backtrace: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_php_php5-mcrypt/work/php-5.3.1/ext/mcrypt" && ./configure --prefix=/opt/local --with-mcrypt=/opt/local " returned error 1 while executing "$procedure $targetname" Warning: the following items did not execute (for php5-mcrypt): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. To report a bug, see -- Scott -- Scott * If you contact me off list replace talklists@ with scott@ * From protsman at mac.com Fri Jan 15 17:32:37 2010 From: protsman at mac.com (Shawn Protsman) Date: Fri, 15 Jan 2010 17:32:37 -0800 Subject: Error: Problem while installing groff In-Reply-To: <7F92AFE5-8C40-4667-A598-772802CB1CE0@mac.com> References: <377EFBC6-047B-4B65-A493-25C521DBB5BA@mac.com> <7F92AFE5-8C40-4667-A598-772802CB1CE0@mac.com> Message-ID: <1807E34F-A6BA-4E33-AC59-F87646AA2A78@mac.com> On Nov 18, 2009, at 9:32 AM, Shawn Protsman wrote: > Anyone else experiencing this? I've even removed groff but something > needs it and I end up in this loop each time. > > > On Nov 13, 2009, at 3:13 PM, Shawn Protsman wrote: > >> >> On Nov 13, 2009, at 2:46 PM, Ryan Schmidt wrote: >> >>> On Nov 13, 2009, at 16:08, Shawn Protsman wrote: >>> >>>> ---> Computing dependencies for groff >>>> ---> Staging groff into destroot >>>> Error: Target org.macports.destroot returned: [snip] >>> >>> Since it went straight to staging, and didn't go through fetch, >>> extract, patch, configure, build, that means you had a previous >>> build attempt lying around. Please clean it and try building again >>> from scratch. >>> >>> sudo port clean groff >>> >>> If that doesn't work, what OS is this, on what Mac? What version >>> of Xcode and MacPorts? >>> >> >> That didn't work (output below). >> >> Xcode: 3.1.3 >> >> @naiad ~] system_profiler | egrep '(Model Name|Model Identifier| >> Processor Name|Processor Speed)' >> Model Name: MacBook >> Model Identifier: MacBook2,1 >> Processor Name: Intel Core 2 Duo >> Processor Speed: 2.16 GHz >> >> @naiad ~] port version >> Version: 1.8.1 >> >> @naiad ~] sw_vers >> ProductName: Mac OS X >> ProductVersion: 10.5.8 >> BuildVersion: 9L30 >> >> @naiad ~] sudo port clean groff >> Password: >> ---> Cleaning groff >> @naiad ~] sudo port upgrade outdated >> ---> Computing dependencies for groff >> ---> Fetching groff >> ---> Verifying checksum(s) for groff >> ---> Extracting groff >> ---> Configuring groff >> ---> Building groff >> ---> Staging groff into destroot >> Error: Target org.macports.destroot returned: shell command " cd "/ >> opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1" && / >> usr/bin/make install DESTDIR=/opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot " returned >> error 2 >> Command output: /usr/bin/install -c -m 644 examples/$f /opt/ >> local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/doc/groff/1.20.1/examples/hdtbl/$f; \ >> done >> /usr/bin/install -c -m 644 gnu.eps /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/doc/groff/1.20.1/examples/hdtbl/gnu.eps >> test -d /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man || /bin/sh /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1/ >> mkinstalldirs /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man >> test -d /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man1 || /bin/sh /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1/ >> mkinstalldirs /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man1 >> /usr/bin/install -c -m 644 pdfroff.n /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man1/pdfroff.1 >> test -d /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man5 || /bin/sh /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1/ >> mkinstalldirs /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man5 >> test -d /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man7 || /bin/sh /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1/ >> mkinstalldirs /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man7 >> test -d /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> bin || /bin/sh /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1/ >> mkinstalldirs /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> bin >> for f in pdfroff; do \ >> rm -f /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> bin/$f; \ >> /usr/bin/install -c $f /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> bin/$f; \ >> done >> test -d /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/groff/1.20.1/tmac || /bin/sh /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1/ >> mkinstalldirs /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/groff/1.20.1/tmac >> for f in pdfmark.tmac spdf.tmac; do \ >> rm -f /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/groff/1.20.1/tmac/$f; \ >> /usr/bin/install -c -m 644 ./$f /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/groff/1.20.1/tmac/$f; \ >> done >> test -d /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man || /bin/sh /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1/ >> mkinstalldirs /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man >> test -d /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man1 || /bin/sh /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1/ >> mkinstalldirs /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man1 >> /usr/bin/install -c -m 644 gdiffmk.n /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man1/gdiffmk.1 >> test -d /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man5 || /bin/sh /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1/ >> mkinstalldirs /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man5 >> test -d /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man7 || /bin/sh /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1/ >> mkinstalldirs /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/man/man7 >> test -d /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> bin || /bin/sh /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1/ >> mkinstalldirs /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> bin >> rm -f /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> bin/gdiffmk >> /usr/bin/install -c gdiffmk /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> bin/gdiffmk >> test -d /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/groff/site-font \ >> || /bin/sh /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/groff-1.20.1/ >> mkinstalldirs /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/groff/site-font >> mkdir /opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_sysutils_groff/work/destroot/opt/local/ >> share/groff/site-font >> make: *** [install] Error 2 >> >> Error: Problem while installing groff Resolution . . . install 'texinfo' and then update. $ sudo port install texinfo $ sudo port upgrade outdated --Shawn From ryandesign at macports.org Fri Jan 15 18:18:09 2010 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 15 Jan 2010 20:18:09 -0600 Subject: php mcrypt uiversal In-Reply-To: <35A63E6F-BA09-4579-BF24-B380B0C56E63@newgeo.com> References: <35A63E6F-BA09-4579-BF24-B380B0C56E63@newgeo.com> Message-ID: <5CDD7AA1-308B-4D89-A159-E13B3AEF97DC@macports.org> On Jan 15, 2010, at 19:03, Scott Haneda wrote: > I am trying to get mcrypt universal working, but hit an error: It builds fine universal here. Presumably one of the dependencies is not built universal on your system. From jasperfrumau at gmail.com Fri Jan 15 23:17:36 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Sat, 16 Jan 2010 10:17:36 +0300 Subject: PHP errors after installation MAMP via MacPorts In-Reply-To: <81EF99CB-6441-4C2F-8CAA-F8E638AF91F1@newgeo.com> References: <56cc1b0a1001150641o1f7f9475mc521cce681fc360e@mail.gmail.com> <56cc1b0a1001150757y5479cc1bu481db02ee9d8a99d@mail.gmail.com> <933417B0-E29F-4B8F-8804-395054BA9429@newgeo.com> <56cc1b0a1001151132n674d5162p8192a8175afcdbe7@mail.gmail.com> <81EF99CB-6441-4C2F-8CAA-F8E638AF91F1@newgeo.com> Message-ID: <56cc1b0a1001152317k7561bfan2cc36a49a53e375d@mail.gmail.com> On Fri, Jan 15, 2010 at 11:44 PM, Scott Haneda wrote: > You may want to consider keeping it off in php.ini, and turning it on just > for that host. That is how I would do it. > Good idea. Could do that with a .htaccess .. > -- > Scott * If you contact me off list replace talklists@ with scott@ * > > On Jan 15, 2010, at 11:32 AM, Jasper Frumau wrote: > > > Thanks for the reply. Solved it. Activated short tags in php.ini and now > all > > works. The developer used > causing all kinds of errors... > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From felix at laas.fr Sat Jan 16 02:23:54 2010 From: felix at laas.fr (Felix Ingrand) Date: Sat, 16 Jan 2010 11:23:54 +0100 Subject: openmotif 2.3.2 bug in 64 bits under Snow Leopard MacPorts 1.8.2 In-Reply-To: <5D8B718E-686A-4395-BCA9-7069F5DECE4A@laas.fr> References: <5D8B718E-686A-4395-BCA9-7069F5DECE4A@laas.fr> Message-ID: <2FDA48EB-6511-45E5-AD1A-3F8415723DF0@laas.fr> This is fixed... a missing header file... Stupid of me. On 15 janv. 2010, at 17:22, Felix Ingrand wrote: > I have a weird openmotif 2.3.2 bug in 64 bits under Snow Leopard MacPorts 1.8.2 > > The following code: > XmListDeselectAllItems(XmSelectionBoxGetChild(selectOpDialog, XmDIALOG_LIST)); > sometimes crashes > tracing it in openMotif, I have change these 2 functions (note the fprintf I have added). > > void > XmListDeselectAllItems(Widget w) > { > XmListWidget lw = (XmListWidget) w; > int i; > > fprintf(stderr,"w: %ld %p\n", sizeof(w), w); > > _XmWidgetToAppContext(w); > > _XmAppLock(app); > > if (lw->list.itemCount < 1) { > _XmAppUnlock(app); > return; > } > > if (lw->list.selectedItemCount > 0) > { > for (i = 0; i < lw->list.selectedPositionCount; i++) > { > int pos = lw->list.selectedPositions[i] - 1; > > lw->list.InternalList[pos]->selected = FALSE; > lw->list.InternalList[pos]->last_selected = FALSE; > DrawItem((Widget) lw, pos); > } > > ClearSelectedList(lw); > ClearSelectedPositions(lw); > } > _XmAppUnlock(app); > } > > and > > Widget > XmSelectionBoxGetChild( > Widget sb, > #if NeedWidePrototypes > unsigned int which ) > #else > unsigned char which ) > #endif /* NeedWidePrototypes */ > { > /****************/ > Widget child = NULL; > _XmWidgetToAppContext(sb); > _XmAppLock(app); > > switch (which) > { > case XmDIALOG_LIST: > child = SB_List (sb); > break; > > case XmDIALOG_LIST_LABEL: > child = SB_ListLabel (sb); > break; > > case XmDIALOG_SELECTION_LABEL: > child = SB_SelectionLabel (sb); > break; > > case XmDIALOG_WORK_AREA: > child = SB_WorkArea (sb); > break; > > case XmDIALOG_TEXT: > child = SB_Text (sb); > break; > > case XmDIALOG_SEPARATOR: > child = SB_Separator (sb); > break; > > case XmDIALOG_OK_BUTTON: > child = SB_OkButton (sb); > break; > > case XmDIALOG_APPLY_BUTTON: > child = SB_ApplyButton (sb); > break; > > case XmDIALOG_CANCEL_BUTTON: > child = SB_CancelButton (sb); > break; > > case XmDIALOG_HELP_BUTTON: > child = SB_HelpButton (sb); > break; > > case XmDIALOG_DEFAULT_BUTTON: > child = SB_DefaultButton (sb); > break; > > default: > XmeWarning( (Widget) sb, WARN_CHILD_TYPE); > break; > } > _XmAppUnlock(app); > > > fprintf(stderr, "child: %ld %p\n", sizeof(child), child); > > > return (child); > } > > > I get the following trace and crash: > > > child: 8 0x100a9c260 > w: 8 0x100a9c260 > child: 8 0x100a9c260 > w: 8 0x100a9c260 > child: 8 0x100aa8880 > w: 8 0xaa8880 > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0x0000000000aa8888 > 0x00000001003db1fc in XtWidgetToApplicationContext () > (gdb) > > Note the last w... For some reasons, during one of the call, the passed argument gets its 33rd bit cleared (like if it was casted in 32 bits at some point).... > > Any idea? > > -- > Felix > Motivation: reward, bonus, carrot and stick... we got it wrong: > http://tinyurl.com/yayq6u6 > > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > -- Felix Motivation: reward, bonus, carrot and stick... we got it wrong: http://tinyurl.com/yayq6u6 From d.l.tDeContes at free.fr Sat Jan 16 03:47:05 2010 From: d.l.tDeContes at free.fr (=?ISO-8859-1?Q?Thomas_De=A0Contes?=) Date: Sat, 16 Jan 2010 12:47:05 +0100 Subject: gtk2 +quartz Message-ID: hi :-) what is gtk2 port with quartz variant ? is it GTK+OSX ( http://gtk-osx.sourceforge.net/ ), or is it sth else ? does it work fine, or is it still at beta level ? -- T?l?assistance / T?l?maintenance http://www.portparallele.com/ThomasDECONTES/ From jasperfrumau at gmail.com Sat Jan 16 03:54:01 2010 From: jasperfrumau at gmail.com (Jasper Frumau) Date: Sat, 16 Jan 2010 14:54:01 +0300 Subject: PHP errors after installation MAMP via MacPorts In-Reply-To: <56cc1b0a1001152317k7561bfan2cc36a49a53e375d@mail.gmail.com> References: <56cc1b0a1001150641o1f7f9475mc521cce681fc360e@mail.gmail.com> <56cc1b0a1001150757y5479cc1bu481db02ee9d8a99d@mail.gmail.com> <933417B0-E29F-4B8F-8804-395054BA9429@newgeo.com> <56cc1b0a1001151132n674d5162p8192a8175afcdbe7@mail.gmail.com> <81EF99CB-6441-4C2F-8CAA-F8E638AF91F1@newgeo.com> <56cc1b0a1001152317k7561bfan2cc36a49a53e375d@mail.gmail.com> Message-ID: <56cc1b0a1001160354m81cdae6ndb07e0a0d529a9c3@mail.gmail.com> Addedd php_flag short_open_tag on to .htaccess and that works. But I would like to search the theme files for any instances of wrote: > > On Fri, Jan 15, 2010 at 11:44 PM, Scott Haneda wrote: >> >> You may want to consider keeping it off in php.ini, and turning it on just for that host. That is how I would do it. > > Good idea. Could do that with a .htaccess .. > >> >> -- >> Scott * If you contact me off list replace talklists@ with scott@ * >> >> On Jan 15, 2010, at 11:32 AM, Jasper Frumau wrote: >> >> > Thanks for the reply. Solved it. Activated short tags in php.ini and now all >> > works. The developer used > > causing all kinds of errors... >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kubovy at virginia.edu Sat Jan 16 06:01:49 2010 From: kubovy at virginia.edu (Michael Kubovy) Date: Sat, 16 Jan 2010 06:01:49 -0800 (PST) Subject: Error while sudo port -d upgrade outdated Message-ID: <27189618.post@talk.nabble.com> Hi, Can someone tell me what I'm doing wrong? (Please cc me when replying to the list) Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5-locale-gettext/work/gettext-1.05" && /opt/local/bin/perl Makefile.PL INSTALLDIRS=vendor " returned error 2 DEBUG: Backtrace: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5-locale-gettext/work/gettext-1.05" && /opt/local/bin/perl Makefile.PL INSTALLDIRS=vendor " returned error 2 while executing "$procedure $targetname" Warning: the following items did not execute (for p5-locale-gettext): org.macports.destroot org.macports.configure org.macports.build DEBUG: couldn't read file "/opt/local/share/macports/Tcl/darwintrace1.0/pkgIndex.tcl": no such file or directory while executing "source [file join $dir pkgIndex.tcl]" Error: Unable to upgrade port: 1 I'm running: System Version: Mac OS X 10.6.2 (10C540) Kernel Version: Darwin 10.2.0 I had previously successfully run sudo port -d selfupdate and installed the latest Xcode Thanks, MK ______________________________________________ Professor Michael Kubovy University of Virginia Department of Psychology -- View this message in context: http://old.nabble.com/Error-while-sudo-port--d-upgrade-outdated-tp27189618p27189618.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From kummini at gmail.com Sat Jan 16 06:36:40 2010 From: kummini at gmail.com (Manoj Kummini) Date: Sat, 16 Jan 2010 09:36:40 -0500 Subject: fvwm2 installation: perl not found. Message-ID: <299c008b1001160636sc2028ees614458d43b81c559@mail.gmail.com> Hello, I am new to Macports, trying to install fvwm2 on 10.6. I get the error: checking for perl... no configure: error: perl not found; required for xml-i18n-tools Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_oaf/work/oaf-0.6.10" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man " returned error 1 DEBUG: Backtrace: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_oaf/work/oaf-0.6.10" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man " returned error 1 while executing "$procedure $targetname" Warning: the following items did not execute (for oaf): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: The following dependencies failed to build: gnome-libs oaf readline xorg-libXinerama xorg-xineramaproto xpm Error: Status 1 encountered during processing. To report a bug, see khasaak:~ manoj$ which perl /opt/local/bin/perl khasaak:~ manoj$ which perl5 /opt/local/bin/perl5 khasaak:~ manoj$ file `which perl` /opt/local/bin/perl: Mach-O 64-bit executable x86_64 khasaak:~ manoj$ file `which perl5` /opt/local/bin/perl5: Mach-O 64-bit executable x86_64 The path macport sees (specified in /opt/local/etc/macports/macports.conf) is # PATH settings that are used for external tools (configure, make, etc.) while installing ports. The default # paths are given in the example; it need not be uncommented. Customizing binpath is intended for advanced users only. #binpath /opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin so I don't understand why perl cannot be seen by configure. Has anyone had this problem? Thanks. Manoj. From LenoreHorner at sbcglobal.net Sat Jan 16 06:42:58 2010 From: LenoreHorner at sbcglobal.net (Lenore Horner) Date: Sat, 16 Jan 2010 08:42:58 -0600 Subject: gtk2 +quartz In-Reply-To: References: Message-ID: On Jan 16, 2010, at 05:47 , Thomas De Contes wrote: > hi :-) > > > what is gtk2 port with quartz variant ? > is it GTK+OSX ( http://gtk-osx.sourceforge.net/ ), or is it sth else ? > > does it work fine, or is it still at beta level ? Use port info gtk2 to find out the possible variants. I can't tell you how it works. You could try checking trac for tickets on it. Lenore From asheenlevrai at hotmail.com Sat Jan 16 10:23:48 2010 From: asheenlevrai at hotmail.com (Asheen Levrai) Date: Sat, 16 Jan 2010 19:23:48 +0100 Subject: install wine on snowleopard : zlib checksum error Message-ID: Hello everybody I'm a total newbie concerning macports, wine, and mailing lists... so please be tolerant ;-) I tried installing wine on snow leopard at work following this tutorial : http://davidbaumgold.com/tutorials/wine-mac/ I got this error message : sudo port install wine-devel Password: ---> Computing dependencies for wine-devel ---> Fetching zlib ---> Verifying checksum(s) for zlib Error: Checksum (md5) mismatch for zlib-1.2.3.tar.bz2 Error: Checksum (sha1) mismatch for zlib-1.2.3.tar.bz2 Error: Checksum (rmd160) mismatch for zlib-1.2.3.tar.bz2 Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: fontconfig freetype zlib jpeg libxml2 libxslt mesa glut makedepend pkgconfig xorg-xproto xorg-dri2proto xorg-glproto xorg-libXfixes xorg-fixesproto xorg-libX11 groff xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-libXdmcp xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans xorg-libXi xorg-libXext xorg-libXmu xorg-libXt libtool xorg-libsm xorg-libice openssl xorg-libXcursor xorg-renderproto xrender xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto xorg-libXxf86vm xorg-xf86vidmodeproto Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. I tried: sudo port clean zlib sudo port install wine-devel but it returned the same error What can I do (I don't know how to use and/or compile sourcecode or wise things like that but I'm ready to learn if it is absolutely necessary in this case.)? Thank you very much in advance for your precious help -a- _________________________________________________________________ Personnalise ton Messenger avec une image perso anim?e. http://rubrique.ch.msn.com/reportage/personnalise.aspx -------------- next part -------------- An HTML attachment was scrubbed... URL: From jkorchok at hotmail.com Sat Jan 16 11:12:06 2010 From: jkorchok at hotmail.com (John Korchok) Date: Sat, 16 Jan 2010 14:12:06 -0500 Subject: php5-oracle In-Reply-To: <0A94B9BD-A491-43C3-A055-61D9A2C47B3B@pixilla.com> References: <455c82e71001051202l606fbf93q73b2a245774f91a1@mail.gmail.com><455c82e71001060735h635a5381rcbc1948790f6c4df@mail.gmail.com><455c82e71001060840p4e68bfe0g4da66851676cce43@mail.gmail.com><51C0AA76-E64F-4ED0-8A70-4F63F093DD31@macports.org><455c82e71001060938p6d41984bo6b1303d6cf89f580@mail.gmail.com><2F6CA757-9D1C-485B-A227-0CA32A4098A1@macports.org><455c82e71001061829l7fc76d17kf262ba26bb488f46@mail.gmail.com><62188A5E-A6FA-47DF-ACE7-30D91833BCEE@macports.org><455c82e71001062010k4b4966bahceea71f2cee3383f@mail.gmail.com><455c82e71001062017q4cbb8574n6cca3b1f314fe6fd@mail.gmail.com><1CA36FB6-190F-4687-8236-F6621CB70DE0@macports.org><2FBF79D4-CFCB-46D2-A970-62AF9A1B7ECE@pixilla.com><4871BAB8-30DA-4093-87FF-F591E1BEAE8F@macports.org> <0A94B9BD-A491-43C3-A055-61D9A2C47B3B@pixilla.com> Message-ID: Hi all, On one machine only, I am getting the following when attempting to upgrade php5-oracle: sudo port upgrade -d php5-oracle ---> Computing dependencies for php5-oracle ---> Configuring php5-oracle Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macport s.org_release_ports_php_php5-oracle/work/php-5.3.1/ext/oci8" && ./configure --prefix=/opt/local --with-oci8=instantclient,/opt/local/lib/oracle --with-pdo-oci=instantclient,/opt/local/lib/oracle,10.1 " returned error 1 Command output: checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. checking for gawk... gawk checking for Oracle (OCI8) support... yes, shared checking PHP version... Unknown option: n Usage: head [-options] ... -m use method for the request (default is 'HEAD') -f make request even if head believes method is illegal -b Use the specified URL as base -t Set timeout value -i