Bug#732281: [Debian-med-packaging] Bug#732281: soapdenovo: Please update package information or drop this package

2013-12-18 Thread olivier.sal...@codeless.fr

On 12/16/2013 11:25 AM, Andreas Tille wrote:
> Package: soapdenovo
> Severity: normal
>
> Hi Olivier,
>
> I stumbled upon soapdenovo since on one hand there seems to be a watch
> file that for whatever reason reports a new version if you look at
>
>http://blends.debian.org/med/tasks/bio#soapdenovo
>
> (even if I have no idea why since the d/watch in SVN reports nothing).
> On the other hand I realised that soapdenovo2 was missing from our tasks
> files (and was just added).
>
> When I inspected the homepage[1] I stumbled upon the information
>
>   "Please note that the old version of SOAPdenovo is out of maintainance
>now, if you want to achieve the old version of SOAPdenovo, please
>contact us (xi...@genomics.cn or bgi-s...@googlegroups.com)."
>
> For me this does not necessarily mean that we should drop the package
> if there might be some users (popcon tells only one) but if we should
> keep this package we should definitely update the information in
> the package description + README.Debian.
hi,
we should not drop it. Many users may still use it at least for scripts
compatibility.
I switched to soapdenovo2 package due to those incompatibilities.

I will however update the description and README

Olivier
>
> Kind regards
>
>   Andreas.
>
> [1] http://soap.genomics.org.cn/soapdenovo.html#down2
>
>
> -- 
> gpg key id: 4096R/326D8438  (keyring.debian.org)
> Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#732222: Bug#732222: imagej: does not "see" present JAVA

2013-12-18 Thread olivier.sal...@codeless.fr

On 12/16/2013 01:47 PM, Martin Weiser wrote:
> Andreas Tille píše v Po 16. 12. 2013 v 13:33 +0100:
>> Hi Martin,
>>
>> On Mon, Dec 16, 2013 at 12:55:33PM +0100, Martin Weiser wrote:
>>> Dear friends,
>>>
>>> maybe there is something else involved (should I open another bug?), as
>>> Olivier's workaround helps only partially:
>>>
>>> me@here:~$ export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-i386
>>> me@here:~$ echo $JAVA_HOME
>>> /usr/lib/jvm/java-1.7.0-openjdk-i386
>>> me@here:~$ imagej
>>> Open other images in this ImageJ panel as follows:
>>>   imagej -p 1  [ ... ]
>>>
>>> Exception in thread "main" java.awt.HeadlessException
>>> at
>>> java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
>>> at java.awt.Window.(Window.java:535)
>>> at java.awt.Frame.(Frame.java:420)
>>> at ij.ImageJ.(ImageJ.java:129)
>>> at ij.ImageJ.main(ImageJ.java:597)
>>>
>>> Any advice?
>>> Once again: thank you for your patience.
You may be running an application that requires a graphical mode in non
graphical environment.
There is an option in java to run in headless mode  (when no graphics
are available):

java -Djava.awt.headless=true

Please update the imagej script to try this.


this however only works when original code manage this correctly.

Olivier
>> Please try the script:
>>
>>   
>> http://anonscm.debian.org/viewvc/debian-med/trunk/packages/imagej/trunk/debian/imagej.sh?view=markup
>>
>> which is the usual wrapper around imagej with a patch that should properly
>> select the JAVA_HOME. 
>>
>> It would be nice to know whether this would help or not.
>>
>> Kind regards
>>
>> Andreas.
>>
> Hi Andreas,
>
> unfortunately, the same behaviour occurs:
>
> louskacek@zouzel:~$ chmod 777 imagej.sh
> louskacek@zouzel:~$ ./imagej.sh
> Open other images in this ImageJ panel as follows:
>   imagej -p 1  [ ... ]
>
> Exception in thread "main" java.awt.HeadlessException
>   at
> java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
>   at java.awt.Window.(Window.java:535)
>   at java.awt.Frame.(Frame.java:420)
>   at ij.ImageJ.(ImageJ.java:129)
>   at ij.ImageJ.main(ImageJ.java:597)
>
> Any advice?
> Best,
> Martin.
>
>
> -- 
> gpg key id: 4096R/326D8438  (keyring.debian.org)
> Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


Bug#726801: biomaj: fails to install with Recommends enabled

2013-11-10 Thread olivier.sal...@codeless.fr

On 11/10/2013 03:03 AM, Andreas Beckmann wrote:
> I can reproduce this problem in pbuilder using the sid tarball as created by 
> piuparts and the following commands:
>
> sudo pbuilder login --basetgz /srv/piuparts/slave/basetgz/sid_amd64.tar.gz
>
> export DEBIAN_FRONTEND=noninteractive
> sed -i /mysql/d /usr/sbin/policy-rc.d
> sed -i 's/main/main contrib non-free/' /etc/apt/sources.list
> apt-get update
> apt-get install --install-recommends biomaj-watcher
>
> The problem obvioulsy depends on the actual set of packages the are being 
> installed and starting from a different base may yield a different result.
>
> On 2013-11-07 00:12, Andreas Beckmann wrote:
>>> On 11/05/2013 06:08 PM, gregor herrmann wrote:
 Oh, and I don't find the lines you quoted above in the log in
 #726801.
>> A new log was on the way to the bug, but got stuck somewhere.
Just for info, I pushed biomaj 1.2.3-2 to fix the test in d/config for 
non-interactive mode (but no impact on java test/setup).
> trying again ... here is my analysis of the java dependency cycle
>
> default-jre is configured before biomaj, so dependency fulfilled
>
> openjdk-7-jre-headless is configured after default-jre, but
>
> Package: default-jre
> Source: java-common (0.49)
> Version: 1:1.7-49
> Depends: default-jre-headless (= 1:1.7-49), openjdk-7-jre (>= 7~u3-2.1.1)
>
> Package: default-jre-headless
> Source: java-common (0.49)
> Version: 1:1.7-49
> Depends: openjdk-7-jre-headless (>= 7~u3-2.1.1), java-common
>
> Package: openjdk-7-jre-headless
> Source: openjdk-7
> Version: 7u25-2.3.12-4
> Provides: java-runtime-headless, java2-runtime-headless, 
> java5-runtime-headless, java6-runtime-headless, java7-runtime-headless
> Depends: openjdk-7-jre-lib (= 7u25-2.3.12-4), ca-certificates-java, 
> tzdata-java, java-common (>= 0.28), libcups2 (>= 1.4.0), liblcms2-2, libjpeg8 
> (>= 8c), libnss3 (>= 2:3.13.4), libpcsclite1, libc6 (>= 2.14), libfontconfig1 
> (>= 2.10.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 
> 2.26.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
>
> Package: java-common
> Version: 0.49
> Depends: *nothing*
>
> Package: openjdk-7-jre-lib
> Source: openjdk-7
> Version: 7u25-2.3.12-4
> Depends: openjdk-7-jre-headless (>= 7~b130~pre0)
> * first cycle *
>
> Package: ca-certificates-java
> Version: 20130815
> Depends: ca-certificates (>= 20121114), openjdk-6-jre-headless (>= 
> 6b16-1.6.1-2) | java6-runtime-headless, libnss3 (>= 3.12.10-2~)
> * second cycle *
>
> Package: openjdk-7-jre
> Source: openjdk-7
> Version: 7u25-2.3.12-4
> Provides: java-runtime, java2-runtime, java5-runtime, java6-runtime, 
> java7-runtime
> Depends: openjdk-7-jre-headless (= 7u25-2.3.12-4), libasound2 (>= 1.0.16), 
> libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libcups2 (>= 
> 1.4.0), libfontconfig1 (>= 2.10.0), libfreetype6 (>= 2.2.1), 
> libgdk-pixbuf2.0-0 (>= 2.22.0), libgif4 (>= 4.1.4), libglib2.0-0 (>= 2.16.0), 
> libgtk2.0-0 (>= 2.8.0), libjpeg8 (>= 8c), libpango-1.0-0 (>= 1.14.0), 
> libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpng12-0 
> (>= 1.2.13-4), libpulse0 (>= 0.99.1), libx11-6, libxext6, libxi6, 
> libxrender1, libxtst6, zlib1g (>= 1:1.1.4), libxrandr2, libxinerama1, 
> libgl1-mesa-glx | libgl1, libatk-wrapper-java-jni (>= 0.30.4-0ubuntu2)
>
>
> There are bugs in
> * java stuff for having circular dependencies
> * apt or dpkg for bad handling of this cycle:
>   if a dependency cycle has to be broken, all packages that depend on a 
> package in the cycle
>   but are not part of the cycle itself, have to be configured after *all* 
> packages in the
>   cycle have been configured
Should we in this case push the bug to the Java team ?

This means that all packages needing java in a postinst (there may need
be many) should fail this test.


Olivier
>
> Andreas
>
> -- 
> gpg key id: 4096R/326D8438  (keyring.debian.org)
> Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#752223: [Debian-med-packaging] Bug#752223: [biomaj-watcher] Some sources are not included in your package

2014-06-22 Thread olivier.sal...@codeless.fr
Those sources files are not really "source files" , they are
added/generated by GWT, used to build the war file.
Those files are not used to build the package, and are
regenerated/copied by the build process from GWT.

As biomaj-watcher is in contrib, this should not be an issue.

I will, however, check if an easy repack of upstream tarball to remove
those files from source package is possible.

Olivier

On 06/21/2014 12:10 PM, Bastien ROUCARIES wrote:
> Package: src:biomaj-watcher
> Version: 1.2.1-1
> user: debian...@lists.debian.org
> usertags: source-is-missing
> severity: serious
> X-Debbugs-CC: ftpmas...@debian.org
>
> Hi,
>
> Your package seems to include some files that lack sources
> in prefered forms of modification:
>
> usr/share/biomaj-watcher/src/war/bmajwatcher/bmajwatcher.nocache.js
> (may be included elsewhere)
> usr/share/biomaj-watcher/src/war/resources/chart/open-flash-chart.swf
> usr/share/biomaj-watcher/src/war/resources/flash/swfobject.js
> (may be packaed under debian)
> usr/share/biomaj-watcher/src/war/bmajwatcher/sc/modules/ISC_DSBrowser.js
> usr/share/biomaj-watcher/src/war/bmajwatcher/sc/modules/ISC_EBay.js
> usr/share/biomaj-watcher/src/war/bmajwatcher/sc/modules/ISC_History.js
> usr/share/biomaj-watcher/src/war/bmajwatcher/sc/modules/ISC_Kapow.js
> (no idea about these 4)
>
> According to Debian Free Software Guidelines [1] (DFSG) #2:
>  "The program must include source code, and must allow distribution
>   in source code as well as compiled form.".
>
> This could also constitute a license violation for some copyleft
> licenses such as the GNU GPL.
>
> In order to solve this problem, you could:
> 1. repack the origin tarball adding the missing source to it.
> 2  add the source files to "debian/missing-sources" directory
>
> Both way satisfies the requirement that we ship the source. Second option
> might be preferable due to the following reasons [2]:
>  - Upstream can do it too and you could even supply a patch to them,
> thus full filling our social contract [3], see particularly §2.
>  - If source and non-source are in different locations, ftpmasters may
>miss the source and (needlessly) reject the package.
>  - The source isn't duplicated in every .diff.gz/.debian.tar.* (though
>this only really matters for larger sources).
>
> You could also ask debian...@lists.debian.org or #debian-qa for more
> guidance.
>
> [1] https://www.debian.org/social_contract.en.html#guidelines
> [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736873#8
> [3] https://www.debian.org/social_contract
>
> ___
> Debian-med-packaging mailing list
> debian-med-packag...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-packaging
>
> -- 
> gpg key id: 4096R/326D8438  (keyring.debian.org)
> Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#742859: not an issue

2014-06-22 Thread olivier.sal...@codeless.fr
file is included in source but not used in application.

I gonna remove it from upstream code.


-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#743930: ITP: cassiopee -- index and search tool in genomic sequences

2014-04-08 Thread olivier.sal...@codeless.fr
Package: wnpp
Severity: wishlist
Owner: Olivier Sallou 

* Package name: cassiopee
  Version : 1.0.0
  Upstream Author : Olivier Sallou 
* URL : https://github.com/osallou/cassiopee-c
* License : MIT
  Programming Lang: C++
  Description : index and search tool in genomic sequences

Cassiopee index and search library C implementation.
It is a complete rewrite of the ruby Cassiopee gem.
It scans an input genomic sequence (dna/rna/protein) and search for
a subsequence with exact match or allowing substitutions (Hamming distance)
and/or insertion/deletions.

This program provides both a binary (Cassiopee) and a shared library.

Index is based on a suffix tree with compression.
It is possible to save the indexed sequence for later use without the need
to reindex the whole sequence (for large data sets).


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#689111: upstream modifications

2012-10-09 Thread olivier.sal...@codeless.fr
Upstream is responsible of modifying the load.conf file. I gonna try to
remove it from package to see if file is necessary or what should be
done to avoid this.

Regarding password in conf file:
 - this file is needed by library to access the database (read and
write). I gonna change read access to root only.


-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#689111: additional info on password

2012-10-09 Thread olivier.sal...@codeless.fr
Password set in "clear" in postinst is only a template with default
values set at first-time install.
User/Admin must update values to a correct db user to access the database.

This is needed because application setup needs a password information.

Password echoed at this step is not a security flaw.

-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#673887: [Debian-med-packaging] Bug#673887: biomaj-watcher upload (to fix pending l10n issue)?

2012-06-24 Thread olivier.sal...@codeless.fr

Le 6/23/12 8:31 PM, Christian PERRIER a écrit :
> Hello,
>
> This package is in my radar as it is one of those that have
> incomplete translations for debconf templates, for at least one of the
> seven languages targeting 100% in wheezy (fr, de, cs, sv, pt, ru, es)
>
> Do you actually plan to upload the package before the freeze? Of
> course, an l10n upload will probably qualify for a freeze exception
> but doing the upload before the freeze would save you from asking for
> a freeze exception...
>
> Many thanks in advance for considering this.
I gonna update and upload it before freeze

Olivier
>
>
>
> ___
> Debian-med-packaging mailing list
> debian-med-packag...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-packaging



-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Bug#660481: upgrade upstream version of Bio::Graphics (libbio-graphics-perl) to 2.26

2012-02-19 Thread olivier.sal...@codeless.fr
Package: libbio-graphics-perl
Severity: wishlist


GBrowse package needs version 2.26 of Bio::Graphics. Package needs to be
updated.

Olivier

-- 
gpg key id: 4096R/326D8438  (pgp.mit.edu)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#679989: [Debian-med-packaging] Bug#679989: logol: FTBFS on ia64 and sparc with test suite errors

2012-07-03 Thread olivier.sal...@codeless.fr

Le 7/2/12 10:01 PM, Aaron M. Ucko a écrit :
> Source: logol
> Version: 1.5.0-2
> Severity: serious
> Justification: fails to build from source
>
> For some reason, logol's test suite has been failing on ia64 and
> sparc.  The ia64 log
> (https://buildd.debian.org/status/fetch.php?pkg=logol&arch=ia64&ver=1.5.0-2&stamp=1341213925)
> reads in part
>
> [junit] - Standard Error -
> [junit] 
> file:///build/buildd-logol_1.5.0-2-ia64-vS1LA8/logol-1.5.0/./test/tmp/repeat_interspacer.logol.5296211b-63a6-4c35-b8e4-ff2be327902e.1-41.xml;
>  Line #104; Column #1; XML document structures must start and end within the 
> same entity.
> [junit] 
> file:///build/buildd-logol_1.5.0-2-ia64-vS1LA8/logol-1.5.0/./test/tmp/repeat_startspacer.logol.38ab2f00-f19e-4c76-baaa-d8bd6837c4ed.1-41.xml;
>  Line #364; Column #1; XML document structures must start and end within the 
> same entity.
> [junit] 
> file:///build/buildd-logol_1.5.0-2-ia64-vS1LA8/logol-1.5.0/./test/tmp/anyspacer.logol.70e66617-1bb0-45cb-aecf-462f024b1f2b.1-41.xml;
>  Line #50; Column #1; XML document structures must start and end within the 
> same entity.
> [junit] 
> file:///build/buildd-logol_1.5.0-2-ia64-vS1LA8/logol-1.5.0/./test/tmp/anyspacer.lgd.b0b18506-8776-451c-8e22-18da28a389c3.1-41.xml;
>  Line #50; Column #1; XML document structures must start and end within the 
> same entity.
> [junit] -  ---
> [junit] Testcase: 
> testRepeatInterSpacer(org.irisa.genouest.logol.test.GrammarTest):   FAILED
> [junit] null
> [junit] junit.framework.AssertionFailedError
> [junit]   at 
> org.irisa.genouest.logol.test.GrammarTest.checkResult(Unknown Source)
> [junit]   at 
> org.irisa.genouest.logol.test.GrammarTest.testRepeatInterSpacer(Unknown 
> Source)
>
> (plus similar backtraces for testRepeatStartSpacer, testAnySpacer, and
> testModelAnySpacer) and the sparc log
> (https://buildd.debian.org/status/fetch.php?pkg=logol&arch=sparc&ver=1.5.0-2&stamp=1341196970)
> reports
>
> BUILD FAILED
> /build/buildd-logol_1.5.0-2-sparc-uBf8LC/logol-1.5.0/build.xml:130: Test 
> org.irisa.genouest.logol.test.GrammarTest failed
>
> with no obvious indication why or how.
>
> Could you please investigate these failures?
I plan to so, I need to find a IA64 server to do so.
>
> Thanks!
>
>
>
> ___
> Debian-med-packaging mailing list
> debian-med-packag...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-packaging



-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#679989: [Debian-med-packaging] Bug#679989: Bug#679989: logol: FTBFS on ia64 and sparc with test suite errors

2012-07-03 Thread olivier.sal...@codeless.fr
After investigation on ia64, repdocuding the error on anyspacer.logol
test, there is a segmentation fault in prolog executable.
It occurs in the middle of the treatment.
WIth logs we see the seg fault occuring at:

write(LogolVAR_Before_2),nl,sleep(1),*SEGFAULT HERE*
isexact_pos(LogolVAR_Before_2['c','c','c'],LogolVAR_Errors_2,LogolVAR_After_2),LogolVAR_Indel_2=0,LogolVAR_Spacer_2=0))

Output log for debug:
search ccc at 24
Segmentation fault

A log in isexact_pos is not shown at seg fault time, meaning call to
predicate fails.

It occurs always at the same time for this test. If we limit the number
of result it works because it never reach the seg fault point.
It occurs in the middle of the input file, this is not a end of file case.

-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#685351: [Debian-med-packaging] Bug#685351: Help: Please seek for sources of some JS files in GNUmed [Was: Bug#685351: src:gnumed-client: Missing source code for *.js files]

2012-09-07 Thread olivier.sal...@codeless.fr

Le 9/6/12 9:53 PM, Andreas Tille a écrit :
> Hi Sebastian,
>
> On Mon, Aug 27, 2012 at 08:20:14PM +0200, Sebastian Hilbert wrote:
>>> after reading the bug report twice I noticed that the problem is
>>> actually not comparable to the issue discussed currently on
>>> debian-devel@l.d.o, because the files are actually used in the
>>> package and not replaced.  So if you want to help Debian Med you
>>> can do some research and find the sources of the following files
>>> inside the gnumed-doc package:
>>>
>>>   user-manual/rsrc/System/JSTreeContrib/jquery.jstree.js
>> http://www.jstree.com/documentation
>> MIT or GPL2
Should be available here:
https://github.com/vakata/jstree/tree/v.1.0/dist (there are 2 branches
available, should check which branch match)
>>
>>>   user-manual/rsrc/System/JQueryPlugin/plugins/foswiki/jquery.foswiki.js
>> http://foswiki.org/Extensions/JQueryPlugin
>> GPL
Could be
https://github.com/foswiki/JQueryPlugin/tree/master/pub/System/JQueryPlugin/plugins/foswiki
(branch should be checked too)

(
>>
>>>   user-manual/rsrc/System/PatternSkin/pattern.js
>> http://trac.foswiki.org/browser/trunk/PatternSkin/lib/Foswiki/Contrib/PatternSkin.pm?rev=14650
>>
>> part of PatterSkin
>>
>> GPL
> I tried to check these links.  I think it needs some clarification:
> There is no real doubt that the code is GPL.  The main problem is that
> we need to have the source code of the files that were used and which
> could be used to reproduce the compressed *.js files.  I did not found
> those very files which we could include as copy into the package.
>  
>>>   user-manual/rsrc/System/JavascriptFiles/foswikiForm.js
>> http://www.koders.com/javascript/fid7DAA754986238FA7FE093BDE7031C706AB24FBE2.aspx?s=form#L6
>>
>> Apache Version 2
>>
>>>   user-manual/rsrc/System/JavascriptFiles/foswikiString.js
>> http://trac.foswiki.org/browser/trunk/core/pub/System/JavascriptFiles/foswikiString_src.js
>>
>> GPL
>>
>>>   user-manual/rsrc/System/JavascriptFiles/foswikiPref.js
>>>
>> http://trac.foswiki.org/browser/trunk/core/pub/System/JavascriptFiles/foswikiPref_src.js
>>
>> GPL
>>
>> All files stem from a default install of Foswiki
> It seems these *.js files could be fetched from VCS and these are OK.
>
> In short:  If we do not find the real source files of the part above
> we should probably remove them from the gnumed-client tarball and
> drop the gnumed-doc package (which would be a shame IMHO).
>
> Kind regards
>
>   Andreas.
>
>
> -- 
> gpg key id: 4096R/326D8438  (keyring.debian.org)
> Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#686938: ITP: libvm-ec2-perl

2012-09-07 Thread olivier.sal...@codeless.fr
Package: wnpp
Severity: wishlist
Owner: Olivier Sallou 
X-Debbugs-Cc: debian-...@lists.debian.org

 * Package name: libvm-ec2-perl
  Version : 1.17
  Upstream Author : Lincoln D. Stein 
* URL : http://search.cpan.org/~lds/VM-EC2-1.02/
* License : Artistic 1 and GPL-1
  Programming Lang: Perl
  Description : limited interface to Amazon EC2 REST tools

This is an interface to Amazon EC2 REST tools that follows the
2011-05-15 API. Author created it because he needed access to the
Tag and TagSet interfaces.
The core Amazon API is supported, but support for
VPC, clusters, spot instances and reserved instances is incomplete.

This package is a dependency for gbrowse package.

-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Bug#700160: ITP: soapdenovo2 -- short-read assembly method that can build a de novo draft assembly for the human-sized genomes

2013-02-09 Thread olivier.sal...@codeless.fr
Package: wnpp
Severity:wishlist


* Package name: soapdenovo2
  Version : 2.2.3
  Upstream Author : BGI-Shenzhen
* URL : http://soap.genomics.org.cn/soapdenovo.html
* License : GPL3+
  Programming Lang: C
  Description : short-read assembly method that can build a de novo
draft assembly for the
 human-sized genomes

SOAPdenovo2 is a redesign of SOAPdenovo.
SOAPdenovo2 is a novel short-read assembly method that can build a de
novo draft assembly for the human-sized genomes.
The program is specially designed to assemble Illumina GA short reads.
It creates new opportunities for building reference sequences and
carrying out accurate analyses of unexplored genomes in a cost effective
way.

-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Bug#701455: ITP: libgetopt-complete-perl -- programmable shell completion for Perl apps

2013-02-23 Thread olivier.sal...@codeless.fr
Package: wnpp
Owner: olivier sallou 
Severity: wishlist
X-Debbugs-CC: 
debian-de...@lists.alioth.debian.org,debian-perl-packag...@lists.alioth.debian.org,debian-med-packag...@lists.alioth.debian.org

* Package name: libgetopt-complete-perl
  Version : 0.26
  Upstream Author :  Washington University School of Medicine
* URL : http://search.cpan.org/dist/Getopt-Complete/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : programmable shell completion for Perl apps

 Getopt::Complete makes it easy to add custom command-line completion to Perl 
applications. It also does additional validation of arguments, when the program 
is actually executed, based on completion lists.

 .

 Support is also present for apps which are an entry point for a hierarchy of 
sub-commands (in the style of cvs and git).

 .

 Getopt::Complete also wraps the standard options processing and exports it as 
a %ARGS hash at compile time, making using the arguments hassle-free.



-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Bug#701456: ITP: libclass-autoloadcan-perl -- module managing conflict between AUTOLOAD, can and inheritance

2013-02-23 Thread olivier.sal...@codeless.fr
Package: wnpp
Owner: olivier sallou 
Severity: wishlist
X-Debbugs-CC: 
debian-de...@lists.alioth.debian.org,debian-perl-packag...@lists.alioth.debian.org,debian-med-packag...@lists.alioth.debian.org

* Package name: libclass-autoloadcan-perl
  Version : 0.03
  Upstream Author : Ben Tilly 
* URL : http://search.cpan.org/dist/Getopt-Complete/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module managing conflict between AUTOLOAD, can and 
inheritance

 Class::AutoloadCAN solves a fundamental conflict between AUTOLOAD, can and
 inheritance. The problem is that while you can implement anything in
 AUTOLOAD, UNIVERSAL::can is not aware that it is there. Attempting to modify
 UNIVERSAL::can to document those methods is very hard. And if a parent class
 uses AUTOLOAD then subclasses have to do a lot of work to make their
 AUTOLOADs cooperate with the parent one. It is harder still if 2 parent
 classes in a multiple inheritance tree wish to cooperate with each other. Few
 try to do this, which may be good since those who try usually get it wrong.
 See http://www.perlmonks.org/?node_id=342804 for a fuller discussion.
 .
 With this module instead of writing AUTOLOADs, you write CANs. Based on what
 they return, Class::AutoloadCAN will decide whether you handle the call or it
 needs to search higher up the inheritance chain.


-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#701457: ITP: libtest-fork-perl -- test code which forks

2013-02-23 Thread olivier.sal...@codeless.fr
Package: wnpp
Owner: olivier sallou 
Severity: wishlist
X-Debbugs-CC: 
debian-de...@lists.alioth.debian.org,debian-perl-packag...@lists.alioth.debian.org,debian-med-packag...@lists.alioth.debian.org

* Package name: libtest-fork-perl
  Version : 0.02
  Upstream Author :  Michael G Schwern 
* URL : http://search.cpan.org/dist/Test-Fork/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description :  test code which forks

 THIS IS ALPHA CODE! The implementation is unreliable and the interface is 
subject to change.
 .
 Because each test has a number associated with it, testing code which forks is 
problematic. Coordinating the test number amongst the parent and child
 processes is complicated. Test::Fork provides a function to smooth over the 
complications.

 This package is needed for libur-perl


-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#701459: ITP: libur-perl -- rich declarative transactional objects

2013-02-23 Thread olivier.sal...@codeless.fr
Package: wnpp
Owner: olivier sallou 
Severity: wishlist
X-Debbugs-CC: 
debian-de...@lists.alioth.debian.org,debian-perl-packag...@lists.alioth.debian.org,debian-med-packag...@lists.alioth.debian.org

* Package name: libur-perl
  Version : 0.392
  Upstream Author :  Anthony Brummett  ,Scott Smith 

* URL : http://search.cpan.org/dist/UR/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description :  rich declarative transactional objects

 UR is a class framework and object/relational mapper for Perl. It starts with
 the familiar Perl meme of the blessed hash reference as the basis for object
 instances, and extends its capabilities with ORM (object-relational mapping)
 capabilities, object cache, in-memory transactions, more formal class
 definitions, metadata, documentation system, iterators, command line tools,
 etc.
 .
 UR can handle multiple column primary and foreign keys, SQL joins involving
 class inheritance and relationships, and does its best to avoid querying the
 database unless the requested data has not been loaded before. It has support
 for SQLite, Oracle, Mysql and Postgres databases, and the ability to use a
 text file as a table.
 .
 UR uses the same syntax to define non-persistent objects, and supports
 in-memory transactions for both.


-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#701467: Fwd: ITP: libgenome-perl -- pipelines, tools, and data managment for genomics

2013-02-23 Thread olivier.sal...@codeless.fr
Package: wnpp
Owner: olivier sallou 
Severity: wishlist
X-Debbugs-CC: 
debian-de...@lists.alioth.debian.org,debian-perl-packag...@lists.alioth.debian.org,debian-med-packag...@lists.alioth.debian.org

* Package name: libgenome-perl
  Version : 0.06
  Upstream Author :  2007-2011 Washington University in St. Louis
* URL : http://search.cpan.org/dist/Genome/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description :  pipelines, tools, and data managment for genomics

  This is the base namespace module for the Genome software tree.
 .
 That tree has several primary components:
 .
 Genome::Model: a data modeling pipeline management system for genomics
 .
 Genome::Model::Tools a tree of >1000 tools and tool wrappers for genomics
 .
 Genome::* a variety of sample tracking classes with an RDBMS back-end
 .
 Only the tools system is currently released.
 .
 See genome for a complete inventory of all tool packages, and for
 command-line access to those tools.



-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#701470: ITP: libgenome-model-tools-music-perl -- module to find mutations of significance in cancer

2013-02-23 Thread olivier.sal...@codeless.fr
Package: wnpp
Owner: olivier sallou 
Severity: wishlist
X-Debbugs-CC: 
debian-de...@lists.alioth.debian.org,debian-perl-packag...@lists.alioth.debian.org,debian-med-packag...@lists.alioth.debian.org

* Package name: libgenome-model-tools-music-perl
  Version : 0.4
  Upstream Author : The Genome Center at Washington University
* URL : http://search.cpan.org/dist/Genome/
* License : LGPL-3
  Programming Lang: Perl
  Description : module to find mutations of significance in cancer


This module  provide tools to parse or find mutations in cancer

-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Bug#715225: sa-jdi.jar not found

2013-07-08 Thread olivier.sal...@codeless.fr
This should have been fixed in 1.4-1 with classpath related to
sa-jdi.jar in debian/patches/fix_classpath_in_build_xml.patch

This jar has been added to build path.

Build has been tested with pbuilder from sid.

This could be related to JAVA_HOME not being set in environment

Olivier

-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#720299: Fwd: ITP: opennebula-context -- Contextualization package for opennebula

2013-08-20 Thread olivier.sal...@codeless.fr
Package: wnpp
Severity: wishlist
Owner: Olivier Sallou 

* Package name: opennebula-context
  Version : 4.2.0
  Upstream Author : OpenNebula
* URL : http://opennebula.org/
* License : Apache 2.0
  Programming Lang: bash
  Description : Contextualization package for opennebula

The contextualization packages setups the network, adds SSH key and execute
 init scripts in the virtual machine for the OpenNebula cloud.
This package must be installed on a virtual machine only, not on user
desktop/server
 as it manipulates the network setup.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#720776: weird results with perl 5.18

2013-08-26 Thread olivier.sal...@codeless.fr
I see a test failing in t/Ontology/IO/obo.t line 47 at is
(scalar(@terms), 5), used to work in a previous perl release:

Code of test:

my $parser = Bio::OntologyIO->new(
  -format=> "obo",
^I^I  -file  => test_input_file('so.obo'));

my $ont = $parser->next_ontology();
ok ($ont);
is ($ont->name(), "sequence");

my @roots = $ont->get_root_terms();
is (scalar(@roots), 1);
is ($roots[0]->name(), "Sequence_Ontology");
is ($roots[0]->identifier(), "SO:000");

my @terms = $ont->get_child_terms($roots[0]);
is (scalar(@terms), 5);

According previous tests, root ontology is correctly found in  file (and
code did not changed, it is only perl update).
though only 2 child terms are found (test result) while 5 are in the
file. Seems ontology parsing fail with new release. Upstream at CPAN
successfully build on  perl 5.18.0.

Could it be a dependency issue? To be investigated.

-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#720776: [Debian-med-packaging] Bug#720776: weird results with perl 5.18

2013-08-26 Thread olivier.sal...@codeless.fr
Running several times  *perl t/Ontology/IO/obo.t* leads to different results
We sometimes have 1 or 6 or 7 failing tests

-- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#720776: weird results with perl 5.18

2013-08-26 Thread olivier.sal...@codeless.fr
It appears that: (in obo ontology test)

my @terms = $ont->get_child_terms($roots[0]);

@terms array order is not always the same.

As following tests take first element of array,  it explains why
sometimes it succeed, sometimes it fails

Now I don't know why order is different


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#720776: weird results with perl 5.18

2013-08-28 Thread olivier.sal...@codeless.fr

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 08/26/2013 08:54 PM, gregor herrmann wrote:
> On Mon, 26 Aug 2013 12:56:16 +0200, olivier.sal...@codeless.fr wrote:
>
>> As following tests take first element of array,  it explains why
>> sometimes it succeed, sometimes it fails
>>
>> Now I don't know why order is different
>
> Hash randomization:
>
https://metacpan.org/module/RJBS/perl-5.18.0/pod/perldelta.pod#Hash-randomization
> (The root of quite a few build failures with 5.18)
After further research I found this hash random reason. I have added to
upstream bug this info.
I am looking at how to patch the code to fix this but this needs
upstream update.

Thanks

Olivier
>
>
>
> Cheers,
> gregor
>


- -- 
gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJSHu1tAAoJEHjcaNsybYQ4q+kP/3jugUWX4rr96tJhk+cw9kdp
myWSff9P0awMcWCy2mXI8DJKYPYyDmlYhfmW4Ij50PkkA8GrxozpD5cBD1vwu1bi
bS5s+H+pxXV1XPuXcQlKGfCrSWAm8Pbaz0CjHaGb4Jy9iWlikuSlgQFxAQ8ygNCT
O+FdLbI+YVx8kZ6NvPqm7eo41Lkk69wQd+X7RiV3YQuDkWE2k4IJp4twZ3Of6xR7
V0zYyn2+Lt5KzsJomlcVxi4HSBd76rvqzxnqyRP1xpOBKov9hSA03TKWGfaGLHV9
ZhEVo1ZzG6lfnMKHrWtrNjwR+a9ltbee+lvOgRC2DJkue0WVYLtkVPDUdeFH6g7d
a38By/CuWIyq/a8wSJeJNCaOk9j+0/ftyrjnkzUu+GJ+l5lUyGW6Dyg4zWAOH4dO
YJp3xqICXjPTE3GpdH35GLG3kWqV9iVwaIxjbhdIx6X0r7Ng/CjHvAkQU2FYr4uH
vt3p5rIxEbBq0ZgGt/LCpNGdnE+7EG6NCy1/CSRMjvZmunMs/zw2h+TkXixnfunH
ZsibUo6YAZQiH1Bc5rmGu8//KJinx8vyeVM7QdZMfr7h38v3390qxTeJljFpFRLH
GAjy+fJ30sg3S46DIWXiNpvGpD6NSu786csHaVsMuhgKXvw+1H27nS+e731oI+d/
mW3lo08pI9kAwZVNeGQ9
=Mexk
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657832: ITP: mmtk -- Python molecular modelling toolkit

2012-01-29 Thread olivier.sal...@codeless.fr
Package: wnpp
Severity: wishlist
Owner: Olivier Sallou 
X-Debbugs-Cc: debian-...@lists.debian.org


* Package name: mmtk
  Version : 2.6.1
  Upstream Author : Konrad Hinsen 
* URL : https://sourcesup.cru.fr/projects/mmtk/
* License : CeCILL C
  Programming Lang: C, Python
  Description : Python molecular modelling toolkit

The Molecular Modelling Toolkit (MMTK) is an Open Source program library
for molecular simulation applications.
In addition to providing ready-to-use implementations of standard
algorithms, MMTK serves as a code basis that can be easily extended and
modified to deal with standard and non-standard problems in molecular
simulations.
MMTK is a package consisting of various modules, most of them written in
Python, and some in C.


-- 
gpg key id: 4096R/326D8438  (pgp.mit.edu)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#795685: [Debian-med-packaging] Bug#795685: biojava4-live: FTBFS: UnknownHostException: eutils.ncbi.nlm.nih.gov

2015-08-16 Thread olivier.sal...@codeless.fr


On 08/16/2015 11:28 AM, Chris West (Faux) wrote:
> Source: biojava4-live
> Version: 4.1.0+dfsg-1
> Severity: serious
> Justification: fails to build from source
> Tags: sid stretch
> User: reproducible-bui...@lists.alioth.debian.org
> Usertags: ftbfs
> X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org
>
> Dear Maintainer,
>
> The package fails to build without networking, which we believe is a
> policy violation.  Ubuntu may have a patch, as they also enforce this:
>
> [junit] Running 
> org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReaderTest
> [junit] Testsuite: 
> org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReaderTest
> [junit] Tests run: 16, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 
> 0.095 sec
> [junit] Tests run: 16, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 
> 0.095 sec
> [junit] - Standard Error -
> [junit] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> [junit] SLF4J: Defaulting to no-operation (NOP) logger implementation
> [junit] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
> further details.
> [junit] -  ---
> [junit] 
> [junit] Testcase: testProteinSequenceFactoring[0] took 0.038 sec
> [junit]   Caused an ERROR
> [junit] eutils.ncbi.nlm.nih.gov
> [junit] java.net.UnknownHostException: eutils.ncbi.nlm.nih.gov
> [junit]   at 
> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
> ...
> [junit]   at 
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1301)
> [junit]   at 
> org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReader.getEutilsInputStream(GenbankProxySequenceReader.java:141)
> [junit]   at 
> org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReader.getBufferedInputStream(GenbankProxySequenceReader.java:109)
> [junit]   at 
> org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReader.(GenbankProxySequenceReader.java:83)
> [junit]   at 
> org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReaderTest.testProteinSequenceFactoring(GenbankProxySequenceReaderTest.java:84)
> [junit] 
> [junit] Testcase: testFeatures[0] took 0 sec
> [junit] Testcase: testProteinSequenceFactoring[1] took 0.001 sec
> [junit]   Caused an ERROR
> [junit] eutils.ncbi.nlm.nih.gov
> [junit] java.net.UnknownHostException: eutils.ncbi.nlm.nih.gov
Thanks for the report. I already disabled some network tests, those ones
are certainly new "remote" tests introduced in this release.
I gonna patch this soon.
>
> -- System Information:
> Debian Release: stretch/sid
> APT prefers unstable
> APT policy: (500, 'unstable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 3.19.0-23-generic (SMP w/8 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> ___
> Debian-med-packaging mailing list
> debian-med-packag...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-packaging
>
> -- 
> gpg key id: 4096R/326D8438  (keyring.debian.org)
> Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Bug#795849: [Debian-med-packaging] Bug#795849: biojava4-live: FTBFS: DemoOrientBioAssembly.java:60: error: unmappable character for encoding ASCII

2015-08-17 Thread olivier.sal...@codeless.fr


On 08/17/2015 01:57 PM, Chris Lamb wrote:
> Source: biojava4-live
> Version: 4.1.0+dfsg-1
> Severity: serious
> Justification: fails to build from source
> User: reproducible-bui...@lists.alioth.debian.org
> Usertags: ftbfs
> X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
>
> Dear Maintainer,
>
> Thanks for looking at #795685 so quickly. However, biojava4-live still
> fails to build from source on unstable/amd64 with a different issue:
Thanks,
I know this issue and how to fix this, however I do not understand why
it does not occur on my computer. I gonna ask java team to avoid getting
again the error on other files before uploading.

Olivier
>
>   [..]
>   
>   compile:
>   [mkdir] Created dir:
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/build/biojava4-structure-gui/classes
>   [javac]
>   /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/build.xml:76:
>   warning: 'includeantruntime' was not set, defaulting to
>   build.sysclasspath=last; set to false for repeatable builds
>   [javac] Compiling 130 source files to
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/build/biojava4-structure-gui/classes
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:60:
>   error: unmappable character for encoding ASCII
>   [javac] 4F88 ??? local C8
>   [javac]  ^
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:60:
>   error: unmappable character for encoding ASCII
>   [javac] 4F88 ??? local C8
>   [javac]   ^
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:60:
>   error: unmappable character for encoding ASCII
>   [javac] 4F88 ??? local C8
>   [javac]^
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:61:
>   error: unmappable character for encoding ASCII
>   [javac] 1LTI ??? local C5
>   [javac]  ^
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:61:
>   error: unmappable character for encoding ASCII
>   [javac] 1LTI ??? local C5
>   [javac]   ^
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:61:
>   error: unmappable character for encoding ASCII
>   [javac] 1LTI ??? local C5
>   [javac]^
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:62:
>   error: unmappable character for encoding ASCII
>   [javac] 2W6E ??? local C3
>   [javac]  ^
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:62:
>   error: unmappable character for encoding ASCII
>   [javac] 2W6E ??? local C3
>   [javac]   ^
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:62:
>   error: unmappable character for encoding ASCII
>   [javac] 2W6E ??? local C3
>   [javac]^
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:63:
>   error: unmappable character for encoding ASCII
>   [javac] 2LXC ??? local C2
>   [javac]  ^
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:63:
>   error: unmappable character for encoding ASCII
>   [javac] 2LXC ??? local C2
>   [javac]   ^
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:63:
>   error: unmappable character for encoding ASCII
>   [javac] 2LXC ??? local C2
>   [javac]^
>   [javac]
>   
> /tmp/buildd/biojava4-live-4.1.0+dfsg/biojava-structure-gui/src/main/java/demo/DemoOrientBioAssembly.java:64:
>   error: unmappable character for encoding ASCII
>   [javac] 3OE7 ??? local C3
>   [javac] 

Bug#796732: cassiopee: library transition needed with GCC 5 as default

2015-08-31 Thread olivier.sal...@codeless.fr


On 08/31/2015 09:27 AM, Andreas Tille wrote:
> Hi,
>
> I commited a fix for the library transition to SVN.  (Besides this
> I also tried to fix some lintian issues but failed with the
> wrong-whatis-entry-in-manpage one.)
>
> Olivier, could you please check and either upload or ping me for
> team upload?
hi,
I gonna upload. I was waiting for further info as GCC5 transition was
not clear to me (why renaming to v5, were there other modifications
needed).


Olivier
>
> Kind regards
>
>Andreas,
>
> On Sun, Aug 23, 2015 at 08:25:22PM +0200, Julien Cristau wrote:
>> Source: cassiopee
>> Version: 1.0.3+dfsg-2
>> Severity: serious
>> Tags: sid stretch
>> User: debian-...@lists.debian.org
>> Usertags: libstdc++-cxx11
>>
>> Hi,
>>
>> your library exposes std::string or std::list in its public API, and
>> therefore the library package needs to be renamed.
>>
>> Specifically the use of std::list in TreeNode, CassieIndexer and
>> CassieSearch is likely to break ABI.
>>
>> Cheers,
>> Julien
>>
>> The following is a form letter:
>>
>> Background [1]: libstdc++6 introduces a new ABI to conform to the
>> C++11 standard, but keeps the old ABI to not break existing binaries.
>> Packages which are built with g++-5 are using the new ABI.  Libraries built
>> from this source package export some of the new __cxx11 or B5cxx11 symbols, 
>> and
>> dropping other symbols.  If these symbols are part of the API of the library,
>> then this rebuild with g++-5 will trigger a transition for the library.
>>
>> What is needed:
>>
>>  - Rebuild the library using g++/g++-5. Note that most likely all C++
>>libraries within the build dependencies need a rebuild too. You can
>>find the log for a rebuild in
>>  https://people.debian.org/~doko/logs/gcc5-20150813/
>>Search for "BEGIN GCC CXX11" in the log.
>>
>>  - Decide if the symbols matching __cxx11 or B5cxx11 are part of the
>>library API, and are used by the reverse dependencies of the
>>library.
>>
>>  - If there are no symbols matching __cxx11 or B5cxx11 in the symbols
>>forming the library API, you should close this issue with a short
>>explanation.
>>  
>>  - If there are no reverse dependencies, it should be the package
>>maintainers decision if a transition is needed.  However this might
>>break software which is not in the Debian archive, and built
>>against these packages.
>>
>>  - If a library transition is needed, please prepare for the change.
>>Rename the library package, append "v5" to the name of the package
>>(e.g. libfoo2 -> libfoo2v5). Such a change can be avoided, if you
>>have a soversion bump and you upload this version instead of the
>>renamed package.  Prepare a patch and attach it to this issue (mark
>>this issue with patch), so that it is possible to NMU such a
>>package. We'll probably have more than hundred transitions
>>triggered. Then reassign the issue to release.debian.org and
>>properly tag it as a transition issue, by sending an email to
>>cont...@bugs.debian.org:
>>
>>  user release.debian@packages.debian.org
>>  usertag  + transition
>>  block  by 790756
>>  reassign  release.debian.org
>>
>>  - If unsure if a transition is needed, please tag the issue with help
>>to ask for feedback from other Debian developers.
>>
>> The libstdc++6 transition will be a large one, and it will come with a
>> lot of pain.  Please help it by preparing the follow-up transitions.
>>
>> [1] https://wiki.debian.org/GCC5#libstdc.2B-.2B-_ABI_transition
>>
>
>
>> ___
>> Debian-med-packaging mailing list
>> debian-med-packag...@lists.alioth.debian.org
>> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-packaging
>
>
> -- 
> gpg key id: 4096R/326D8438  (keyring.debian.org)
> Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Bug#769348: [Debian-med-packaging] Bug#769348: biomaj-watcher: Should /var/lib/tomcat8/shared exist?

2014-12-14 Thread olivier.sal...@codeless.fr

On 12/14/2014 03:19 PM, Emilien Klein wrote:
> TLDR: Please check if the "/var/lib/tomcat8/shared" folder is still used
> with Tomcat 8.
>
>
> I have applied the previously attached patch, the package builds fine,
> but when installing the .deb the following error occurs:
>
> Setting up biomaj-watcher (1.2.2-2) ...
> Updating Context.xml...
> Configuration complete
> cp: cannot create regular file ‘/var/lib/tomcat8/shared/biomaj.jar’: No
> such file or directory
> dpkg: error processing package biomaj-watcher (--configure):
>  subprocess installed post-installation script returned error exit status 1
> Errors were encountered while processing:
>  biomaj-watcher
> E: Sub-process /usr/bin/dpkg returned an error code (1)
>
>
> The cause of the issue is that there is no "shared" folder in
> /var/lib/tomcat8/
Sounds indeed that tomcat shared library folder is not used anymore in
Tomcat8.
Seems that those libraries should be moved to $CATALINA_HOME/lib now
Seems that each version changes this dir..

I think however we could avoid putting lib in such dir with an
appropriate context XML file. I gonna try such solution this week and
upload fix.
>
> When creating that folder manually, the package
> installation/configuration completes succesfully. I wanted to test if
> that folder needed to exist, or if Tomcat 8 even looks at that location.
> Unfortunately, when accessing http://localhost:8080/BmajWatcher per
> d/README.Debian, I get a Tomcat 404 error message with a description
> that "The requested resource is not available." Since I have no
> experience with Tomcat, I haven't tried to go deeper in the configuration.
>
> Maybe you have a quick hint on how to configure Tomcat so that I could
> try to go further.
> But even if that page worked I'm not sure I could validate that the
> "shared" folder is used appropriately. Please validate that.
>
> +Emilien
>
>
>
> ___
> Debian-med-packaging mailing list
> debian-med-packag...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-packaging
>
> -- 
> gpg key id: 4096R/326D8438  (keyring.debian.org)
> Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438