It does not configure but I guess that is expected based on JAVA_MOD_DESC and it requiring Internet access: configure: error: Could not build Java modules without Java ===> Script "configure" failed unexpectedly. Please report the problem to cy@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/sysutils/syslog-ng/work/syslog-ng-3.21.1/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/syslog-ng Full log FWIW: https://reviews.freebsd.org/P301 Since it does not build in Poudriere we cannot reasonably check if it works with the devel/gradle update from bug #239875, so I'm not going to classify this as a blocker for that bug.
Created attachment 206616 [details] JAVA_MOD implies JAVA JAVA must be enabled when JAVA_MOD is. I've asked our upline to look at this PR.
Our upstream says this is the correct patch: If " JAVA_MOD_IMPLIES= JAVA " means that when JAVA_MOD is selected then JAVA is automagically enabled, then it's perfect.
A commit references this bug: Author: cy Date: Fri Aug 16 19:44:30 UTC 2019 New revision: 509121 URL: https://svnweb.freebsd.org/changeset/ports/509121 Log: syslog-ng family of ports: JAVA_MOD implies JAVA. PR: 239903 Discussed with: Peter Czanik (CzP) <peter.czanik@oneidentity.com> Balabit (a OneIdentity company) / syslog-ng upstream Changes: head/sysutils/syslog-ng310/Makefile head/sysutils/syslog-ng311/Makefile head/sysutils/syslog-ng312/Makefile head/sysutils/syslog-ng313/Makefile head/sysutils/syslog-ng314/Makefile head/sysutils/syslog-ng315/Makefile head/sysutils/syslog-ng317/Makefile head/sysutils/syslog-ng318/Makefile head/sysutils/syslog-ng319/Makefile head/sysutils/syslog-ng320/Makefile head/sysutils/syslog-ng321/Makefile head/sysutils/syslog-ng322/Makefile head/sysutils/syslog-ng39/Makefile
syslog-ng322 builds fine now with ALLOW_NETWORKING_PACKAGES="syslog-ng322" in poudriere.conf and either gradle-5.0 or gradle-5.6. Poudriere however complains about leftover processes: Leftover processes: USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND nobody 17953 1.0 4.0 977876 412880 - IsJ 20:08 0:54.59 /usr/local/openjdk8/bin/java -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /usr/local/share/gradle/lib/gradle-launcher-5.0.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 5.0 Basically the Gradle daemon is left running after the build... In openjfx8-devel I pass --no-daemon to gradle to prevent this.
Thanks. I'll let Peter know as well.
Created attachment 206645 [details] tobik@'s suggestion 206616 has been committed. This implements tobik@'s suggestion.
A commit references this bug: Author: cy Date: Mon Aug 19 05:44:35 UTC 2019 New revision: 509253 URL: https://svnweb.freebsd.org/changeset/ports/509253 Log: Address left over gradle daemons under poudriere when JAVA options selected. PR: 239903 Suggested by: tobik@ Reported by: tobik@ Obtained from: openjfx8-devel port Changes: head/sysutils/syslog-ng310/Makefile head/sysutils/syslog-ng311/Makefile head/sysutils/syslog-ng312/Makefile head/sysutils/syslog-ng313/Makefile head/sysutils/syslog-ng314/Makefile head/sysutils/syslog-ng315/Makefile head/sysutils/syslog-ng317/Makefile head/sysutils/syslog-ng318/Makefile head/sysutils/syslog-ng319/Makefile head/sysutils/syslog-ng320/Makefile head/sysutils/syslog-ng321/Makefile head/sysutils/syslog-ng322/Makefile head/sysutils/syslog-ng39/Makefile
Created attachment 206692 [details] syslog-ng322.diff (In reply to commit-hook from comment #7) I'm sorry but this changes nothing. Nothing uses _GRADLE_ENV or _GRADLE_RUN in the syslog-ng ports. These variables are entirely specific to openjfx8-devel. Gradle is invoked by the build, so one possible solution is to patch it to pass --no-daemon to it.
Gotcha. The fix in openjfx8-devel doesn't work. A simple grep through the build directory tree shows that the modules implicitlyh call gradle. I will have to mark the JAVA options BROKEN for now until our upstream has had a chance to look at this.
(In reply to Cy Schubert from comment #9) Have you taken a look at the patch I attached?
A commit references this bug: Author: cy Date: Mon Aug 19 12:14:22 UTC 2019 New revision: 509275 URL: https://svnweb.freebsd.org/changeset/ports/509275 Log: Revert r509253. The suggested solution does not work after all in poudriere. The JAVA and JAVA_MOD options may need BROKEN unless this can be resolved. PR: 239903 Tested by: tobik@ Changes: head/sysutils/syslog-ng310/Makefile head/sysutils/syslog-ng311/Makefile head/sysutils/syslog-ng312/Makefile head/sysutils/syslog-ng313/Makefile head/sysutils/syslog-ng314/Makefile head/sysutils/syslog-ng315/Makefile head/sysutils/syslog-ng317/Makefile head/sysutils/syslog-ng318/Makefile head/sysutils/syslog-ng319/Makefile head/sysutils/syslog-ng320/Makefile head/sysutils/syslog-ng321/Makefile head/sysutils/syslog-ng322/Makefile head/sysutils/syslog-ng39/Makefile
(In reply to Tobias Kortkamp from comment #10) Id didn't notice it. I'll check it out.
Thank you for the patch.
A commit references this bug: Author: cy Date: Mon Aug 19 12:44:44 UTC 2019 New revision: 509284 URL: https://svnweb.freebsd.org/changeset/ports/509284 Log: Pass -no-daemon to gradle more directly. PR: 239903 Submitted by: tobik@ Reported by: tobik@ Changes: head/sysutils/syslog-ng310/Makefile head/sysutils/syslog-ng311/Makefile head/sysutils/syslog-ng312/Makefile head/sysutils/syslog-ng313/Makefile head/sysutils/syslog-ng314/Makefile head/sysutils/syslog-ng315/Makefile head/sysutils/syslog-ng317/Makefile head/sysutils/syslog-ng318/Makefile head/sysutils/syslog-ng319/Makefile head/sysutils/syslog-ng320/Makefile head/sysutils/syslog-ng321/Makefile head/sysutils/syslog-ng322/Makefile head/sysutils/syslog-ng39/Makefile
Thank you.