[Bug 276478] Mk/*: Build with a clean environment

2024-03-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #25 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf8e12d3e72868d97f4515c7dee6a22dd0f30e74 commit bf8e12d3e72868d97f4515c7dee6a22dd0f30e74 Author:

[Bug 276478] Mk/*: Build with a clean environment

2024-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #24 from Tijl Coosemans --- (In reply to Gleb Popov from comment #23) Yes, everything that is common between CONFIGURE_ENV and MAKE_ENV can probably be moved to WRK_ENV. -- You are receiving this mail because: You are on the C

[Bug 276478] Mk/*: Build with a clean environment

2024-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #23 from Gleb Popov --- Tijl, should these lines be adapted somehow? https://github.com/freebsd/freebsd-ports/blob/main/Mk/bsd.port.mk#L2015 Maybe this block should append to WRK_ENV only? -- You are receiving this mail becau

[Bug 276478] Mk/*: Build with a clean environment

2024-02-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 Tijl Coosemans changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 276478] Mk/*: Build with a clean environment

2024-02-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #22 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9827f3b51002e7d07c4f3fcd76484f665e95cefe commit 9827f3b51002e7d07c4f3fcd76484f665e95cefe Author:

[Bug 276478] Mk/*: Build with a clean environment

2024-02-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #21 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=572f2361692640bc27729191b1267aa3fcc354a7 commit 572f2361692640bc27729191b1267aa3fcc354a7 Author:

[Bug 276478] Mk/*: Build with a clean environment

2024-02-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 Antoine Brodin changed: What|Removed |Added Flags|exp-run?|exp-run+ Assignee|port.

[Bug 276478] Mk/*: Build with a clean environment

2024-02-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 Tijl Coosemans changed: What|Removed |Added Attachment #248512|0 |1 is obsolete|

[Bug 276478] Mk/*: Build with a clean environment

2024-02-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #18 from Tijl Coosemans --- Created attachment 248731 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248731&action=edit textproc/mxml 3.3.1 textproc/mxml: Update to 3.3.1 Also add a patch to fix a bounds check probl

[Bug 276478] Mk/*: Build with a clean environment

2024-02-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #17 from Antoine Brodin --- On i386 I have those 2 failures: https://pkg-status.freebsd.org/gohan04/data/140i386-default-foo/2024-02-18_19h53m07s/logs/zynaddsubfx-3.0.6_2,2.log https://pkg-status.freebsd.org/gohan04/data/140i38

[Bug 276478] Mk/*: Build with a clean environment

2024-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #16 from Tijl Coosemans --- (In reply to Benjamin Jacobs from comment #15) Yes, but that only gets rid of variables passed through MAKEFLAGS. It does not get rid of MAKEFLAGS itself. -- You are receiving this mail because: Yo

[Bug 276478] Mk/*: Build with a clean environment

2024-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 Benjamin Jacobs changed: What|Removed |Added CC||free...@dev.thsi.be --- Comment

[Bug 276478] Mk/*: Build with a clean environment

2024-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 Tijl Coosemans changed: What|Removed |Added Attachment #248511|0 |1 is obsolete|

[Bug 276478] Mk/*: Build with a clean environment

2024-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 Tijl Coosemans changed: What|Removed |Added Attachment #248232|0 |1 is obsolete|

[Bug 276478] Mk/*: Build with a clean environment

2024-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #12 from Antoine Brodin --- Some new failure logs: https://pkg-status.freebsd.org/pb2/data/140i386-default-foo/2024-02-11_08h14m44s/logs/errors/zynaddsubfx-3.0.6_2,2.log https://pkg-status.freebsd.org/pb2/data/140i386-default-f

[Bug 276478] Mk/*: Build with a clean environment

2024-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #11 from Tijl Coosemans --- (In reply to Gleb Popov from comment #10) It is needed to let the shell evaluate ${PWD}. In a command like (cd dir && env PWD="${PWD}" command ...), make's idea of PWD isn't up-to-date. -- You are

[Bug 276478] Mk/*: Build with a clean environment

2024-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #10 from Gleb Popov --- (In reply to Tijl Coosemans from comment #9) It seems there is no need in extra '$' in PWD="$${PWD}" ? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 276478] Mk/*: Build with a clean environment

2024-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 Tijl Coosemans changed: What|Removed |Added Attachment #248176|0 |1 is obsolete|

[Bug 276478] Mk/*: Build with a clean environment

2024-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 Gleb Popov changed: What|Removed |Added CC||arr...@freebsd.org --- Comment #8 fro

[Bug 276478] Mk/*: Build with a clean environment

2024-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 Tijl Coosemans changed: What|Removed |Added Attachment #247897|0 |1 is obsolete|

[Bug 276478] Mk/*: Build with a clean environment

2024-02-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #6 from Antoine Brodin --- ocaml native fails with this environ: https://pkg-status.freebsd.org/package22/data/132amd64-default-foo/2024-02-02_19h17m47s/logs/errors/ocaml-ocamlbuild-0.14.2_3.log -- You are receiving this mail

[Bug 276478] Mk/*: Build with a clean environment

2024-01-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #5 from Tijl Coosemans --- (In reply to Mathieu Arnold from comment #2) I don't mind making poudriere the default but that shouldn't mean patches for the non-poudriere case are rejected. I think that would only lead to unneeded

[Bug 276478] Mk/*: Build with a clean environment

2024-01-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 Tijl Coosemans changed: What|Removed |Added Attachment #247801|0 |1 is obsolete|

[Bug 276478] Mk/*: Build with a clean environment

2024-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 Marcin Cieślak changed: What|Removed |Added CC||sa...@saper.info --- Comment #3 f

[Bug 276478] Mk/*: Build with a clean environment

2024-01-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #2 from Mathieu Arnold --- I do not think this is needed. portmgr@ is demoting support for building on the host (as a consequence, all the tools that do that - `portmaster`, `synth`, etc). We shouldn't bother ourselves with buil

[Bug 276478] Mk/*: Build with a clean environment

2024-01-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 --- Comment #1 from Antoine Brodin --- I think there is a minimum environment to keep to avoid breaking things, like: UNAME_r UNAME_v OSVERSION UNAME_m UNAME_p Some new failure logs: https://pkg-status.freebsd.org/pb2/data/140i386-defaul

[Bug 276478] Mk/*: Build with a clean environment

2024-01-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478 Bug ID: 276478 Summary: Mk/*: Build with a clean environment Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: A