Your message dated Fri, 17 Dec 2021 09:34:06 +0000
with message-id <e1my9cs-0004gg...@fasolo.debian.org>
and subject line Bug#997627: fixed in pixmap 2.6.6-1
has caused the Debian Bug report #997627,
regarding pixmap: FTBFS: ar: libdeps specified more than once
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.)
--
997627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pixmap
Version: 2.6pl4-20
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211023 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/SelFile'
> rm -f SelFile.o
> gcc -c -g -O2 -fno-strict-aliasing -I. -I.. -I/usr/include/X11
> -I/usr/include/ -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DUSE_ATHENA
> -DAPPDEFDIR=\"/etc/X11/app-defaults\"
> -DRGBF=\"/etc/X11/rgb.txt\" SelFile.c
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from SelFile.c:46:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> SelFile.c: In function ‘SFexposeList’:
> SelFile.c:153:9: warning: implicit declaration of function ‘SFdrawList’
> [-Wimplicit-function-declaration]
> 153 | SFdrawList(n, SF_DO_NOT_SCROLL);
> | ^~~~~~~~~~
> SelFile.c: In function ‘SFcreateWidgets’:
> SelFile.c:275:9: warning: implicit declaration of function ‘SFinitFont’
> [-Wimplicit-function-declaration]
> 275 | SFinitFont();
> | ^~~~~~~~~~
> SelFile.c:481:9: warning: implicit declaration of function ‘SFcreateGC’; did
> you mean ‘XCreateGC’? [-Wimplicit-function-declaration]
> 481 | SFcreateGC();
> | ^~~~~~~~~~
> | XCreateGC
> SelFile.c: In function ‘SFopenFile’:
> SelFile.c:568:5: warning: implicit declaration of function ‘SFchdir’; did you
> mean ‘fchdir’? [-Wimplicit-function-declaration]
> 568 | SFchdir(SFstartDir);
> | ^~~~~~~
> | fchdir
> SelFile.c: At top level:
> SelFile.c:594:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 594 | SFtextChanged()
> | ^~~~~~~~~~~~~
> SelFile.c: In function ‘SFtextChanged’:
> SelFile.c:613:9: warning: implicit declaration of function ‘SFupdatePath’
> [-Wimplicit-function-declaration]
> 613 | SFupdatePath();
> | ^~~~~~~~~~~~
> SelFile.c: At top level:
> SelFile.c:624:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 624 | SFprepareToReturn()
> | ^~~~~~~~~~~~~~~~~
> SelFile.c: In function ‘XsraSelFile’:
> SelFile.c:710:33: warning: implicit declaration of function ‘SFsetText’; did
> you mean ‘SFgetText’? [-Wimplicit-function-declaration]
> 710 | SFsetText(SFcurrentPath);
> | ^~~~~~~~~
> | SFgetText
> rm -f Path.o
> gcc -c -g -O2 -fno-strict-aliasing -I. -I.. -I/usr/include/X11
> -I/usr/include/ -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DUSE_ATHENA
> -DAPPDEFDIR=\"/etc/X11/app-defaults\"
> -DRGBF=\"/etc/X11/rgb.txt\" Path.c
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from Path.c:27:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> Path.c:86:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 86 | SFfree(i)
> | ^~~~~~
> Path.c:109:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 109 | SFunreadableDir(dir)
> | ^~~~~~~~~~~~~~~
> Path.c:169:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 169 | SFreplaceText(dir, str)
> | ^~~~~~~~~~~~~
> Path.c: In function ‘SFreplaceText’:
> Path.c:183:17: warning: implicit declaration of function ‘SFsetText’
> [-Wimplicit-function-declaration]
> 183 | SFsetText(SFcurrentPath);
> | ^~~~~~~~~
> Path.c:188:9: warning: implicit declaration of function ‘SFtextChanged’; did
> you mean ‘XtCChanged’? [-Wimplicit-function-declaration]
> 188 | SFtextChanged();
> | ^~~~~~~~~~~~~
> | XtCChanged
> Path.c: At top level:
> Path.c:354:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 354 | SFunselect()
> | ^~~~~~~~~~
> Path.c:374:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 374 | SFgetHomeDirs()
> | ^~~~~~~~~~~~~
> Path.c: In function ‘SFgetHomeDirs’:
> Path.c:469:9: warning: implicit declaration of function ‘qsort’
> [-Wimplicit-function-declaration]
> 469 | qsort((char *) entries, i, sizeof(SFEntry), SFcompareEntries);
> | ^~~~~
> Path.c: At top level:
> Path.c:532:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 532 | SFupdatePath()
> | ^~~~~~~~~~~~
> Path.c: In function ‘SFupdatePath’:
> Path.c:549:24: warning: implicit declaration of function ‘SFgetDir’
> [-Wimplicit-function-declaration]
> 549 | (void) SFgetDir(dir);
> | ^~~~~~~~
> Path.c:616:49: warning: ‘return’ with no value, in function returning non-void
> 616 | return;
> | ^~~~~~
> Path.c:532:1: note: declared here
> 532 | SFupdatePath()
> | ^~~~~~~~~~~~
> Path.c:666:41: warning: ‘return’ with no value, in function returning non-void
> 666 | return;
> | ^~~~~~
> Path.c:532:1: note: declared here
> 532 | SFupdatePath()
> | ^~~~~~~~~~~~
> Path.c:707:17: warning: implicit declaration of function ‘SFdrawLists’
> [-Wimplicit-function-declaration]
> 707 | SFdrawLists(SF_DO_SCROLL);
> | ^~~~~~~~~~~
> Path.c:713:41: warning: implicit declaration of function ‘SFdrawList’
> [-Wimplicit-function-declaration]
> 713 | SFdrawList(i, SF_DO_SCROLL);
> | ^~~~~~~~~~
> Path.c:716:33: warning: implicit declaration of function ‘SFclearList’; did
> you mean ‘SFleaveList’? [-Wimplicit-function-declaration]
> 716 | SFclearList(i, SF_DO_SCROLL);
> | ^~~~~~~~~~~
> | SFleaveList
> Path.c: At top level:
> Path.c:722:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 722 | SFsetText(path)
> | ^~~~~~~~~
> Path.c: In function ‘SFreplaceText.isra’:
> Path.c:180:24: warning: ‘strncat’ specified bound depends on the length of
> the source argument [-Wstringop-overflow=]
> 180 | (void) strncat(SFcurrentPath, str, len - 1);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Path.c:176:15: note: length computed here
> 176 | len = strlen(str);
> | ^~~~~~~~~~~
> rm -f Dir.o
> gcc -c -g -O2 -fno-strict-aliasing -I. -I.. -I/usr/include/X11
> -I/usr/include/ -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DUSE_ATHENA
> -DAPPDEFDIR=\"/etc/X11/app-defaults\"
> -DRGBF=\"/etc/X11/rgb.txt\" Dir.c
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from Dir.c:27:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> Dir.c: In function ‘SFgetDir’:
> Dir.c:153:9: warning: implicit declaration of function ‘qsort’
> [-Wimplicit-function-declaration]
> 153 | qsort((char *) result, i, sizeof(SFEntry), SFcompareEntries);
> | ^~~~~
> rm -f Draw.o
> gcc -c -g -O2 -fno-strict-aliasing -I. -I.. -I/usr/include/X11
> -I/usr/include/ -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DUSE_ATHENA
> -DAPPDEFDIR=\"/etc/X11/app-defaults\"
> -DRGBF=\"/etc/X11/rgb.txt\" Draw.c
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from Draw.c:27:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> Draw.c:58:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 58 | SFinitFont()
> | ^~~~~~~~~~
> Draw.c:85:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 85 | SFcreateGC()
> | ^~~~~~~~~~
> Draw.c:150:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 150 | SFclearList(n, doScroll)
> | ^~~~~~~~~~~
> Draw.c:193:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 193 | SFdeleteEntry(dir, entry)
> | ^~~~~~~~~~~~~
> Draw.c: In function ‘SFdeleteEntry’:
> Draw.c:227:17: warning: ‘return’ with no value, in function returning non-void
> 227 | return;
> | ^~~~~~
> Draw.c:193:1: note: declared here
> 193 | SFdeleteEntry(dir, entry)
> | ^~~~~~~~~~~~~
> Draw.c:232:17: warning: ‘return’ with no value, in function returning non-void
> 232 | return;
> | ^~~~~~
> Draw.c:193:1: note: declared here
> 193 | SFdeleteEntry(dir, entry)
> | ^~~~~~~~~~~~~
> Draw.c: At top level:
> Draw.c:244:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 244 | SFwriteStatChar(name, last, statBuf)
> | ^~~~~~~~~~~~~~~
> Draw.c: In function ‘SFstatAndCheck’:
> Draw.c:267:14: warning: implicit declaration of function ‘SFchdir’; did you
> mean ‘fchdir’? [-Wimplicit-function-declaration]
> 267 | if (!SFchdir(SFcurrentPath)) {
> | ^~~~~~~
> | fchdir
> Draw.c: At top level:
> Draw.c:320:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 320 | SFdrawStrings(w, dir, from, to)
> | ^~~~~~~~~~~~~
> Draw.c:396:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 396 | SFdrawList(n, doScroll)
> | ^~~~~~~~~~
> Draw.c:421:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 421 | SFdrawLists(doScroll)
> | ^~~~~~~~~~~
> Draw.c:432:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 432 | SFinvertEntry(n)
> | ^~~~~~~~~~~~~
> rm -f libXgnu.a
> ar clq libXgnu.a SelFile.o Path.o Dir.o Draw.o
> ar: libdeps specified more than once
> make[2]: *** [Makefile:1062: libXgnu.a] Error 1
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/pixmap_2.6pl4-20_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!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: pixmap
Source-Version: 2.6.6-1
Done: Paul Slootman <p...@debian.org>
We believe that the bug you reported is fixed in the latest version of
pixmap, 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 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Paul Slootman <p...@debian.org> (supplier of updated pixmap 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: Tue, 23 Nov 2021 16:16:09 +0100
Source: pixmap
Architecture: source
Version: 2.6.6-1
Distribution: unstable
Urgency: medium
Maintainer: Paul Slootman <p...@debian.org>
Changed-By: Paul Slootman <p...@debian.org>
Closes: 997627 999119
Changes:
pixmap (2.6.6-1) unstable; urgency=medium
.
* New upstream version.
* Packaging now based on dh as far as that's possible with an
Imake-based package.
closes:#999119
* Work around the binutils mess that means xutils-dev needs to fix Imake
(see #981072, #997628 and #994276).
closes:#997627
* Replaced menu file with FreeDesktop entry.
Checksums-Sha1:
79b67f29c4c5a32e244a65ca1b85d5d3f15a975a 1682 pixmap_2.6.6-1.dsc
b3df495a90c2a3a5c1724f7477b59f242d0bc5f7 133625 pixmap_2.6.6.orig.tar.gz
999a95b63effa546eebd3d26be3d41ac20e58c78 9444 pixmap_2.6.6-1.debian.tar.xz
7508c2b0dc889a91d620c57d349a9778736e8edb 6617 pixmap_2.6.6-1_source.buildinfo
Checksums-Sha256:
2ffb57cd985b494846a48a1ff08d806a3df77a4c32aa21eaa7b1ff7ee7bb761f 1682
pixmap_2.6.6-1.dsc
5fcfc0ff38d6998959e81b3b63cffe0d720227b26756422dc25fb9575d8c4f73 133625
pixmap_2.6.6.orig.tar.gz
d02043db0cca24184b8b59f9c2c27051bc48026ed64a5f99c07ebbcaf872ab7f 9444
pixmap_2.6.6-1.debian.tar.xz
c2fd5149019365d0e2be76e9dd2db26c82009da2cb42048e4c5d6d8561c6b505 6617
pixmap_2.6.6-1_source.buildinfo
Files:
c1673296eca29afe9bbf586eaf5f0474 1682 graphics optional pixmap_2.6.6-1.dsc
e48d0a67ab6f61571db0cad1014863b8 133625 graphics optional
pixmap_2.6.6.orig.tar.gz
5bcb8519a1080f39847bf894f5706453 9444 graphics optional
pixmap_2.6.6-1.debian.tar.xz
54981426fe767f5754e9439e03387e67 6617 graphics optional
pixmap_2.6.6-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEyfNP08AZcbxb9VhpMveNzq0RO4sFAmG8ViIACgkQMveNzq0R
O4sq9w//cZpmyFd1VnZfeEqQS8MsIATIlJEfSa70hkWsaicN1ZcFBF7ttgIehyZU
h8uusGeLmavtRXypVqQo0/F7LIzBFX1bpFT15kjMdBThTHDFeXdKJ/Zq0XmenG7v
s+8koF1j0eXGrDlpQYnRhaQe/Mhk4laCFwQR5s4jRYsf/qR/R4gzlpFVyG0YyU7C
Vxmw3sdVcz4UhVm+iEYyFkoJawoCXPSH2yl/KBhzMs17r4FGwk0Kt5yVJLmZglSh
kkhLMhLFzy3eqb+EiE2wILtV+k6OKHHJK6JJK4liteBTv/NlQV5prdKNdCQw2/sW
PNRSO8Wl6bCervh8YLzk3WisxM4FYus1DQ8OAkEJrVNIvolgJkNT/uhklrfLSyY+
6Agv3Udm9+E0LwB6n03Zo5020mfc4fNArVZLhSi1SnE1lPVMX+peoisY0+8uEamp
WURPP/359tmdiMpsvFvcULnoRzeIpcJLDLm+RHRc+GJwRSRLxwzsZPCgCr1mqG2q
rIy7uXQ0nVRPvHKnZkFux6V50DmeTqbDU6ifgKOIXoOWgG98dwhhFKpe5G5bWsD8
hLmQQC3AnMv8pHQVVxxBgZJOkUcfNpVgoJ6U+nLJf8p4D/Lx2m+Xn0PzVBF1WxSg
De78Kk7LQQWZ7y/qBqhdJCjjCeTD9KiKItWMgdtReDIjciMM8IU=
=C8rD
-----END PGP SIGNATURE-----
--- End Message ---