Your message dated Sun, 05 Feb 2017 19:48:32 +0000
with message-id <[email protected]>
and subject line Bug#847761: fixed in mccs 1:1.1-5
has caused the Debian Bug report #847761,
regarding mccs: Parallel build failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
847761: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847761
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mccs
Version: 1:1.1-4
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20161219 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> g++ -Wall -O6 -Wl,-z,relro  -DUSELPSOLVE -c -Iobjs -Isources -Ilibsrcs -fPIC 
> objs/cudf.l.c -o objs/cudf.l.o
> sources/nunsat_criteria.c: In member function 'virtual void 
> nunsat_criteria::initialize(CUDFproblem*, abstract_solver*)':
> sources/nunsat_criteria.c:86:15: warning: suggest explicit braces to avoid 
> ambiguous 'else' [-Wparentheses]
>        else if (comp(jpkg->first, (*disjunct)->version))
>                ^
> sources/nunsat_criteria.c:81:6: warning: suggest explicit braces to avoid 
> ambiguous 'else' [-Wparentheses]
>    if (! self_depend)
>       ^
> sources/nunsat_criteria.c: In member function 'virtual int 
> nunsat_criteria::add_constraints()':
> sources/nunsat_criteria.c:209:15: warning: suggest explicit braces to avoid 
> ambiguous 'else' [-Wparentheses]
>        else if (comp(jpkg->first, (*disjunct)->version))
>                ^
> sources/nunsat_criteria.c:204:6: warning: suggest explicit braces to avoid 
> ambiguous 'else' [-Wparentheses]
>    if (! self_depend)
>       ^
> sources/cudf.c: In function 'int main(int, char**)':
> sources/cudf.c:631:51: warning: ISO C++ forbids converting a string constant 
> to 'char*' [-Wwrite-strings]
>      solver = new_lp_solver("/usr/share/mccs/cbclp");
>                                                    ^
> sources/constraint_generation.c: In function 'int 
> generate_constraints(CUDFproblem*, abstract_solver&, abstract_combiner&)':
> sources/constraint_generation.c:406:11: warning: suggest explicit braces to 
> avoid ambiguous 'else' [-Wparentheses]
>    else if (comp(jpkg->first, (*ordeps)->version))
>            ^
> sources/constraint_generation.c:401:9: warning: suggest explicit braces to 
> avoid ambiguous 'else' [-Wparentheses]
>       if (! self_depend)
>          ^
> sources/constraint_generation.c:539:11: warning: variable 'has_coeff' set but 
> not used [-Wunused-but-set-variable]
>       bool has_coeff = false;
>            ^~~~~~~~~
> libsrcs/cudf.y:798:1: error: 'ackages' does not name a type
> libsrcs/cudf.y:799:3: error: 'the_problem' does not name a type
> libsrcs/cudf.y:800:3: error: 'the_problem' does not name a type
> libsrcs/cudf.y:801:3: error: 'the_problem' does not name a type
> libsrcs/cudf.y:803:3: error: expected unqualified-id before 'return'
> libsrcs/cudf.y:804:1: error: expected declaration before '}' token
> objs/cudf.l.c: In function 'int cudflex()':
> objs/cudf.l.c:8032:23: warning: comparison between signed and unsigned 
> integer expressions [-Wsign-compare]
>     for ( yyl = 0; yyl < cudfleng; ++yyl )
>                    ~~~~^~~~~~~~~~
> objs/cudf.l.c: In function 'yy_buffer_state* cudf_scan_bytes(const char*, 
> int)':
> objs/cudf.l.c:9107:17: warning: comparison between signed and unsigned 
> integer expressions [-Wsign-compare]
>   for ( i = 0; i < _yybytes_len; ++i )
>                ~~^~~~~~~~~~~~~~
> objs/cudf.l.c: At global scope:
> objs/cudf.l.c:8653:17: warning: 'void yyunput(int, char*)' defined but not 
> used [-Wunused-function]
>      static void yyunput (int c, char * yy_bp )
>                  ^~~~~~~
> makefile:179: recipe for target 'objs/cudf.tab.o' failed
> make[1]: *** [objs/cudf.tab.o] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2016/12/19/mccs_1.1-4_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: mccs
Source-Version: 1:1.1-5

We believe that the bug you reported is fixed in the latest version of
mccs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ralf Treinen <[email protected]> (supplier of updated mccs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 05 Feb 2017 10:24:10 +0100
Source: mccs
Binary: mccs
Architecture: source
Version: 1:1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Ralf Treinen <[email protected]>
Changed-By: Ralf Treinen <[email protected]>
Description:
 mccs       - multi-critera CUDF solver
Closes: 847761
Changes:
 mccs (1:1.1-5) unstable; urgency=medium
 .
   * debian/rules: build with --no-parallel to fix parallel build failures.
     Thanks a lot to Adrian Bunk for the patch! (closes: #847761).
   * Capitalization error in long description.
   * Vcs-{Browser,Git}: use secure URI
Checksums-Sha1:
 6d42098b4a95636bfc5514d3b6f00a754c07911a 1916 mccs_1.1-5.dsc
 f78a4c1b27823ddd4bff8a2518ec9ff4909052a0 6692 mccs_1.1-5.debian.tar.xz
Checksums-Sha256:
 9e6f0c16bb0d75723163f19e8ad02fac7fb51d4406d76b18e7fb8543dd1ef634 1916 
mccs_1.1-5.dsc
 ef8d970a51346d27f4905d618df3d716afea88150170c2ccc915efeb187ddece 6692 
mccs_1.1-5.debian.tar.xz
Files:
 f05243ce07d8a2c4178a1343ffe63569 1916 admin extra mccs_1.1-5.dsc
 ca0769f878356b8eed36045503e28f87 6692 admin extra mccs_1.1-5.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEAgVIKeEtDyqOZI5idFxHZtTKzf8FAliXfA8ACgkQdFxHZtTK
zf/UCg/+L128YAE4cs07ONBOEG4NhOmsPbc61C0Ky7PiGCcVVL0OJJ7tx0/vCnUH
iwY8b0JKwBMRQKnT8JJD0MpgWRMvdvRH8ZvXC0S8rVfpOeBKOtjp6mgHWun4nuHO
ksDv0NUEQ56tgs8V3qcboKW8cPO06s7JGiJQ3vyoOEecJM2g7LRQ185WYx1kXQDB
spSmR0OXEHdUaUtdgcKIhS3Y+wtBjiTeEirY++N/gtsSNTVp3gPt67Oh7yKxOL+n
3j8rO2bZg7tvASCbvqnb3M3B9Q3a3YzKGjOjuMjlb4tnfWAVu4OGI2NDGd6NCyYP
Nkw9nxqGGZiUsBom7UiR/AptbXODy/+dN6Y6CCGsLg05yynEqEc6sDVkLUYwGyym
U5MWIgWkGFXN8JfeAuzc/FWOsP5Sgt/9bNOLvKgsnjWV7MAMIewQCSGNNQjIuv3k
M+0LiDnfu+xy5PwYJHp2JtoUxCw40kM0M8hLwD9FSARC1Ph/FS92wvs+IxnWTDrD
CQ3Dr97wqa6gGQAGeZFgXDhXKpmC4DmnSjr+pcB1e9XUxGfqrQVeoH8LL7cc9HB6
ESTrUbjYl9Q9gOL9kdE5XtlLmnD7835WyoICXTh1T/A5mhmBnubMi4kTWB/IOclI
NwQFpnUJtVSBbcIbQGg3Bpaq/ghZyuP9yaEmiZf6Y6ZQvVD7VX0=
=oqm/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to