FreeBSD Port: wxglade-0.6.8_4
Hi, I wanted to let you know that wxGlade, as it is configured in FreeBSD at the moment, is non-functional. wxGlade 0.6.8 must be used with wxpython 2.8 . It is incompatible with wxpython-3.0 : from http://wxglade.sourceforge.net/ : 2014‑08‑31 News from next release: The next release will be a major release. It will introduce the support for generating code for wxWidgets 3.0. But wxGlade will still not running with Python3. General changes: Could you please revert it to wxpython 2.8 ? With best regards, Ewout Boks ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 191943] lang/python34 won't build in jail if software and kernel versions doesn't match
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191943 Eir Nym changed: What|Removed |Added Status|Open|Issue Resolved Resolution|--- |FIXED --- Comment #13 from Eir Nym --- I think it better to has less hijacking to set this variables this way. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: svn commit: r369447 - head/math/py-numpy
On Tue, Sep 30, 2014 at 10:59 AM, wrote: > Selon Dmitry Sivachenko le mar 30 sep 10:40:46 2014 : > >> I committed your fix for py-scipy and py-symeig port, I also verified >> several other py-numpy-dependent ports: they have no such an issue. Hi, 2 others: http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/py27-obspy-0.9.2_2.log http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/py27-pymc-2.3_2,1.log Cheers, Antoine > > > Thanks Dmitry! > > -- > Th. Thomas. ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: svn commit: r369447 - head/math/py-numpy
Le mer 1 oct 14 à 19:55:09 +0200, Antoine Brodin écrivait : > Hi, Hello, > 2 others: > > http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/py27-obspy-0.9.2_2.log > http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/py27-pymc-2.3_2,1.log Same cause, same remedy! I have tested the two attached patches, and they fix the issue. Best regards, -- Th. Thomas. pgpvdTETGiXL1.pgp Description: PGP signature
Re: svn commit: r369447 - head/math/py-numpy
On Wed, Oct 1, 2014 at 9:13 PM, Thierry Thomas wrote: > Le mer 1 oct 14 à 19:55:09 +0200, Antoine Brodin > écrivait : > >> Hi, > > Hello, > >> 2 others: >> >> http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/py27-obspy-0.9.2_2.log >> http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/py27-pymc-2.3_2,1.log > > Same cause, same remedy! > > I have tested the two attached patches, and they fix the issue. And those 2: http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/wspr-3.00.r2511_8.log http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/wsjt-9.1.r2511_5.log Are you sure it's no a bug in numpy? Manually adding -shared to all those ports doesn't look too right. Cheers, Antoine ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: svn commit: r369447 - head/math/py-numpy
Le mer 1 oct 14 à 22:53:45 +0200, Antoine Brodin écrivait : > And those 2: > > http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/wspr-3.00.r2511_8.log > http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/wsjt-9.1.r2511_5.log > > Are you sure it's no a bug in numpy? > Manually adding -shared to all those ports doesn't look too right. I'm wondering too... This is rather strange, and I cannot explain why this failure appears now. For sure numpy was broken before my patch: it was impossible to use it without setting LD_LIBRARY_PATH to the libfortran directory. But I don't understand how it could be related to this missing '-shared'. In the meantime we also upgraded Gcc from 4.7 to 4.8, and this produces also new failures, e.g. with cad/kicad: it was OK with 4.7 but does not compile anymore with 4.8. Any ideas? -- Th. Thomas. ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: svn commit: r369447 - head/math/py-numpy
On Wed, Oct 1, 2014 at 11:17 PM, Thierry Thomas wrote: > Le mer 1 oct 14 à 22:53:45 +0200, Antoine Brodin > écrivait : > >> And those 2: >> >> http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/wspr-3.00.r2511_8.log >> http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/wsjt-9.1.r2511_5.log >> >> Are you sure it's no a bug in numpy? >> Manually adding -shared to all those ports doesn't look too right. > > I'm wondering too... This is rather strange, and I cannot explain why > this failure appears now. > > For sure numpy was broken before my patch: it was impossible to use it > without setting LD_LIBRARY_PATH to the libfortran directory. But I don't > understand how it could be related to this missing '-shared'. > > In the meantime we also upgraded Gcc from 4.7 to 4.8, and this produces > also new failures, e.g. with cad/kicad: it was OK with 4.7 but does not > compile anymore with 4.8. Hi, The failures are not related to the gcc 4.7 -> gcc 4.8 switch (I did the exp-run) Cheers, Antoine ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"