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

Bug#647425: marked as done (g++-4.6: warn_unused_result error triggerd even if casted)



Your message dated Fri, 21 Aug 2015 13:43:08 +0000
with message-id <[🔎] E1ZSmb6-0004jv-26@franck.debian.org>
and subject line Bug#796274: Removed package(s) from unstable
has caused the Debian Bug report #647425,
regarding g++-4.6: warn_unused_result error triggerd even if casted
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 owner@bugs.debian.org
immediately.)


-- 
647425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647425
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: g++-4.6
Version: 4.6.2-3
Severity: normal

Dear Maintainer,

while preparing the next upload for the qpid package, I've stumbled over
a changed behaviour in handling unused results.

The code that is rising errors:

   (void) ::lockf(f, F_ULOCK, 0);

If I change it to some construct like:

   size_t foo;
   foo = ::lockf(f, F_ULOCK, 0);
   (void)foo;

works, but is a bit hackish.

The complete build log can be found at:

  https://ferdi.naasa.net/url/cajus/qpid-cpp_0.12-2_amd64.build

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages g++-4.6 depends on:
ii  gcc-4.6             4.6.2-3
ii  gcc-4.6-base        4.6.2-3
ii  libc6               2.13-21
ii  libgmp10            2:5.0.2+dfsg-2
ii  libmpc2             0.9-4
ii  libmpfr4            3.1.0-2
ii  libstdc++6-4.6-dev  4.6.2-3
ii  zlib1g              1:1.2.3.4.dfsg-3

g++-4.6 recommends no packages.



--- End Message ---
--- Begin Message ---
Version: 4.6.4-7+rm

Dear submitter,

as the package gcc-4.6 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/796274

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: