Processed (with 1 errors): unarchiving 628104, reassign 768871 to atlas, forcibly merging 628104 768871, archiving 628104

2014-11-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > unarchive 628104 > reassign 768871 atlas Bug #768871 [src:atlas] atlas: Missing build dependency Bug reassigned from package 'src:atlas' to 'atlas'. No longer marked as found in versions atlas/3.8.4-9+deb7u1. Ignoring request to alter fixed versio

Processed (with 2 errors): Re: Bug#768871: atlas: Missing build dependency

2014-11-11 Thread Debian Bug Tracking System
Processing control commands: > unarchive 628104 Bug #628104 {Done: Sylvestre Ledru } [atlas] atlas: should build-depend on devscripts Bug #697431 {Done: Sébastien Villemot } [atlas] src atlas: missing build-dep "devscripts" Bug #731960 {Done: Sébastien Villemot } [atlas] atlas: missing build-de

Bug#768871: atlas: Missing build dependency

2014-11-11 Thread Sébastien Villemot
Control: unarchive 628104 Control: forcemerge 628104 -1 Control: archive 628104 Le dimanche 09 novembre 2014 à 12:11 -0800, Ian Zimmerman a écrit : > Searching on packages.debian.org, I see that the dch program is in the > devscripts package. Clearly devscripts should be in the Build-Depends > of

Bug#764904: apophenia: FTBFS - test suite times out or has unexpected failures

2014-11-11 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 11/11/14 18:40, Edmund Grimley Evans wrote: > Some good news: the code doesn't seem to need a lot of changes to make > it work on arm64. I did this: > > * Changed the type of the local variables to which the value returned > from fgetc, getop

Re: Bug#764904: apophenia: FTBFS - test suite times out or has unexpected failures

2014-11-11 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 11/11/14 18:40, Edmund Grimley Evans wrote: > Some good news: the code doesn't seem to need a lot of changes to make > it work on arm64. I did this: > > * Changed the type of the local variables to which the value returned > from fgetc, geto

Bug#764904: apophenia: FTBFS - test suite times out or has unexpected failures

2014-11-11 Thread Edmund Grimley Evans
Some good news: the code doesn't seem to need a lot of changes to make it work on arm64. I did this: * Changed the type of the local variables to which the value returned from fgetc, getopt or get_next is assigned from char to int. * Made get_next return int instead of char, and, to make it ret

Bug#768953: libpcl-dev: pkg-config files contain broken entry

2014-11-11 Thread Leopold Palomo-Avellaneda
Hi Martin, thanks for reporting. Jochen has worked in the bug and now we have a new version to upload with the bug solved. http://mentors.debian.net/package/pcl Please, Nobuhiro, could you upload it? Thanks, Leopold -- -- Linux User 152692 PGP: 05F4A7A949A2D9AA Catalonia -

viewmol 2.4.1-22 MIGRATED to testing

2014-11-11 Thread Debian testing watch
FYI: The status of the viewmol source package in Debian's testing distribution has changed. Previous version: 2.4.1-21 Current version: 2.4.1-22 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will recei

libqglviewer 2.5.3+dfsg-2 MIGRATED to testing

2014-11-11 Thread Debian testing watch
FYI: The status of the libqglviewer source package in Debian's testing distribution has changed. Previous version: 2.5.3+dfsg-1 Current version: 2.5.3+dfsg-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day y

Découvrez les offres de l’Armée de Terre, 10 000 postes à pourvoir

2014-11-11 Thread Armée de Terre - Votre Actu Conso
[1]Visualiser la version en ligne [2]10 000 postes à pourvoir : découvrez les offres de l'Armée de Terre [3]Se désabonner [4]Courrier indésirable De sans BAC à BAC +5, l’Armée de Terre recrute 10 000 POSTES À POURVOIR [5]Pour une expérience professionnelle hors du comm

Processed: your mail

2014-11-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > block 769002 by 769003 Bug #769002 [src:scilab] scilab: FTBFS on arm64, ppc64el, s390x 769002 was not blocked by any bugs. 769002 was not blocking any bugs. Added blocking bug(s) of 769002: 769003 > thanks Stopping processing here. Please contact

Bug#764904: apophenia: FTBFS - test suite times out or has unexpected failures

2014-11-11 Thread Edmund Grimley Evans
There are also several places where the value returned from getopt is assigned to a variable of type char before being compared with -1. I would guess that the programs are going into an infinite loop while trying to parse their command-line arguments when char is unsigned. -- debian-science-main

Bug#764904: apophenia: FTBFS - test suite times out or has unexpected failures

2014-11-11 Thread Edmund Grimley Evans
>> By the way, it might be a good idea to remove the ">/dev/null 2>&1" >> from the command lines in case the compiler wants to warn you about >> this sort of thing. (I don't know whether GCC does in this particular >> case.) >> > > Please could you specify the place of this code. I was wrong. The