Your message dated Sat, 19 Jan 2019 19:19:07 +0000
with message-id <e1gkw95-000bld...@fasolo.debian.org>
and subject line Bug#917492: fixed in fam 2.7.0-17.3
has caused the Debian Bug report #917492,
regarding fam: FTBFS ('minor' was not declared in this scope)
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 ow...@bugs.debian.org
immediately.)


-- 
917492: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917492
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fam
Version: 2.7.0-17.2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
CDBS: parsing fam-2.7.0.tar.gz ...
CDBS WARNING:    tarball.mk is deprecated since 0.4.85 - please use source 
format 3.0 instead
CDBS WARNING:    simple-patchsys.mk is deprecated since 0.4.85 - please use 
source format 3.0 (quilt) instead
test -x debian/rules
mkdir -p "build-tree/fam-2.7.0"
CDBS WARNING:    DEB_UPDATE_RCD_PARAMS is deprecated since 0.4.85
tar -C build-tree  -x -z -f fam-2.7.0.tar.gz
touch debian/stamp-fam-2.7.0.tar.gz
if test -e /usr/share/misc/config.guess ; then \
        for i in fam-2.7.0/config.guess ; do \
                cp --remove-destination /usr/share/misc/config.guess \
                build-tree/$i ; \
        done ; \

[... snipped ...]

         ^~~~~
DNotify.c++:536:32: error: 'minor' was not declared in this scope
         major(status->st_dev), minor(status->st_dev),
                                ^~~~~
DNotify.c++:536:32: note: suggested alternative: 'mknod'
         major(status->st_dev), minor(status->st_dev),
                                ^~~~~
                                mknod
DNotify.c++:486:9: warning: unused variable 'res' [-Wunused-variable]
     int res;
         ^~~
DNotify.c++: In static member function 'static void DNotify::read_handler(int, 
void*)':
DNotify.c++:641:11: error: 'major' was not declared in this scope
           major(dw->dir_dev), minor(dw->dir_dev), dw->dir_ino);
           ^~~~~
DNotify.c++:641:31: error: 'minor' was not declared in this scope
           major(dw->dir_dev), minor(dw->dir_dev), dw->dir_ino);
                               ^~~~~
DNotify.c++:641:31: note: suggested alternative: 'mknod'
           major(dw->dir_dev), minor(dw->dir_dev), dw->dir_ino);
                               ^~~~~
                               mknod
DNotify.c++:602:16: warning: unused variable 'fw' [-Wunused-variable]
     FileWatch *fw;
                ^~
DNotify.c++: In static member function 'static void 
DNotify::overflow_signal_handler(int, siginfo_t*, void*)':
DNotify.c++:233:11: warning: ignoring return value of 'ssize_t write(int, const 
void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
     write (STDERR_FILENO, str, strlen(str));
     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DNotify.c++:239:12: warning: ignoring return value of 'ssize_t write(int, const 
void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       write(pipe_write_fd, &c, 1);
       ~~~~~^~~~~~~~~~~~~~~~~~~~~~
DNotify.c++: In static member function 'static void 
DNotify::signal_handler(int, siginfo_t*, void*)':
DNotify.c++:260:8: warning: ignoring return value of 'ssize_t write(int, const 
void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
  write (STDERR_FILENO, str, strlen(str));
  ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DNotify.c++:270:12: warning: ignoring return value of 'ssize_t write(int, const 
void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       write(pipe_write_fd, &c, 1);
       ~~~~~^~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:453: DNotify.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-tree/fam-2.7.0/src'
make[2]: *** [Makefile:327: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-tree/fam-2.7.0'
make[1]: *** [Makefile:258: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build-tree/fam-2.7.0'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/fam.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: fam
Source-Version: 2.7.0-17.3

We believe that the bug you reported is fixed in the latest version of
fam, 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 917...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antoine Beaupré <anar...@debian.org> (supplier of updated fam 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 19 Jan 2019 13:58:08 -0500
Source: fam
Binary: fam libfam0 libfam0c102 libfam-dev
Architecture: source
Version: 2.7.0-17.3
Distribution: unstable
Urgency: high
Maintainer: Chuan-kai Lin <ck...@debian.org>
Changed-By: Antoine Beaupré <anar...@debian.org>
Description:
 fam        - File Alteration Monitor
 libfam-dev - Client library to control the FAM daemon - development files
 libfam0    - Client library to control the FAM daemon
 libfam0c102 - Dummy package for libfam0
Closes: 917492
Changes:
 fam (2.7.0-17.3) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Fix build failure with recent glibc ('minor' was not declared in this
     scope), thanks to Logan Rosen (Closes: #917492).
Checksums-Sha1:
 0bead1d7aaf3949c6484c2f5a0552e18fcc6a549 1523 fam_2.7.0-17.3.dsc
 047c2660b909038b86f01d63a398da1088c5549e 28847 fam_2.7.0-17.3.diff.gz
 88cd0bfdc84679e23ef8aaf06e6dd4c403ce3cdb 6426 fam_2.7.0-17.3_amd64.buildinfo
Checksums-Sha256:
 ad5f39ad2441af3f7db02b0d15c63cb3618f38136d155ebd216c158b0d2f9152 1523 
fam_2.7.0-17.3.dsc
 642e4f5fbb0f19b8d1036d7ebcf21dda6bf676b056fd7286346b08502dc4dc98 28847 
fam_2.7.0-17.3.diff.gz
 582b851ea2125f35c430c901e5df13b7fc975fa698f76cff23d887758875c146 6426 
fam_2.7.0-17.3_amd64.buildinfo
Files:
 1bc431343d8b3a5e2836c7428003bd00 1523 admin optional fam_2.7.0-17.3.dsc
 6a64c50bf0809b09b72ed9e95d375d66 28847 admin optional fam_2.7.0-17.3.diff.gz
 ba00e2ca5e727e8fd59f7e41aab71ca7 6426 admin optional 
fam_2.7.0-17.3_amd64.buildinfo

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

iQEzBAEBCAAdFiEEexZCBNCWcjsBljWrPqHd3bJh2XsFAlxDdVUACgkQPqHd3bJh
2XtUOAgAgIOjOM736m+YJjz26JBgrmJWGYuHkvEUG+KW1wE4yE2BPVMOCht78OHW
r8QzsYmzwBMqE9CZaO57OI3GJeyLvDS1NjwVlsjXiW1tzMGM+zsPVrYGKvV+SO+D
JESI3/k+8pkHHpggytIe1UNdfmTsOZRCbMfQ3yizZ9gkNBFEZmobas+NoCL8q5kT
//V6BPlKOUshT0D0GEuNCxrMA6rN3ykG1btKaggptkw7aC1JZdOo1YXCKKlMDRzU
yWrHG2OzkHdLwy6aL2r/gESPL8SukfOGu8LvFaJn9oIugIf0JIFCOItbTq62auTQ
9M7YqKMWIRyNg6DkTISSabVKK2rFTw==
=jfJ1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to