Bug#1032528: installation-reports: Raspberry Pi 3 Model B Plus in EFI mode - debian-bookworm-DI-alpha2-arm64-netinst.iso

2023-03-08 Thread Emanuele Rocca
Package: installation-reports Boot method: USB stick Image version: https://cdimage.debian.org/cdimage/bookworm_di_alpha2/arm64/iso-cd/debian-bookworm-DI-alpha2-arm64-netinst.iso Date: 2023-03-08 Machine: Raspberry Pi 3 Model B Plus Rev 1.3 Processor: ARM Cortex-A53 Memory: 1G Partitions:

Bug#982794: firefox-esr: illegal instruction in libxul.so on armhf

2023-03-08 Thread Emanuele Rocca
Control: tags -1 + patch On Fri, Mar 03, 2023 at 03:13:15PM +0100, Emanuele Rocca wrote: > Firefox seems to erroneously enable NEON in places where it shouldn't. Trying > to figure out exactly where and what's the best way to address this. Patch attached. According to the large disc

Bug#1030284: [Pkg-javascript-devel] Bug#1030284: nodejs: [arm64] RangeError: Maximum call stack size exceeded

2023-03-03 Thread Emanuele Rocca
Hi, On Wed, Mar 01, 2023 at 02:41:05PM +0100, Jérémy Lal wrote: > For now I'm unlucky with the porterbox, because /var/run/schroot > disappeared yesterday. I can confirm that the issue isn't reproducible with V8_DEFAULT_STACK_SIZE_KB set to 984. Built and tested on a Macbook M1.

Bug#982794: firefox-esr: illegal instruction in libxul.so on armhf

2023-03-03 Thread Emanuele Rocca
Hi, On Sun, Feb 14, 2021 at 02:12:17PM +, Vincent Arkesteijn wrote: > Firefox is killed with SIGILL shortly after startup: > $ firefox-esr -safe-mode > Illegal instruction > $ This is due to the fact that some armhf CPUs do not have support for NEON instructions. skia used to detect such

Bug#1027781: qemu-user-static on arm64 host lacks registering arm (hf) support with binfmt_misc

2023-03-02 Thread Emanuele Rocca
On Fri, Jan 06, 2023 at 12:07:26PM +0100, pe...@flying-snail.de wrote: > From what I've read, support for arm32 is optional for arm64 CPU, moreover > virtualization of arm32 is not possible at least on an Apple host. > > So yes, the option to configure arm32 support at binfmt installation would >

Bug#1031398: debian-installer-utils: fetch-url fails with https if system date is wrong

2023-02-16 Thread Emanuele Rocca
Package: debian-installer-utils Version: 1.144 Booting with preseed/url=https://example.org/preseed.cfg fails if the system's clock is awfully wrong. I've got a system convinved that today is January 1st, 1970 and unsurprisingly the wget certificate check fails. Also unsurprisingly adding

Bug#1031221: grub-installer: db_input / db_go undefined in postinst

2023-02-13 Thread Emanuele Rocca
control: tag -1 patch Patch here: https://salsa.debian.org/installer-team/grub-installer/-/merge_requests/12

Bug#1031183: grub-installer: postinst fails if efivarfs cannot be mounted

2023-02-13 Thread Emanuele Rocca
control: tag -1 patch On Sun, Feb 12, 2023 at 09:46:34PM +0100, Emanuele Rocca wrote: > I'm unsure as to what the best course of action is here, but perhaps an idea > is > to avoid calling "die" when mount fails for efivarfs, and log an error to > /var/log/syslog instead?

Bug#1031221: grub-installer: db_input / db_go undefined in postinst

2023-02-13 Thread Emanuele Rocca
Package: grub-installer Version: 1.186 Severity: normal Tags: newcomer Hi, The function die() in /var/lib/dpkg/info/grub-installer.postinst calls db_input and db_go, but the functions are not defined: https://salsa.debian.org/installer-team/grub-installer/-/blob/master/debian/postinst#L16

Bug#933523: Possible solution

2023-02-12 Thread Emanuele Rocca
Hi, On Wed, Jul 21, 2021 at 03:42:25PM +0200, Sebastian Neuser wrote: > > On Wed, 2021-07-21 at 14:59 +0200, John Paul Adrian Glaubitz wrote: > > That's probably because of the "|| true" that Steve added to the mount > > call which means that this line will always succeed even when the > > mount

Bug#1031183: grub-installer: postinst fails if efivarfs cannot be mounted

2023-02-12 Thread Emanuele Rocca
Package: grub-installer Version: 1.186 Severity: important Hi, On systems where efivarfs cannot be mounted, the grub installation step fails even though it would have otherwise worked just fine skipping the mount efivarfs command, i.e. system installation is successful with this preseed file:

Bug#1030216: armnn: FTBFS with GCC12

2023-02-01 Thread Emanuele Rocca
Package: armnn Version: 20.08 Severity: serious Tags: upstream ftbfs patch Justification: fails to build from source (but built successfully in the past) The package fails to build with gcc 12, currently in sid and bookworm. It does build fine with gcc 10 in bullseye. The issue has been fixed

Bug#790265: acpi: diff for NMU version 1.7-1.2

2023-01-25 Thread Emanuele Rocca
--- acpi-1.7/debian/changelog +++ acpi-1.7/debian/changelog @@ -1,3 +1,10 @@ +acpi (1.7-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Add arm64 architecture. (Closes: #790265) + + -- Emanuele Rocca Wed, 25 Jan 2023 15:05:11 +0100 + acpi (1.7-1.1) unstable; urgency=medium * Non

Bug#1028626: ITP: parsec-service -- Abstraction layer for secure storage and operations

2023-01-13 Thread Emanuele Rocca
Package: wnpp Severity: wishlist Owner: Emanuele Rocca X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: parsec-service Version : 1.1.0 Upstream Author : Parsec Project Contributors * URL : https://github.com/parallaxsecond/parsec * License : Apache

Bug#1013904: rinse: support newer fedora/opensuse and arm64

2022-11-01 Thread Emanuele Rocca
On 2022-11-01 12:50, Emanuele Rocca wrote: > I've downloaded Benjamin's changes locally and I'm currently testing > them. Just to confirm, I've successfull created amd64 chroots for all newly supported fedora/opensuse releases. Essentially: for f in 32 33 34 35 36; do sudo rinse --distri

Bug#1013904: rinse: support newer fedora/opensuse and arm64

2022-11-01 Thread Emanuele Rocca
Hi, On 2022-06-27 06:35, Benjamin Burton wrote: > I’m using rinse for some ongoing porting efforts, and I’ve made > some patches that I’m hoping can be incorporated upstream. I've downloaded Benjamin's changes locally and I'm currently testing them. Meanwhile please find a debdiff of the work

Bug#1023259: rinse: yum update fails after creating a fedora chroot

2022-11-01 Thread Emanuele Rocca
Package: rinse Version: 3.7 Tags: patch Hi, commands like 'yum update -v' fail with the following error: Cannot download 'https://mirrors.fedoraproject.org/metalink?repo=updates-released-f28=x86_64': Cannot prepare internal mirrorlist: Curl error (77): Problem with the SSL CA cert

Bug#1021780: schroot: example of file chroot missing type=file

2022-10-14 Thread Emanuele Rocca
Package: schroot Version: 1.6.13-3 Severity: minor Hi, the config file /etc/schroot/schroot.conf ships the following example of file-based chroot: #[lenny-file] #description=Debian lenny (oldstable) #file=/srv/chroot/lenny.tar.gz #location=/lenny #groups=sbuild The example does not work as is,

Bug#1021776: autopkgtest: warn about missing packages in autopkgtest-build-qemu

2022-10-14 Thread Emanuele Rocca
Package: autopkgtest Version: 5.26 Severity: minor The program autopkgtest-build-qemu needs a few packages to be installed in order to work properly. However, such packages are not listed as dependencies of autopkgtest given that they are qemu-specific, and qemu is only one of the backends

Bug#1003002: some more information

2022-10-13 Thread Emanuele Rocca
On Thu, Oct 13, 2022 at 05:16:44PM +0200, Emanuele Rocca wrote: > Based on this observation from Maximilian I've tried the following, which > seems > to address the issue on arm64. Not reliably though. The first few times I tried it worked, but now even with hvc2 I could

Bug#1003002: some more information

2022-10-13 Thread Emanuele Rocca
On 2022-03-09 11:23, Maximilian Engelhardt wrote: > What I noticed after booting the autopkgtest image is the following: > > ttyAMA0 inside the vm is ttyS0 outside > hvc0 inside the vm is hvc1 outside > hcv1 inside the vm is hvc2 outside > hvc0 outside the vm doesn't seem to do anything > > So

Bug#1003002: autopkgtest-virt-qemu: Console setup issue on armhf

2022-10-13 Thread Emanuele Rocca
On 2022-01-12 10:58, Christian Kastner wrote: > On 2022-01-12 20:14, Christian Kastner wrote: > > Addendum: I'm now occasionally also seeing this with arm64 when using > > sbuild with --chroot-mode=autopkgtest. I'd say it's 50/50 between > > success and failure. > > Yet another data point: by

Bug#727343: chise-base: diff for NMU version 0.3.0-2.3

2022-10-06 Thread Emanuele Rocca
: #727343 + * Do not manually copy /usr/share/misc/config.{sub,guess} over +libchise/config.{sub,guess} in the clean target, dh_clean takes care of +doing that. + + -- Emanuele Rocca Thu, 06 Oct 2022 11:35:07 +0200 + chise-base (0.3.0-2.2) unstable; urgency=medium * Non-maintainer upload

Bug#1021341: autopkgtest-build-qemu: add dependency on zerofree

2022-10-06 Thread Emanuele Rocca
Package: autopkgtest Version: 5.26 Severity: normal Hi, autopkgtest-build-qemu assumes that zerofree is installed, but it does not depend on the relevant package. [...] 2022-09-23 20:26:11 INFO Calling > 2022-09-23 20:26:11 DEBUG Unmounting /tmp/tmp4a9yk5hg and everything on top of it

Bug#1019869: systemtap of debian testing not work with the default testing kernel 5.19

2022-09-20 Thread Emanuele Rocca
Hello Yibin and Frank, On 19/09 05:03, Z Y wrote: > The global variable is ngx_cycle in openresty/nginx, openresty is actually > nginx with a lua extension. > The steps to reproduce this bug is as follows, the scripts used are > attached: > > > wget

Bug#1019928: ITP: python-phx-class-registry -- module to define global factories and service registries

2022-09-16 Thread Emanuele Rocca
Package: wnpp Severity: wishlist X-Debbugs-Cc: debian-pyt...@lists.debian.org * Package name: python-phx-class-registry Version : 3.0.5 Upstream Author : Phoenix Zerin * URL : https://github.com/todofixthis/class-registry * License : MIT Programming Lang:

Bug#1019925: backblaze-b2: new upstream 3.5.0 available

2022-09-16 Thread Emanuele Rocca
Source: backblaze-b2 Severity: wishlist A new upstream version of backblaze-b2 is available: https://github.com/Backblaze/B2_Command_Line_Tool/archive/refs/tags/v3.5.0.tar.gz The new version depends on phx-class-registry, which is currently not packaged in Debian. See

Bug#1019869: systemtap of debian testing not work with the default testing kernel 5.19

2022-09-15 Thread Emanuele Rocca
Hi, On 15/09 02:35, Z Y wrote: > During testing systemtap 4.7 with kernel 5.19, I found it can't resolve > some global variables of nginx. > However systemtap 4.7 can resolve them if test with kernel 5.10. Which variables exactly? Can you share a sample script reproducing the issue? Thanks for

Bug#1019747: flask-limiter: build with sphinx enum_tools

2022-09-14 Thread Emanuele Rocca
Source: flask-limiter Version: 2.6.2-1 Severity: wishlist Flask-limiter 2.6.2 uses the enum_tools sphinx extension. As the extension is not in Debian yet, I've added a patch to flask-limiter to build without it, debian/patches/no_enum_tools.patch. Once sphinx-enum-tools will be in the archive,

Bug#1019745: RFP: sphinx-enum-tools -- expand Python's enum module in Sphinx documentation

2022-09-14 Thread Emanuele Rocca
Package: wnpp Severity: wishlist X-Debbugs-Cc: debian-pyt...@lists.debian.org * Package name: sphinx-enum-tools Version : 0.9.0 Upstream Author : Dominic Davis-Foster * URL : https://github.com/domdfcoding/enum_tools * License : LGPL-3 Programming Lang:

Bug#1019741: flask-limiter: build with sphinx inline_tabs

2022-09-14 Thread Emanuele Rocca
Source: flask-limiter Version: 2.6.2-1 Severity: wishlist Flask-limiter 2.6.2 uses the inline_tabs sphinx extension. As the extension is not in Debian yet, I've added a patch to flask-limiter to build without it, debian/patches/no_inline_tabs.patch. Once sphinx-inline-tabs will be in the

Bug#727343: reuse this issue for the more general solution to use dh-autoreconf

2022-09-12 Thread Emanuele Rocca
Hello, On 15/03 04:39, James Cowgill wrote: > While doing the NMU for #821970 I had a look at adding dh-autoreconf > support. It's made a bit more complex by configure.ac not being at the > root of the source package. Unfortunately the nice way of adding this > requires debhelper compat 10 and I

Bug#770175: uhub: diff for NMU version 0.4.1-3.2

2022-09-12 Thread Emanuele Rocca
+0100 +++ uhub-0.4.1/debian/patches/arm64-fix-ftbfs.patch 2022-09-12 11:10:29.0 +0200 @@ -0,0 +1,19 @@ +Description: Fix build on arm64 +Author: Emanuele Rocca +Last-Update: 2022-09-12 + +Index: uhub-0.4.1/src/system.h

Bug#1019352: python-pytest-flake8: FTBFS with flake8 5.0.4

2022-09-07 Thread Emanuele Rocca
Source: python-pytest-flake8 Version: 1.0.6-4 Severity: serious The package fails to build with the flake8 version currently in sid, namely 5.0.4-1. Multiple tests fail, partial output follows: [...] copying pytest_flake8.py ->

Bug#1019345: flake8-class-newline: autopkgtest failure

2022-09-07 Thread Emanuele Rocca
Source: flake8-class-newline Version: 1.6.0-2 Severity: serious Hi, the test fails with the latest flake8 version in sid (5.0.4-1). The output of flake8 --version with -class-newline installed is now: $ flake8 --version 5.0.4 (flake8-class-newline: 1.6.0, mccabe: 0.6.1, pycodestyle: 2.9.1,

Bug#1019323: ros-rosdep: FTBFS E275 missing whitespace after keyword

2022-09-07 Thread Emanuele Rocca
Source: ros-rosdep Version: 0.22.1-1 Severity: serious Justification: FTBFS Tags: sid ftbfs Hi, ros-rosdep fails to build with the flake8 version currently in sid. The relevant part of a failed build follows: 1 E275 missing whitespace after keyword - Captured

Bug#1019321: budgie-extras: FTBFS: E275 missing whitespace after keyword

2022-09-07 Thread Emanuele Rocca
Source: budgie-extras Version: 1.4.90-2 Severity: serious Justification: FTBFS Tags: sid ftbfs patch Hi, budgie-extras fails to build due to a pep8 error with pycodestyle 2.9.1-1 (currently in sid). The attached patch fixes the issue. See the relevant part of the build logs: ./tools/run-pep8 =

Bug#1011951: python-gevent: Build-Depends: libpython3.9-testsuite

2022-08-31 Thread Emanuele Rocca
tag 1011951 pending thanks Fixed in git: https://salsa.debian.org/python-team/packages/python-gevent/-/blob/9fc8b389269f5d6415ef1019e81e2a458667829b/debian/changelog

Bug#1017051: tinyarray: FTBFS on i386

2022-08-30 Thread Emanuele Rocca
On 12/08 02:36, Graham Inggs wrote: > Source: tinyarray > Version: 1.2.3-4 > Severity: serious > Tags: ftbfs > User: debian-pyt...@lists.debian.org > Usertags: python3.10 > > Hi Maintainer > > Your package FTBFS on i386 during the recent rebuilds for Python 3.10 I've enabled CI/CD on Salsa and

Bug#1018279: python3-testpath: Empty binary package

2022-08-29 Thread Emanuele Rocca
On 28/08 10:04, Gordon Ball wrote: > Package: python3-testpath > Version: 0.6.0+dfsg-2 > The package is empty except for the changelog. Proposed fix here: https://salsa.debian.org/python-team/packages/testpath/-/merge_requests/1

Bug#1009200: pytorch: (autopkgtest) needs update for python3.10: 'float' object cannot be interpreted as an integer

2022-08-27 Thread Emanuele Rocca
Hi, On 08/04 09:36, Paul Gevers wrote: > We are in the transition of making python3.10 the default Python versions > [0]. With a recent upload of python3-defaults the autopkgtest of pytorch > fails in testing when that autopkgtest is run with the binary packages of > python3-defaults from

Bug#994814: nvidia-legacy-390xx-kernel-dkms: build failures on Linux 5.14

2021-09-21 Thread Emanuele Rocca
Package: nvidia-legacy-390xx-kernel-dkms Version: 390.144-1 Severity: normal Tags: patch Hi, today I've upgraded to linux-image-5.14.0-1-amd64-unsigned, and nvidia-legacy-390xx-kernel-dkms failed to build with the following error:

Bug#977549: bpftrace: all programs fail with Segmentation fault

2020-12-16 Thread Emanuele Rocca
Package: bpftrace Version: 0.11.3-3 Severity: grave Justification: renders package unusable Any attempt of running bpftrace programs fails on my sid workstation: $ sudo bpftrace -e 'kprobe:do_nanosleep { printf("PID %d sleeping\n", pid); }' Two passes with the same argument (-tti) attempted to

Bug#972247: Probes fail with error: ‘struct mm_struct’ has no member named mmap_sem

2020-10-15 Thread Emanuele Rocca
Package: systemtap Version: 4.3-2 Severity: grave With linux-image-5.8.0-3-amd64 version 5.8.14-1, stap fails as follows: $ sudo stap -e 'probe oneshot { println("hello world") }' [...] /usr/share/systemtap/runtime/linux/access_process_vm.h: In function ‘__access_process_vm_’:

Bug#969968: systemtap: FTBFS on non-linux architectures

2020-09-21 Thread Emanuele Rocca
Hi Svante, On 09/09 03:34, Svante Signell wrote: > Currently systemtap FTBFS on GNU/Hurd and GNU/kFreeBSD-any due to > several linux-specific includes in some .cxx-files and usage of > PATH_MAX, which does not exist on GNU/Hurd. Additionally, for non-linux > architectures only systemtap-common,

Bug#961830: systemtap: embeds build date in generated PDF files

2020-08-15 Thread Emanuele Rocca
Hi, On 29/05 04:27, Vagrant Cascadian wrote: > The generated PDF files included in the systemtap-doc package include > dates based on the build time, which breaks reproducible builds. > > The attached patch enables use of SOURCE_DATE_EPOCH, by setting > FORCE_SOURCE_DATE=1, which texlive

Bug#960503: xfonts-terminus: 50-enable-terminus.conf missing, fonts are not enabled

2020-05-25 Thread Emanuele Rocca
Hi Anton, On 13/05 03:16, Anton Zinoviev wrote: > On Wed, May 13, 2020 at 01:16:32PM +0200, Jochen Sprickerhof wrote: > > Severity: grave > > Justification: renders package unusable > > Well, the package is not unusable. It is usable by all X programs which > do not rely on fontconfig. It

Bug#604453: #604453 reproducible way to crash the system with kernel.function("*@*/*.c")

2020-03-24 Thread Emanuele Rocca
Hi Timo, On 15/08 12:02, Timo Juhani Lindfors wrote: > just a status update, the following combination still crashes: > > systemtap 2.3-1 > linux-image-3.10-2-amd64 3.10.5-1 Running mmap-trace.stp on sid for a few minutes I could not reproduce the bug. systemtap 4.2-3

Bug#929411: dstat: upstream discontinued due to reimplementation by RedHat

2019-08-04 Thread Emanuele Rocca
Hi, On 04/08 05:50, Otto Kekäläinen wrote: > There is however work now being done by Emmanuel Rocca at > https://salsa.debian.org/debian/dstat/commits/master > > I have adopted rdiff-backup now, so I don't have interest in taking on any > new packages atm, so please Emmanuel continue the good

Bug#890075: ruby-http ftbfs (test failures with 2.5)

2019-02-27 Thread Emanuele Rocca
On 10/02 09:47, Matthias Klose wrote: > ruby-http ftbfs for 2.5, but not for 2.3 in unstable: Note that the bug is not reproducible with ruby-http 3.3.0-2 as tests have been disabled: https://salsa.debian.org/ruby-team/ruby-http/commit/728a3fbcc7c59ebb14cb55aa9f084b910d666971

Bug#911836: pytest-localserver: autopkgtest needs update for new version of openssl

2019-02-25 Thread Emanuele Rocca
On 25/02 03:29, Sandro Tosi wrote: > Emanuele, pytest-localserver has been orphaned, so you can go ahead > and upload it if you want Done. > (and i dont think it's appropriate anymore to use the DPMT git repo, i > guess you can move it to the debian/ namespace) Also done, thanks Sandro.

Bug#911836: pytest-localserver: autopkgtest needs update for new version of openssl

2019-02-25 Thread Emanuele Rocca
tag 911836 patch tag 911836 pending thanks Fix pushed to salsa: https://salsa.debian.org/python-team/modules/pytest-localserver/merge_requests/1/diffs?commit_id=bad8a656ec5383c5b8a1d1e52f75e7afbe7c8c1b

Bug#871285: libxmmsclient++4v5: requires rebuild against GCC 7 and symbols/shlibs bump

2019-02-24 Thread Emanuele Rocca
elog 2017-11-16 13:54:03.0 +0100 +++ xmms2-0.8+dfsg/debian/changelog 2019-02-25 08:12:48.0 +0100 @@ -1,3 +1,11 @@ +xmms2 (0.8+dfsg-18.2) unstable; urgency=high + + * Non-maintainer upload. + * Build using GCC 8 and tighten dependency on the shared library. Closes: +#871285 + + -- Em

Bug#852927: dstat: FTBFS: Test failures

2019-02-22 Thread Emanuele Rocca
+0100 +++ dstat-0.7.3/debian/changelog 2019-02-23 02:10:18.0 +0100 @@ -1,3 +1,11 @@ +dstat (0.7.3-1.1) unstable; urgency=high + + * Non-maintainer upload + * Fix crash in top-int plugin (closes: #852927) + * Exclude ntp plugin from --all-plugins, used by make test (closes: #857973) +

Bug#857973: dstat: uses network during build

2019-02-22 Thread Emanuele Rocca
unstable; urgency=high + + * Non-maintainer upload + * Fix crash in top-int plugin (closes: #852927) + * Exclude ntp plugin from --all-plugins, used by make test (closes: #857973) + + -- Emanuele Rocca Sat, 23 Feb 2019 02:10:18 +0100 + dstat (0.7.3-1) unstable; urgency=medium * New upstrea

Bug#923016: systemtap: scripts fail to compile with recent kernels

2019-02-22 Thread Emanuele Rocca
Package: systemtap Version: 3.3-1 Severity: grave Justification: renders package unusable SystemTap 3.3-1 does not work with the kernel currently in sid, linux-image-4.19.0-3-amd64 4.19.20-1. $ sudo stap -e 'probe oneshot { println("hello world") }' In file included from

Bug#906930: ITP: prometheus-trafficserver-exporter -- Prometheus exporter for Apache Traffic Server

2018-08-22 Thread Emanuele Rocca
Package: wnpp Severity: wishlist Owner: Emanuele Rocca * Package name: prometheus-trafficserver-exporter Version : 0.0.2 Upstream Author : Greg Dallavalle * URL : https://github.com/gdvalle/trafficserver_exporter * License : Apache-2.0 Programming Lang

Bug#900638: libre2-dev: missing pkg-config metadata file

2018-06-02 Thread Emanuele Rocca
Package: libre2-dev Version: 20180301+dfsg-1 Severity: normal libre2-dev does not ship re2.pc, hence pkg-config fails to locate the library (ie: `pkg-config --exists re2` fails). Please ship re2.pc by adding /usr/lib/*/pkgconfig/re2.pc to debian/libre2-dev.install.

Bug#899240: debian-installer: blank screen on boot (6th Gen. ThinkPad X1)

2018-05-29 Thread Emanuele Rocca
On 21/05 03:47, Matti Pöllä wrote: > booting to Debian Installer fails on a 6th Generation Lenovo ThinkPad > X1 (type 20KH-006MMX) with the following symptoms: > > * Boot from a Debian installation media (mini.iso 2018-05-18 on a USB > drive). Also tested with Wheezy, Jessie, Stretch and

Bug#899240: debian-installer: blank screen on boot (6th Gen. ThinkPad X1)

2018-05-29 Thread Emanuele Rocca
On Mon, 21 May 2018 15:47:20 +0300 =?UTF-8?B?TWF0dGkgUMO2bGzDpA==?= wrote: > Package: debian-installer > Severity: normal > Tags: d-i > > Dear Maintainer, > > booting to Debian Installer fails on a 6th Generation Lenovo ThinkPad > X1 (type 20KH-006MMX) with the following symptoms: > > * Boot

Bug#892995: systemtap: failes to compile scripts, implicit declaration of some functions

2018-04-06 Thread Emanuele Rocca
Note that the failure is due to stapbpf/Makefile.am trying to add the stapusr group, and the systemtap Debian package does that in systemtap-runtime's postinst script already. Perhaps it would make sense to patch stapbpf/Makefile.am to get rid of install-exec-hook, and add a dpkg-statoverride

Bug#837089: ITP: prometheus-varnish-exporter -- Varnish exporter for Prometheus

2016-09-08 Thread Emanuele Rocca
Package: wnpp Severity: wishlist Owner: Emanuele Rocca <e...@debian.org> * Package name: prometheus-varnish-exporter Version : 0.1.0+git20160622.2.a3e-1 Upstream Author : Jonne Nauha * URL : https://github.com/jonnenauha/prometheus_varnish_exporter * L

Bug#830843: [Pkg-varnish-devel] Bug#830843: Bug#830843: varnish-modules: accesses the internet during build

2016-07-12 Thread Emanuele Rocca
On 12/07 12:21, Emanuele Rocca wrote: > We need to either patch varnishtest and hardcode feature_dns, or avoid > running the tests altogether. As ssm suggested, we can use libnss-wrapper instead and avoid actually performing the DNS request: http://anonscm.debian.org/cgit/pkg-varnish/v

Bug#830843: [Pkg-varnish-devel] Bug#830843: varnish-modules: accesses the internet during build

2016-07-12 Thread Emanuele Rocca
Hi, On 12/07 09:22, Chris Lamb wrote: > Whilst varnish-modules builds successfully on unstable/amd64, according to > Debian Policy 4.9 packages may not attempt network access during > a build. > > 00:00:00.00 IP e66b957b9098.60905 > > sitecomwlr1000.sitecomwlr1000.domain: 10880+ A?

Bug#828048: httping: build with TFO support

2016-06-24 Thread Emanuele Rocca
Package: httping Version: 2.4-1 Severity: wishlist Please enable TFO support in httping by passing the --with-tfo argument to ./configure. Cheers, Emanuele

Bug#827900: curl: new upstream release 7.49.1

2016-06-22 Thread Emanuele Rocca
Package: curl Version: 7.47.0-1 Severity: wishlist curl 7.49 ships important new features including TCP Fast Open and improved http2 support. https://curl.haxx.se/changes.html#7_49_1 Please consider packaging it. Thanks, Emanuele

Bug#819984: init-system-helpers: service(8) version number contains 'ubuntu1'

2016-04-06 Thread Emanuele Rocca
On 04/04 05:09, Michael Biebl wrote: > Version "0.91" seems rather arbitrary and has basically stayed the same > since the script was merged from Ubuntu, it doesn't seem to be > particularly useful. > > I wonder whether we shouldn't just drop "--version" or make it a nop. Given that --version

Bug#819984: init-system-helpers: service(8) version number contains 'ubuntu1'

2016-04-04 Thread Emanuele Rocca
Package: init-system-helpers Version: 1.29 Severity: minor Dear Maintainer, /usr/sbin/service --version returns the following output on Debian Sid: service ver. 0.91-ubuntu1 On Debian, the service script should probably not include 'ubuntu1' in its version number. Cheers, Emanuele --

Bug#785776: O: fwanalog -- firewall log-file report generator (using analog)

2015-05-19 Thread Emanuele Rocca
Package: wnpp Severity: normal Orphaning fwanalog since I am not using it any longer. fwanalog is a shell script that parses and summarizes firewall logfiles. It is able to work on firewall logs from ipchains (Linux 2.2), iptables (Linux 2.4), ipf (OpenBSD, FreeBSD and NetBSD) and some

Bug#782450: ppp: Buffer overflow in radius plugin

2015-04-14 Thread Emanuele Rocca
, resulting in a buffer +overflow. This bug can be exploited to cause a remote DoS. +(Closes: #782450) + + -- Emanuele Rocca e...@debian.org Tue, 14 Apr 2015 08:18:06 +0200 + ppp (2.4.6-3) unstable; urgency=high * Urgency high due to fix for CVE-2014-3158. diff -Nru ppp-2.4.6/debian

Bug#770984: [apcupsd] apcaccess may not work on ARM

2015-04-14 Thread Emanuele Rocca
as int to match getopt return type. Fixes +apcaccess on ARM. (Closes: #770984) + + -- Emanuele Rocca e...@debian.org Tue, 14 Apr 2015 09:14:33 +0200 + apcupsd (3.14.12-1) unstable; urgency=low * [84a0ea2] Imported Upstream version 3.14.12 diff -u apcupsd-3.14.12/debian/patches/series apcupsd

Bug#782563: unblock: ppp/2.4.6-3.1

2015-04-14 Thread Emanuele Rocca
string. + . + If the process id is bigger than 65535 (), its hex representation will be + longer than 4 characters, resulting in a buffer overflow. + . + The bug can be exploited to cause a remote DoS. + . +Author: Emanuele Rocca e...@debian.org +Bug-Debian: https://bugs.debian.org/782450 +Last

Bug#782567: unblock: apcupsd/3.14.12-1.1

2015-04-14 Thread Emanuele Rocca
/debian/changelog +++ apcupsd-3.14.12/debian/changelog @@ -1,3 +1,11 @@ +apcupsd (3.14.12-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * src/apcaccess.c: declare ch as int to match getopt return type. Fixes +apcaccess on ARM. (Closes: #770984) + + -- Emanuele Rocca e...@debian.org

Bug#782450: ppp: Buffer overflow in radius plugin

2015-04-14 Thread Emanuele Rocca
Hi Roger, On 14/04 12:13, Roger Lynn wrote: On 14/04/2015 07:48, Emanuele Rocca wrote: +--- ppp-2.4.6.orig/pppd/plugins/radius/util.c ppp-2.4.6/pppd/plugins/radius/util.c +@@ -77,7 +77,7 @@ rc_mksid (void) + static unsigned short int cnt = 0; + sprintf (buf, %08lX%04X%02hX

Bug#782450: ppp: Buffer overflow in radius plugin

2015-04-13 Thread Emanuele Rocca
Correction: the bug occurs if pppd's pid is greater than 65535. The number of running processes is irrelevant.

Bug#782450: ppp: Buffer overflow in radius plugin

2015-04-12 Thread Emanuele Rocca
Package: ppp Version: 2.4.6-3 Severity: important Tags: patch On systems with more than 65535 processes running, pppd aborts when sending a start accounting message to the RADIUS server because of a buffer overflow in rc_mksid. The process id is used in rc_mksid to generate a pseudo-unique

Bug#770984: [apcupsd] apcaccess may not work on ARM

2015-04-10 Thread Emanuele Rocca
Hi, On 25/11 07:15, Adrien Grellier wrote: apcaccess is not working on raspberry pi : it always respond as if -h option was given. I can confirm that the issue is reproducible on asachi.debian.org (armhf): (sid_armhf-dchroot)ema@asachi:~$ /sbin/apcaccess Usage: apcaccess [-f

Bug#641885: mic2: removal request

2014-03-31 Thread Emanuele Rocca
retitle 641885 RM: mic2 -- RoQA; orphaned, unused, dead upstream reassign 641885 ftp.debian.org thanks Hi, please consider removing mic2 for the following reasons: - very low popcon score - dead upstream - orphaned (with maintainer field != QA Group) since 2011 - no reverse dependencies

Bug#557481: python-bzutils: removal request

2014-03-06 Thread Emanuele Rocca
retitle 557481 RM: python-bzutils -- RoQA; orphaned, last upload in 2007, unused reassign 557481 ftp.debian.org thanks Hi, please consider removing python-bzutils. - last upload was in 2007 - orphaned (with maintainer field != QA Group) since 2009 - very low popcon score - no reverse

Bug#628157: Fwd: worklog uploaded to mentors.debian.net

2013-09-17 Thread Emanuele Rocca
Hi Jon, On 03/09 06:19, Jon Daley wrote: So - Emanuele - I think you said you would be willing to continue sponsoring this package? If not, let me know, and I'll see if there is someone else. I did, but unfortunately I'm pretty busy at the moment. Please go ahead and see if you manage to

Bug#674324: ruby-net-sftp: FTBFS: test failed

2012-09-01 Thread Emanuele Rocca
On 24/05 11:58, Lucas Nussbaum wrote: Source: ruby-net-sftp Version: 1:2.0.5-2 Severity: serious Tags: wheezy sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20120524 qa-ftbfs Justification: FTBFS on amd64 [...] /usr/bin/ruby1.8 -I/usr/lib/ruby/vendor_ruby

Bug#680291: xml2rfc: fails to install, remove, distupgrade, and install again

2012-08-13 Thread Emanuele Rocca
Hi, On 04/07 10:16, Andreas Beckmann wrote: during a test with piuparts I noticed your package failed to install (in 'squeeze'), remove (but not purge), distupgrade to 'wheezy', and install again. Before the second installation the package is in config-files-remaining state. The

Bug#672284: lintian: False positive: no-debian-copyright when packages supply debian/$pkgname.copyright

2012-05-14 Thread Emanuele Rocca
On 09/05 07:51, Jakub Wilk wrote: * Emanuele Rocca e...@debian.org, 2012-05-09, 19:23: lintian reports a no-debian-copyright warning for packages that supply a copyright file in debian/$pkgname.copyright This is correct. It's a violation of Policy §12.5: “A copy of the file which

Bug#672284: lintian: False positive: no-debian-copyright when packages supply debian/$pkgname.copyright

2012-05-09 Thread Emanuele Rocca
Package: lintian Version: 2.5.6 Severity: normal Hi, lintian reports a no-debian-copyright warning for packages that supply a copyright file in debian/$pkgname.copyright That seems to be a valid way to provide copyright files, at least according to dh_installdocs(1). Such a false positive is

Bug#570066: xen-utils-4.1: should depend on python-lxml

2011-09-25 Thread Emanuele Rocca
retitle 570066 xen-utils-4.1: should depend on python-lxml thanks Hi, 'xm new' fails on a freshly installed sid system (xen-utils-4.1 4.1.1-2) with the following import error: ImportError: No module named lxml Simply installing python-lxml solves the problem, so I think xen-utils should depend

Bug#570066: [Pkg-xen-devel] Bug#570066: xen-utils-4.1: should depend on python-lxml

2011-09-25 Thread Emanuele Rocca
Hi Bastian, On 25/09 03:42, Bastian Blank wrote: On Sun, Sep 25, 2011 at 03:22:04PM +0200, Emanuele Rocca wrote: 'xm new' fails on a freshly installed sid system (xen-utils-4.1 4.1.1-2) with the following import error: xm create works without. But their behaviour is different, isn't

Bug#628157: O: worklog -- Keep Track of Time worked on Projects

2011-05-27 Thread Emanuele Rocca
Installed-Size: 84 Maintainer: Emanuele Rocca e...@debian.org Architecture: amd64 Homepage: http://www.truxton.com/~trux/software/ Depends: libc6 (= 2.3.5-1), libncurses5 (= 5.4-5) Description: Keep Track of Time worked on Projects From the author: Worklog is a program that helps you keep track of your

Bug#627210: fwanalog: Incomplete packaging

2011-05-27 Thread Emanuele Rocca
retitle 627210 Language file /usr/share/fwanalog/fwanalog.lng is empty tags 627210 + unreproducible thanks Hi Mickaël, thanks for your bug report! On 18/05 07:46, Mickaël Masquelin wrote: Package: fwanalog Version: 0.6.9-6.1 Severity: important Hi, After installing fwanalog on a Debian

Bug#617230: python-couchdbkit: Syntax errors in various scripts due to 'with' statements

2011-03-07 Thread Emanuele Rocca
Package: python-couchdbkit Version: 0.5.2-1.1 Severity: important Hi, I'm getting the following errors when upgrading python-couchdbkit. The attached patch fixes them, basically just adding a bunch of from __future__ import with_statement. Processing triggers for python-support ...

Bug#543023: NMU for this bug?

2009-09-29 Thread Emanuele Rocca
Hi guys, On 28/09/09 - 10:47, Kumar Appaiah wrote: Would you consider doing an NMU for this bug? Given that the bug has been open with a patch for well over a month, I'd say you could proceed with at least a DELAYED NMU. No need to delay the NMU, feel free to upload. ciao, ema

Bug#494938: moodbar: Should build-depend on libfftw3-dev rather than on fftw3-dev

2008-08-13 Thread Emanuele Rocca
Package: moodbar Version: 0.1.2-2 Severity: normal User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid fftw3-dev has been renamed to libfftw3-dev; please update moodbar Build-Depends accordingly. ciao, ema -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Bug#494946: ted: Should build-depend on libgif-dev

2008-08-13 Thread Emanuele Rocca
Package: ted Version: 2.17-1 Severity: normal User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ted build depends on libungif4-dev, which is a transitional package depending on libgif-dev. Please build-depend on libgif-dev instead. ciao, ema -- To UNSUBSCRIBE, email to [EMAIL

Bug#494977: metapixel: Should build-depend on libgif-dev

2008-08-13 Thread Emanuele Rocca
Package: metapixel Version: 1.0.2-5 Severity: normal User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid metapixel build depends on libungif4-dev, which is a transitional package depending on libgif-dev. Please build-depend on libgif-dev instead. ciao, ema -- To UNSUBSCRIBE, email

Bug#494317: japa: Please drop fftw3-dev alternative from Build-Depends

2008-08-08 Thread Emanuele Rocca
Package: japa Version: 0.2.1-3 Severity: normal User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid The fftw3-dev binary package is no longer available, please remove it from Build-Depends. Thanks. ciao, ema -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#493723: obexftp: Please remove sablotron from Build-Depends

2008-08-04 Thread Emanuele Rocca
Package: obexftp Version: 0.19-7 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu ubuntu-patch intrepid Hi, Ubuntu removed sablotron from obexftp build-depends. Given that obexftp builds properly in a sid pbuilder environment without sablotron, I'd suggest to drop

Bug#492458: ding: Setting LC_CTYPE to de_DE.UTF8 causes problems using different language settings

2008-07-26 Thread Emanuele Rocca
Package: ding Version: 1.5-3 Severity: normal Tags: patch Hi, Ubuntu dropped the explicit setting of LC_CTYPE to de_DE.UTF8 to fix the following bug: https://bugs.launchpad.net/ubuntu/+source/ding/+bug/174596 I'm able to reproduce the reported behaviour on my Debian sid box, with the following

Bug#461330: Does not start on system without sound card

2008-07-26 Thread Emanuele Rocca
Hi, * Ronny Standtke [EMAIL PROTECTED], [2008-01-17 21:08 +0100]: I tried running pathological on a system without sound card. This failed with the following error message: - $ pathological ALSA lib confmisc.c:768:(parse_card) cannot find card '0' ALSA lib

Bug#361282: python-apt: import of apt_pkg fails Followup-For: Bug #361282 Package: python-apt Version: 0.6.19

2008-07-21 Thread Emanuele Rocca
Hello Andreas, * Andreas v. Heydwolff [EMAIL PROTECTED], [2006-11-24 22:28 +0100]: Unfortunately the bug appeared a few weeks ago on my machine and did not resolve spontaneously. It is a showstopper in that it renders wajig unusable. Greetings --AvH python 'import site' failed; use

Bug#369147: GetCache() segfaults if called before InitSystem()

2008-07-13 Thread Emanuele Rocca
tag 369147 patch thanks * Josh Triplett [EMAIL PROTECTED], [2006-05-27 13:02 -0700]: apt_pkg.GetCache() segfaults if called before apt_pkg.InitSystem(): import apt_pkg apt_pkg.GetCache() Segmentation fault It should raise an exception like other functions do: import

Bug#480026: RFA: midori -- Fast and lightweight web browser

2008-05-07 Thread Emanuele Rocca
Package: wnpp Severity: normal Due to lack of time I'm offering midori for adoption. Helpful upstream, package in decent shape. ciao, ema -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

<    1   2   3   4   5   >