Bug#811604: FTBFS with GCC 6: statement indented as if it were guarded by

2016-08-06 Thread Kentaro Hayashi
> Hmm... I don't seem to be able to reproduce this error. Also the code > itself doesn't actually look misleading. > > Maybe it was fixed in the latest 7.1.5-1 release? It was already fixed in upstream. https://people.redhat.com/anderson/crash.changelog.html Quoted from crach 7.1.5 changelog

Bug#811758: presage: FTBFS with GCC 6: narrowing conversion

2016-07-01 Thread Kentaro Hayashi
tion: Fix FTBFS by g++-6 Author: Kentaro Hayashi <haya...@clear-code.com> Forwarded: No --- a/src/lib/core/charsets.h +++ b/src/lib/core/charsets.h @@ -42,7 +42,7 @@ const char PAGE_DOWN = 128; -const char DEFAULT_WORD_CHARS[]={ +const unsigned char DEFAULT_WORD_CHARS[]={ 'A',

Bug#925972: src:groonga: Non-working maintainer address

2019-04-03 Thread Kentaro Hayashi
> A message that you sent could not be delivered to one or more of its > recipients. This is a permanent error. The following address(es) failed: > > packa...@groonga.org > host aspmx.l.google.com [2a00:1450:400c:c0c::1a] > SMTP error from remote mail server after RCPT TO:: >

Bug#928282: filezilla: CVE-2019-5429

2019-06-07 Thread Kentaro Hayashi
--- filezilla-3.39.0/debian/changelog 2019-01-25 19:37:54.0 +0900 +++ filezilla-3.39.0/debian/changelog 2019-06-07 13:07:14.0 +0900 @@ -1,3 +1,12 @@ +filezilla (3.39.0-2.1) unstable; urgency=medium + + [ Kentaro Hayashi ] + * Non-maintainer upload. + * d/patches/CVE-2019-5429.patch

Bug#928052: CVE-2019-11502 CVE-2019-11503

2019-06-09 Thread Kentaro Hayashi
/debian/changelog 2019-06-09 13:49:16.0 +0900 @@ -1,3 +1,12 @@ +snapd (2.37.4-1.1) unstable; urgency=medium + + [ Kentaro Hayashi ] + * Non-maintainer upload. + * d/patches/CVE-2019-11502.patch: fix unintended access to a private /tmp +directory. (Closes: #928052) + + -- Kentaro Hayashi

Bug#928282: filezilla: CVE-2019-5429

2019-06-08 Thread Kentaro Hayashi
On Fri, 7 Jun 2019 22:20:45 +0900 Kentaro Hayashi wrote: > Hi, > > I'm not a user of filezilla, but I've picked it up fixing RC bug as a > challenge. > I've attached debdiff to fix CVE-2019-5429 using tracker information as a > hint. > > I hope it will help to clo

Bug#928052: CVE-2019-11502 CVE-2019-11503

2019-06-10 Thread Kentaro Hayashi
019-06-09 13:49:16.0 +0900 @@ -1,3 +1,12 @@ +snapd (2.37.4-1.1) unstable; urgency=medium + + [ Kentaro Hayashi ] + * Non-maintainer upload. + * d/patches/CVE-2019-11502.patch: fix unintended access to a private /tmp +directory. + + -- Kentaro Hayashi Sun, 09 Jun 2019 13:49:16 +0900 +

Bug#928304: groonga-httpd: Privilege escalation due to insecure use of logrotate

2019-05-09 Thread Kentaro Hayashi
Hi, On Wed, 8 May 2019 20:32:53 +0200 Salvatore Bonaccorso wrote: > Hi, > > [please always include team@security.d.o as so any team member can > reply] > I've got it, thanks. > On Wed, May 08, 2019 at 12:03:49PM +0900, Hideki Yamane wrote: > > Hi Salvatore, > > > > Can you follow his

Bug#929466: freeradius: CVE-2019-10143: privilege escalation due to insecure logration

2019-05-24 Thread Kentaro Hayashi
@@ -1,3 +1,11 @@ +freeradius (3.0.17+dfsg-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Cherry-Pick upstream commits to fix CVE-2019-10143 (Mitigate +privilege escalation due to insecure lotation settings) (Closes: #929466) + + -- Kentaro Hayashi Fri, 24 May 2019 13:15:19

Bug#928304: groonga-httpd: Privilege escalation due to insecure use of logrotate

2019-05-07 Thread Kentaro Hayashi
-gqtp.logrotate +- Mitigate privilege escalation by changing the owner and group of logs + with "su" option. Reported by Wolfgang Hotwagner. + (Closes: #928304) (CVE-2019-11675) + + -- Kentaro Hayashi Tue, 07 May 2019 22:33:11 +0900 + groonga (6.1.5-1) unstable; urgency=medium

Bug#938874: yum-metadata-parser: Python2 removal in sid/bullseye

2019-09-21 Thread Kentaro Hayashi
) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches/fix-python37-setup-error.patch +- Add patch to fix setup error with Python 3.x + * debian/control +- Support python3-sqlitecachec. + * debian/rules +- Build python2,python3 packages. + + -- Kentaro Hayashi

Bug#938874: yum-metadata-parser: Python2 removal in sid/bullseye

2019-09-25 Thread Kentaro Hayashi
On Mon, 23 Sep 2019 09:36:24 -0700 Mike Miller wrote: > Much more helpful long term would be to contribute to getting > createrepo_c (#912338) and dnf (no ITP yet) into Debian so these Python > 2 packages can be dropped. It seems that waiting #912338 task is better in long term surely. Regards,

Bug#954496: cwltool: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.7 3.8" returned exit code 13

2020-03-30 Thread Kentaro Hayashi
> /usr/lib/python3/dist-packages/coloredlogs/__init__.py:192: in > from humanfriendly.terminal import ANSI_COLOR_CODES, ansi_wrap, > terminal_supports_colors > E ModuleNotFoundError: No module named 'humanfriendly.terminal' Hi, It seems this bug was already fixed by #954640, and you

Bug#954603: cyvcf2: FTBFS: dh_auto_test: error: pybuild --test --test-nose -i python{version} -p "3.7 3.8" returned exit code 13

2020-03-30 Thread Kentaro Hayashi
Hi, It seems this bug was already fixed by #954640, and you should use latest humanfriendly/8.1-2. python3-humanfriendly: humanfriendly.terminal module missing from package https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954640

Bug#962615: sylfilter: glib error prevent filter working

2020-09-11 Thread Kentaro Hayashi
Hi, On Sat, 13 Jun 2020 12:13:59 +0200 Xavier Brochard wrote: snip > xfilter_bayes_db_init: opening db: /home/anne/.sylfilter/junk.db > > ** (process:21314): WARNING **: 12:04:05.137: Cannot open database: > /home/anne/.sylfilter/junk.db > Database initialization error. I've tried to check

Bug#957642: openrc: ftbfs with GCC-10

2020-08-01 Thread Kentaro Hayashi
/OpenRC/openrc/commit/375ef42393f3dc6edbaa2cb70c79b2366072db38 Regards, -- Kentaro Hayashi

Bug#957247: galculator: ftbfs with GCC-10

2020-08-01 Thread Kentaro Hayashi
control: tags -1 patch Hi, I've attached a patch. I've also send PR for upstream. https://github.com/galculator/galculator/pull/45 >From 501a9e3feeb2e56889c0ff98ab6d0ab20348ccd6 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Sat, 1 Aug 2020 22:25:37 +0900 Subject: [PATCH] Fix multi

Bug#957977: xfce4-sensors-plugin: ftbfs with GCC-10

2020-08-03 Thread Kentaro Hayashi
control: tags -1 fixed-upstream Hi, It seems that it was already fixed in upstream: Here is the commit: https://gitlab.xfce.org/panel-plugins/xfce4-sensors-plugin/-/commit/108ffac9eac23a5d87f142e36d162d62be0619e2

Bug#957032: ayatana-indicator-printers: ftbfs with GCC-10

2020-08-04 Thread Kentaro Hayashi
control: tags -1 patch Hi, I've send PR to the upstream https://github.com/AyatanaIndicators/ayatana-indicator-printers/pull/1

Bug#955066: mako: FTBFS with Sphinx 2.4: Theme error: no theme named 'zzzeeksphinx' found (missing theme.conf?)

2020-07-30 Thread Kentaro Hayashi
/zsmako/theme.conf. So, this issue was solved by uploaded python3-zzeekessphinx 1.1.4-1. -- Kentaro Hayashi

Bug#957979: xfce4-cpufreq-plugin: ftbfs with GCC-10

2020-08-02 Thread Kentaro Hayashi
Control: tags -1 fixed-upstream Hi, This issue is tracked and already fixed in upstream. https://gitlab.xfce.org/panel-plugins/xfce4-cpufreq-plugin/-/issues/6 Fixed commit is here:

Bug#959624: ruby-faraday: FTBFS: ERROR: Test "ruby2.7" failed: NoMethodError: undefined method `split' for nil:NilClass

2020-07-13 Thread Kentaro Hayashi
Control: fixed -1 0.17.3-1 Hi, It seems that ruby-faraday 0.15.4-3 was updated, and the new version 0.17.3-1 doesn't have FTBFS issue. Regards,

Bug#877106: pinta: Pinta 1.6-2 crashes on image scaling and other image manipulation.

2020-06-26 Thread Kentaro Hayashi
Hi, It doesn't resove the issue completely, but the following commit may reduce crash frequency. Fix an NRE I randomly hit. https://github.com/PintaProject/Pinta/commit/1e6197674c1dc653a76f231eb1ace7cf69cdf984 --- a/Pinta.Core/Classes/DocumentWorkspace.cs +++

Bug#953533: opensc: Fails to build due to missing bash_completion files

2020-07-28 Thread Kentaro Hayashi
Control: tags 953533 patch

Bug#972870: Should libhal1-flash be shipped in bullseye?

2020-12-05 Thread Kentaro Hayashi
It should be removed, indeed.

Bug#990371: munin-node: Unit fails on startup - Runtime directory n/a

2021-07-11 Thread Kentaro Hayashi
I've sent MR to fix this issue. https://salsa.debian.org/debian/munin/-/merge_requests/5 Regards,

Bug#973188: virt-top: FTBFS: Error: Cannot find file camlheader_pic

2021-03-20 Thread Kentaro Hayashi
> > File "opt_csv.ml", line 36, characters 1-13: > > 36 |Csv.save_out chan [row]; > > > > Alert deprecated: Csv.save_out > > Save Csv.t to a channel > > ocamlfind ocamlc -package unix,extlib,curses,str,libvirt -package > > gettext-stub -package xml-light -package csv -g

Bug#956782: zeal: Build-Depends (unnecessarily?) on deprecated libappindicator

2021-03-02 Thread Kentaro Hayashi
I've sent MR to fix. Remove needless libappindicator-dev from Build-Depends https://salsa.debian.org/debian/zeal/-/merge_requests/1

Bug#978916: varnish: ftbfs with autoconf 2.70

2021-09-11 Thread Kentaro Hayashi
FYI: It is still reproducible on unstable with: * varnish 6.5.2-1 * autoconf 2.71-2 It seems that autoreconf generates broken configure. (without autoreconf, ./configure just works) I'm not sure but in source tree, m4/ax_pthread.m4 around AC_CACHE_CHECK([for PTHREAD_PRIO_INHERIT], causes the

Bug#997189: liboping: FTBFS: oping.c:1159:25: error: format not a string literal and no format arguments [-Werror=format-security]

2021-11-14 Thread Kentaro Hayashi
FYI: For the latter case, it seems that it has already submitted a fix as a PR. See https://github.com/octo/liboping/pull/60/files On Sat, 23 Oct 2021 21:06:58 +0200 Lucas Nussbaum wrote: > > oping.c: In function ‘update_host_hook’: > > oping.c:1640:38: error: too many arguments for format > >

Bug#1005444: ruby-webauthn: FTBFS: ERROR: Test "ruby3.0" failed: /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1401:in `rescue in block in activate_dependencies': Could not find 'openssl' (~>

2022-03-04 Thread Kentaro Hayashi
FYI: upstream try to support OpenSSL gem requirement 2.2 or later, but there is a compatibility issue. Bump OpenSSL gem requirement to 2.2 #324 https://github.com/cedarcode/webauthn-ruby/pull/324 Regards,

Bug#995354: Requires to package ruby-thread-local

2022-02-27 Thread Kentaro Hayashi
At least, updating to async-http 0.56.0 or later will satisfy dependency. https://rubygems.org/gems/async-http/versions/0.56.0 async-http 0.56.0 or later requires protocol-http >= 0.22.0 < 0.23, but ruby-protocol-http 0.22.5-1 is packaged in sid. It also adds new development dependency for

Bug#1054433: node-puppeteer: website is build with Docusaurus not packaged for debian

2023-11-05 Thread Kentaro HAYASHI
Control: severity -1 important Hi, It seems that already repacked. Surely regenerating omitted content (website and docs) may be recommended in the future, so marked as important. Regards,

Bug#1014314: lvm2: Missing 69-lvm-metad.rules causes lvm2 initramfs-tools hook to fail

2022-07-03 Thread Kentaro Hayashi
FYI: similar issue was reported in the past lvm2: initramfs generation fails if neither /etc/udev/rules.d/69-lvm-metad.rules nor /lib/udev/rules.d/69-lvm-metad.rules exists https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881916

Bug#1029821: change gnome-desktop's default choice of Japanese input methods for Debian

2023-03-02 Thread Kentaro Hayashi
Hi, On Wed, 01 Mar 2023 16:47:22 + James Addison wrote: > Package: libgnome-desktop-4-2 > Followup-For: Bug #1029821 > X-Debbugs-Cc: yy.y.ja...@gmail.com > > I'd like to contribute by testing d-i with Japanese input (I'm not a Japanese > speaker, but can offer some time to help). > > My

Bug#1029821: change gnome-desktop's default choice of Japanese input methods for Debian

2023-03-02 Thread Kentaro Hayashi
Hi, On Thu, 2 Mar 2023 09:42:36 + Simon McVittie wrote: > Control: tags -1 + moreinfo > snip > > Is there consensus among Japanese-speaking users of Debian that mozc is > a better default for all Japanese speakers, including new users who are > not familiar with GNOME or Debian? At

Bug#1033407: duplicate bugs

2023-04-16 Thread Kentaro Hayashi
FYI: It seems this bug was fixed in #1032989, so this bug also have to be closed. NOTE: this fix is not landed to bookworm yet. On Sat, 25 Mar 2023 13:20:27 +0100 Dominik Stadler wrote: > merge 1033407 1032989 > > -- > These two bug-reports sound very similar, #1032989 has a lot of >

Bug#1062131: groonga: NMU diff for 64-bit time_t transition

2024-02-08 Thread Kentaro HAYASHI
Thanks, According to https://github.com/groonga/groonga/discussions/1698, it will not affected during 64bit time_t transition in practical use case. There are some points. * time_t is used but the value of it was treated as 64bit value internally. (See GRN_TIME_PACK. it use int64_t) *

Bug#1056354: python3-hinawa-utils depends on cruft gir1.2-hinawa-3.0

2024-02-19 Thread Kentaro HAYASHI
Control: fixed -1 0.4.0-1 This bug was fixed in hinawa-utils 0.4.0-1. On Tue, 21 Nov 2023 17:09:35 +0200 Adrian Bunk wrote: > Package: python3-hinawa-utils > Version: 0.3.0-3 > Severity: serious > > src:libhinawa now builds gir1.2-hinawa-4.0 instead of > gir1.2-hinawa-3.0 > >

Bug#1058535: libhinawa: FTBFS: make: *** [debian/rules:8: binary] Error 25

2023-12-12 Thread Kentaro HAYASHI
On Tue, 12 Dec 2023 21:51:47 +0100 Lucas Nussbaum wrote: > Source: libhinawa > Version: 4.0.0-1 > Severity: serious > Justification: FTBFS > Tags: trixie sid ftbfs > User: lu...@debian.org > Usertags: ftbfs-20231212 ftbfs-trixie > > Hi, > > During a rebuild of all packages in sid, your package

Bug#1052037: fixed in fasttext 0.9.2+ds-6

2023-12-28 Thread Kentaro HAYASHI
Control: found -1 0.9.2+ds-6 >* debian/patches/explicitly-link-libatomic.patch > - Fix import error on armel (Closes: #1052037) It was inappropriate a bit. If LD_PRELOAD was set, it was overlooked.

Bug#1042697: Your mail

2023-11-08 Thread Kentaro HAYASHI
Control: fixed -1 13.0.9+dfsg-1 I've forgot to close with uploaded version. On Sat, 5 Aug 2023 15:14:10 +0900 Kentaro HAYASHI wrote: > NOTE for sphinx 7 when it is landed into sid: > > * doc/files.am should be patched to eliminate jquery.js and > underscore.js dependency or

Bug#1069344: netgen: FTBFS on armhf [debian/rules:66: override_dh_auto_test]

2024-04-20 Thread Kentaro HAYASHI
Source: netgen Severity: serious Tags: ftbfs Control: found -1 6.2.2401+dfsg1-1.1+b1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, netgen fails to build on armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=netgen=armhf=6.2.2401%2Bdfsg1-1.1%2Bb1=1712667539=0 Regards,

Bug#1069347: rust-servo-freetype-sys: FTBFS on armel,armhf CMake Error: The source directory "/<>/freetype2" does not exist.

2024-04-20 Thread Kentaro HAYASHI
Source: rust-servo-freetype-sys Severity: serious Tags: ftbfs Control: found -1 4.0.5-2 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, rust-servo-freetype-sys fails to build on armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=rust-servo-freetype-sys=armel=4.0.5-2=1688825741=0

Bug#1071048: rust-coreutils: FTBFS on armhf,armel (`timespec` with struct literal syntax due to private fields)

2024-05-13 Thread Kentaro HAYASHI
Source: rust-coreutils Severity: serious Tags: ftbfs Control: found -1 0.0.26-1 Dear Maintainer, rust-coreutils fails to build on armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=rust-coreutils=armel=0.0.26-1=1714571498=0

Bug#1071046: rust-mimalloc: FTBFS on armhf (E: Build killed with signal TERM after 150 minutes of inactivity)

2024-05-13 Thread Kentaro HAYASHI
Source: rust-mimalloc Severity: serious Tags: ftbfs Control: found -1 0.1.29-1+b2 Dear Maintainer, rust-mimalloc fails to build on armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=rust-mimalloc=armhf=0.1.29-1%2Bb2=1714283560=0 Regards,

Bug#1071044: rust-libmimalloc-sys : FTBFS on armhf (signal: 11, SIGSEGV: invalid memory reference)

2024-05-13 Thread Kentaro HAYASHI
Source: rust-libmimalloc-sys Severity: serious Tags: ftbfs Control: found -1 0.1.25-1+b2 Dear Maintainer, rust-libmimalloc-sys fails to build on armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=rust-libmimalloc-sys=armhf=0.1.25-1%2Bb2=1714271391=0 Regards,

Bug#1068057: libgtkada: FTBFS on armel (error: /usr/bin/gprbuild test failed at compile time! )

2024-03-30 Thread Kentaro HAYASHI
Source: libgtkada Severity: serious Tags: ftbfs Control: found -1 24.0.0-2 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, libgtkada fails to build on armel. FYI: https://buildd.debian.org/status/fetch.php?pkg=libgtkada=armel=24.0.0-2=1711025590=0 Regards,

Bug#1068058: libgtkada: FTBFS on armhf ( compilation of gtkada-canvas_view.adb failed)

2024-03-30 Thread Kentaro HAYASHI
Source: libgtkada Severity: serious Tags: ftbfs Control: found -1 24.0.0-2 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, libgtkada fails to build on armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=libgtkada=armhf=24.0.0-2=1710988310=0 Regards,

Bug#1068065: quorum: FTBFS on armel, armhf,i386 (error: no matching function for call to ‘min(const long long unsigned int&, unsigned int)’)

2024-03-30 Thread Kentaro HAYASHI
Source: quorum Severity: serious Tags: ftbfs Control: found -1 1.1.2-2 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, quorum fails to build on armel, armhf, i386. FYI: https://buildd.debian.org/status/fetch.php?pkg=quorum=armel=1.1.2-2=1701603381=0

Bug#1068054: rauc: FTBFS on armel, armhf (1 test failure)

2024-03-30 Thread Kentaro HAYASHI
Source: rauc Severity: serious Tags: ftbfs Control: found -1 1.11.3-1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, rauc fails to build on armel, armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=rauc=armel=1.11.3-1=1710786055=0

Bug#1068055: ccls: FTBFS on armel (undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0')

2024-03-30 Thread Kentaro HAYASHI
Control: notfound -1 2.6.0-1

Bug#1041803: [Debian-pan-maintainers] Bug#1041803: hyperspy: FTBFS test_image fails

2024-03-30 Thread Kentaro HAYASHI
Control: tags -1 ftbfs

Bug#1068063: sssd: FTBFS on armel, armhf (test failures with test_pam_xxx, test_user_xxx... for 2.9.x)

2024-03-30 Thread Kentaro HAYASHI
Source: sssd Severity: serious Tags: ftbfs Control: found -1 2.9.4-1.1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, sssd fails to build on armel, armhf. Though test suite failure was already reported, but target version is 1.11.5.1-1, not 2.x branch. so I've filed as a new bug to raise

Bug#1068056: ccls: FTBFS on armhf,i386 (test_response failures)

2024-03-30 Thread Kentaro HAYASHI
Source: ccls Severity: serious Tags: ftbfs Control: found -1 0.20230717-1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, ccls fails to build on armhf, i386. FYI: https://buildd.debian.org/status/fetch.php?pkg=ccls=armhf=0.20230717-1=1694985920=0

Bug#1068055: ccls: FTBFS on armel (undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0')

2024-03-30 Thread Kentaro HAYASHI
Control: found -1 Control: found -1 0.20230717-1

Bug#1068067: fpzip: FTBFS on armel, armhf, i386 (1 - compress-decompress-validate (Failed))

2024-03-30 Thread Kentaro HAYASHI
Source: fpzip Severity: serious Tags: ftbfs Control: found -1 1.3.0-3 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, fpzip fails to build on armel, armhf, i386. FYI: https://buildd.debian.org/status/fetch.php?pkg=fpzip=armel=1.3.0-3=1685884820=0

Bug#1068053: postsrsd: FTBFS on armel, armhf (bats run_postsrsd_tests.bats failure)

2024-03-30 Thread Kentaro HAYASHI
Source: postsrsd Severity: serious Tags: ftbfs Control: found -1 1.10-2.1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, postsrsd fails to build on armel, armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=postsrsd=armel=1.10-2.1=1710920668=0

Bug#1068066: docker-registry: FTBFS on armhf (test failure with DriverSuite.TestDeleteOnlyDeletesSubpaths)

2024-03-30 Thread Kentaro HAYASHI
Source: docker-registry Severity: serious Tags: ftbfs Control: found -1 2.8.2+ds1-1+b4 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, docker-registry fails to build on armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=docker-registry=armhf=2.8.2%2Bds1-1%2Bb4=1704669577=0 Regards,

Bug#1068051: tilix: FTBFS on armhf, s390x (undefined reference to `_D4core8internal5array8equality...)

2024-03-29 Thread Kentaro HAYASHI
Source: tilix Severity: serious Tags: ftbfs Control: found -1 1.9.6-2 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, tilix fails to build on armhf, s390x. FYI: https://buildd.debian.org/status/fetch.php?pkg=tilix=armhf=1.9.6-2=1711367535=0

Bug#1068052: openms: FTBFS on armel,armhf (error: ‘QOpenGLFunctions_2_0’ does not name a type)

2024-03-30 Thread Kentaro HAYASHI
Source: openms Severity: serious Tags: ftbfs Control: found -1 2.6.0+cleaned1-4 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, openms fails to build on armel, armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=openms=armel=2.6.0%2Bcleaned1-4=1703355142=0

Bug#1068055: ccls: FTBFS on armel (undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0')

2024-03-30 Thread Kentaro HAYASHI
Source: ccls Severity: serious Tags: ftbfs Control: found -1 2.6.0-1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, ccls fails to build on armel. (missing linking against with -latomic) FYI: https://buildd.debian.org/status/fetch.php?pkg=ccls=armel=0.20230717-1=1694985537=0 Regards,

Bug#1067603: contextfree: FTBFS on armhf: test failure with missing codec

2024-03-27 Thread Kentaro HAYASHI
Hi, On Wed, 27 Mar 2024 20:58:51 -0700 John Horigan wrote: > That error message indicates that libavcodec60 does not support the > libx264 codec for encoding H.264 files. libavcodec60 lists > libx264-164 as a dependency, with no exception for armel or armhf > systems, so I don't know why the

Bug#1068325: bisonc++: FTBFS on armel, armhf (override_dh_auto_clean Segmentation fault)

2024-04-03 Thread Kentaro HAYASHI
Source: bisonc++ Severity: serious Tags: ftbfs Control: found -1 6.08.00-1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, bisonc++ fails to build on armel, armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=bisonc%2B%2B=armel=6.08.00-1=1712127818=0

Bug#1068327: flexc++: FTBFS on armel, armhf (Segmentation fault)

2024-04-03 Thread Kentaro HAYASHI
Source: flexc++ Severity: serious Tags: ftbfs Control: found -1 2.15.00-1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, flexc++ fails to build on armel, armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=flexc%2B%2B=armel=2.15.00-1=1712127698=0

Bug#1067837: tremotesf: FTBFS on armel (dh_auto_build: error: ninja -j8 -v returned exit code 1)

2024-03-27 Thread Kentaro HAYASHI
Source: tremotesf Severity: serious Tags: ftbfs Control: found -1 2.6.0-1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, tremotesf fails to build on armel. FYI: https://buildd.debian.org/status/fetch.php?pkg=tremotesf=armel=2.6.0-1=1705039418=0 [96/131] /usr/bin/c++ -DFMT_SHARED

Bug#1067952: mes: FTBFS on armhf

2024-03-29 Thread Kentaro HAYASHI
Source: mes Severity: serious Tags: ftbfs Control: found -1 0.26-1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, mes 0.26-1 fails to build on armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=mes=armhf=0.26-1=1704511792=0 Regards,

Bug#1067954: openmesh: FTBFS on armel,armhf

2024-03-29 Thread Kentaro HAYASHI
Source: openmesh Severity: serious Tags: ftbfs Control: found -1 9.0-4 Control: user -1 debian-...@lists.debian.org Control: usertags -1 + armel armhf X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, openmesh fails to build on armel, armhf. FYI

Bug#1067959: sambamba: FTBFS on armhf (supported compiler issue)

2024-03-29 Thread Kentaro HAYASHI
Source: sambamba Severity: serious Tags: ftbfs Control: found -1 1.0.1+dfsg-1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, sambamba fails to build on armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=sambamba=armhf=1.0.1%2Bdfsg-1=1699230688=0 Regards,

Bug#1067956: rocalution: FTBFS on armhf (test failure with memory allocation)

2024-03-29 Thread Kentaro HAYASHI
Source: rocalution Severity: serious Tags: ftbfs Control: found -1 5.7.1-2 Control: user -1 debian-...@lists.debian.org Control: usertags -1 + armhf X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, rocalution fails to build on armhf. FYI:

Bug#1067958: ruy: FTBFS on armel, armhf

2024-03-29 Thread Kentaro HAYASHI
Source: ruy Severity: serious Tags: ftbfs Control: found -1 0.0.0~git20230215.21a85fe-1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, ruy fails to build on armel, armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=ruy=armel=0.0.0%7Egit20230215.21a85fe-1=1688810281=0

Bug#1068186: mozc: FTBFS with abseil 20230802: ../../base/init_mozc.cc:90:29: error: ‘absl::debian5::flags_internal::ArgvListAction’ has not been declared

2024-05-16 Thread Kentaro HAYASHI
Control: tags -1 fixed-upstream Hi, On Mon, 1 Apr 2024 15:35:41 +0200 Sebastian Ramacher wrote: > Source: mozc > Version: 2.28.4715.102+dfsg-2.2 > Severity: serious > Tags: ftbfs > Justification: fails to build from source (but built successfully in > the past) X-Debbugs-Cc:

Bug#1057544: barrier: FTBFS: failing test

2024-05-27 Thread Kentaro HAYASHI
I've just tried it with debian:sid container, it seems that there is no test failure about 4 reported failures. [ OK ] XWindowsKeyStateTests.setActiveGroup_poll_groupIsNotSet (21 ms) [ RUN ] XWindowsKeyStateTests.setActiveGroup_customGroup_groupWasSet [2024-05-27T11:26:31] DEBUG:

Bug#1068186: mozc: FTBFS with abseil 20230802: ../../base/init_mozc.cc:90:29: error: ‘absl::debian5::flags_internal::ArgvListAction’ has not been declared

2024-05-17 Thread Kentaro HAYASHI
Control: tags -1 patch On Fri, 17 May 2024 14:06:37 +0900 Kentaro HAYASHI > This issue was already fixed in upstream. > > Non-public Abseil API is used for CLI parsing > https://github.com/google/mozc/issues/790 > > Above ftbfs error was fixed with the following commi

Bug#1068186: mozc: FTBFS with abseil 20230802: ../../base/init_mozc.cc:90:29: error: ‘absl::debian5::flags_internal::ArgvListAction’ has not been declared

2024-05-18 Thread Kentaro HAYASHI
Hi, On Fri, 17 May 2024 21:16:15 +0900 Kentaro HAYASHI wrote: > Control: tags -1 patch > > On Fri, 17 May 2024 14:06:37 +0900 Kentaro HAYASHI > > > This issue was already fixed in upstream. > > > > Non-public Abseil API is used for CLI parsing > > h

Bug#1068202: bazel-bootstrap: FTBFS: /usr/include/absl/base/policy_checks.h:79:2: error: #error "C++ versions less than C++14 are not supported."

2024-06-02 Thread Kentaro HAYASHI
cc_toolchain_config.bzl: flag_groups = [flag_group(flags = ["-std=c++0x"])], Regards, >From e7f756e9e328516517e7b14ad1070c41c5688d5a Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Sun, 2 Jun 2024 23:36:37 +0900 Subject: [PATCH] Fix FTBFS with std=c++0x (C++11) It will fix the fo

Bug#1068202: bazel-bootstrap: FTBFS: /usr/include/absl/base/policy_checks.h:79:2: error: #error "C++ versions less than C++14 are not supported."

2024-06-02 Thread Kentaro HAYASHI
FYI: I've created MR for it. https://salsa.debian.org/bazel-team/bazel-bootstrap/-/merge_requests/3

Bug#1072678: : FTBFS on armel, armhf ( error: ‘QOpenGLFunctions_3_2_Core’ does not name a type;)

2024-06-06 Thread Kentaro HAYASHI
Source: nextpnr Severity: serious Tags: ftbfs Control: found -1 0.7-1 X-Debbugs-Cc: ken...@xdump.org Dear Maintainer, nextpnr fails to build on armel, armhf. FYI: https://buildd.debian.org/status/fetch.php?pkg=nextpnr=armel=0.7-1=1714863100=0