Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
On 2018-Jul-26, at 10:24 AM, John Baldwin wrote: > On 7/26/18 12:02 AM, Mark Millard wrote: >> Based on attempting to update (via poudriere-devel and pkg) to -r475344 (from >> a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc --and >> other things). . . >> >> ===> Building

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
On 2018-Jul-28, at 1:33 AM, Mark Millard wrote: > On 2018-Jul-26, at 10:24 AM, John Baldwin wrote: > >> On 7/26/18 12:02 AM, Mark Millard wrote: >>> Based on attempting to update (via poudriere-devel and pkg) to -r475344 >>> (from >>> a prior 2018-Jul-15 6.4.0_1 build and installation of suc

automake automake-wrapper installation conflicts

2018-07-28 Thread blubee blubeeme
I've been running into this issue today and I'm not sure what's going on. I've read UPDATING and it says there will be autoconf and autoconf213 okay; uname -a: FreeBSD blubee 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r336196: Wed Jul 11 21:52:50 CST 2018 root@blubee:/usr/obj/usr/src/amd64.amd64/sys/GE

Re: automake automake-wrapper installation conflicts

2018-07-28 Thread Walter Schwarzenfeld
/usr/ports/MOVED devel/automake-wrapper|devel/automake|2018-06-14|No longer needed ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.o

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
[Older directions of investigation omitted.] On 2018-Jul-26, at 10:24 AM, John Baldwin wrote: > On 7/26/18 12:02 AM, Mark Millard wrote: >> Based on attempting to update (via poudriere-devel and pkg) to -r475344 (from >> a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc --an

Request for commit approval audio/virtual_oss

2018-07-28 Thread Hans Petter Selasky
Fix for incorrect ODELAY values. Approved by: --HPS Index: Makefile === --- Makefile(revision 475588) +++ Makefile(working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtual_oss -PORTVERSION= 1.1.5 +PORTVERSION=

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
[So much for reverting -r475361 : it still is producing *-gcc-6.4.0_2.tbz files. and the version relationship was wrong for when I first saw the issue.] On 2018-Jul-28, at 9:39 AM, Mark Millard wrote: > [Older directions of investigation omitted.] > > On 2018-Jul-26, at 10:24 AM, John Baldwin

A typo(?) in devel/powerpc64-gcc/Makefile : /${GCC_TARGET$}/ has an extra "$"?

2018-07-28 Thread Mark Millard via freebsd-ports
https://svnweb.freebsd.org/ports/head/devel/powerpc64-gcc/Makefile?revision=475446&view=markup&sortby=rev&sortdir=down shows (starting line 109): .if ${TARGETARCH} == "amd64" || ${TARGETARCH} == "i386" # Conflicts with sys/x86/include/float.h ${RM} ${STAGEDIR}${PREFIX}/lib/gcc/${

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
On 2018-Jul-28, at 10:36 AM, Mark Millard wrote: > [So much for reverting -r475361 : it still is producing *-gcc-6.4.0_2.tbz > files. > and the version relationship was wrong for when I first saw the issue.] > > On 2018-Jul-28, at 9:39 AM, Mark Millard wrote: > >> [Older directions of investi

/usr/ports/devel/powerpc64-gcc/Makefile : armv7 too vs. only armv6 and aarch64 for CXXFLAGS=-fbracket-depth=512 ?

2018-07-28 Thread Mark Millard via freebsd-ports
Is armv7 really distinct from armv6 and aarch64 for the below? .if ${TARGETARCH} == "armv6" || ${TARGETARCH} == "aarch64" . if ${COMPILER_TYPE} == clang MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512 . endif .endif (Not that I expect that this is tied to what I've been trying to figure out about lack of

Virtual Printer Port?

2018-07-28 Thread Dan Mahoney (Gushi)
Hey all, This may be off topic, but does anyone know a port or configuration for FreeBSD that can listen on a serial port and spit out a PDF? I have a piece of hardware (a hospital-grade pulse oximeter) that's able to talk to an *original* HP Thinkjet with a serial port and produce graphical

Re: Virtual Printer Port?

2018-07-28 Thread Kurt Jaeger
Hi! > This may be off topic, but does anyone know a port or configuration for > FreeBSD that can listen on a serial port and spit out a PDF? I have a > piece of hardware (a hospital-grade pulse oximeter) that's able to talk to > an *original* HP Thinkjet with a serial port and produce graphica

[patch] [maintainer timeout, 43 days] bug 217731 - Compiz crashes when using animation

2018-07-28 Thread Samy Mahmoudi
Dear committer, I submitted a patch which fixes bug 217731 43 days ago. Please note, as stated in comment 1, that the problem was reported on x11-wm/compiz instead of x11-wm/compiz-plugins-extra (same maintainer though). https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217731#c1 Thank you for

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
[Top note of a correction: I used portmaster -C and am trying without -C. The -K references below are wrong. No further updated material follows in this note.] On 2018-Jul-28, at 6:47 PM, Mark Millard wrote: > [Completing building aarch64-gcc via portmaster -K (after pkg > install of poudriere-

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
[Completing building aarch64-gcc via portmaster -K (after pkg install of poudriere-devel builds of things required) worked fine. But powerpc64-gcc via -K failed like under poudriere.] On 2018-Jul-28, at 12:15 PM, Mark Millard wrote: > On 2018-Jul-28, at 10:36 AM, Mark Millard wrote: > >> [So

Re: [patch] [maintainer timeout, 43 days] bug 217731 - Compiz crashes when using animation

2018-07-28 Thread Kurt Jaeger
Hi! > I submitted a patch which fixes bug 217731 43 days ago. > > Please note, as stated in comment 1, that the problem was reported on > x11-wm/compiz instead of x11-wm/compiz-plugins-extra (same maintainer > though). > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217731#c1 Thanks for t

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
[portmaster -DK devel/powerpc64-gcc built and installed powerpc64-gcc just fine.] On 2018-Jul-28, at 6:51 PM, Mark Millard wrote: > [Top note of a correction: I used portmaster -C and am > trying without -C. The -K references below are wrong. > No further updated material follows in this note.]

gcc and -mretpoline

2018-07-28 Thread Rozhuk Ivan
Hi! Can some one add: CFLAGS:=${CFLAGS:N-mretpoline} CXXFLAGS:= ${CXXFLAGS:N-mretpoline} to all ports that uses GCC to build or some where in ports .mk files? More details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228205 this fixed, but many other ports does not. _

Re: [patch] [maintainer timeout, 43 days] bug 217731 - Compiz crashes when using animation

2018-07-28 Thread Kurt Jaeger
Hi! > > I submitted a patch which fixes bug 217731 43 days ago. > > > > Please note, as stated in comment 1, that the problem was reported on > > x11-wm/compiz instead of x11-wm/compiz-plugins-extra (same maintainer > > though). > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217731#c1