[Debian-astro-maintainers] Bug#1074663: skyview: FTBFS: ./skyview/survey/HipsImage.java:385: error: cannot find symbol

Lucas Nussbaum lucas at debian.org
Tue Jul 2 13:30:42 BST 2024


Source: skyview
Version: 3.5.7+repack-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20240702 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> jh_build -mskyview.executive.Imager
> warning: [options] bootstrap class path not set in conjunction with -source 7
> warning: [options] source value 7 is obsolete and will be removed in a future release
> warning: [options] target value 7 is obsolete and will be removed in a future release
> warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
> ./skyview/survey/HipsImage.java:385: error: cannot find symbol
>                 hdu = e.getTruncatedHDU();
>                        ^
>   symbol:   method getTruncatedHDU()
>   location: variable e of type PaddingException
> ./skyview/util/Utilities.java:347: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> 	    str.append(f.format(new Double(value)));
> 	                        ^
> ./skyview/util/Utilities.java:351: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> 	    str.append(f.format(new Double(value)));
> 	                        ^
> ./skyview/util/Utilities.java:361: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 	       str.append(f.format(new Integer(deg))+" "+
> 	                           ^
> ./skyview/util/Utilities.java:362: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 			  f.format(new Integer(min)));
> 			           ^
> ./skyview/util/Utilities.java:371: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 	        str.append(f.format(new Integer(deg)) + " " + 
> 	                            ^
> ./skyview/util/Utilities.java:372: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 			   f.format(new Integer(min)) + "." + frac);
> 			            ^
> ./skyview/util/Utilities.java:381: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 	        str.append(f.format(new Integer(deg)) + " " + 
> 	                            ^
> ./skyview/util/Utilities.java:382: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 			   f.format(new Integer(min)) + " " + 
> 			            ^
> ./skyview/util/Utilities.java:383: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 			   f.format(new Integer(sec)));
> 			            ^
> ./skyview/util/Utilities.java:397: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 	        str.append(f.format(new Integer(deg)) + " " + 
> 	                            ^
> ./skyview/util/Utilities.java:398: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 			   f.format(new Integer(min)) + " " + 
> 			            ^
> ./skyview/util/Utilities.java:399: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 			   f.format(new Integer(sec)) + ".");
> 			            ^
> ./heasarc/db/votable/StreamToJava.java:103: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>             return new Integer(dis.readInt());
>                    ^
> ./heasarc/db/votable/StreamToJava.java:105: warning: [removal] Double(double) in Double has been deprecated and marked for removal
>             return new Double(dis.readDouble());
>                    ^
> ./heasarc/db/votable/StreamToJava.java:107: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>             return new Integer(dis.readShort());
>                    ^
> ./heasarc/db/votable/StreamToJava.java:113: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>             return new Integer(i);
>                    ^
> ./heasarc/db/votable/StreamToJava.java:115: warning: [removal] Double(double) in Double has been deprecated and marked for removal
>             return new Double(dis.readFloat());
>                    ^
> ./heasarc/db/votable/StreamToJava.java:117: warning: [removal] Long(long) in Long has been deprecated and marked for removal
>             return new Long(dis.readLong());
>                    ^
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 1 error
> 22 warnings
> jh_build: error: find ./skyview ./net ./ij ./heasarc -name '*.java' -and -type f -print0 | xargs -s 512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp /usr/share/java/jsamp.jar:/usr/share/java/fits.jar:/usr/share/java/ij.jar:/usr/share/java/commons-io.jar:/usr/share/java/commons-math3.jar:/usr/share/java/commons-lang3.jar:debian/_jh_build.skyview -d debian/_jh_build.skyview -encoding ISO8859-1 -source 7 -target 7  returned exit code 123
> make[1]: *** [debian/rules:11: override_jh_build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/07/02/skyview_3.5.7+repack-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240702;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240702&fusertaguser=lucas@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.



More information about the Debian-astro-maintainers mailing list