Re: Fwd: building java/eclipse in HEAD w/ poudriere ...

2014-10-25 Thread Matthias Apitz
El día Friday, October 24, 2014 a las 08:04:11PM +0200, Matthias Apitz escribió: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193479 ... Re/ RAM and SWAP, I watched the server in the moment when it fails: there is plenty much RAM and SWAP unused (many GBytes). So I don't agree that

FreeBSD ports you maintain which are out of date

2014-10-25 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

Re: audio/openal-soft fails to install on FreeBSD 8.4-stable

2014-10-25 Thread Torfinn Ingolfsen
On Fri, Oct 24, 2014 at 10:32 PM, Henry Hu henry.hu...@gmail.com wrote: I just tried it on 8.4-RELEASE/amd64 and it failed with the same error. It seems like that the gcc on 8.4 is too old. One way to fix it is adding USE_GCC=yes to makefile. This will use gcc 4.8 by default and it builds

Re: Status of ntopng

2014-10-25 Thread Andrea Venturoli
On 10/25/14 04:28, Muhammad Moinur Rahman wrote: Hi, Hello. First off, thanks for your attention. 1. I am not aware about if it's not working in 8.4. It will be helpful if you can provide me any logs. # uname -r 8.4-RELEASE-p16 # cd /usr/ports/net/ntopng/ # make === ntopng-1.2.1 is

Re: Status of ntopng

2014-10-25 Thread Muhammad Moinur Rahman
Hi, On Sat, Oct 25, 2014 at 6:37 PM, Andrea Venturoli m...@netfence.it wrote: On 10/25/14 04:28, Muhammad Moinur Rahman wrote: Hi, Hello. First off, thanks for your attention. 1. I am not aware about if it's not working in 8.4. It will be helpful if you can provide me any logs.

Python 2.7 and semaphores

2014-10-25 Thread George Mitchell
In the process of building and trying textproc/meld, I discovered that the lang/python27 configure process concludes, erroneously, that FreeBSD does not support working Posix semaphores. In particular, this program from the configure script was alleged to fail, according to config.log: #include

Re: Fwd: building java/eclipse in HEAD w/ poudriere ...

2014-10-25 Thread Matthias Apitz
El día Friday, October 24, 2014 a las 12:38:45PM -0500, Jimmy Kelley escribió: Matthias, I finally had the time to set up an environment to do the build in a -CURRENT i386 poudriere environment. It built with no errors; see the bug you filed for details:

Re: Python 2.7 and semaphores

2014-10-25 Thread Henry Hu
On Sat, Oct 25, 2014 at 2:38 PM, George Mitchell george+free...@m5p.com wrote: In the process of building and trying textproc/meld, I discovered that the lang/python27 configure process concludes, erroneously, that FreeBSD does not support working Posix semaphores. In particular, this program

Re: Python 2.7 and semaphores

2014-10-25 Thread George Mitchell
On 10/25/14 18:16, Henry Hu wrote: On Sat, Oct 25, 2014 at 2:38 PM, George Mitchell george+free...@m5p.com wrote: In the process of building and trying textproc/meld, I discovered that the lang/python27 configure process concludes, erroneously, that FreeBSD does not support working Posix

Re: Python 2.7 and semaphores

2014-10-25 Thread Henry Hu
On Sat, Oct 25, 2014 at 7:26 PM, George Mitchell george+free...@m5p.com wrote: On 10/25/14 18:16, Henry Hu wrote: On Sat, Oct 25, 2014 at 2:38 PM, George Mitchell george+free...@m5p.com wrote: In the process of building and trying textproc/meld, I discovered that the lang/python27