Your message dated Sat, 05 Aug 2023 20:49:53 +0000
with message-id <e1qsodh-006hjr...@fasolo.debian.org>
and subject line Bug#943578: fixed in fluxbox 1.3.7-1
has caused the Debian Bug report #943578,
regarding fluxbox: FTBFS due to undefined references
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.)


-- 
943578: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943578
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: fluxbox
Version: 1.3.7-1~exp1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)

Hi,

fluxbox/experimental FTBFS in a current sid/experimental pbuilder
environment:

g++  -g -O2 -fdebug-prefix-map=/build/fluxbox-1.3.7=. -fstack-protector-strong 
-Wformat -Werror=format-security  -lfontconfig -lfreetype -lfribidi -lXft 
-lXrender -lX11 -Wl,-z,relro -o testDemandAttention src/test
s/testDemandAttention-testDemandAttention.o libFbTk.a src/defaults.o -lX11  
-lrt  -lm
/usr/bin/ld: libFbTk.a(libFbTk_a-FbString.o): in function 
`makeVisualFromLogical':
./src/FbTk/FbString.cc:91: undefined reference to `fribidi_charset_to_unicode'
/usr/bin/ld: ./src/FbTk/FbString.cc:96: undefined reference to `fribidi_log2vis'
/usr/bin/ld: ./src/FbTk/FbString.cc:99: undefined reference to 
`fribidi_unicode_to_charset'
/usr/bin/ld: libFbTk.a(libFbTk_a-Transparent.o): in function 
`FbTk::Transparent::freeDest()':
./src/FbTk/Transparent.cc:213: undefined reference to `XRenderFreePicture'
/usr/bin/ld: libFbTk.a(libFbTk_a-Transparent.o): in function 
`FbTk::Transparent::setDest(unsigned long, int)':
./src/FbTk/Transparent.cc:232: undefined reference to `XRenderFindVisualFormat'
/usr/bin/ld: ./src/FbTk/Transparent.cc:245: undefined reference to 
`XRenderCreatePicture'
/usr/bin/ld: libFbTk.a(libFbTk_a-Transparent.o): in function 
`FbTk::Transparent::render(int, int, int, int, unsigned int, unsigned int) 
const':
./src/FbTk/Transparent.cc:306: undefined reference to `XRenderComposite'
/usr/bin/ld: libFbTk.a(libFbTk_a-Transparent.o): in function 
`FbTk::Transparent::freeAlpha()':
./src/FbTk/Transparent.cc:334: undefined reference to `XRenderFreePicture'
/usr/bin/ld: libFbTk.a(libFbTk_a-Transparent.o): in function 
`FbTk::Transparent::~Transparent()':
./src/FbTk/Transparent.cc:194: undefined reference to `XRenderFreePicture'
/usr/bin/ld: ./src/FbTk/Transparent.cc:197: undefined reference to 
`XRenderFreePicture'
/usr/bin/ld: libFbTk.a(libFbTk_a-Transparent.o): in function `createAlphaPic':
./src/FbTk/Transparent.cc:49: undefined reference to `XRenderFindFormat'
/usr/bin/ld: ./src/FbTk/Transparent.cc:72: undefined reference to 
`XRenderCreatePicture'
/usr/bin/ld: ./src/FbTk/Transparent.cc:92: undefined reference to 
`XRenderFillRectangle'
/usr/bin/ld: libFbTk.a(libFbTk_a-Transparent.o): in function 
`FbTk::Transparent::Transparent(unsigned long, unsigned long, int, int)':
./src/FbTk/Transparent.cc:171: undefined reference to `XRenderFindVisualFormat'
/usr/bin/ld: ./src/FbTk/Transparent.cc:175: undefined reference to 
`XRenderCreatePicture'
/usr/bin/ld: ./src/FbTk/Transparent.cc:180: undefined reference to 
`XRenderCreatePicture'
/usr/bin/ld: libFbTk.a(libFbTk_a-Transparent.o): in function 
`FbTk::Transparent::setSource(unsigned long, int)':
./src/FbTk/Transparent.cc:276: undefined reference to `XRenderFindVisualFormat'
/usr/bin/ld: ./src/FbTk/Transparent.cc:287: undefined reference to 
`XRenderCreatePicture'
/usr/bin/ld: ./src/FbTk/Transparent.cc:266: undefined reference to 
`XRenderFreePicture'
/usr/bin/ld: libFbTk.a(libFbTk_a-XftFontImp.o): in function 
`FbTk::XftFontImp::~XftFontImp()':
./src/FbTk/XftFontImp.cc:47: undefined reference to `XftFontClose'
/usr/bin/ld: libFbTk.a(libFbTk_a-XftFontImp.o): in function 
`FbTk::XftFontImp::load(std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)':
./src/FbTk/XftFontImp.cc:55: undefined reference to `XftFontOpenXlfd'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:66: undefined reference to `XftFontClose'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:57: undefined reference to 
`XftFontOpenName'
/usr/bin/ld: libFbTk.a(libFbTk_a-XftFontImp.o): in function 
`FbTk::XftFontImp::drawText(FbTk::FbDrawable const&, int, _XGC*, char const*, 
unsigned long, int, int, FbTk::Orientation)':
./src/FbTk/XftFontImp.cc:115: undefined reference to `XftDrawCreate'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:135: undefined reference to 
`XftColorAllocValue'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:153: undefined reference to 
`XftDrawString8'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:156: undefined reference to `XftColorFree'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:157: undefined reference to 
`XftDrawDestroy'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:143: undefined reference to 
`XftTextExtentsUtf8'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:145: undefined reference to 
`XftDrawStringUtf8'
/usr/bin/ld: libFbTk.a(libFbTk_a-XftFontImp.o): in function 
`FbTk::XftFontImp::validOrientation(FbTk::Orientation)':
./src/FbTk/XftFontImp.cc:222: undefined reference to `FcMatrixRotate'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:226: undefined reference to `XftNameParse'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:228: undefined reference to `XftFontMatch'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:229: undefined reference to 
`FcPatternAddMatrix'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:230: undefined reference to 
`XftFontOpenPattern'
/usr/bin/ld: libFbTk.a(libFbTk_a-XftFontImp.o): in function 
`FbTk::XftFontImp::textWidth(char const*, unsigned int) const':
./src/FbTk/XftFontImp.cc:186: undefined reference to `XftTextExtents8'
/usr/bin/ld: ./src/FbTk/XftFontImp.cc:175: undefined reference to 
`XftTextExtentsUtf8'
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:2177: testDemandAttention] Error 1

Andreas

Attachment: fluxbox_1.3.7-1~exp1.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: fluxbox
Source-Version: 1.3.7-1
Done: Mateusz Łukasik <mat...@linuxmint.pl>

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

Debian distribution maintenance software
pp.
Mateusz Łukasik <mat...@linuxmint.pl> (supplier of updated fluxbox 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: SHA512

Format: 1.8
Date: Fri, 04 Aug 2023 20:49:29 +0200
Source: fluxbox
Architecture: source
Version: 1.3.7-1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry E. Oboukhov <un...@debian.org>
Changed-By: Mateusz Łukasik <mat...@linuxmint.pl>
Closes: 943578 967345 969440 1003798
Changes:
 fluxbox (1.3.7-1) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable. (Closes: #969440 #987223)
   * Acknowledge NMU 1.3.5-2.1. (Closes: #943578)
   * Drop depends on deprecated GTK 2. No longer used. (Closes: #967345)
   * Add debian/patches/fix_ld_ftbfs.patch from upstream for fix FTBFS with
     build-system: fix "make check".
   * Bump dh version to 13.
   * Bump Standards-Version to 4.6.2.
   * Add debian/patches/replace_FbRootWindow_depth_with_maxDepth.patch for
     replace FbRootWindow::depth with maxDepth. (Closes: #1003798)
   * Remove autotools-dev from B-D.
   * Update debian/copyright.
Checksums-Sha1:
 69558cd9639730ab4e193bb41c239d515b8e1817 1954 fluxbox_1.3.7-1.dsc
 b007e4dfb8cae9ab1477e5887e133076a6e67b20 418280 fluxbox_1.3.7-1.debian.tar.xz
 843a637a58d5cd63af9b04c5349f14a27f08294d 12482 fluxbox_1.3.7-1_source.buildinfo
Checksums-Sha256:
 8e2454ac0692c612f9b37a245b8869a2a1a02872f5013735160901a3f8181650 1954 
fluxbox_1.3.7-1.dsc
 f41eded66c87b90cc48fe437497187145dccbf40353814881f54ac721c2c54c6 418280 
fluxbox_1.3.7-1.debian.tar.xz
 0c97f50955a27d5cf5f84ac8d92aabdd70609cab8b1d7eb5fc50251568631039 12482 
fluxbox_1.3.7-1_source.buildinfo
Files:
 85a5732986c1e6996880b2861ff1eebb 1954 x11 optional fluxbox_1.3.7-1.dsc
 ca70077c65dc65dfaca299f77e74f0cf 418280 x11 optional 
fluxbox_1.3.7-1.debian.tar.xz
 49afc04a963daad1f02d47760ab66f72 12482 x11 optional 
fluxbox_1.3.7-1_source.buildinfo

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

iQJHBAEBCgAxFiEEt+z0Ld/ZiscwHAYrEQGtWoE2mtcFAmTOnqETHHBhdWx0YWdA
ZGViaWFuLm9yZwAKCRARAa1agTaa12c0D/9WZh0muf4+5/5C92FcfQVBIn4QnlL6
buEaFQx4X45k244UAAfyMqOMGGSaguzNWvfljpN96D+77hDZ00wfzOOz6ccxQ9eG
2V33vBqMIJK8AiL1Cx7z/HzPlQPM8RS5VVcgWNozAnkPh6VlsK9kz5A9oMbVK8FQ
CU4FI6J1mNIjatudvYhH3k4qTPEhoUKA5ubNtP6fSB7fQihsk/66xfcTDcX/Vv3Z
YUQwh9T6Gsm0VyVNuv5H8QmK0uqdt6xhB1SNijHVWw7C5/uQm+BrWXTXN6d8HY3y
zjQZxV98A0lLzR1DbbxcTpC0EdQayX9y7y/s9p5Lp2jdMBQu6jcuxYnh3plVJbgD
qNumJK+dcfDQSyU2hOcylE++UG4FKSX+zgRbVWV3RG+ILoU9z572JNj+58JWoL1F
EcGT4DXysm9fjv7hSkTL5BJmVYm0RC2ScIAwHjjv4IlWOGXKHZz46rn7mMdRPtrA
hJwZsM8vnHMr68lbv9NPdAUPhU+Yb0rbTyd4vHDWME847Mk2d7REQhOOCk2QBS1s
Lr2QDmWWy0AGARo1xAc4SbmwAyffdpsQ+UftlWu+I6O0vx0QI/o5s6w6JFeqwXla
nowJAZ4VdxcFdjf+YGE5SqAtxG9Kvg+fHvbsqrTM1gXu/6NaBVm+1cgCNkpEvLhW
oBaZhD9eje2Wvg==
=blln
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to