Bug#1101456: not false positive

2025-05-03 Thread VA
Le 03/05/2025 à 16:52, Pirate Praveen a écrit : Did you try apt reinstall javascript-common ? Yes I already did, but for reference: ``` # aptitude reinstall javascript-common The following packages will be REINSTALLED: javascript-common 0 packages upgraded, 0 newly installed, 1 reinstalled,

Bug#1101456: not false positive

2025-05-03 Thread Pirate Praveen
On 5/3/25 8:10 PM, VA wrote: If that file is really mandatory, maybe installing the package should create/recreate it then? If not, what package is supposed to create the file? In the current state, the package can't even be reinstalled because the file is not created by the package but the scr

Bug#1101456: not false positive

2025-05-03 Thread VA
Le 03/05/2025 à 16:22, Pirate Praveen a écrit : On Sun, 27 Apr 2025 17:29:03 +0200 Chris Hofstaedtler wrote: Here's a scripted reproducer: mmdebstrap --variant=apt --chrooted-customize-hook='cd / && apt download javascript-common && dpkg -i ./javascript-common_*.deb && rm /etc/apache2/c

Bug#1101456: not false positive

2025-05-03 Thread Pirate Praveen
On Sun, 27 Apr 2025 17:29:03 +0200 Chris Hofstaedtler wrote: Here's a scripted reproducer: mmdebstrap --variant=apt --chrooted-customize-hook='cd / && apt download javascript-common && dpkg -i ./javascript-common_*.deb && rm /etc/apache2/conf-available/javascript-common.conf && apt instal

Bug#1101456: not false positive

2025-04-27 Thread VA
Le 27/04/2025 à 16:32, Chris Hofstaedtler a écrit : a) /etc/apache2/conf-available/javascript-common.conf does NOT exist? indeed. I don't remember ever touching this file. b) Does the following print anything?    dpkg -C javascript-common ``` The following packages are only half configured

Bug#1101456: not false positive

2025-04-27 Thread Chris Hofstaedtler
Control: found -1 javascript-common/11+nmu1 Control: tags -1 = confirmed Control: severity -1 serious Here's a scripted reproducer: mmdebstrap --variant=apt --chrooted-customize-hook='cd / && apt download javascript-common && dpkg -i ./javascript-common_*.deb && rm /etc/apache2/conf-availab

Bug#1101456: not false positive

2025-04-27 Thread Chris Hofstaedtler
* VA [250427 15:46]: Hi Chris, (Thanks for putting me in CC so I'm notified as I wasn't aware someone had closed the issue) Le 27/04/2025 à 15:22, Chris Hofstaedtler a écrit : | > a2query -c javascript-common | > echo $? I gave it above, but I'll repeat it, a2query prints `No conf matches

Bug#1101456: not false positive

2025-04-27 Thread VA
Hi Chris, (Thanks for putting me in CC so I'm notified as I wasn't aware someone had closed the issue) Le 27/04/2025 à 15:22, Chris Hofstaedtler a écrit : | > a2query -c javascript-common | > echo $? I gave it above, but I'll repeat it, a2query prints `No conf matches javascript-common` an

Bug#1101456: not false positive

2025-04-27 Thread Chris Hofstaedtler
Control: found -1 javascript-common/12 Hi VA, On Sun, Apr 27, 2025 at 02:50:17PM +0200, VA wrote: > The given commands output `No conf matches javascript-common` and `1`. [..] please provide the additional info requested by Fiona: On Fri, 11 Apr, 2025, Fiona Ebner wrote: [..] | AFAICT, the post

Bug#1101456: not false positive

2025-04-27 Thread VA
The given commands output `No conf matches javascript-common` and `1`. Also now: ``` # LANG=C dpkg --configure --pending Setting up javascript-common (12) ... ln: failed to create symbolic link '/etc/lighttpd/conf-enabled/90-javascript-alias.conf': File exists dpkg: error processing package ja

Bug#1101456: not false positive

2025-04-27 Thread VA
reopen 1101456 thanks That's definitely not a false positive. It still fails to upgrade and thus now no package depending on it (like dokuwiki) can be installed on my system since javascript-common fails.