Bug#919803: mac-widgets: FTBFS (The code being documented uses packages in the unnamed module)

Santiago Vila sanvila at debian.org
Sat Jan 19 17:35:43 GMT 2019


Package: src:mac-widgets
Version: 0.10.0+svn416-dfsg1-2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with javahelper
dh: Compatibility levels before 9 are deprecated (level 7 in use)
   dh_update_autotools_config -i
   jh_linkjars -i
   debian/rules override_jh_build
make[1]: Entering directory '/<<BUILDDIR>>/mac-widgets-0.10.0+svn416-dfsg1'
ln -s source/com com
ln -s /<<BUILDDIR>>/mac-widgets-0.10.0+svn416-dfsg1/demo/com/explodingpixels/macwidgets/icons com/explodingpixels/macwidgets/icons
JAVA_HOME=/usr/lib/jvm/default-java \
	CLASSPATH=/usr/share/java/forms.jar \
	JH_JAR_EXTRA="com/explodingpixels/macwidgets/images com/explodingpixels/widgets/images com/explodingpixels/macwidgets/icons" \
	jh_build mac_widgets.jar source demo
find source demo -name *.java -and -type f -print0 | xargs -s 512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp /usr/share/java/forms.jar:debian/_jh_build.mac_widgets -d debian/_jh_build.mac_widgets -source 1.7 -target 1.7 -encoding ISO8859-1

[... snipped ...]

source/com/explodingpixels/macwidgets/WidgetColorScheme.java:28: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:37: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:19: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:28: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:37: warning - Tag @link: reference not found: Painter
javadoc: warning - Tag @link: reference not found: Painter
javadoc: warning - Tag @link: reference not found: Painter
javadoc: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:19: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:28: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:37: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetStandardColorScheme.java:14: warning - Tag @link: reference not found: Painter
javadoc: warning - Tag @link: reference not found: Painter
javadoc: warning - Tag @link: reference not found: Painter
javadoc: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:19: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:28: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:37: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/plaf/HudCheckBoxUI.java:32: warning - Tag @link: reference not found: javax.swing.plaf.CheckBoxUI
source/com/explodingpixels/macwidgets/plaf/HudCheckBoxUI.java:40: warning - Tag @link: reference not found: javax.swing.plaf.CheckBoxUI
source/com/explodingpixels/macwidgets/plaf/HudCheckBoxUI.java:32: warning - Tag @link: reference not found: javax.swing.plaf.CheckBoxUI
source/com/explodingpixels/macwidgets/plaf/HudCheckBoxUI.java:40: warning - Tag @link: reference not found: javax.swing.plaf.CheckBoxUI
source/com/explodingpixels/macwidgets/plaf/HudPaintingUtils.java:156: warning - invalid usage of tag {@link Graphics2D) if the given
 {@link Component
source/com/explodingpixels/macwidgets/plaf/HudPaintingUtils.java:156: warning - invalid usage of tag {@link Graphics2D) if the given
 {@link Component
source/com/explodingpixels/macwidgets/ActivePanel.java:13: warning - Tag @link: reference not found: com.explodingpixels.WidgetColorScheme
source/com/explodingpixels/macwidgets/WidgetStandardColorScheme.java:14: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/ActivePanel.java:13: warning - Tag @link: reference not found: com.explodingpixels.WidgetColorScheme
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:19: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:28: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/WidgetColorScheme.java:37: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/plaf/HudCheckBoxUI.java:32: warning - Tag @link: reference not found: javax.swing.plaf.CheckBoxUI
source/com/explodingpixels/macwidgets/plaf/HudCheckBoxUI.java:40: warning - Tag @link: reference not found: javax.swing.plaf.CheckBoxUI
source/com/explodingpixels/macwidgets/plaf/HudPaintingUtils.java:156: warning - invalid usage of tag {@link Graphics2D) if the given
 {@link Component
source/com/explodingpixels/macwidgets/WidgetStandardColorScheme.java:14: warning - Tag @link: reference not found: Painter
source/com/explodingpixels/macwidgets/ActivePanel.java:13: warning - Tag @link: reference not found: com.explodingpixels.WidgetColorScheme
source/com/explodingpixels/macwidgets/WidgetStandardColorScheme.java:14: warning - Tag @link: reference not found: Painter
2 errors
44 warnings
make[1]: *** [debian/rules:17: override_jh_build] Error 123
make[1]: Leaving directory '/<<BUILDDIR>>/mac-widgets-0.10.0+svn416-dfsg1'
make: *** [debian/rules:12: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2
--------------------------------------------------------------------------------

(The above is just how the builds ends and not necessarily the most relevant part)

The build was made in my autobuilder with "dpkg-buildpackage -A"
and it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/mac-widgets.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and affects,
so that this is still visible in the BTS web page for this package.

Thanks.



More information about the pkg-java-maintainers mailing list