Your message dated Sun, 15 Aug 2021 21:36:46 +0000
with message-id <[email protected]>
and subject line Bug#986743: fixed in brltty 6.3+dfsg-2
has caused the Debian Bug report #986743,
regarding brltty: Please pass -static-libc to UDEB_LDFLAGS on ia64
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.)


-- 
986743: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986743
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: brltty
Version: 6.3+dfsg-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ia64
X-Debbugs-Cc: [email protected]

Hello!

Adrian Bunk has had a go at the FTBFS of brltty on ia64 and he finally found a
solution which is passing -static-libgcc to UDEB_LDFLAGS on ia64:

--- a/brltty-6.3+dfsg/debian/rules      2021-01-28 16:18:34.000000000 +0000
+++ b/brltty-6.3+dfsg/debian/rules      2021-04-11 00:10:47.933611489 +0000
@@ -25,6 +25,9 @@
 DEB_CONFIGURE_OPTIONS = --with-curses=ncursesw --disable-stripping
 
 UDEB_CFLAGS=-Os -fomit-frame-pointer
+ifneq (,$(filter $(DEB_HOST_ARCH), ia64))
+UDEB_LDFLAGS=-static-libgcc
+endif
 UDEB_DISABLE=speech-support pcm-support midi-support fm-support \
        contracted-braille api gpm iconv icu x polkit
 UDEB_CONFIGURE_OPTIONS=--with-braille-driver=-vr,all \
@@ -91,6 +94,7 @@
        cd build-brltty-udeb && \
                $(HARDENING) \
                CFLAGS="$$(DEB_BUILD_MAINT_OPTIONS=hardening=+all 
dpkg-buildflags --get CFLAGS) $(UDEB_CFLAGS)" \
+               LDFLAGS="$$(DEB_BUILD_MAINT_OPTIONS=hardening=+all 
dpkg-buildflags --get LDFLAGS) $(UDEB_LDFLAGS)" \
                ../configure \
                $(CONFIGURE_OPTIONS) \
                $(UDEB_CONFIGURE_OPTIONS)

This fixes the FTBFS for me (verified on yttrium.debian.net) and should 
consequently
fix the FTBFS of debian-installer on ia64, too (once src:linux is fixed as well 
in
kernel version 5.12).

Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - [email protected]
`. `'   Freie Universitaet Berlin - [email protected]
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

--- End Message ---
--- Begin Message ---
Source: brltty
Source-Version: 6.3+dfsg-2
Done: Samuel Thibault <[email protected]>

We believe that the bug you reported is fixed in the latest version of
brltty, 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.
Samuel Thibault <[email protected]> (supplier of updated brltty 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: SHA512

Format: 1.8
Date: Sun, 15 Aug 2021 22:57:39 +0200
Source: brltty
Architecture: source
Version: 6.3+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Closes: 983323 986053 986743
Changes:
 brltty (6.3+dfsg-2) unstable; urgency=medium
 .
   [ Matthias Klose ]
   * Allow one to build without the udeb package (Closes: Bug#983323)
 .
   [ Jonathan Hettwer ]
   * Add a proper d-i menu title to brltty-udeb
   * Add po-debconf translation infrastructure
 .
   [ John Paul Adrian Glaubitz ]
   * control, rules: Enable java support on m68k (Closes: Bug#986053)
 .
   [ Adrian Bunk ]
   * rules: on ia64, pass -static-libgcc in LDFLAGS of the udeb build
     (Closes: Bug#986743)
 .
   [ Samuel Thibault ]
   * control: Make brltty suggest unicode-cldr-core to get emoji 
pronounciations.
   * control: Drop autoconf build-dep, now pulled by debhelper.
   * control: Explicitly add libx11-dev and libxt-dev, that autoconf explicitly
     tests for.
   * control: Replace libgpmg1-dev build-dep with libgpm-dev.
   * control: Explicitly build-depend on gettext.
   * control: Set Rules-Requires-Root to no.
   * rules: Drop ddeb-migration rules, now useless.
   * debian/brltty-udeb.sh: Also kill the main menu and debconf, otherwise the
     graphical versions remain behind and fill logs.
   * rules: Make Python bindings build verbose.
   * patches/11-python-ldflags.patch: Manually pass CFLAGS/LDFLAGS from
     environment to setup.py.
   * rules: Call debconf-updatepo in clean rule.
   * po/templates.pot: Refresh.
Checksums-Sha1:
 bceb02b6e7cfb3fe0e7952201fc2db001309389c 3329 brltty_6.3+dfsg-2.dsc
 87970ed925e20dae49e361540f8d64b20acf75ed 33856 brltty_6.3+dfsg-2.debian.tar.xz
 0bb79258a7e4e6e09d4f76207847139b8d25731e 18038 
brltty_6.3+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 816e9d5025f6a1de802688b25aea385c98527be00afedeefd5b8fde6c411903e 3329 
brltty_6.3+dfsg-2.dsc
 78711f9b571409e4ee498bb0543feb9b8b42cd83b5c6c1250b237e5408367f87 33856 
brltty_6.3+dfsg-2.debian.tar.xz
 b279e37ee52314faca9e4acfab077e1a073f73513c065ae29e333f53368c019b 18038 
brltty_6.3+dfsg-2_amd64.buildinfo
Files:
 d48335039efd9639766bfabf1113c9c9 3329 admin optional brltty_6.3+dfsg-2.dsc
 de76de8248018db8e7c4038f2a87fed9 33856 admin optional 
brltty_6.3+dfsg-2.debian.tar.xz
 5722ac22f721539e920993100d9a9fe5 18038 admin optional 
brltty_6.3+dfsg-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEE59DSENomQIYa2nfqRdTszGSEm3kFAmEZhMsACgkQRdTszGSE
m3m4exAAsCFAwZRDuGc5ZQCHp+/TlgTVddB/edTm5YBl0+WXOH3rpbbgNgJhQpre
eWxIn1VdRMURT6+YtKkA7MzOwttbP07bgJfa7MHmbpEP10dK6CR26o1ok1Em4l9G
e07oK1LJIKlNtdx2vJLzDcTfjsTglfb7OOCK5m/Hj1/rdRzD/jPiy0g5P8PWtxwt
Bd3nGwF8BkVXNx88BfWH0nm0iHikVLch91DOWQUdmQmvT7MCVq4LvqE+xYCx5qPH
NrgWvAU9OlZyLpR49q/5lk6G04YqwNcsbD+wmWFcdV37wjsmr37ySkLG/gIhIRsc
ZNIuXeMOcP+jIujJyzcrLjezXlubum4vy0UGMDkwPtQ8Qfneks5BrKTUqttaEmkA
hHfpMcfl5SphezROrIY3cinqlJVZzCz/K4YZSN66acC5d6Q+SE/pXfYUw6vou+sR
ayCjlzKkL4pIUmZEZxpvNUf7ScIOm0fXEyCrHDX0xv1SHeLwra9mywEu46pYGKfd
/ldZfDV4Qp6s8p+f+MD1q9bMR2iuyBJ3qRX8xtfl877v/kCsMYUqT+QDptngH8+L
HQ4b38E04hM/CUmF+cf3hvNqkM1g5C5UMSgiSAU3gF+GpGetuexhSMOf7VpZYvrq
fcoE7VPuB9tWjgwuxMdAV9mX4sWZrhzZpYmJXOSDIGK+xNU5mqE=
=h7YE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to