Source: java3d Version: 1.5.2+dfsg-18 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20250416 ftbfs-trixie
Hi, During a rebuild of all packages in testing (trixie), your package failed to build on armel. Relevant part (hopefully): > make[1]: Entering directory '/build/reproducible-path/java3d-1.5.2+dfsg' > dh_auto_build -- -f j3d-core/build.xml -Dbuild.type=fcs > -DjavahBuild.notRequired=true -Djavac.excludes='**/applet/*' echo jar docs > ant -Duser.name debian -f j3d-core/build.xml -Dbuild.type=fcs > -DjavahBuild.notRequired=true -Djavac.excludes=\*\*/applet/\* echo jar docs > Buildfile: /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/build.xml > > init: > [tstamp] Honouring environment variable SOURCE_DATE_EPOCH which has been > set to 1709265156 > [echo] buildtime = 01 Mar 2024 03:52:36 UTC > > initBuildType: > > setupBuildPatch: > > setupBuildFcs: > > setupBuildBeta: > > setupBuildStable: > > setupBuildDaily: > > checkBuildType: > > setupBuildType: > [echo] build.type = fcs > > setupSolaris: > > setupSolarisX86: > > setupLinux: > > setupLinuxAmd64: > > setupLinuxIA64: > > setupLinuxPPC: > > setupLinuxGeneric: > > setupWindows: > > setupWindowsAmd64: > > setupMacOSX: > > init-jogl: > > init-no-jogl: > > setupJogl: > > setupPlatform: > > echo: > [echo] platform = linux-generic > [echo] wstype = x11 > [echo] os.arch = arm > [echo] os.name = Linux > [echo] ant.home = /usr/share/ant > [echo] java.home = /usr/lib/jvm/java-21-openjdk-armel > [echo] core_utils_home = > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core-utils > [echo] vecmath_home = > /build/reproducible-path/java3d-1.5.2+dfsg/vecmath > [echo] user.name = debian > [echo] user.home = /var/lib/sbuild > [echo] > [echo] build.type = fcs > [echo] build.rend = ogl > [echo] build.comp = gcc > [echo] is_dev_phase = false > [echo] is_production = true > [echo] use_verbose_buildtime = false > [echo] version_build = build4 > [echo] version_suffix = > [echo] version = 1.5.2 > [echo] version_file = 1_5_2 > > init: > [tstamp] Honouring environment variable SOURCE_DATE_EPOCH which has been > set to 1709265156 > [echo] buildtime = 01 Mar 2024 03:52:36 UTC > > initBuildType: > > setupBuildPatch: > > setupBuildFcs: > > setupBuildBeta: > > setupBuildStable: > > setupBuildDaily: > > checkBuildType: > > setupBuildType: > [echo] build.type = fcs > > setupSolaris: > > setupSolarisX86: > > setupLinux: > > setupLinuxAmd64: > > setupLinuxIA64: > > setupLinuxPPC: > > setupLinuxGeneric: > > setupWindows: > > setupWindowsAmd64: > > setupMacOSX: > > init-jogl: > > init-no-jogl: > > setupJogl: > > setupPlatform: > > compile-debug: > > compile-debug: > [mkdir] Created dir: > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/build/linux-generic/debug/classes > [mkdir] Created dir: > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/build/linux-generic/debug/gen/tools > [mkdir] Created dir: > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/build/linux-generic/debug/gen/classes/javax/media/j3d > [copy] Copying 1 file to > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/build/linux-generic/debug/gen/classes/javax/media/j3d > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/build.xml:53: > warning: 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > [javac] Using javac -source 1.5 is no longer supported, switching to 8 > [javac] Using javac -target 1.5 is no longer supported, switching to 8 > [javac] Compiling 758 source files to > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/build/linux-generic/debug/classes > [javac] warning: [options] bootstrap class path not set in conjunction > with -source 8 > [javac] warning: [options] source value 8 is obsolete and will be removed > in a future release > [javac] warning: [options] target value 8 is obsolete and will be removed > in a future release > [javac] warning: [options] To suppress warnings about obsolete options, > use -Xlint:-options. > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/NativePipeline.java:39: > warning: [removal] AccessController in java.security has been deprecated and > marked for removal > [javac] import java.security.AccessController; > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/x11/javax/media/j3d/X11NativeConfigTemplate3D.java:38: > warning: X11GraphicsDevice is internal proprietary API and may be removed in > a future release > [javac] import sun.awt.X11GraphicsDevice; > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/x11/javax/media/j3d/X11NativeConfigTemplate3D.java:39: > warning: X11GraphicsConfig is internal proprietary API and may be removed in > a future release > [javac] import sun.awt.X11GraphicsConfig; > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/x11/javax/media/j3d/X11NativeScreenInfo.java:35: > warning: X11GraphicsDevice is internal proprietary API and may be removed in > a future release > [javac] import sun.awt.X11GraphicsDevice; > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core-utils/src/classes/share/com/sun/j3d/loaders/lw3d/TargaReader.java:49: > warning: [removal] Applet in java.applet has been deprecated and marked for > removal > [javac] import java.applet.Applet; > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core-utils/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFileMaterials.java:75: > warning: [removal] AccessController in java.security has been deprecated and > marked for removal > [javac] import java.security.AccessController; > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/VirtualUniverse.java:649: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] id = new Integer(viewIdCount++); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/CompileState.java:113: > warning: [removal] AccessControlException in java.security has been > deprecated and marked for removal > [javac] } catch (AccessControlException e) { > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GroupRetained.java:1750: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] s.ogChildIdList.add(new Integer(childIndex)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GroupRetained.java:2752: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] s.ogChildIdList.add(new Integer(i)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Shape3DRetained.java:560: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] createMessage[0].args[1]= new Integer(APPEARANCE_CHANGED); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Shape3DRetained.java:571: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] obj[1] = new Integer(changedFrequent); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Shape3DRetained.java:580: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] createMessage[1].args[1]= new > Integer(APPEARANCE_CHANGED); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Shape3DRetained.java:613: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] createMessage.args[1]= new > Integer(APPEARANCEOVERRIDE_CHANGED); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Shape3DRetained.java:624: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] obj[1] = new Integer(changedFrequent); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Shape3DRetained.java:1982: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] changeMessage.args[1] = new Integer(GEOMETRY_CHANGED); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Shape3DRetained.java:2311: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] changeMessage.args[1] = new Integer(GEOMETRY_CHANGED); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/View.java:1940: > warning: [removal] Float(double) in Float has been deprecated and marked for > removal > [javac] vpMessage.args[1] = new > Float(((ViewPlatformRetained)viewPlatform. > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/View.java:1943: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] vpMessage.args[2] = new Integer(OTHER_ATTRS_CHANGED); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/View.java:1944: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] vpMessage.args[3] = new Integer(transparencySortingPolicy); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/View.java:2001: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] vpMessage.args[2] = new Integer(TRANSP_SORT_POLICY_CHANGED); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/View.java:2002: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] vpMessage.args[3] = new Integer(policy); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/View.java:3301: > warning: [removal] Float(double) in Float has been deprecated and marked for > removal > [javac] vpMessage.args[1] = new > Float(((ViewPlatformRetained)viewPlatform.retained).sphere.radius); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/View.java:3303: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] vpMessage.args[2] = new Integer(OTHER_ATTRS_CHANGED); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/View.java:3304: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] vpMessage.args[3] = new Integer(transparencySortingPolicy); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/View.java:3341: > warning: [removal] Float(double) in Float has been deprecated and marked for > removal > [javac] vpMessage.args[1] = new > Float(((ViewPlatformRetained)viewPlatform.retained).sphere.radius); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/View.java:3344: > warning: [removal] Float(float) in Float has been deprecated and marked for > removal > [javac] vpMessage.args[1] = new Float(0); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/View.java:3346: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] vpMessage.args[2] = new Integer(OTHER_ATTRS_CHANGED); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/View.java:3347: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] vpMessage.args[3] = new Integer(transparencySortingPolicy); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/RenderBin.java:1247: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] texIdObj = new Integer(id); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/RenderBin.java:1269: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] rdr.displayListResourceFreeList.add(new > Integer(ra.renderAtom.dlistIds[ra.index])); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/RenderBin.java:1328: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] texIdObj = new Integer(id); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/RenderBin.java:1342: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] cv.displayListResourceFreeList.add(new > Integer(ra.renderAtom.dlistIds[ra.index])); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/RenderBin.java:4595: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] ob.setOCForOI.add(new Integer(oi)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/RenderBin.java:4623: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] ob.setOCForCI.add(new Integer(ci)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core-utils/src/classes/share/com/sun/j3d/utils/universe/Viewer.java:978: > warning: [removal] AccessController in java.security has been deprecated and > marked for removal > [javac] (String) java.security.AccessController.doPrivileged( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core-utils/src/classes/share/com/sun/j3d/utils/universe/Viewer.java:1000: > warning: [removal] AccessController in java.security has been deprecated and > marked for removal > [javac] (ClassLoader) > java.security.AccessController.doPrivileged( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core-utils/src/classes/share/com/sun/j3d/utils/universe/Viewer.java:1046: > warning: [removal] SecurityManager in java.lang has been deprecated and > marked for removal > [javac] SecurityManager sm = System.getSecurityManager(); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core-utils/src/classes/share/com/sun/j3d/utils/universe/Viewer.java:1046: > warning: [removal] getSecurityManager() in System has been deprecated and > marked for removal > [javac] SecurityManager sm = System.getSecurityManager(); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:2115: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(Renderer.REQUESTRENDER); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3719: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean(doubleBufferAvailable)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3722: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean(stereoAvailable)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3725: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean(sceneAntialiasingAvailable)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3733: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(pass)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3739: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(actualStencilSize)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3741: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(0)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3745: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new > Integer(GeometryDecompressor.majorVersionNumber)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3747: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new > Integer(GeometryDecompressor.minorVersionNumber)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3749: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new > Integer(GeometryDecompressor.minorMinorVersionNumber)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3753: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean((textureExtendedFeatures & TEXTURE_3D) > != 0)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3756: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(textureColorTableSize)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3759: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3763: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3767: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3771: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3775: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3779: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3783: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3787: > warning: [removal] Float(float) in Float has been deprecated and marked for > removal > [javac] values.add(new Float(anisotropicDegreeMax)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3790: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(textureWidthMax)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3793: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(textureHeightMax)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3796: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(texture3DWidthMax)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3799: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(texture3DHeightMax)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3802: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(texture3DDepthMax)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3805: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(textureBoundaryWidthMax)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3808: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3812: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3816: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3820: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean( > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3824: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(maxTexCoordSets)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3827: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(maxTextureUnits)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3830: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(maxTextureImageUnits)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3833: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(maxVertexTextureImageUnits)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3836: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(maxCombinedTextureImageUnits)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3839: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] values.add(new Integer(maxVertexAttrs)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3842: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean(shadingLanguageGLSL)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:3845: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] values.add(new Boolean(shadingLanguageCg)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/Canvas3D.java:4413: > warning: [removal] Long(long) in Long has been deprecated and marked for > removal > [javac] new Long(screen.display), > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:310: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(STEREO_LEFT), > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:311: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(STEREO_RIGHT), > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:312: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(STEREO_BOTH) > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:876: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(index)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:879: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(index)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:920: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(index)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:923: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(index)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:948: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(index), null); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:951: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(index), null); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:1235: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(index)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:1238: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(index)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:1286: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(index)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:1289: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(index)); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:1314: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(index), null); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:1317: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] new Integer(index), null); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:1513: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] new Boolean(bufferOverride), null); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:1516: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] new Boolean(bufferOverride), null); > [javac] ^ > [javac] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/classes/share/javax/media/j3d/GraphicsContext3D.java:1565: > warning: [removal] Boolean(boolean) in Boolean has been deprecated and > marked for removal > [javac] new Boolean(frontBufferRendering), > null); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files additionally use or override a deprecated > API that is marked for removal. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 100 warnings > [javac] only showing the first 100 warnings, of 133 total; use -Xmaxwarns > if you would like to see more > [mkdir] Created dir: > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/build/linux-generic/debug/native/javah/j3dcore > [copy] Copying 31 files to > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/build/linux-generic/debug/native/javah/j3dcore > [copy] Copying 2 files to > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/build/linux-generic/debug/classes > > compile-debug-native: > > nativeSetup-debug-solaris: > > nativeSetup-debug-solaris-x86: > > nativeSetup-debug-linux: > > nativeSetup-debug-linux-amd64: > > nativeSetup-debug-linux-ia64: > > nativeSetup-debug-linux-ppc: > > nativeSetup-debug-linux-generic: > > nativeSetup-debug-win32: > > nativeSetup-debug-winamd64: > > nativeSetup-debug: > > dependencyCheck: > [echo] javahBuild.notRequired = true > [echo] nativeOGLBuild.notRequired = ${nativeOGLBuild.notRequired} > > genJavah: > > compile-debug: > > init-cg: > > init-nocg: > > init: > [mkdir] Created dir: > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/build/linux-generic/debug/native/ogl/objs > [mkdir] Created dir: > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/build/linux-generic/debug/lib/arm > > compile-ogl: > [echo] Executing native renderer build [debug] > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c: > In function ‘Java_javax_media_j3d_NativePipeline_getAWT’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:87:12: > warning: cast from pointer to integer of different size > [-Wpointer-to-int-cast] > [exec] 87 | return (jlong)awt; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c: > In function > ‘Java_javax_media_j3d_DrawingSurfaceObjectAWT_getDrawingSurfaceAWT’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:98:17: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 98 | JAWT *awt = (JAWT*) awtObj; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:106:12: > warning: cast from pointer to integer of different size > [-Wpointer-to-int-cast] > [exec] 106 | return (jlong)ds; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c: > In function > ‘Java_javax_media_j3d_DrawingSurfaceObjectAWT_getDrawingSurfaceWindowIdAWT’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:122:31: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 122 | JAWT_DrawingSurface *ds = (JAWT_DrawingSurface*) > dsObj; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:123:36: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 123 | JAWT_DrawingSurfaceInfo *dsi = > (JAWT_DrawingSurfaceInfo *) dsiObj; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c: > In function > ‘Java_javax_media_j3d_DrawingSurfaceObjectAWT_getDrawingSurfaceInfo’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:196:31: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 196 | JAWT_DrawingSurface *ds = (JAWT_DrawingSurface*) > dsObj; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:214:12: > warning: cast from pointer to integer of different size > [-Wpointer-to-int-cast] > [exec] 214 | return (jlong)dsi; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c: > In function ‘Java_javax_media_j3d_DrawingSurfaceObjectAWT_lockAWT’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:223:31: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 223 | JAWT_DrawingSurface *ds = > (JAWT_DrawingSurface*)drawingSurface; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c: > In function ‘Java_javax_media_j3d_DrawingSurfaceObjectAWT_unlockAWT’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:245:31: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 245 | JAWT_DrawingSurface *ds = > (JAWT_DrawingSurface*)drawingSurface; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c: > In function ‘Java_javax_media_j3d_DrawingSurfaceObjectAWT_lockGlobal’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:257:6: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 257 | ((JAWT *) awt)->Lock(env); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c: > In function ‘Java_javax_media_j3d_DrawingSurfaceObjectAWT_unlockGlobal’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:267:6: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 267 | ((JAWT *) awt)->Unlock(env); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c: > In function ‘Java_javax_media_j3d_DrawingSurfaceObjectAWT_freeResource’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:280:17: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 280 | JAWT *awt = (JAWT*) awtObj; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:281:31: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 281 | JAWT_DrawingSurface *ds = > (JAWT_DrawingSurface*)drawingSurface; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c:282:36: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 282 | JAWT_DrawingSurfaceInfo *dsi = > (JAWT_DrawingSurfaceInfo *) drawingSurfaceInfo; > [exec] | ^ > [exec] In file included from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:73, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:47: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/glext.h:53:9: > warning: "GL_GLEXT_VERSION" redefined > [exec] 53 | #define GL_GLEXT_VERSION 39 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] In file included from /usr/include/GL/gl.h:2050, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:68: > [exec] /usr/include/GL/glext.h:35:9: note: this is the location of the > previous definition > [exec] 35 | #define GL_GLEXT_VERSION 20220530 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_destroyContext’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1001:41: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1001 | GraphicsContextPropertiesInfo* s = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1018:23: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1018 | glXDestroyContext((Display *)display, > (GLXContext)context); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1018:43: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1018 | glXDestroyContext((Display *)display, > (GLXContext)context); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_createNewContext’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1074:20: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1074 | fbConfigList = (GLXFBConfig *)fbConfigListPtr; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1088:30: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1088 | sharedCtxStructure = > (GraphicsContextPropertiesInfo *)sharedCtxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1108:35: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1108 | ctx = glXCreateNewContext((Display *)display, > fbConfigList[0], > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1109:50: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1109 | GLX_RGBA_TYPE, > (GLXContext)sharedCtx, True); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1123:25: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1123 | if (!glXMakeCurrent((Display *)display, > (GLXDrawable)window,(GLXContext)ctx)) { > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1130:26: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1130 | glXGetFBConfigAttrib((Display *) display, > fbConfigList[0], > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1134:12: > warning: cast from pointer to integer of different size > [-Wpointer-to-int-cast] > [exec] 1134 | gctx = (jlong)ctx; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1254:13: > warning: cast from pointer to integer of different size > [-Wpointer-to-int-cast] > [exec] 1254 | return ((jlong)ctxInfo); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_useCtx’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1266:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1266 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1271:29: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1271 | result = glXMakeCurrent((Display *)display, > (GLXDrawable)window, (GLXContext)ctx); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1271:70: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1271 | result = glXMakeCurrent((Display *)display, > (GLXDrawable)window, (GLXContext)ctx); > [exec] | > ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_initTexturemapping’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1322:9: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1322 | (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_texturemapping’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1376:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1376 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_clear’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1491:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1491 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_textureFillBackground’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1555:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1555 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_textureFillRaster’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1640:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1640 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_executeRasterDepth’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1731:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1731 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_swapBuffers’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:1932:19: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1932 | glXSwapBuffers((Display *)display, (Window)window); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGlobalAlpha’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2001:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2001 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_callDisplayList’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2019:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2019 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_createOffScreenBuffer’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2158:32: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2158 | GLXFBConfig *fbConfigList = (GLXFBConfig > *)fbConfigListPtr; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2176:25: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2176 | glXGetFBConfigAttrib((Display *) display, > fbConfigList[0], > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2195:33: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2195 | pbuff = glXCreatePbuffer((Display *) display, > fbConfigList[0], configAttr); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2215:41: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2215 | vinfo = > glXGetVisualFromFBConfig((Display*)display, fbConfigList[0]); > [exec] | ^ > [exec] In file included from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:65: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2224:31: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2224 | root = RootWindow((Display *)display, > vinfo->screen); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2227:36: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2227 | cmap = XCreateColormap((Display *)display, > root, vinfo->visual, AllocNone); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2233:35: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2233 | glWin = XCreateWindow((Display *)display, > root, 0, 0, 1, 1, 0, > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2239:35: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2239 | pixmap = XCreatePixmap((Display*)display, > (GLXDrawable)glWin, > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2244:40: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2244 | glxpixmap = glXCreatePixmap((Display*)display, > fbConfigList[0], pixmap, NULL); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_destroyOffScreenBuffer’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2465:33: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2465 | GLXFBConfig *fbConfigList = (GLXFBConfig > *)fbConfigListPtr; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2468:26: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2468 | glXGetFBConfigAttrib((Display *) display, > (GLXFBConfig) fbConfigList[0], > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2473:27: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2473 | glXDestroyPbuffer((Display *) display, > (GLXPbuffer)window); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2476:26: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2476 | glXDestroyPixmap((Display *) display, > (GLXPixmap)window); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_readOffScreenBuffer’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2543:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2543 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_createQueryContext’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2894:20: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2894 | fbConfigList = (GLXFBConfig *)fbConfigListPtr; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2903:31: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2903 | ctx = glXCreateNewContext((Display *)display, > fbConfigList[0], > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2914:42: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2914 | vinfo = > glXGetVisualFromFBConfig((Display*)display, fbConfigList[0]); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2922:31: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2922 | root = RootWindow((Display *)display, > vinfo->screen); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2925:36: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2925 | cmap = XCreateColormap((Display *)display, > root, vinfo->visual, AllocNone); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2932:35: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2932 | glWin = XCreateWindow((Display *)display, > root, 0, 0, width, height, 0, > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2948:29: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2948 | result = glXMakeCurrent((Display *)display, > (GLXDrawable)newWin, (GLXContext)ctx); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2952:26: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2952 | glXGetFBConfigAttrib((Display *) display, > fbConfigList[0], > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:2956:12: > warning: cast from pointer to integer of different size > [-Wpointer-to-int-cast] > [exec] 2956 | gctx = (jlong)ctx; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:3063:87: > warning: cast from pointer to integer of different size > [-Wpointer-to-int-cast] > [exec] 3063 | > Java_javax_media_j3d_NativePipeline_destroyContext(env, obj, display, newWin, > (jlong)ctxInfo); > [exec] | > ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:3064:24: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3064 | XDestroyWindow((Display *)display, glWin); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:3065:23: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3065 | XFreeColormap((Display *)display, cmap); > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:3079:87: > warning: cast from pointer to integer of different size > [-Wpointer-to-int-cast] > [exec] 3079 | > Java_javax_media_j3d_NativePipeline_destroyContext(env, obj, display, newWin, > (jlong)ctxInfo); > [exec] | > ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:3082:87: > warning: cast from pointer to integer of different size > [-Wpointer-to-int-cast] > [exec] 3082 | > Java_javax_media_j3d_NativePipeline_destroyContext(env, obj, display, newWin, > (jlong)ctxInfo); > [exec] | > ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_setFullSceneAntialiasing’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Canvas3D.c:3113:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3113 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] In file included from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:73, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GraphicsContext3D.c:35: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/glext.h:53:9: > warning: "GL_GLEXT_VERSION" redefined > [exec] 53 | #define GL_GLEXT_VERSION 39 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] In file included from /usr/include/GL/gl.h:2050, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:68: > [exec] /usr/include/GL/glext.h:35:9: note: this is the location of the > previous definition > [exec] 35 | #define GL_GLEXT_VERSION 20220530 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GraphicsContext3D.c: > In function ‘Java_javax_media_j3d_NativePipeline_readRaster’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GraphicsContext3D.c:54:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 54 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctx; > [exec] | ^ > [exec] In file included from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:73, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeScreenInfo.c:45: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/glext.h:53:9: > warning: "GL_GLEXT_VERSION" redefined > [exec] 53 | #define GL_GLEXT_VERSION 39 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] In file included from /usr/include/GL/gl.h:2050, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:68: > [exec] /usr/include/GL/glext.h:35:9: note: this is the location of the > previous definition > [exec] 35 | #define GL_GLEXT_VERSION 20220530 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeScreenInfo.c: > In function ‘Java_javax_media_j3d_X11NativeScreenInfo_openDisplay’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeScreenInfo.c:73:12: > warning: cast from pointer to integer of different size > [-Wpointer-to-int-cast] > [exec] 73 | return (jlong)dpy; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeScreenInfo.c: > In function ‘Java_javax_media_j3d_X11NativeScreenInfo_getDefaultScreen’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeScreenInfo.c:87:20: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 87 | Display* dpy = (Display*)display; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeScreenInfo.c: > In function ‘Java_javax_media_j3d_X11NativeScreenInfo_queryGLX13’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeScreenInfo.c:106:20: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 106 | Display* dpy = (Display*)display; > [exec] | ^ > [exec] In file included from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:73, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:45: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/glext.h:53:9: > warning: "GL_GLEXT_VERSION" redefined > [exec] 53 | #define GL_GLEXT_VERSION 39 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] In file included from /usr/include/GL/gl.h:2050, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:68: > [exec] /usr/include/GL/glext.h:35:9: note: this is the location of the > previous definition > [exec] 35 | #define GL_GLEXT_VERSION 20220530 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c: > In function ‘find_S_FBConfigs’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:98:39: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 98 | fbConfigList = pGLXChooseFbConfig((Display*)display, > screen, > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:119:39: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 119 | fbConfigList = pGLXChooseFbConfig((Display*)display, > screen, > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c: > In function ‘find_AA_S_S_FBConfigs’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:226:59: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 226 | glxExtensions = (const char *) > glXGetClientString((Display*)display, GLX_EXTENSIONS); > [exec] | > ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c: > In function ‘Java_javax_media_j3d_X11NativeConfigTemplate3D_chooseOglVisual’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:381:20: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 381 | Display *dpy = (Display *) display; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:447:26: > warning: cast from pointer to integer of different size > [-Wpointer-to-int-cast] > [exec] 447 | fbConfigListPtr[0] = (jlong)fbConfigList; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c: > In function ‘Java_javax_media_j3d_X11NativeConfigTemplate3D_freeFBConfig’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:491:33: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 491 | GLXFBConfig *fbConfigList = (GLXFBConfig *) > fbConfigListPtr; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c: > In function > ‘Java_javax_media_j3d_X11NativeConfigTemplate3D_isStereoAvailable’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:504:20: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 504 | Display *dpy = (Display*) display; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c: > In function ‘Java_javax_media_j3d_X11NativeConfigTemplate3D_getStencilSize’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:540:20: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 540 | Display *dpy = (Display*) display; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c: > In function > ‘Java_javax_media_j3d_X11NativeConfigTemplate3D_isDoubleBufferAvailable’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:564:20: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 564 | Display *dpy = (Display*) display; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c: > In function > ‘Java_javax_media_j3d_X11NativeConfigTemplate3D_isSceneAntialiasingAccumAvailable’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:588:20: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 588 | Display *dpy = (Display*) display; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c: > In function > ‘Java_javax_media_j3d_X11NativeConfigTemplate3D_isSceneAntialiasingMultisampleAvailable’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:612:20: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 612 | Display *dpy = (Display*) display; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/NativeConfigTemplate3D.c:626:54: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 626 | glxExtensions = (const char > *)glXGetClientString((Display*)display, GLX_EXTENSIONS); > [exec] | ^ > [exec] In file included from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:73, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/MasterControl.c:47: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/glext.h:53:9: > warning: "GL_GLEXT_VERSION" redefined > [exec] 53 | #define GL_GLEXT_VERSION 39 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] In file included from /usr/include/GL/gl.h:2050, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:68: > [exec] /usr/include/GL/glext.h:35:9: note: this is the location of the > previous definition > [exec] 35 | #define GL_GLEXT_VERSION 20220530 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] In file included from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:73, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:35: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/glext.h:53:9: > warning: "GL_GLEXT_VERSION" redefined > [exec] 53 | #define GL_GLEXT_VERSION 39 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] In file included from /usr/include/GL/gl.h:2050, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:68: > [exec] /usr/include/GL/glext.h:35:9: note: this is the location of the > previous definition > [exec] 35 | #define GL_GLEXT_VERSION 20220530 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c: > In function ‘executeTexture’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:87:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 87 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c: > In function ‘resetTexture’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:117:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 117 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c: > In function ‘resetVertexAttrs’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:133:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 133 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c: > In function ‘executeGeometryArray’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:200:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 200 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c: > In function ‘Java_javax_media_j3d_NativePipeline_buildGA’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:643:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 643 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c: > In function ‘executeGeometryArrayVA’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:1266:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1266 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c: > In function ‘Java_javax_media_j3d_NativePipeline_disableGlobalAlpha’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:1840:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1840 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c: > In function ‘Java_javax_media_j3d_NativePipeline_setVertexFormat’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:1868:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1868 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c: > In function ‘executeIndexedGeometryArray’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:1954:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1954 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c: > In function ‘executeIndexedGeometryArrayVA’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:2414:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2414 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c: > In function ‘Java_javax_media_j3d_NativePipeline_buildIndexedGeometry’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:3026:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3026 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c: > In function ‘Java_javax_media_j3d_NativePipeline_buildGAForByRef’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GeometryArrayRetained.c:3516:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3516 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] In file included from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:73, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:41: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/glext.h:53:9: > warning: "GL_GLEXT_VERSION" redefined > [exec] 53 | #define GL_GLEXT_VERSION 39 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] In file included from /usr/include/GL/gl.h:2050, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:68: > [exec] /usr/include/GL/glext.h:35:9: note: this is the location of the > previous definition > [exec] 35 | #define GL_GLEXT_VERSION 20220530 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_setModelViewMatrix’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:349:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 349 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_setProjectionMatrix’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:402:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 402 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexCoordGeneration’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:989:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 989 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_resetTextureAttributes’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:1121:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1121 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTextureAttributes’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:1158:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1158 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateRegisterCombiners’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:1273:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1273 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateCombiner’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:1610:17: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1610 | (GraphicsContextPropertiesInfo > *)ctxProperties; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTextureColorTable’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:1683:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1683 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function > ‘Java_javax_media_j3d_NativePipeline_updateTransparencyAttributes’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:1830:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1830 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_resetTextureNative’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:1919:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1919 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_bindTexture2D’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2565:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2565 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture2DFilterModes’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2586:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2586 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture2DLodRange’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2602:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2602 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture2DLodOffset’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2619:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2619 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture2DBoundary’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2638:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2638 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture2DSharpenFunc’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2654:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2654 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture2DFilter4Func’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2667:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2667 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function > ‘Java_javax_media_j3d_NativePipeline_updateTexture2DAnisotropicFilter’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2679:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2679 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture2DSubImage’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2704:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2704 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture2DImage’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2729:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2729 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_bindTexture3D’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2744:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2744 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture3DFilterModes’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2766:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2766 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture3DLodRange’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2785:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2785 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture3DLodOffset’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2801:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2801 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture3DBoundary’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2821:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2821 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture3DSharpenFunc’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2837:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2837 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture3DFilter4Func’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2850:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2850 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function > ‘Java_javax_media_j3d_NativePipeline_updateTexture3DAnisotropicFilter’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2862:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2862 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture3DImage’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:2890:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 2890 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTexture3DSubImage’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3070:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3070 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_bindTextureCubeMap’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3258:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3258 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function > ‘Java_javax_media_j3d_NativePipeline_updateTextureCubeMapFilterModes’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3280:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3280 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function > ‘Java_javax_media_j3d_NativePipeline_updateTextureCubeMapLodRange’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3298:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3298 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function > ‘Java_javax_media_j3d_NativePipeline_updateTextureCubeMapLodOffset’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3315:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3315 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function > ‘Java_javax_media_j3d_NativePipeline_updateTextureCubeMapBoundary’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3335:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3335 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function > ‘Java_javax_media_j3d_NativePipeline_updateTextureCubeMapSharpenFunc’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3352:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3352 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function > ‘Java_javax_media_j3d_NativePipeline_updateTextureCubeMapFilter4Func’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3368:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3368 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function > ‘Java_javax_media_j3d_NativePipeline_updateTextureCubeMapAnisotropicFilter’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3382:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3382 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function > ‘Java_javax_media_j3d_NativePipeline_updateTextureCubeMapSubImage’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3411:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3411 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTextureCubeMapImage’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3437:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3437 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateTextureUnitState’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3520:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3520 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_setBlendColor’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3561:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3561 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_setBlendFunc’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3582:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3582 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c: > In function ‘Java_javax_media_j3d_NativePipeline_activeTextureUnit’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Attributes.c:3608:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 3608 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] In file included from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:73, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/CgShaderProgram.c:41: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/glext.h:53:9: > warning: "GL_GLEXT_VERSION" redefined > [exec] 53 | #define GL_GLEXT_VERSION 39 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] In file included from /usr/include/GL/gl.h:2050, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:68: > [exec] /usr/include/GL/glext.h:35:9: note: this is the location of the > previous definition > [exec] 35 | #define GL_GLEXT_VERSION 20220530 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] In file included from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:73, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:41: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/glext.h:53:9: > warning: "GL_GLEXT_VERSION" redefined > [exec] 53 | #define GL_GLEXT_VERSION 39 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] In file included from /usr/include/GL/gl.h:2050, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:68: > [exec] /usr/include/GL/glext.h:35:9: note: this is the location of the > previous definition > [exec] 35 | #define GL_GLEXT_VERSION 20220530 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_createGLSLShader’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:361:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 361 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_destroyGLSLShader’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:406:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 406 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_compileGLSLShader’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:429:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 429 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_createGLSLShaderProgram’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:493:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 493 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_destroyGLSLShaderProgram’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:524:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 524 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_linkGLSLShaderProgram’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:548:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 548 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_bindGLSLVertexAttrName’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:597:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 597 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_lookupGLSLShaderAttrNames’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:694:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 694 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_useGLSLShaderProgram’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:851:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 851 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform1i’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:878:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 878 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform1f’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:904:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 904 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform2i’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:932:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 932 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform2f’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:968:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 968 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform3i’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1006:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1006 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform3f’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1042:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1042 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform4i’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1078:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1078 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform4f’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1112:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1112 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniformMatrix3f’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1146:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1146 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniformMatrix4f’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1180:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1180 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform1iArray’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1218:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1218 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform1fArray’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1257:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1257 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform2iArray’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1295:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1295 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform2fArray’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1335:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1335 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform3iArray’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1374:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1374 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform3fArray’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1413:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1413 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform4iArray’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1452:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1452 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function ‘Java_javax_media_j3d_NativePipeline_setGLSLUniform4fArray’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1491:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1491 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function > ‘Java_javax_media_j3d_NativePipeline_setGLSLUniformMatrix3fArray’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1531:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1531 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c: > In function > ‘Java_javax_media_j3d_NativePipeline_setGLSLUniformMatrix4fArray’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/GLSLShaderProgram.c:1572:53: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 1572 | GraphicsContextPropertiesInfo* ctxProperties = > (GraphicsContextPropertiesInfo* )ctxInfo; > [exec] | ^ > [exec] In file included from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:73, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Lights.c:38: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/glext.h:53:9: > warning: "GL_GLEXT_VERSION" redefined > [exec] 53 | #define GL_GLEXT_VERSION 39 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] In file included from /usr/include/GL/gl.h:2050, > [exec] from > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/gldefs.h:68: > [exec] /usr/include/GL/glext.h:35:9: note: this is the location of the > previous definition > [exec] 35 | #define GL_GLEXT_VERSION 20220530 > [exec] | ^~~~~~~~~~~~~~~~ > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Lights.c: > In function ‘Java_javax_media_j3d_NativePipeline_updateDirectionalLight’: > [exec] > /build/reproducible-path/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/Lights.c:63:52: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > [exec] 63 | GraphicsContextPropertiesInfo *ctxProperties = > (GraphicsContextPropertiesInfo *)ctxInfo; > [exec] | ^ > [exec] /usr/bin/ld: cannot find -ljvm: No such file or directory > [exec] collect2: error: ld returned 1 exit status The full build log is available from: http://qa-logs.debian.net/2025/04/16/java3d_1.5.2+dfsg-18_testing-armel.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250416;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250416&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.