Re: poudriere-devel -S SRCPATH : no longer supported? (/usr/ports/ -r454407 vintage example)

2017-11-22 Thread Mark Millard
[Dumb typo in my } placements.] On 2017-Nov-22, at 8:36 PM, Mark Millard wrote: > As evidence only two lines of jail.sh reference SRCPATH > other than where -S assigns to it: > > # grep "SRCPATH" /usr/local/share/poudriere/jail.sh > [ -z "${SRCPATH}" ] && DISTS="${DISTS} src" > [ -n

[Bug 223809] archivers/zstd: clang 5.0 crashes during build

2017-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223809 Jan Beich changed: What|Removed |Added Assignee|sunp...@freebsd.org |freebsd-toolchain@FreeBSD.o

[Bug 223809] archivers/zstd: clang 5.0 crashes during build

2017-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223809 Jan Beich changed: What|Removed |Added Hardware|Any |arm -- You are receiving this mail be

[Bug 223809] archivers/zstd: clang 5.0 crashes during build

2017-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223809 Mark Millard changed: What|Removed |Added CC||mar...@dsl-only.net --- Comment #2

poudriere-devel -S SRCPATH : no longer supported? (/usr/ports/ -r454407 vintage example)

2017-11-22 Thread Mark Millard
As evidence only two lines of jail.sh reference SRCPATH other than where -S assigns to it: # grep "SRCPATH" /usr/local/share/poudriere/jail.sh [ -z "${SRCPATH}" ] && DISTS="${DISTS} src" [ -n "$SRCPATH" ] && jset ${JAILNAME} srcpath ${SRCPATH} SRCPATH=${OPTA

[Bug 223809] archivers/zstd: clang 5.0 crashes during build

2017-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223809 --- Comment #3 from Jan Beich --- (In reply to Mark Millard from comment #2) Not sure which revision beefy8 tracks but my head-armv6 jail is currently at base r325700. I've jexec'd into poudriere jail to confirm port build vs. crash script

[Bug 223809] archivers/zstd: clang 5.0 crashes during build

2017-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223809 --- Comment #4 from Jan Beich --- FWIW, head-armv7 from base r325705 isn't affected. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-toolchain@freebsd.org m

[Bug 223809] archivers/zstd: clang 5.0 crashes during build

2017-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223809 --- Comment #5 from Jan Beich --- Created attachment 188201 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188201&action=edit preprocessed archive (contains several *.c and *.sh file) This is supposedly crashing source. I suspec

[Bug 223809] archivers/zstd: clang 5.0 crashes during build

2017-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223809 Jan Beich changed: What|Removed |Added Attachment #188201|0 |1 is obsolete|

[Bug 223809] archivers/zstd: clang 5.0 crashes during build

2017-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223809 --- Comment #7 from Jan Beich --- Doesn't crash with -O0. Here're steps to reproduce on -CURRENT for any architecture: $ cd /usr/ports/archivers/zstd $ make clean patch BATCH= $ cd `make -V WRKSRC)/programs` $ cc -target armv6-unknown-free

[Bug 223809] archivers/zstd: clang 5.0 crashes during build

2017-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223809 --- Comment #8 from Jan Beich --- > $ cd `make -V WRKSRC)/programs` Sorry for tcsh-style typo: $ cd $(make -V WRKSRC)/programs or $ cd `make -V WRKSRC`/programs -- You are receiving this mail because: You are the assignee for the bug.