Re: Dropping pxz port?
Mahmoud Al-Qudsi writes: > Hello all, > > The pxz port is badly created (installing the package pulls in the > entire gcc6 suite and gcc-ecj, just to deploy the binary), and ends up > needing over 500mib of space for a very simple utility. OpenMP on FreeBSD is a bit of PITA: - base/ system on Clang archs doesn't provide libomp or libgomp - libomp from LLVM openmp is guaranteed to be available only on amd64 - USES=compiler:openmp doesn't know about LLVM openmp (bug 210337) archivers/pxz supports non-OpenMP by removing -fopenmp from CFLAGS. > I was about to fix it when I found out that upstream pxz is both > abandoned and broken ([0], and in particular, [1]). Perhaps it should > be dropped? Maybe. /usr/bin/xz --threads=NUM is supported on all FreeBSD releases. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
graphics/opencv fails to package
Hello, graphics/opencv fails to package for me with error pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/include/opencv2/freetype.hpp:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/lib/libopencv_freetype.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/lib/libopencv_freetype.so.3.4:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/lib/libopencv_freetype.so.3.4.1:No such file or directory I'm building it with poudriere; full logs available here: https://gist.github.com/serpent7776/cae43c5bbaea078a658cc31be15a4641. Does anyone have similar issue? -- /* * Serpent7776 */ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
leptonica update
There is a problem to update port leptonica. Should I firs delete openjpeg and tha reinstalled it, please or report a bug? Thank you. ===>>> Launching child to install graphics/leptonica ===>>> All >> graphics/leptonica (6/8) ===>>> Currently installed version: leptonica-1.74.1_1 ===>>> Port directory: /usr/ports/graphics/leptonica ===>>> Starting check for build dependencies ===>>> Gathering dependency list for graphics/leptonica from ports ===>>> Dependency check complete for graphics/leptonica ===>>> All >> leptonica-1.74.1_1 (6/8) ===> Cleaning for leptonica-1.76.0 ===> leptonica-1.76.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by leptonica-1.76.0 for building ===> leptonica-1.76.0 conflicts with installed package(s): openjpeg15-1.5.2_1 They will not build together. Please remove them first with pkg delete. *** Error code 1 Stop. make: stopped in /usr/ports/graphics/leptonica ===>>> make build failed for graphics/leptonica ===>>> Aborting update ===>>> Update for graphics/leptonica failed ===>>> Aborting update ===>>> There are messages from installed ports to display, but first take a moment to review the error messages above. Then press Enter when ready to proceed. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: leptonica update
A bug-report will not help: leptonica Makefile: CONFLICTS_BUILD= openjpeg15 Maybe, you have to turn off openjpeg option in blender (and if installed mencoder or fox17). It will be problematic if you have installed calligra. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: net/frr 4.0 crashing
On Wed, May 30, 2018 at 9:05 PM Mike Tancsa wrote: > Hi, > On a recent RELENG_11 (r334152) I am no longer able to start up the > routing daemons. I get an Abort at the end. Anyone have any ideas what > this might be about ? > > Hi, seems that FRR 4.0 crash if there are tun,gre,gif interfaces on FreeBSD. https://github.com/FRRouting/frr/issues/1907 https://github.com/FRRouting/frr/issues/2338 I'm thinking of creating a net/frr3 (FRR version 3.0.3) and moving net/frr to net/frr4 for allowing FreeBSD users to revert back to FRR 3.0.3 meanwhile. Regards, Olivier ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: net/frr 4.0 crashing
Hi! > seems that FRR 4.0 crash if there are tun,gre,gif interfaces??? on FreeBSD. > https://github.com/FRRouting/frr/issues/1907 > https://github.com/FRRouting/frr/issues/2338 Ah, thanks for the pointer! That's the same problem I had! -- p...@opsec.eu+49 171 31013722 years to go ! ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"