pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: maven upgrade seems to have broken a couple Java packages
> Hi!
>
> Between June 8 and 13, a couple Java packages started failing the TNF
> x86_64 bulk builds.
Hmm, yes, likely related to my update for maven. It was an attempt to
see if I could build dbeaver for NetBSD but also to see if we could
at least have a Linux and Darwin version of it in pkgsrc.
> Compare:
>
> https://releng.netbsd.org/pkgreports/shadow/HEAD/NetBSD-10.0-x86_64/20250708.0455/meta/report.html
>
> https://releng.netbsd.org/pkgreports/shadow/HEAD/NetBSD-10.0-x86_64/20250711.0736/meta/report.html
>
> In particular:
>
> https://releng.netbsd.org/pkgreports/shadow/HEAD/NetBSD-10.0-x86_64/20250711.0736/jicofo-2.0.8252/configure.log
>
> cd /pbulk/work/chat/jicofo/work/jicofo-stable-jitsi-meet_8252 && mvn -Duser.home=/pbulk/work/chat/jicofo/work/.home -Dmaven.repo.local=/pbulk/work/chat/jicofo/work/deps --offline -DskipTests -Dassembly.skipAssembly=false versions:set -DnewVersion="2.0.8252"
> java.io.FileNotFoundException: /usr/pkg/etc/maven/maven/logging
> at org.codehaus.plexus.classworlds.launcher.ConfigurationParser.parse(ConfigurationParser.java:261)
> at org.codehaus.plexus.classworlds.launcher.Configurator.configure(Configurator.java:123)
> at org.codehaus.plexus.classworlds.launcher.Launcher.configure(Launcher.java:116)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:356)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:314)
> *** Error code 100
>
>
> https://releng.netbsd.org/pkgreports/shadow/HEAD/NetBSD-10.0-x86_64/20250711.0736/jitsi-srtp-1.1nb2/build.log
>
> java.io.FileNotFoundException: /usr/pkg/etc/maven/maven/logging
> at org.codehaus.plexus.classworlds.launcher.ConfigurationParser.parse(ConfigurationParser.java:261)
> at org.codehaus.plexus.classworlds.launcher.Configurator.configure(Configurator.java:123)
> at org.codehaus.plexus.classworlds.launcher.Launcher.configure(Launcher.java:116)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:356)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:314)
> *** Error code 100
>
>
> https://releng.netbsd.org/pkgreports/shadow/HEAD/NetBSD-10.0-x86_64/20250711.0736/snappy-java-1.0.5.4/build.log
>
> java.io.FileNotFoundException: /usr/pkg/etc/maven/maven/logging
> at org.codehaus.plexus.classworlds.launcher.ConfigurationParser.parse(ConfigurationParser.java:261)
> at org.codehaus.plexus.classworlds.launcher.Configurator.configure(Configurator.java:123)
> at org.codehaus.plexus.classworlds.launcher.Launcher.configure(Launcher.java:116)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:356)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:314)
> gmake: *** [Makefile:79: target/snappy-java-1.0.5.4.jar] Error 100
> *** Error code 2
>
>
>
> https://releng.netbsd.org/pkgreports/shadow/HEAD/NetBSD-10.0-x86_64/20250711.0736/jrep-1.1.0/build.log
>
> java.io.FileNotFoundException: /usr/pkg/etc/maven/maven/logging
> at org.codehaus.plexus.classworlds.launcher.ConfigurationParser.parse(ConfigurationParser.java:261)
> at org.codehaus.plexus.classworlds.launcher.Configurator.configure(Configurator.java:123)
> at org.codehaus.plexus.classworlds.launcher.Launcher.configure(Launcher.java:116)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:356)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:314)
> *** [target/jrep-0.3.jar] Error code 100
>
>
> This looks related to the maven update.
>
> Modified Files:
> pkgsrc/devel/apache-maven: Makefile PLIST distinfo
> pkgsrc/devel/apache-maven/patches: patch-bin_m2.conf patch-bin_mvn
>
> Log Message:
> apache-maven: update to 3.9.10
>
> Brought to newest version.
>
> Many, many changes:
> https://maven.apache.org/docs/history.html
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/apache-maven/Makefile
> cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/apache-maven/PLIST
> cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/apache-maven/distinfo
> cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/apache-maven/patches/patch-bin_m2.conf
> cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/apache-maven/patches/patch-bin_mvn
>
> Can you please take a look?
I'm gong to be on vacation for the next 5 days so I won't be able to
until I get back! When I tried to build chat/jicofo it couldn't
download all the dependencies so I was unable to reproduce with the
little time I had today (on NetBSD 10.1 amd64).
> Thanks,
> Thomas
>
kev
Home |
Main Index |
Thread Index |
Old Index