Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#34273 - [junit] junit.jar does not contain hamcrest and sets no classpath
Attached to Project:
Arch Linux
Opened by Maxime de Roucy (akira86) - Tuesday, 12 March 2013, 07:49 GMT
Last edited by Guillaume ALAUX (galaux) - Thursday, 14 March 2013, 10:49 GMT
Opened by Maxime de Roucy (akira86) - Tuesday, 12 March 2013, 07:49 GMT
Last edited by Guillaume ALAUX (galaux) - Thursday, 14 March 2013, 10:49 GMT
|
DetailsDescription:
junit.jar doesn't include hamcrest nor set classpath to hamcrest jar. Additional info: * package version : 4.11-2 I discovered this issue when compilling LibreOffice. The configure scripte fail at : # check if either class-path entry is available for hamcrest or # it's bundled if "$JAVA_HOME/bin/jar" tf "$OOO_JUNIT_JAR" |$GREP -q hamcrest || \ "$UNZIP" -c "$OOO_JUNIT_JAR" META-INF/MANIFEST.MF |$GREP 'Class-Path:' | $GREP -q 'hamcrest'; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OOO_JUNIT_JAR" >&5 $as_echo "$OOO_JUNIT_JAR" >&6; } else as_fn_error $? "your junit jar neither sets a classpath nor includes hamcrest; please provide a full junit jar or use --without-junit" "$LINENO" 5 fi → your junit jar neither sets a classpath nor includes hamcrest; please provide a full junit jar or use --without-junit |
This task depends upon
Closed by Guillaume ALAUX (galaux)
Thursday, 14 March 2013, 10:49 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 4.11-3
Thursday, 14 March 2013, 10:49 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 4.11-3
It's building right know, I will tell you in a couple of hours it something fail on junit, else I think we can consider this bug closed.
Actually that's the piece of information I was looking for.
> I will tell you in a couple of hours it something fail on junit
Yes, please do.
Thanks