Re: Cairo Failed to Build
On Mon, Dec 10, 2012 at 01:03:56PM -0600, Sean Farley wrote: > Ok, I've just posted my patches to get it working here: > > https://trac.macports.org/ticket/37254 > > Hopefully, they can be tested and committed by a macports developer > soon. Let me know if there are any other errors. I committed this as r100409 -- thanks! Dan -- Dan R. K. PortsUW CSEhttp://drkp.net/ ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Re: Cairo Failed to Build
On Mon, Dec 10, 2012 at 12:01 AM, Jasper Frumau wrote: > Thanks Sean. Looking forward to the patch! Ok, I've just posted my patches to get it working here: https://trac.macports.org/ticket/37254 Hopefully, they can be tested and committed by a macports developer soon. Let me know if there are any other errors. ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Re: py25-cairo Fails to build
On Mon, Dec 10, 2012 at 12:47 PM, Rodolfo Aramayo wrote: > I am experiencing problems building py25-cairo in all my computers > I am attaching the log file > Will wait for ideas before filing a bug report? This is due to py25-cairo needing to have an older version of py2cairo, as reported here: https://trac.macports.org/ticket/37254 I'm almost done with a patch now. Just testing it before submitting it. ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
py25-cairo Fails to build
I am experiencing problems building py25-cairo in all my computers I am attaching the log file Will wait for ideas before filing a bug report? Thanks --R main.log Description: Binary data ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Re: mongodb-2.2.2_0 binaries for ML 10.8 missing from MacPorts
On Dec 10, 2012, at 03:08, Joshua Root wrote: > Lawrence Velázquez wrote: >> On Dec 9, 2012, at 11:08 PM, Behrang Saeedzadeh >> wrote: >> >>> Is this intentional or are the binaries eventually going to be added to >>> MacPorts? >> >> We cannot distribute a binary for mongodb because it has a dependency on >> openssl, and their licenses conflict. >> >>% cd ~/Projects/MacPorts/trunk/base/portmgr/jobs >>% ./port_binary_distributable.tcl -v mongodb >>dependency 'openssl' has license 'OpenSSL' which conflicts with license >> 'agpl' from 'mongodb' >> >> Admittedly, it's only a build dependency (mongodb -> scons -> python27 -> >> openssl). Don't know if that makes a difference. > > Needs "license_noconflict scons". Done: r100382. The reason why we don't automatically remove build dependencies from license consideration is that some ports might use static libraries from a build dependency, right? ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Re: Trouble installing PostgreSQL
Le 10 déc. 2012 à 08:46, Ryan Schmidt a écrit : >> sudo sysctl -w kern.sysv.shmmax=1073741824 >> sudo sysctl -w kern.sysv.shmall=1073741824 > > What does that do? This increases the contents of shared memory available to userland processes using System V semantics. The last line should *not* be a size in bytes, but a size in pages (= 4,096 bytes). I had to do that too, the default values happens to be slightly undersized, especially when you need to support more than a few clients. But the problem of Behrang (now, that’s a Persian name, isn’t it?) is not related to that. It is caused by using sudo from a nonexistent working directory (i.e. “.”), probably because it was deleted while installing postgresql92. Try doing “cd” first, then all the other commands. Vincent ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
mongodb-2.2.2_0 binaries for ML 10.8 missing from MacPorts
Lawrence Velázquez wrote: > On Dec 9, 2012, at 11:08 PM, Behrang Saeedzadeh > wrote: > >> Is this intentional or are the binaries eventually going to be added to >> MacPorts? > > We cannot distribute a binary for mongodb because it has a dependency on > openssl, and their licenses conflict. > > % cd ~/Projects/MacPorts/trunk/base/portmgr/jobs > % ./port_binary_distributable.tcl -v mongodb > dependency 'openssl' has license 'OpenSSL' which conflicts with license > 'agpl' from 'mongodb' > > Admittedly, it's only a build dependency (mongodb -> scons -> python27 -> > openssl). Don't know if that makes a difference. Needs "license_noconflict scons". - Josh ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users