OpenCV 3

2016-06-09 Thread Otacílio
Dears Some plans to port OpenCV 3.1.0 to FreeBSD? Thanks a lot []'s -Otacílio ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-port

Checking integrity... done (2 conflicting) when installing x11-wm/xfce4

2016-06-16 Thread Otacílio
conflicting) Cannot solve problem using SAT solver, trying another plan Checking integrity... done (0 conflicting) The most recent version of packages are already installed Some can give me a hint about how to solve it? Thanks a lot []'s -Ota

Patch to cmake detect OpenMP

2016-09-19 Thread Otacílio
I'm trying to port flann (http://www.cs.ubc.ca/research/flann/) to FreeBSD, but I need that cmake detects OpenMP. Unhappy, cmake do not detects OpenMP even when devel/openmp is installed, so I did this patch to cmake port. What you guys think about? Can I open a bug report with patch? []'s

Re: devel/codeblocks cores on -current

2016-10-09 Thread Otacílio
Em 09/10/2016 13:36, Michael Butler escreveu: Has anyone tried using devel/codeblocks (as distinct from compiling) on -current? Mine exits with .. imb@toshi:/home/imb> gdb `which codeblocks` codeblocks.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free softwa

How compile "String inf = static_cast(&(ostringstream() << pAct.minArea))->str();"

2016-11-08 Thread Otacílio
I'm trying create a patch to OpenCV 3.1 runs on FreeBSD but clang don't compiles lines like this: String inf = static_cast(&(ostringstream() << pAct.minArea))->str(); Can someone give me a hint about how to fix it? []'s -Otacilio ___ freebsd-por

Re: How compile "String inf = static_cast(&(ostringstream() << pAct.minArea))->str();"

2016-11-14 Thread Otacílio
Em 14/11/2016 06:29, Pietro Cerutti escreveu: On 2016-11-09 02:37, Otacílio wrote: I'm trying create a patch to OpenCV 3.1 runs on FreeBSD but clang don't compiles lines like this: String inf = static_cast(&(ostringstream() << pAct.minArea))->str(); There's

Re: How compile "String inf = static_cast(&(ostringstream() << pAct.minArea))->str();"

2016-11-14 Thread Otacílio
Em 14/11/2016 06:29, Pietro Cerutti escreveu: On 2016-11-09 02:37, Otacílio wrote: I'm trying create a patch to OpenCV 3.1 runs on FreeBSD but clang don't compiles lines like this: String inf = static_cast(&(ostringstream() << pAct.minArea))->str(); There's

update xosview to build under FreeBSD 12

2016-12-08 Thread Otacílio
Dears Please, some commiter take a look on this bug report/patch to enable xosview build under FreeBSD 12. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215152 Thanks a lot! []'s -Otacilio ___ freebsd-ports@freebsd.org mailing list https://li

Re: How I do this?

2016-12-13 Thread Otacílio
Em 13/12/2016 13:10, Nilton Jose Rizzo escreveu: Hi all I need to use a new version of OpenCV 3.1. I removed the OpenCv 2.4 version and I installed the new version, but now I need to install other ports that needs opencv, the ports system tells me to install a opencv2.4. Is there some

/usr/local/lib/gcc49/libgfortran.so: undefined reference to `fpgetsticky' on ARM

2017-03-05 Thread Otacílio
Dears I'm trying compile math/openblas on a Beaglebone black. The compilations stops at this point with this error message: root@beaglebone:/usr/ports/math/openblas/work/OpenBLAS-0.2.19/lapack-netlib/INSTALL # gfortran49 -Wall -fPIC -marm -mfpu=vfp -mfloat-abi=hard -march=armv6 -O2 -lm -gfo

Re: /usr/local/lib/gcc49/libgfortran.so: undefined reference to `fpgetsticky' on ARM

2017-03-05 Thread Otacílio
Em 05/03/2017 11:04, Tijl Coosemans escreveu: On Sun, 5 Mar 2017 08:03:56 -0300 Otacílio wrote: I'm trying compile math/openblas on a Beaglebone black. The compilations stops at this point with this error message: root@beaglebone:/usr/ports/math/openblas/work/OpenBLAS-0.2.19/lapack-n

/usr/local/lib/libpkg.so: Undefined symbol "dirname@FBSD_1.0" on raspberrypi 3

2017-03-05 Thread Otacílio
Dears I made a build of FreeBSD 12 r312852M for my RPI3. I'm using poudriere to build packages. Unfortunately when I try to install a package I'm getting this error: root@rpi3:/usr/home/ota # pkg install netperf Updating squitch repository catalogue... squitch repository is up-to-date. All r

About opencv2

2017-04-13 Thread Otacílio
Dear I saw that the OpenCV port does not have a maintainer. However, until recently there was an effort to port OpenCV3 to FreeBSD. Has Opencv 2 been abandoned because of OpenCV3 or does it have no correlation? []'s -Otacilio ___ freebsd-ports@fr

Re: ports recently marked broken on -current

2017-05-24 Thread Otacílio
Em 23/05/2017 21:13, Mark Linimon escreveu: So during my pass over recent powerpc64 package errorlogs, I found a few ports that were actually broken across all archs on -current, and made those commits. I may not have enough cycles to investigate all these down by myself, so I'm asking for help.

math/eigen3 version

2017-06-15 Thread Otacílio
Dears, The version of the existing math/eigen library in ports is still 3.2.10, and at http://eigen.tuxfamily.org/index.php?title=Main_Page is available 3.3.4. Is there any special reason to use this old version or has anyone just updated the port yet? []'s -Otacilio _

Re: ports recently marked broken on -current

2017-07-01 Thread Otacílio
Em 23/05/2017 21:13, Mark Linimon escreveu: So during my pass over recent powerpc64 package errorlogs, I found a few ports that were actually broken across all archs on -current, and made those commits. I may not have enough cycles to investigate all these down by myself, so I'm asking for help.

undefined reference to `kevent@FBSD_1.5'

2017-07-06 Thread Otacílio
After a recent partial ports update in FreeBSD 12 r318838 AMD64 I'm getting some errors when rebuilding ports with this message: undefined reference to `kevent@FBSD_1.5' Can anyone give a tip on what is causing this? Thanks []'s -Otacilio ___ fr

ext/atomicity.h bits/c++config.h

2017-07-13 Thread Otacílio
I'm trying to make a port for personal use of the rmtp library. However I'm having some problems that I can not solve with just the help of google. Among other things, the compilation is breaking at this point In file included from /usr/ports/science/mrpt/work/.build/libs/base/cotire/mrpt-base

Re: ext/atomicity.h bits/c++config.h

2017-07-13 Thread Otacílio
Em 13/07/2017 17:47, Dimitry Andric escreveu: On 13 Jul 2017, at 20:50, Otacílio wrote: I'm trying to make a port for personal use of the rmtp library. However I'm having some problems that I can not solve with just the help of google. Among other things, the compilation is breaki

Re: how to build mpich with gcc?

2017-08-16 Thread Otacílio
Em 15/08/2017 15:39, Anton Shterenlikht escreveu: I need mpicc to be built with gcc, not clang. How can I do this? Thanks Anton You can try add USE_GCC= yes on net/mpich/Makefile and rebuild mpich. []'s -Otacilio ___ freebsd-ports@freebsd.org maili

Re: math/R doesn't compile

2017-09-12 Thread Otacílio
Em 11/09/2017 20:07, Grzegorz Junka escreveu: ../extra/tre/libtre.a: error adding symbols: Malformed archive collect2: error: ld returned 1 exit status gmake[4]: *** [Makefile:177: libR.so] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/math/R/work/R-3.4.1/src/main' gmake[3]: *** [Make

Scilab 5.0

2009-01-17 Thread Otacílio de Araújo Ramos Neto
Hello Will Scilab 5 be ported to FreeBSD? Thanks Otacílio ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: python 3.4.5 update

2016-06-30 Thread Otacílio de Araújo Ramos Neto
Em qua, 29 de jun de 2016 20:16, Stari Karp escreveu: > > > Hi! > > I tried to update Python on my > 10.3-RELEASE-p5 (akd64) and I got: > > > > > ports/lang/python34/work/Python-3.4.5 ./python -E -m > ensurepip $ensurepip --root=/usr/ports/lang/python34/work/stage/ ; fi > /bin/rm -f >

Re: Patch to cmake detect OpenMP

2016-09-20 Thread Otacílio de Araújo Ramos Neto
Em ter, 20 de set de 2016 04:04, Matthieu Volat escreveu: > On Tue, 20 Sep 2016 00:55:44 -0300 > Otacílio wrote: > > > I'm trying to port flann (http://www.cs.ubc.ca/research/flann/) to > > FreeBSD, but I need that cmake detects OpenMP. Unhappy, cmake do not > >

Re: Firefox 49.0_5,1 crash on startup

2016-09-21 Thread Otacílio de Araújo Ramos Neto
Em qua, 21 de set de 2016 05:16, João Neves escreveu: > Hi, > > Upgraded to Firefox 49.0_5,1 from ports on my 10.3 x86_64 installation > running on VirtualBox, where a previous version was running OK recently and > now Firefox immediately fails to start up, no core dump or any other > information

Re: make makepatch

2016-10-27 Thread Otacílio de Araújo Ramos Neto
Em qui, 27 de out de 2016 03:31, Franco Fichtner escreveu: > > > On 27 Oct 2016, at 8:28 AM, Jochen Neumeister > wrote: > > > > Is this now right, that i can only use the new patch in /files? With > > "make clean" i delete the work folder and the old patches. > > If all the previous patches patc

Re: geda ports 1.8 and guile version conflict

2016-11-16 Thread Otacílio de Araújo Ramos Neto
Em qua, 16 de nov de 2016 21:44, Anatoly escreveu: > On Mon, 14 Nov 2016 00:25:33 -0300 > "Nilton Jose Rizzo" wrote: > > Just hit this problem too. FreeBSD 10.2-RELEASE-p24 > > > Hi all, I need to use a gEDA ports to create schemas and > > PCBs, but from the lastest upgrade on my FreeBSD 12-curr