Bug#975490: u-boot-sunxi: A64-Olinuxino-eMMC boot stuck at "Starting kernel ..."

2022-10-02 Thread Philip Rinn
Hi,

I can troubleshoot once I'm back home in ~10 days, I do have that board at 
home. I'm pretty sure it worked fine last time I tried.

Best,
Philip


signature.asc
Description: PGP signature


Bug#975490: u-boot-sunxi: A64-Olinuxino-eMMC boot stuck at "Starting kernel ..."

2022-10-09 Thread Philip Rinn

Hi,

I followed 
https://wiki.debian.org/InstallingDebianOn/Allwinner#Installing_from_an_SD_card_image 
using the daily build of the unstable netboot installer from 
https://d-i.debian.org/daily-images/arm64/20221009-02:38/netboot/SD-card-images/ 
and I was able to install successfully but the system does not boot - it tries 
to boot from eMMC actually:


U-Boot SPL 2020.04+olimex-2-20210111.165338 (Jan 30 2020 - 11:10:18 +)
DRAM: 2048 MiB
Trying to boot from MMC2
NOTICE:  BL31: v2.2(debug):v2.2-8-g51ce3c6-dirty
NOTICE:  BL31: Built : 19:42:23, Mar 20 2020
NOTICE:  BL31: Detected Allwinner A64/H64/R18 SoC (1689)
NOTICE:  BL31: Found U-Boot DTB at 0x40ab7d8, model: Olimex A64-Olinuxino-eMMC
INFO:ARM GICv2 driver initialized
INFO:Configuring SPC Controller
NOTICE:  BL31: PMIC: Detected AXP803 on RSB.
INFO:PMIC: AXP803: Enabling DRIVEVBUS
INFO:PMIC: AXP803: dcdc1 voltage: 3.300V
INFO:PMIC: AXP803: dcdc5 voltage: 1.360V
INFO:PMIC: AXP803: dcdc6 voltage: 1.100V
INFO:PMIC: AXP803: dldo1 voltage: 3.300V
INFO:PMIC: AXP803: dldo4 voltage: 3.300V
INFO:BL31: Platform setup done
INFO:BL31: Initializing runtime services
INFO:BL31: cortex_a53: CPU workaround for 843419 was applied
INFO:BL31: cortex_a53: CPU workaround for 855873 was applied
INFO:BL31: Preparing for EL3 exit to normal world
INFO:Entry point address = 0x4a00
INFO:SPSR = 0x3c9


U-Boot 2020.04+olimex-2-20210111.165338 (Jan 30 2020 - 11:10:18 +) Allwinner 
Technology


CPU:   Allwinner A64 (SUN50I)
Model: Olimex A64-Olinuxino-eMMC
DRAM:  2 GiB
MMC:   mmc@1c0f000: 0, mmc@1c11000: 1
Loading Environment from EXT4... ** File not found /uboot.env **

** Unable to read "/uboot.env" from mmc0:1 **
In:serial
Out:   serial
Err:   serial
Allwinner mUSB OTG (Peripheral)
Net:   phy interface7
eth0: ethernet@1c3
Warning: usb_ether using MAC address from ROM
, eth1: usb_ether
starting USB...
Bus usb@1c1a000: USB EHCI 1.00
Bus usb@1c1a400: USB OHCI 1.0
Bus usb@1c1b000: USB EHCI 1.00
Bus usb@1c1b400: USB OHCI 1.0
scanning bus usb@1c1a000 for devices... 1 USB Device(s) found
scanning bus usb@1c1a400 for devices... 1 USB Device(s) found
scanning bus usb@1c1b000 for devices... 1 USB Device(s) found
scanning bus usb@1c1b400 for devices... 1 USB Device(s) found
   scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc1(part 0) is current device
Scanning mmc 1:1...
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
2904 bytes read in 1 ms (2.8 MiB/s)
## Executing script at 4fc0
30797760 bytes read in 1340 ms (21.9 MiB/s)
29408 bytes read in 3 ms (9.3 MiB/s)
32463063 bytes read in 1412 ms (21.9 MiB/s)
Booting Debian 5.19.0-2-arm64 from mmc 0:1...
## Flattened Device Tree blob at 4fa0
   Booting using the fdt blob at 0x4fa0
   Loading Ramdisk to 4810a000, end 49fff8d7 ... OK
   Loading Device Tree to 480ff000, end 481092df ... OK

Starting kernel ...


[I didn't use the exact same board as the reporter but the industrial variant of 
that board - I don't see any reason why they should behave differently in that 
regard.]



When I tried to install u-boot again from an chroot, I got (/dev/sda is the 
SDCARD and I needed to install u-boot-sunxi):


$ sudo systemd-nspawn -q -E DEBIAN_FRONTEND=noninteractive -E LANG=C -E LC_ALL=C 
-D /PATH/WHERE/I/MOUNTED/THE/SDCARD --bind=/dev/sda -E 
TARGET=/usr/lib/u-boot/a64-olinuxino-emmc/ u-boot-install-sunxi64 /dev/sda
/usr/bin/u-boot-install-sunxi64: device/image (/dev/sda) uses GPT partition 
table, unusable on sunxi64



fdisk gives me:

Disk /dev/sda: 14,72 GiB, 15804137472 bytes, 30867456 sectors
Disk model: STORAGE DEVICE
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: SOME-UUID

DeviceStart  End  Sectors  Size Type
/dev/sda1  2048   999423   997376  487M Linux filesystem
/dev/sda2999424 28866559 27867136 13,3G Linux filesystem
/dev/sda3  28866560 30865407  1998848  976M Linux swap


To me it seems the debian-installer (or is it flash-kernel-installer?) is doing 
something wrong here ...


Might be related to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000313


I'm happy to debug further, but I'm lost.

Best,
Philip


OpenPGP_signature
Description: OpenPGP digital signature


Bug#975490: u-boot-sunxi: A64-Olinuxino-eMMC boot stuck at "Starting kernel ..."

2022-10-11 Thread Philip Rinn

Hi,

OK, I used a custom bootstrap script now and that works:

U-Boot SPL 2022.10+dfsg-1 (Oct 04 2022 - 00:06:38 +)
DRAM: 2048 MiB
Trying to boot from MMC1
NOTICE:  BL31: v2.7(debug):
NOTICE:  BL31: Built : 03:28:37, Aug  6 2022
NOTICE:  BL31: Detected Allwinner A64/H64/R18 SoC (1689)
NOTICE:  BL31: Found U-Boot DTB at 0x209e1f0, model: Olimex A64-Olinuxino-eMMC
INFO:ARM GICv2 driver initialized
INFO:Configuring SPC Controller
INFO:PMIC: Probing AXP803 on RSB
INFO:PMIC: aldo1 voltage: 2.800V
INFO:PMIC: dcdc1 voltage: 3.300V
INFO:PMIC: dcdc5 voltage: 1.360V
INFO:PMIC: dcdc6 voltage: 1.100V
INFO:PMIC: dldo1 voltage: 3.300V
INFO:PMIC: dldo2 voltage: 3.300V
INFO:PMIC: dldo3 voltage: 2.800V
INFO:PMIC: dldo4 voltage: 3.300V
INFO:PMIC: fldo1 voltage: 1.200V
INFO:PMIC: Enabling DC SW
INFO:BL31: Platform setup done
INFO:BL31: Initializing runtime services
INFO:BL31: cortex_a53: CPU workaround for 843419 was applied
INFO:BL31: cortex_a53: CPU workaround for 855873 was applied
INFO:BL31: cortex_a53: CPU workaround for 1530924 was applied
SCP/INF: Crust v0.5.1
INFO:PSCI: Suspend is available via SCPI
INFO:BL31: Preparing for EL3 exit to normal world
INFO:Entry point address = 0x4a00
INFO:SPSR = 0x3c9


U-Boot 2022.10+dfsg-1 (Oct 04 2022 - 00:06:38 +) Allwinner Technology

CPU:   Allwinner A64 (SUN50I)
Model: Olimex A64-Olinuxino-eMMC
DRAM:  2 GiB
Core:  74 devices, 20 uclasses, devicetree: separate
WDT:   Not starting watchdog@1c20ca0
MMC:   mmc@1c0f000: 0, mmc@1c1: 2, mmc@1c11000: 1
Loading Environment from FAT... Unable to use mmc 0:1...
In:serial
Out:   serial
Err:   serial
Net:   eth0: ethernet@1c3
starting USB...
Bus usb@1c1a000: USB EHCI 1.00
Bus usb@1c1a400: USB OHCI 1.0
Bus usb@1c1b000: USB EHCI 1.00
Bus usb@1c1b400: USB OHCI 1.0
scanning bus usb@1c1a000 for devices... 1 USB Device(s) found
scanning bus usb@1c1a400 for devices... 1 USB Device(s) found
scanning bus usb@1c1b000 for devices... 1 USB Device(s) found
scanning bus usb@1c1b400 for devices... 1 USB Device(s) found
   scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
U-Boot menu
1:  Debian GNU/Linux bookworm/sid 5.19.0-2-arm64
2:  Debian GNU/Linux bookworm/sid 5.19.0-2-arm64 (rescue target)
Enter choice: 1:Debian GNU/Linux bookworm/sid 5.19.0-2-arm64
Retrieving file: /boot/initrd.img-5.19.0-2-arm64
Retrieving file: /boot/vmlinuz-5.19.0-2-arm64
append: root=/dev/mmcblk0p1 ro quiet
Retrieving file: 
/usr/lib/linux-image-5.19.0-2-arm64/allwinner/sun50i-a64-olinuxino-emmc.dtb

Moving Image from 0x4008 to 0x4020, end=4200
## Flattened Device Tree blob at 4fa0
   Booting using the fdt blob at 0x4fa0
   Loading Ramdisk to 48196000, end 49d7 ... OK
   Loading Device Tree to 4818b000, end 48195370 ... OK

Starting kernel ...

[3.943010] sun50i-a64-pinctrl 1c20800.pinctrl: request() failed for pin 40
[3.943042] sun50i-a64-pinctrl 1c20800.pinctrl: pin-40 (1c28000.serial) 
status -517
[3.943063] sun50i-a64-pinctrl 1c20800.pinctrl: could not request pin 40 
(PB8) from group PB8  on device 1c20800.pinctrl
[3.943085] dw-apb-uart 1c28000.serial: Error applying setting, reverse 
things back

[3.943661] sun50i-a64-pinctrl 1c20800.pinctrl: request() failed for pin 40
[3.943681] sun50i-a64-pinctrl 1c20800.pinctrl: pin-40 (1c28000.serial) 
status -517
[3.943701] sun50i-a64-pinctrl 1c20800.pinctrl: could not request pin 40 
(PB8) from group PB8  on device 1c20800.pinctrl
[3.943722] dw-apb-uart 1c28000.serial: Error applying setting, reverse 
things back

[4.659095] sun50i-a64-pinctrl 1c20800.pinctrl: request() failed for pin 160
[4.659141] sun50i-a64-pinctrl 1c20800.pinctrl: pin-160 (1c0f000.mmc) status 
-517
[4.659162] sun50i-a64-pinctrl 1c20800.pinctrl: could not request pin 160 
(PF0) from group PF0  on device 1c20800.pinctrl

[4.659185] sunxi-mmc 1c0f000.mmc: Error applying setting, reverse things 
back
[4.659427] sun50i-a64-pinctrl 1c20800.pinctrl: request() failed for pin 192
[4.659448] sun50i-a64-pinctrl 1c20800.pinctrl: pin-192 (1c1.mmc) status 
-517
[4.659467] sun50i-a64-pinctrl 1c20800.pinctrl: could not request pin 192 
(PG0) from group PG0  on device 1c20800.pinctrl

[4.659494] sunxi-mmc 1c1.mmc: Error applying setting, reverse things 
back
[4.659683] sun50i-a64-pinctrl 1c20800.pinctrl: request() failed for pin 69
[4.659705] sun50i-a64-pinctrl 1c20800.pinctrl: pin-69 (1c11000.mmc) status 
-517
[4.659726] sun50i-a64-pinctrl 1c20800.pinctrl: could not request pin 69 
(PC5) from group PC5  on device 1c20800.pinctrl

[4.659750] sunxi-mmc 1c11000.mmc: Error applying setting, reverse things 
back
[4.877347] sun

Bug#1080111: gstreamermm-1.0: FTBFS: ./configure: line 19147: syntax error near unexpected token `fi'

2024-09-03 Thread Philip Rinn

Hi Alex,

before reassigning the bug to autoconf, I wanted to check if my analysis _might_ 
be correct and to check how to fix it. Unfortunately I don't have much 
experience with autoconf.


To me it seems, autoconf 2.72 produces an invalid ./configure for gstreamermm 
while autoconf 2.71 produces a correct one.


The error seems to be:

[...]
./configure: line 19147: syntax error near unexpected token `fi'
./configure: line 19147: `fi'
[...]

[see 
https://people.debian.org/~sanvila/build-logs/202408/gstreamermm-1.0_1.10.0+dfsg-4_amd64-20240830T102536.709Z 
for the full log]


Looking at reproducible builds[1], the build starts failing in unstable 
somewhere between 2024-08-08 and 2024-08-20 which correlates with the upload of 
autoconf 2.72 on 2024-08-16.


I have no idea what happens and no clue how to fix it - do you have any hints?

Thank & best regards
Philip


[1] https://tests.reproducible-builds.org/debian/history/gstreamermm-1.0.html


On 30.08.24 at 19:28, Santiago Vila wrote:

Package: src:gstreamermm-1.0
Version: 1.10.0+dfsg-4
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:


[...]
  debian/rules binary
dh binary --with autoreconf
    dh_update_autotools_config
cp: warning: behavior of -n is non-portable and may change in future; use 
--update=none instead
cp: warning: behavior of -n is non-portable and may change in future; use 
--update=none instead

    dh_autoreconf
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build'.
libtoolize: copying file 'build/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build'.
libtoolize: copying file 'build/libtool.m4'
libtoolize: copying file 'build/ltoptions.m4'
libtoolize: copying file 'build/ltsugar.m4'
libtoolize: copying file 'build/ltversion.m4'
libtoolize: copying file 'build/lt~obsolete.m4'

[... snipped ...]

| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include 
configure:14573: result: g++ -E
configure:14587: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
configure:14587: $? = 0
configure:14603: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:24:10: fatal error: ac_nonexistent.h: No such file or directory
    24 | #include 
   |  ^~
compilation terminated.
configure:14603: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gstreamermm"
| #define PACKAGE_TARNAME "gstreamermm"
| #define PACKAGE_VERSION "1.10.0"
| #define PACKAGE_STRING "gstreamermm 1.10.0"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm";

| #define PACKAGE_URL "http://www.gtkmm.org/";
| #define GSTREAMERMM_MAJOR_VERSION 1
| #define GSTREAMERMM_MINOR_VERSION 10
| #define GSTREAMERMM_MICRO_VERSION 0
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include 
configure:14771: checking for ld used by g++
configure:14840: result: /usr/bin/ld -m elf_x86_64
configure:14847: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:14864: result: yes
configure:14919: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries

configure:15999: result: yes
configure:16035: g++ -c -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
conftest.cpp >&5

configure:16038: $? = 0
configure:16519: checking for g++ option to produce PIC
configure:16528: result: -fPIC -DPIC
configure:16536: checking if g++ PIC flag -fPIC -DPIC works
configure:16555: g++ -c -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-DPIC -DPIC conftest.cpp >&5

configure:16559: $? = 0
configure:16573: result: yes
configure:16596: checking if g++ static flag -static works
configure:16626: result: yes
configure:16638: checking if g++ supports -c -o file.o
configure:16660: g++ -c -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -o 
out/conftest2.o conftest.cpp >&5

configure:16664: $? = 0
configure:16687: result: yes
configure:16692: checking if g++ supports -c -o file.o
configure:16741: result: yes
configure:16771: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries

configure:16814: result: yes
configure:

Bug#908681: libsane1: pointless package rename

2018-10-13 Thread Philip Rinn
Control: -1 severity normal

Hi,

I lower the severity of this bug as I couldn't find a severe violation of the
Debian policy - please point me to it if I missed something.

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#909099: gimagereader: crashes at startup

2018-10-15 Thread Philip Rinn
Control: block -1 by 908681

Hi,

I'm really sorry that gImageReader in testing is still not fixed. Unfortunately
it's still blocked by the back and forth due to the libsane -> libsane1 
transition
- although it's technically totally unrelated, it just happened during the same 
time.

Best,
Philip



Bug#908681: libsane1: pointless package rename

2018-10-15 Thread Philip Rinn
On 14.10.18 at 14:35 Jeremy Bicha wrote:
> Control: severity -1 serious
> 
> On Sat, 13 Oct 2018 at 19:59:38 Philip Rinn  wrote:
>> Control: -1 severity normal
>>
>> Hi,
>>
>> I lower the severity of this bug as I couldn't find a severe violation of the
>> Debian policy - please point me to it if I missed something.
>>
>> Best,
>> Philip
> 
> This bug was filed by Julien Cristau. I believe the bug was filed in
> his role as Stable Release Manager. Therefore, serious is the
> appropriate bug severity.

True, I missed that.



Bug#908681: libsane1: pointless package rename

2018-10-15 Thread Philip Rinn
Hi Jörg,

it seems there is an accepted solution for this bug since almost two weeks:

- rename libsane1 back to libsane
- add a "Provides: libsane1" to libsane

see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908681#51

Why isn't that route followed?

Thanks,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#1034683: r-base: new upstream release unintentionally uploaded to unstable

2023-06-21 Thread Philip Rinn

Hi,

could we please close this bug? We released bookworm some days ago and 
propagating to testing should be fine now. [It blocks R packages to propagate to 
testing currently.]


Thanks
Philip


OpenPGP_signature
Description: OpenPGP digital signature


Bug#995944: Does not use auto-detect if git is already in use

2021-10-17 Thread Philip Rinn

Control: severity -1 wishlist

Hi Trent,

thanks for your bug report. I think it's a great idea to improve qtpass, I'll 
forward your feature request upstream.


On 08.10.21 at 17:35, Trent W. Buck wrote:

I am flagging this as "serious" because it leads to data loss.
Specifically, I already lost the history of my test passwords.
Had I not noticed right away, I could have lost REAL passwords.


I disagree as I don't think what you describe is the "data loss" we assign the 
severity "serious" to - qtpass itself does not destroy any data. Humans/scripts 
who might not notice that files where added/changed by qtpass (obviously only by 
human interaction) without committing the changes might override the changes made 
by qtpass which might lead to data loss.


I agree that qtpass could have better defaults but this is a feature request -> 
severity "whishlist".


Thanks & best regards
Philip



Bug#1016963: Please test u-boot for a64-olinuxino-emmc

2022-12-31 Thread Philip Rinn

On 29.12.22 at 01:14, Vagrant Cascadian wrote:

If you have access to any of these boards, please consider testing
u-boot versions as packaged in debian for versions from debian stable
(2021.01*), testing (2022.04*), unstable (2022.10*) and experimental
(2023.01-rc*) and updating the wiki page if successful and/or replying
to 1016...@bugs.debian.org with a positive confirmation...

...and if not successful, filing bugs against the relevent u-boot-*
packages and marking them as blocking 1016963.


a64-olinuxino-emmc


I tested all four versions and they work on my A64-Olinuxino-eMMC board. [Tested 
from and updated unstable installation.]


Best,
Philip



Bug#993874: slurm: diff for NMU version 0.4.3-2.1

2022-11-27 Thread Philip Rinn
Control: tags 993874 + pending


Dear maintainer,

I've prepared an NMU for slurm (versioned as 0.4.3-2.1) and
uploaded it to DELAYED/14. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru slurm-0.4.3/debian/changelog slurm-0.4.3/debian/changelog
--- slurm-0.4.3/debian/changelog2015-08-17 12:05:00.0 +0200
+++ slurm-0.4.3/debian/changelog2022-11-27 13:15:07.0 +0100
@@ -1,3 +1,10 @@
+slurm (0.4.3-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS by removing deprecated sys/sysctl.h (closes: #993874)
+
+ -- Philip Rinn   Sun, 27 Nov 2022 13:15:07 +0100
+
 slurm (0.4.3-2) unstable; urgency=medium
 
   * Fix broken debian/watch file.
diff -Nru slurm-0.4.3/debian/patches/fix-build-with-glib2.32.patch 
slurm-0.4.3/debian/patches/fix-build-with-glib2.32.patch
--- slurm-0.4.3/debian/patches/fix-build-with-glib2.32.patch1970-01-01 
01:00:00.0 +0100
+++ slurm-0.4.3/debian/patches/fix-build-with-glib2.32.patch2022-11-27 
13:15:07.0 +0100
@@ -0,0 +1,23 @@
+From 82d634f81d53ed00b67dbafbf0c0d180e5ceca82 Mon Sep 17 00:00:00 2001
+From: Matthias Schmitz 
+Date: Wed, 8 Sep 2021 23:02:07 +0200
+Subject: [PATCH] Remove deprecated  from Linux build
+
+As already reported by Sam James (@thesamesam) and in the Debian
+bugtracker #993874 the  is deprecated since a while.
+---
+ os.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/os.h b/os.h
+index a268f86..fba5027 100644
+--- a/os.h
 b/os.h
+@@ -177,7 +177,6 @@
+ #elif defined (__linux__) /* L I N U X */
+ #include 
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
diff -Nru slurm-0.4.3/debian/patches/series slurm-0.4.3/debian/patches/series
--- slurm-0.4.3/debian/patches/series   2015-08-17 11:47:31.0 +0200
+++ slurm-0.4.3/debian/patches/series   2022-11-27 13:15:07.0 +0100
@@ -1 +1,2 @@
 0001-Fix-empty-lines-in-manpage.patch
+fix-build-with-glib2.32.patch



Bug#993874: slurm: diff for NMU version 0.4.3-2.1

2022-11-27 Thread Philip Rinn

Hi,

ups, somehow d/changelog was not finalized, here the final version:


diff -Nru slurm-0.4.3/debian/changelog slurm-0.4.3/debian/changelog
--- slurm-0.4.3/debian/changelog2015-08-17 12:05:00.0 +0200
+++ slurm-0.4.3/debian/changelog2022-11-27 13:31:19.0 +0100
@@ -1,3 +1,10 @@
+slurm (0.4.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS by removing deprecated sys/sysctl.h (closes: #993874)
+
+ -- Philip Rinn   Sun, 27 Nov 2022 13:31:19 +0100
+
 slurm (0.4.3-2) unstable; urgency=medium

   * Fix broken debian/watch file.


Best regards
Philip


OpenPGP_signature
Description: OpenPGP digital signature


Bug#1025308: gsequencer: FTBFS with fftw3 (3.3.10-1)

2022-12-05 Thread Philip Rinn

Hi Bas,

thanks for fixing gsequencer! Did you actually upload the NMU, I don't seet it 
in the queue. If not, could you please upload DELAYED/5 as per 
https://www.debian.org/doc/manuals/developers-reference/pkgs.html#nmu so fftw3 
can migrate?


Thanks & best regards
Philip


OpenPGP_signature
Description: OpenPGP digital signature


Bug#1025308: gsequencer: FTBFS with fftw3 (3.3.10-1)

2022-12-05 Thread Philip Rinn

On 05.12.22 at 17:26, Sebastiaan Couwenberg wrote:

On 12/5/22 16:51, Philip Rinn wrote:
thanks for fixing gsequencer! Did you actually upload the NMU, I don't see it 
in the queue. If not, could you please upload DELAYED/5 as per 
https://www.debian.org/doc/manuals/developers-reference/pkgs.html#nmu so fftw3 
can migrate?


Earlier today I contacted Joël Krähemann to ask if he has time to upload a new 
revision of gsequencer. There is no need for an NMU if he does.


Fair enough, up to you of course. I just don't see why not uploading the NMU now 
- it seems, you already did all/most work needed anyway - and if Joël has a new 
version ready earlier than DELAYED/5 his upload will end up in the archive.


What I see is that this is currently blocking fftw3 migration which in turn 
blocks quite many packages (soon) - with the freeze not that far away, I just 
don't like these easily preventable delays.


Thanks for your work & best regards

Philip


OpenPGP_signature
Description: OpenPGP digital signature


Bug#1025739: Fwd: Is an autogenerated configure shell script non-editable source (Was: Bug#1025739: hmmer2: missing source for configure)

2022-12-11 Thread Philip Rinn

Forgot to keep the bug report in the loop :-/

+ here is a stable link to the unterminated quote: 
https://salsa.debian.org/med-team/hmmer2/-/blob/423388accbb8c622edb663c845f1f5a6336256e1/debian/rules#L12



 Weitergeleitete Nachricht 
Betreff: Re: Is an autogenerated configure shell script non-editable source 
(Was: Bug#1025739: hmmer2: missing source for configure)

Datum: Sun, 11 Dec 2022 16:52:49 +0100
Von: Philip Rinn 
An: debian-de...@lists.debian.org, Andreas Tille 

Hi Andreas,


Hi Andreas,

Am Sat, Dec 10, 2022 at 11:41:11AM +0100 schrieb Andreas Metzler:


I have given this a a little bit of time. This seems to work:

1. Copy configure.ac from upstream's 2.3.2h2 branch.


Seems in tag 2.3.2h2 happened what I tried with 2.3.2[1] at least
the resulting configure.ac is identical after
autoupdate && autoreconf -f -i


2. Add 'export AUTOHEADER = true' to debian/rules.


I tried this, but the build fails for me and Salsa CI[2] with

  configure.ac:479: the top level
  sh: 1: Syntax error: Unterminated quoted string
  autoreconf: error: true' failed with exit status: 2

I admit I can't find that unterminated quoted string near line 479.



that's not surprising as you indeed have an unterminated "'" in 
https://salsa.debian.org/med-team/hmmer2/-/blob/master/debian/rules#L12


Best regards
Philip


OpenPGP_signature
Description: OpenPGP digital signature


Bug#1060429:

2024-01-10 Thread Philip Rinn
Control: reassign -1 python-django-solo

Hi Helmut,

thanks for the bug report, but I guess you missed that solo1-cli.ships this 
file for years (in stable, testing, unstable) while  python-django-solo was 
just uploaded yesterday. So I think the bug is in python-django-solo actually.

Best,
Philip



Bug#1060266: [Pkg-auth-maintainers] Some help for coordinated uploads needed

2024-01-12 Thread Philip Rinn

Hi Florian,

On 12.01.24 at 12:08, Florian Schlichting:

I would like to do an upload of yubikey-manager very soon in order to
fix #1060266 (serious) in python3-ykman. Can we perhaps do an upload of
python-fido2 to unstable in the course of this weekend? Do you want to
do that yourself, so you can update solo1-cli at the same time, or are
you ok with me going ahead and you follow with solo1-cli whenever
convenient?


sure, please go ahead. Just ping me, once you uploaded phython-fido2 to unstable 
so I can upload solo1-cli afterwards.


Thanks for all the preparation!
Philip


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#584005: epstool: Security bugs in ghostscript

2010-06-01 Thread Philip Rinn
Hi,

I checked the package. It's not affected by this security issue. I'll close 
this bug.

Philip



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#783130: r-base: FTBFS when setting TZ environmental variable

2015-04-22 Thread Philip Rinn
Package: r-base
Version: 3.2.0-2
Severity: serious
Tags: upstream
Justification: fails to build from source (but built successfully in the past)

Hi Dirk,

I was trying to understand why GNU R FTBFS in the reproducible build env[1]
while building fine on the buildds.
It turns out that setting the TZ environmental variable[2] crashes the build.

*** stack smashing detected ***: /tmp/buildd/r-base-3.2.0/bin/exec/R terminated

 for a BT see [1] ...

The offending command is:

echo
"tools:::sysdata2LazyLoadDB(\"./R/sysdata.rda\",\"../../../library/tools/R\")"
| R_DEFAULT_PACKAGES=NULL LC_ALL=C ../../../bin/R --vanilla --slave



To reproduce:

I followed the steps in
https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain#Usage_example

and used the rebuild.sh from
http://anonscm.debian.org/cgit/reproducible/misc.git/tree/prebuilder

But I guess just using

sudo TZ="/usr/share/zoneinfo/Etc/GMT+12" pbuilder ...

should also do the trick.

I don't have a clue why this happens - probably something for upstream?


Best,
Philip


[1]
https://reproducible.debian.net/rbuild/unstable/amd64/r-base_3.2.0-2.rbuild.log
[2] http://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html



-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (600, 'testing'), (550, 'unstable'), (500, 'testing-updates'), 
(450, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#783130: r-base: FTBFS when setting TZ environmental variable

2015-04-22 Thread Philip Rinn
severity 783130 normal
thanks

Ups, that wasn't intended to be 'serious'

Philip


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#783822: libsane-dev: depends on libgphoto2-2-dev which no longer exists

2015-05-07 Thread Philip Rinn
Hi Jörg,

could you please just upload the changes to unstable? Packages depending on
libsane-dev etc can't be build at the moment :( I think this would also help the
libgphoto2 transition[1]

[1] https://release.debian.org/transitions/html/auto-libgphoto2.html


Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#767892: subtitleeditor: Cannot type or edit subtitles

2014-11-10 Thread Philip Rinn
Hi,

I uploaded the fixed version to m.d.n:

http://mentors.debian.net/package/subtitleeditor

I'll bother my sponsor now ;)

Best,
Philip


signature.asc
Description: Digital signature


Bug#796874: gtkspellmm: transition needed for g++-5 ABI

2015-08-25 Thread Philip Rinn
Hi Simon,

thanks again for taking care of this transition - it's really appreciated!

I think I fixed the package, could you have a look and sponsor it if it fits 
for you?

http://anonscm.debian.org/cgit/collab-maint/gtkspellmm.git

Thanks,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#795092: gstreamermm-1.0: syntax error in changelog

2015-08-11 Thread Philip Rinn
tags 795092 confirmed pending
thanks

Hi Edmund,

On 10.08.2015 at 15:59 Edmund Grimley Evans wrote:
> Source: gstreamermm-1.0
> Version: 1.4.3+dfsg-2
> Severity: serious
> 
> The changelog has full month names (June/July) instead of three-letter
> abbreviations (Jun/Jul):
> 
> https://sources.debian.net/src/gstreamermm-1.0/1.4.3%2Bdfsg-2/debian/changelog/
> 
> This is wrong:
> 
> https://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog
> 
> It's causing a build failure on arm64 buildds:
> 
> https://buildd.debian.org/status/package.php?p=gstreamermm-1.0&suite=sid

I already fixed this in the git repository:

http://anonscm.debian.org/cgit/collab-maint/gstreamermm-1.0.git/commit/?id=6853ea99624b41d28d166d8938e6563462e00c1f

I'll ask my sponsor to upload a fixed version now

> Why isn't lintian or whatever picking this up?
> Should this be reported somewhere else?

Holger filed bug 793406 about it.


Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#794489: gimagereader fails to open

2015-08-11 Thread Philip Rinn
tags 794489 confirmed pending
thanks

Hi Joe, Jeff and Jeffrey,

On 03.08.2015 at 17:56, joe belisle wrote:
> gimagereader fails to open and reports the following error when called from a
> bash prompt.
> 
> gimagereader-gtk: symbol lookup error: gimagereader-gtk: undefined symbol:
> _ZN9tesseract11TessBaseAPI13AnalyseLayoutEv

I think it's because of a new version of tesseract (3.03 -> 3.04) and the
maintainers didn't notice that symbols changed.
I just rebuild gimagereader in a sid chroot and it works now. So I think filing 
a
binNMU should do the trick.

@Jeff and Jeffrey: Could you confirm this?

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#834751: rawtherapee: Crashes after launching

2016-08-19 Thread Philip Rinn
reassign 834751 libpng1.6
retitle 834751 RawTherapee crashes with "libpng error: IDAT: invalid distance 
too far back"
thanks

Hi Mateu,

I can not reproduce this bug. Actually it seems to be a bug in libpng, see 
https://bbs.archlinux.org/viewtopic.php?id=175656

It might be that you have a corrupt png in the folder rawtherapee tries to load 
at startup. Did you actually delete the directories ~/.cache/RawTherapee and 
~/.config/RawTherapee (I'm not sure it that is what you meany by "purged the 
config files")

Best,
Philip



Bug#838353: gstreamermm-1.0: FTBFS: check.cc:57:69: error: cannot convert 'Glib::RefPtr

2016-09-25 Thread Philip Rinn
tags 838353 upstream fixed-upstream pending
thanks

Hi Chris,

thanks for the report. I fixed[1] the bug and asked my sponsor to upload the 
fixed
package.

Best,
Philip

[1]
https://anonscm.debian.org/cgit/collab-maint/gstreamermm-1.0.git/commit/?id=9180dc0219a99b0519219bb4abefaeb9792c74b5



signature.asc
Description: OpenPGP digital signature


Bug#667349: add patch and upload NMU

2012-05-30 Thread Philip Rinn
Hi Matthias,

thanks for your effort but I fear it was a waste of your time. As I said 
earlier in this bug report I have a fixed version (4.0.8) ready. Now that 4.0.9 
will be released on June 1st I'll upload this version as soon as possible. By 
the way there is the libpng1.5 transition[1] (which will possibly not take 
place) also affecting this package. I wanted to wait until this is sorted out.

Thanks,
Philip

[1] http://release.debian.org/transitions/html/libpng1.5.html
-- 
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!  

Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677293: rawtherapee: FTBFS when not building (arch-all) -data package

2012-06-13 Thread Philip Rinn
Hi,

sorry for the noise. This is my first package with different binary-arch and 
binary-indep parts. I'll fix that as soon as possible.

Philip
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677293: rawtherapee: FTBFS when not building (arch-all) -data package

2012-06-13 Thread Philip Rinn
tags 677293 + pending
thanks

Hi,

I prepared a fixed version: http://mentors.debian.net/package/rawtherapee
I'm just waiting for my sponsor to upload it (hopefully tonight).

Philip



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677575: rawtherapee-data: fails to upgrade from squeeze - trying to overwrite /usr/share/rawtherapee/themes/25-Gray-Purple.gtkrc

2012-06-15 Thread Philip Rinn
Hm, strange because I declared a replaces relation in debian/control according 
to policy 7.6.1.

What am I missing?
Philip 

Package: rawtherapee
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, rawtherapee-data (= 
${source:Version})

Package: rawtherapee-data
Architecture: all
Depends: ${misc:Depends}
Recommends: rawtherapee (= ${source:Version})
Replaces: rawtherapee (<= 3.0.0~dfsg1)
Breaks: rawtherapee (<= 3.0.0~dfsg1)
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677575: rawtherapee-data: fails to upgrade from squeeze - trying to overwrite /usr/share/rawtherapee/themes/25-Gray-Purple.gtkrc

2012-06-15 Thread Philip Rinn
tags 677575 pending
thanks

Hi Andreas,

thanks. It should have been clear from the policy... but I didn't see it.
I send a fix to my sponsor, he'll hopefully upload it soon.

Philip
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677575: Fixed version uploeded to mentors.debian.net

2012-06-20 Thread Philip Rinn
Hi,

as I said here is the fixed package. Sadly I have to wait for my sponsor to 
upload it.

http://mentors.debian.net/package/rawtherapee

The respective dsc file can be found at:
http://mentors.debian.net/debian/pool/main/r/rawtherapee/rawtherapee_4.0.9-3.dsc

Philip



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#725125: subtitleeditor crashes

2013-10-03 Thread Philip Rinn
[...]
> Sorry for not giving the full info. It does not crash after just
> launching the app. It crashes after loading the subtitle file (.srt) .
> The .srt file is usually the same name as the Video file in the same
> directory. Now I do not know whether it tries to load the video file
> or not.
OK, but did you load the video file before? Does it change the behavior if you
load the video file (not) before?

>> Did you try version 0.41.0-1 from experimental
>> (http://packages.debian.org/source/experimental/subtitleeditor)? Or
>> 0.33.0-2 from unstable?
> 
> Didn't you get that info. from my report. Anyways, the version I
> am/was using is 0.33.0-1 from testing .
What I meant was: Could you please try with the versions from experimental and
unstable?

Best,
rinni


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#848178: gimagereader fails to start

2016-12-14 Thread Philip Rinn
Hi joe,

true, it's the same problem again. But this time it's only revealed as you 
didn't
update tesseract. The version you have install is neither part of testing nor 
unstable

> ii  libtesseract33.04.00-5

Current is:

testing: 3.04.01-4.2
unstable: 3.04.01-5

Please check again after updating libtesseract3 and close the bug if it's fixed.

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#848178: gimagereader fails to start

2016-12-16 Thread Philip Rinn
Hi Adrian,

On 15.12.2016 at 20:50, Adrian Bunk wrote:
> Please do not close bugs that are actual bug - the generated 
> dependencies must ensure that problems like the issue in this
> bug won't happen.
> 
> Reopened and moved to the package where the root cause of this bug is.

well, so true.

The root cause of this bug was a silent ABI break in tesseract 3.04.00 -> 
3.04.01
which is reverted upstream 
(https://github.com/tesseract-ocr/tesseract/issues/254).

See the corresponding Debian bugs:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794489
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816857

And see also for the whole picture:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815056
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815860
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815970

From my point of view it should have been save to use libtesseract3 (3.04.00-5)
with a binary that was build against libtesseract3 (>>3.04.01-4). This does not
seem to be the case.

As the Debian maintainers of tesseract didn't provide much help in the past (see
the first two mentioned bugs) and as it will not affect any Debian release I 
just
closed the bug. But as you said it's actually still a bug in tesseract.

Best,
Philip




signature.asc
Description: OpenPGP digital signature


Bug#855324: pdfsam fails to start

2017-02-16 Thread Philip Rinn
Package: pdfsam
Version: 1.1.4-2
Severity: grave
Justification: renders package unusable

Hi,

pdfsam fails to start with this error on the console:

philip@debian:~$ pdfsam
[warning] /usr/bin/pdfsam: No java runtime was found
=

 pdfsam

  JAVA: java

  JAVA_OPTS: -Xmx256m

  CLASSPATH:
/usr/share/pdfsam/pdfsam-1.1.4.jar:/usr/share/pdfsam/lib/dom4j.jar:/usr/share/pdfsam/lib/emp4j-1.0.1.jar:/usr/share/pdfsam/lib/itext.jar:/usr/share/pdfsam/lib/jaxen.jar:/usr/share/pdfsam/lib/log4j-1.2.jar:/usr/share/pdfsam/lib/looks.jar:/usr/share/pdfsam/lib/pdfsam-
console-2.0.6e.jar:/usr/share/pdfsam/lib/pdfsam-
jcmdline-1.0.3.jar:/usr/share/pdfsam/lib/pdfsam-langpack.jar

=

20:14:37,202 INFO  JMainFrame  Starting PDF Split and Merge basic Ver. 1.1.4
20:14:37,238 INFO  Configuration  Loading configuration..
20:14:37,239 INFO  XMLConfig  Copying config.xml from
/usr/share/pdfsam/config.xml to /home/philip/.pdfsam/config.xml
20:14:37,283 INFO  Configuration  Getting language...
20:14:37,321 INFO  Configuration  Setting look and feel...
20:14:37,354 INFO  Configuration  Setting logging level...
20:14:37,366 INFO  Configuration  Logging level set to DEBUG
20:14:37,530 INFO  PlugInsLoader  Merge/Extract plugin loaded.
20:14:37,565 INFO  PlugInsLoader  Split plugin loaded.
20:14:37,646 FATAL JMainFrame  Error starting pdfsam.
java.lang.NullPointerException
at
javax.swing.plaf.metal.MetalFileChooserUI$IndentIcon.getIconWidth(MetalFileChooserUI.java:896)
at
javax.swing.SwingUtilities.layoutCompoundLabelImpl(SwingUtilities.java:963)
at
javax.swing.SwingUtilities.layoutCompoundLabel(SwingUtilities.java:890)
at javax.swing.plaf.basic.BasicLabelUI.layoutCL(BasicLabelUI.java:94)
at
javax.swing.plaf.basic.BasicLabelUI.getPreferredSize(BasicLabelUI.java:238)
at javax.swing.JComponent.getPreferredSize(JComponent.java:1662)
at
javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1363)
at
javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1311)
at
javax.swing.plaf.basic.BasicListUI$Handler.valueChanged(BasicListUI.java:2623)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:164)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:211)
at
javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:405)
at
javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:415)
at
javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:459)
at javax.swing.JList.setSelectedIndex(JList.java:2210)
at
javax.swing.plaf.basic.BasicComboPopup.setListSelection(BasicComboPopup.java:1179)
at
javax.swing.plaf.basic.BasicComboPopup.access$300(BasicComboPopup.java:63)
at
javax.swing.plaf.basic.BasicComboPopup$Handler.itemStateChanged(BasicComboPopup.java:1008)
at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1223)
at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1280)
at javax.swing.JComboBox.contentsChanged(JComboBox.java:1330)
at
javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:118)
at
javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.setSelectedItem(MetalFileChooserUI.java:1014)
at
javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.addItem(MetalFileChooserUI.java:985)
at
javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.access$800(MetalFileChooserUI.java:915)
at
javax.swing.plaf.metal.MetalFileChooserUI.doDirectoryChanged(MetalFileChooserUI.java:664)
at
javax.swing.plaf.metal.MetalFileChooserUI.access$1100(MetalFileChooserUI.java:53)
at
javax.swing.plaf.metal.MetalFileChooserUI$5.propertyChange(MetalFileChooserUI.java:753)
at
java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
at java.awt.Component.firePropertyChange(Component.java:8428)
at javax.swing.JFileChooser.setCurrentDirectory(JFileChooser.java:598)
at javax.swing.JFileChooser.(JFileChooser.java:354)
at javax.swing.JFileChooser.(JFileChooser.java:311)
at
org.pdfsam.guiclient.gui.panels.JSettingsPanel.initialize(JSettingsPanel.java:124)
at
org.pdfsam.guiclient.gui.panels.JSettingsPanel.(JSettingsPanel.java:119)
at
org.pdfsam.guiclient.gui.frames.JMainFrame.initialize(JMainFrame.java:124

Bug#855324: pdfsam fails to start

2017-02-16 Thread Philip Rinn
On 16.02.2017 at 23:18, Markus Koschany wrote:
[...]

> thank you for the report. I can confirm this issue but I'm not sure what
> exactly is causing it. Given that pdfsam in Debian is pretty much
> outdated it probably makes sense to remove it from Stretch.

True, pdfsam is outdated but afaik it's the only GUI tool for splitting/merging
pdfs in Debian. So it might still be worth keeping it - if this bug can be 
fixed...

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#855324: pdfsam fails to start

2017-02-17 Thread Philip Rinn
On 17.02.2017 at 01:01, Markus Koschany wrote:
> On 17.02.2017 00:46, Philip Rinn wrote:
>> On 16.02.2017 at 23:18, Markus Koschany wrote:
>> [...]
>>
>>> thank you for the report. I can confirm this issue but I'm not sure what
>>> exactly is causing it. Given that pdfsam in Debian is pretty much
>>> outdated it probably makes sense to remove it from Stretch.
>>
>> True, pdfsam is outdated but afaik it's the only GUI tool for 
>> splitting/merging
>> pdfs in Debian. So it might still be worth keeping it - if this bug can be 
>> fixed...
> 
> We also have pdfchain or pdfshuffler in Debian but of course I agree
> that I would like to see a usable Java alternative in Debian too.

Both are not really replacements, pdfchain for example lacks splitting pdfs at
given page numbers and extracting single pages from them. Both can be achieved
with a burst -> catenate session but not very elegant. Anyway, I'm fine with
removing pdfsam.

Best,
Philip




signature.asc
Description: OpenPGP digital signature


Bug#855324: pdfsam fails to start

2017-02-17 Thread Philip Rinn
Hi,

I tired to locate the error - but I'm no Java expert so I might be totally 
off...

Reading the log, I think it throws an error here:

https://sources.debian.net/src/pdfsam/1.1.4-2/pdfsam-maine-br1/src/java/org/pdfsam/guiclient/gui/panels/JSettingsPanel.java/#L124

I have no clue about this JFileChooser but it might be a starting point for Java
experts...

If you could point me to some document or tell me how to debug further, I'm
willing to so but I need some guidance...

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#855324: pdfsam fails to start

2017-02-19 Thread Philip Rinn
Hi Tony,

On 19.02.2017 at 03:25, tony mancill wrote:
> As a work-around, would you mind trying to following to see if it
> resolves the problem for you?
> 
> Change the value in the  element ~/.pdfsam/config.xml to '1':
> 
> ...
>
>  
>   1
>^
>|
> ...  

This works for me, thanks! But using '0' is even better, as with '1' some text 
in
the 'split' panel gets cut - see attached screenshots.

But with '0' I get every-now-and-then

philip@debian:~$ pdfsam
[warning] /usr/bin/pdfsam: No java runtime was found
=

 pdfsam

  JAVA: java

  JAVA_OPTS: -Xmx256m

  CLASSPATH:
/usr/share/pdfsam/pdfsam-1.1.4.jar:/usr/share/pdfsam/lib/dom4j.jar:/usr/share/pdfsam/lib/emp4j-1.0.1.jar:/usr/share/pdfsam/lib/itext.jar:/usr/share/pdfsam/lib/jaxen.jar:/usr/share/pdfsam/lib/log4j-1.2.jar:/usr/share/pdfsam/lib/looks.jar:/usr/share/pdfsam/lib/pdfsam-console-2.0.6e.jar:/usr/share/pdfsam/lib/pdfsam-jcmdline-1.0.3.jar:/usr/share/pdfsam/lib/pdfsam-langpack.jar

=

17:57:39,652 INFO  JMainFrame  Starting PDF Split and Merge basic Ver. 1.1.4
17:57:39,690 INFO  Configuration  Loading configuration..
17:57:39,724 INFO  Configuration  Getting language...
17:57:39,762 INFO  Configuration  Setting look and feel...
17:57:39,775 INFO  Configuration  Setting logging level...
17:57:39,786 INFO  Configuration  Logging level set to DEBUG
17:57:39,910 INFO  PlugInsLoader  Merge/Extract plugin loaded.
17:57:39,952 INFO  PlugInsLoader  Split plugin loaded.
17:57:40,129 INFO  JMainFrame  PDF Split and Merge basic Ver. 1.1.4 started in 
474ms
Exception in thread "AWT-EventQueue-1" java.lang.NullPointerException
at javax.swing.text.FlowView$FlowStrategy.layoutRow(FlowView.java:563)
at javax.swing.text.FlowView$FlowStrategy.layout(FlowView.java:477)
at javax.swing.text.FlowView.layout(FlowView.java:201)
at javax.swing.text.BoxView.setSize(BoxView.java:397)
at javax.swing.text.BoxView.updateChildSizes(BoxView.java:366)
at javax.swing.text.BoxView.setSpanOnAxis(BoxView.java:348)
at javax.swing.text.BoxView.layout(BoxView.java:708)
at javax.swing.text.BoxView.setSize(BoxView.java:397)
at 
javax.swing.plaf.basic.BasicTextUI$RootView.setSize(BasicTextUI.java:1722)
at javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1046)
at javax.swing.text.DefaultCaret.repaintNewCaret(DefaultCaret.java:1308)
at javax.swing.text.DefaultCaret$1.run(DefaultCaret.java:1287)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at 
org.GNOME.Accessibility.AtkWrapper$5.dispatchEvent(AtkWrapper.java:700)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

but pdfsam works nonetheless.


Best,
Philip


signature.asc
Description: OpenPGP digital signature


Bug#855324: pdfsam fails to start

2017-02-19 Thread Philip Rinn
Hi,

On 19.02.2017 at 04:56, gregor herrmann wrote:
> After this change, pdfsam starts for me and shows me an empty white
> window (or grey-ish) with nothing in it.

Uh, strange. So this seems not to be a general fix :(

Gregor, could you try '0'?


> And now it gets weird: I tried `DEBUG_WRAPPER=1 pdfsam' several
> times, and at more or less each second invocation, I get java
> exceptions:

I see the same, but for me it doesn't affect the functionality of pdfsam.

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#855324: pdfsam fails to start

2017-02-20 Thread Philip Rinn
On 20.02.2017 at 18:25, gregor herrmann wrote:
> On Mon, 20 Feb 2017 09:20:17 -0800, tony mancill wrote:
> 
>>> With "0" I still get an empty greyish window and nothing more.
>> Ugh!  I'm just guessing, but I suspect you are now seeing a *different*
>> issue related to one of the AWT race conditions we seem to encounter
>> from time to time.  
> 
> Quite possible ...
> 
>> If you're willing to try with another window
>> manager, that might tell us something.  
> 
> Hm, I only have awesome installed

Oh, I use Gnome3 - might be the difference?

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#855324: pdfsam fails to start

2017-02-20 Thread Philip Rinn
On 20.02.2017 at 18:20, tony mancill wrote:
> On Sun, Feb 19, 2017 at 11:36:05PM +0100, gregor herrmann wrote:
>> On Sun, 19 Feb 2017 18:09:22 +0100, Philip Rinn wrote:
>>
>>> On 19.02.2017 at 04:56, gregor herrmann wrote:
>>>> After this change, pdfsam starts for me and shows me an empty white
>>>> window (or grey-ish) with nothing in it.
>>> Uh, strange. So this seems not to be a general fix :(
>>> Gregor, could you try '0'?
>>
>> With "0" I still get an empty greyish window and nothing more.
> 
> Ugh!  I'm just guessing, but I suspect you are now seeing a *different*
> issue related to one of the AWT race conditions we seem to encounter
> from time to time.  If you're willing to try with another window
> manager, that might tell us something.  You can also try exporting
> "NOISY_AWT=true" and hitting CTRL-Shift-F1 to dump the AWT component
> hierarchy [1] (and then sending that to me so I can compare it with the
> hierarchy I see on my system).

Here you go:

philip@debian:~$ NOISY_AWT=true pdfsam
[warning] /usr/bin/pdfsam: No java runtime was found
=

 pdfsam

  JAVA: java

  JAVA_OPTS: -Xmx256m

  CLASSPATH:
/usr/share/pdfsam/pdfsam-1.1.4.jar:/usr/share/pdfsam/lib/dom4j.jar:/usr/share/pdfsam/lib/emp4j-1.0.1.jar:/usr/share/pdfsam/lib/itext.jar:/usr/share/pdfsam/lib/jaxen.jar:/usr/share/pdfsam/lib/log4j-1.2.jar:/usr/share/pdfsam/lib/looks.jar:/usr/share/pdfsam/lib/pdfsam-console-2.0.6e.jar:/usr/share/pdfsam/lib/pdfsam-jcmdline-1.0.3.jar:/usr/share/pdfsam/lib/pdfsam-langpack.jar

=

18:24:39,603 INFO  JMainFrame  Starting PDF Split and Merge basic Ver. 1.1.4
18:24:39,641 INFO  Configuration  Loading configuration..
18:24:39,676 INFO  Configuration  Getting language...
18:24:39,727 INFO  Configuration  Setting look and feel...
18:24:39,747 INFO  Configuration  Setting logging level...
18:24:39,763 INFO  Configuration  Logging level set to DEBUG
18:24:39,894 INFO  PlugInsLoader  Merge/Extract plugin loaded.
18:24:39,931 INFO  PlugInsLoader  Split plugin loaded.
18:24:40,142 INFO  JMainFrame  PDF Split and Merge basic Ver. 1.1.4 started in 
536ms
Exception in thread "AWT-EventQueue-1" java.lang.NullPointerException
at javax.swing.text.FlowView$FlowStrategy.layoutRow(FlowView.java:563)
at javax.swing.text.FlowView$FlowStrategy.layout(FlowView.java:477)
at javax.swing.text.FlowView.layout(FlowView.java:201)
at javax.swing.text.BoxView.setSize(BoxView.java:397)
at javax.swing.text.BoxView.updateChildSizes(BoxView.java:366)
at javax.swing.text.BoxView.setSpanOnAxis(BoxView.java:348)
at javax.swing.text.BoxView.layout(BoxView.java:708)
at javax.swing.text.BoxView.setSize(BoxView.java:397)
at 
javax.swing.plaf.basic.BasicTextUI$RootView.setSize(BasicTextUI.java:1722)
at javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1046)
at javax.swing.text.DefaultCaret.repaintNewCaret(DefaultCaret.java:1308)
at javax.swing.text.DefaultCaret$1.run(DefaultCaret.java:1287)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at 
org.GNOME.Accessibility.AtkWrapper$5.dispatchEvent(AtkWrapper.java:700)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
^[[1;6P^\2017-02-20 18:25:13
Verlassen
Full thread dump OpenJDK 64-Bit Server VM (25.121-b13 mixed mode):

"DestroyJavaVM" #22 prio=5 os_prio=0 tid=0x7f16f800a000 nid=0x2ced waiting 
on
condition [0x]
   java.lang.Thread.State: RUNNABLE

"Thread-2" #19 prio=5 os_prio=0 tid=0x7f16f85a1800 nid=0x2d05 in 
Object.wait()
[0x7f169a223000]
   java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0

Bug#855843: gtranscribe: fails to load audio file

2017-02-22 Thread Philip Rinn
Package: gtranscribe
Version: 0.7.1-1
Severity: grave
Tags: upstream
Justification: renders package unusable

Hi,

trying to load an audio file (from console or gui) throws an error and the file
is not loaded. This makes gTranscribe rather useless:

philip@debian:~/gTranscribe$ gtranscribe ./WS321063.ogg
Traceback (most recent call last):
  File "/usr/bin/gtranscribe", line 210, in on_file_ready
logger.debug('received signal "ready"')
NameError: name 'logger' is not defined

A workaround is to enable debug logging.


Best,
Philip



-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (600, 'testing'), (550, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gtranscribe depends on:
ii  gir1.2-glib-2.0  1.50.0-1
ii  gir1.2-gspell-1  1.2.2-1
ii  gir1.2-gst-plugins-base-1.0  1.10.3-1
ii  gir1.2-gstreamer-1.0 1.10.3-1
ii  gir1.2-gtk-3.0   3.22.7-2
ii  python3-dbus 1.2.4-1
ii  python3-gi   3.22.0-2
pn  python3:any  

Versions of packages gtranscribe recommends:
ii  gstreamer1.0-plugins-bad  1.10.3-1

gtranscribe suggests no packages.

-- no debconf information



Bug#855843: gtranscribe: fails to load audio file

2017-02-22 Thread Philip Rinn
Control: tags -1 fixed-upstream pending

Hi,

here is the trivial patch:

https://github.com/innir/gtranscribe/commit/8c1da0f705edd1915aced4fa2359b76ca662a3ae.patch

I'll upload a fixed version soon and ask for an unblock.

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#855843: gtranscribe: fails to load audio file

2017-02-22 Thread Philip Rinn
Fixed version uploaded to mentors:

https://mentors.debian.net/package/gtranscribe

Waiting for my sponsor to upload.

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#855324: pdfsam fails to start

2017-03-05 Thread Philip Rinn
On 04.03.2017 at 01:13, gregor herrmann wrote:
> On Mon, 20 Feb 2017 18:31:12 +0100, Philip Rinn wrote:
> 
>>>> If you're willing to try with another window
>>>> manager, that might tell us something.  
>>> Hm, I only have awesome installed
>> Oh, I use Gnome3 - might be the difference?
> 
> Found it: I had _JAVA_AWT_WM_NONREPARENTING=1 set in my ~/.Xsession
> which was at some point needed for running java apps under awesome.
> 
> With _JAVA_AWT_WM_NONREPARENTING=0 pdfsam shows me something useful
> (and also freeplane, where I had the same issue, and raccoon (not in
> Debian), where I also only got an empty window).
> 
> Sorry for the confusion!

Great, so changing the value in the  element ~/.pdfsam/config.xml to '0':

...
  

  0
   ^
   |
...

fixes the crash.
With this fix I'd keep pdfsam in stable, although it's outdated.

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#855324: pdfsam fails to start

2017-05-15 Thread Philip Rinn
Control: reopen -1

Hi,

just updated a machine from jessie -> stretch and stuck with the problem that
pdfsam fails to start. The problem is that existing ~/.pdfsam/config.xml need to
be changed too.

I'd propose to write a NEWS entry to inform people and tell them what to do.

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#855324: Info received (Bug#855324: pdfsam fails to start)

2017-05-19 Thread Philip Rinn
Hi,

One could probably just advise people to execute this in their terminal:

sed -i 's/[0-9]*<\/LAF>/0<\/LAF>/' ~/.pdfsam/config.xml

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#863040: rawtherapee: Crash at lauch time with message: Error in rawtherapee: munmap_chunk(): invalid pointer

2017-05-20 Thread Philip Rinn
Control: tags -1 jessie
Control: fixed -1 5.0-1


Hi,

this only affects jessie. Seem to be a problem with libpng12, probably just a
binNMU is needed. I'll check during the next days.
You could try by rebuilding rawtherapee from source[1] with roughly those 
commands
[didn't test them]:

apt-get source rawtherapee
sudo apt-get build-dep rawtherapee
cd rawtherapee-4.2
debuild -b -uc -us
cd ..
sudo dpkg -i rawtherapee*.deb


Best,
Philip

[1] https://wiki.debian.org/BuildingTutorial





signature.asc
Description: OpenPGP digital signature


Bug#831529: gstreamer1.0-libav: segfault when trying to play h264 video

2016-07-25 Thread Philip Rinn
Hi,

I was hit by the same bug (which is not restricted to h264 video for me). I can
fix it if I set LANG to C, so

LANG=C gst-launch-1.0 -v playbin uri=file:///path/to/video.mp4

works for me.Is this the same bug or should I file a new bug?

Hope that helps,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#636117: Segmentation fault when starting

2011-10-08 Thread Philip Rinn
tags 636117 - moreinfo
thanks

[tag unreproducible was already added as I mixed up two of my bug reports - 
sorry]

Hi Klaus,

sorry but I don't see that you'll react any time soon. I'll close this bug now 
as
it's not reproducible by me and by upstream.

Best regards,
Philip



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#636117: Segmentation fault when starting

2011-10-08 Thread Philip Rinn
Hi Klaus,

> Now I reread all bug entries and tried to download
> http://minus.com/mcElMTq but there is only a message about javascript
> visible and nothing to download.
Well you need to enable javascript to see the download. I just downloaded it 
with
no problem. I could send you the file it's about 2.5 MB large - just tell me.

> However, I try the current installed version (3.0.0~dfsg1-1) and get the
> following:
Thanks for the additional info I posted it upstream. I hope we'll be able to 
find
the problem but getting the debug output would be better.

Best regards,
Philip



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#636117: Segmentation fault when starting

2011-10-09 Thread Philip Rinn
Hi Klaus,

in the upstream bug report someone believes that it could be a problem loading a
thumbnail image (jpeg) from a raw file.
Could you please check the value of StartupPath in ~/.config/RawTherapee/options
and remove all image files from this directory to see if RawTherapee starts 
than?
btw: did you update from a previous version and if did you delete/move
~/.config/RawTherapee and ~/.cache/RawTherapee to see if RawTherapee still 
crashes?

Best regards,
Philip




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#820641: [valac-vapi] Incorrect gtk+ 3 dependencies causing to compilation issues

2016-04-12 Thread Philip Rinn
Hi,

indeed, very annoying. Corebird FTBFS in unstable due to this as well:

corebird-1.2/src/widgets/BadgeRadioButton.c:106: undefined reference to 
`gtk_widget_set_focus_on_click'

Full log: 
https://tests.reproducible-builds.org/rbuild/unstable/amd64/corebird_1.2-2.rbuild.log

Could you please take care of the vala <-> gtk+ coupling in the future?

Best,
Philip


signature.asc
Description: PGP signature


Bug#805162: subtitleeditor: FTBFS: bind.h:2110:27: error: no matching function for call to 'sigc::bind_functor [..]

2015-11-15 Thread Philip Rinn
tags 805162 upstream
forwarded 805162 http://gna.org/bugs/?23714
thanks

Hi Chris,

On 15.11.2015 at 13:38, Chris Lamb wrote:
> subtitleeditor fails to build from source in unstable/amd64:

Yes, I know, I already filed a bug upstream.

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#805162: subtitleeditor: FTBFS: bind.h:2110:27: error: no matching function for call to 'sigc::bind_functor [..]

2015-11-27 Thread Philip Rinn
tags 805162 pending
thanks

Hi,

I uploaded a fixed package to m.d.n and asked my sponsor to upload it:

http://mentors.debian.net/package/subtitleeditor

You can also find the packaging at:

http://anonscm.debian.org/cgit/collab-maint/subtitleeditor.git

Best,
Philip





signature.asc
Description: OpenPGP digital signature


Bug#802391: gimagereader: Segfaults when opening an image file

2015-10-31 Thread Philip Rinn
tags 802391 pending
thanks

Hi Peter,

thanks for the report. Well, that's annoying as it's the second time in a row 
that
this happens with gimagereader. I just packaged an upstream snapshot now to fix
this. You find the updated packaging here:

http://anonscm.debian.org/cgit/collab-maint/gimagereader.git/

https://mentors.debian.net/package/gimagereader

I'm waiting for my sponsor now to upload the package.

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#816857: gimagereader: fails to launch with "symbol lookup error"

2016-03-06 Thread Philip Rinn
Hi Jeff and Jeffrey,

I think tessaract broke it's ABI again without taking care of renaiming the
package name and bumping SONAME :(

That's really annoying as gimagereader broke again. (See
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794489 for reference)

Building with tessaract from unstable results in a broken binary in testing - 
same
undefined symbol as last time.

> This is the complete error messager:
>
>   gimagereader-gtk: symbol lookup error: gimagereader-gtk:
>   undefined symbol: _ZN9tesseract11TessBaseAPI13AnalyseLayoutEv

Could you please fix this? And could you take care of this properly next time - 
it
really wasts my time.

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#816857: Submitted bug upstream

2016-03-07 Thread Philip Rinn
Hi,

I just want to keep you in the loop: I filed a bug upstream to solve this at 
the 
bottom of the problem:

https://github.com/tesseract-ocr/tesseract/issues/254

Best,
Philip


signature.asc
Description: PGP signature


Bug#816857: gimagereader: fails to launch with "symbol lookup error"

2016-03-08 Thread Philip Rinn
Hi all,

just to keep you informed: The ABI breakage is fixed upstream now:

https://github.com/tesseract-ocr/tesseract/commit/7461b617433757105db08b3bb4fca47eee3c96d7

Best,
Philip


signature.asc
Description: PGP signature


Bug#733190: (no subject)

2013-12-28 Thread Philip Rinn
forcemerge 732806 733190
thanks

Hi,

It's actually vlc-data that tries to remove some non-existing files. It was
already reported in #732806. I merged both reports.

Best,
Philip


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#725125: subtitleeditor crashes

2013-10-12 Thread Philip Rinn
tags 725125 unreproducible
thanks

Hi,

I tried it on different computers with different versions of subtitleeditor but 
I
can't reproduce your crashes. Did you already test after deleting/moving
~/.config/subtitleeditor ?

Best,
rinni


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#636117: Segmentation fault when starting

2011-07-31 Thread Philip Rinn
forwarded 636117 http://code.google.com/p/rawtherapee/issues/detail?id=879
tag 636117 moreinfo upstream
thanks

Hi Klaus,

I can't reproduce this bug.
Here are the differences in dependencies I found.

mine   <->  yours
libc62.13-10   <-> 2.13-11
libgcc1  1:4.6.1-4 <-> 1:4.6.1-5
libgomp1 4.6.1-4   <-> 4.6.1-5
libgtk2.0-0  2.24.4-3  <-> 2.24.5-3
libpng12-0   1.2.46-1  <-> 1.2.46-2
libstdc++6   4.6.1-4   <-> 4.6.1-5

I forwarded the bug upstream hope they have a quick fix.

Thanks for your report.
Philip



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#636117: Segmentation fault when starting

2011-07-31 Thread Philip Rinn
Hi Klaus,

I prepared a debug build. Could you please download it and install it

http://minus.com/mcElMTq

Could you please post all information you can get from the crash?

Thanks,
Philip





-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#636117: Segmentation fault when starting

2011-08-17 Thread Philip Rinn
Hi Klaus,

I need more information from you. Please try the debug build and report the 
output
here. I can't reproduce this on different amd64 machines so I'll tag it
unreproducible and close it if there is no response within seven days. (You can
always reopen it if you get the information later.)

Thanks,
Philip





-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org