[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: now debuild works for strap and strap-base



Hi Christoph,

On Wed, Jan 23, 2013 at 09:30:22AM +0100, Dr. med. Christoph Gille wrote:
> I have simplified the debian packages strap and strap-base by moving
> the installation logic from the rules file to the upstream Makefile.
> 
> Now it works with debuild -uc -us.

Thanks for your work on this.  As a comment to you wearing your upstream
hat: You changed the download tarball without increasing the version
number (which I just guessed from your remark above.)  This could be
confusing to other users who might miss the change.  I'd recommend to
increase some minor / micro version number in the future in such cases.

I tried to build strap-base in a pbuilder environment (using pdebuild)
and the compilation stopped here:

...
make[1]: Entering directory `/tmp/buildd/strap-base-1'
find src -name "*.java" | cut -c 5- > javaFiles.txt
cd src; javac -cp @../classpath.txt  @../javaFiles.txt
charite/christo/libs/UncompressInputStream.java:4: warning: unmappable character for encoding ASCII
 *  Copyright (C) 1996-1999  Ronald Tschal???r
                                          ^
charite/christo/libs/UncompressInputStream.java:4: warning: unmappable character for encoding ASCII
 *  Copyright (C) 1996-1999  Ronald Tschal???r
                                           ^
charite/christo/libs/UncompressInputStream.java:4: warning: unmappable character for encoding ASCII
 *  Copyright (C) 1996-1999  Ronald Tschal???r
                                            ^
charite/christo/libs/UncompressInputStream.java:38: warning: unmappable character for encoding ASCII
 * @author  Ronald Tschal???r
                         ^
charite/christo/libs/UncompressInputStream.java:38: warning: unmappable character for encoding ASCII
 * @author  Ronald Tschal???r
                          ^
charite/christo/libs/UncompressInputStream.java:38: warning: unmappable character for encoding ASCII
 * @author  Ronald Tschal???r
                           ^
charite/christo/test/DebugUtils.java:104: cannot find symbol
symbol  : class HighlightFlavine
location: package charite.christo.strap.science
            new ChButton("FAD").r(new charite.christo.strap.science.HighlightFlavine())
                                                                   ^
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
6 warnings
make[1]: *** [strap-protein-alignment-1.jar] Error 1
make[1]: Leaving directory `/tmp/buildd/strap-base-1'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2


I guess the warnings are simple encoding problems (considering 1999 no
UTF-8 was used) but I have no idea about the natur of the reported error.

Kind regards

       Andreas.


-- 
http://fam-tille.de


Reply to: