Bug#1063631: [Debian-pan-maintainers] Bug#1063631: closing 1063631

2024-04-17 Thread PICCA Frederic-Emmanuel
I am working on it at the upstream level need a few more days. Cheers Fred

Bug#1069144: ADvice about htis pocl issue on armel

2024-04-17 Thread PICCA Frederic-Emmanuel
Hello Andreas, I have another autopkgtest failure on armel with silx and pocl The content of check_atomic32 is def check_atomic32(device): try: ctx = pyopencl.Context(devices=[device]) except: return False, f"Unable to create context on {device}" else: queue

Bug#1068395: php8.2-curl: composer install fails for importmap:install with error "[CONN-4-0]"

2024-04-04 Thread frederic
Moreover, I tested the same build on a debian trixie, using php8.2-curl 8.2.12-1+b1 and it works with no error. Le 2024-04-04T16:53:37.000+02:00, a écrit : > Hi Ondřej, >  > Thank you for your input, but I doubt that it is the same issue. The > composer issue you report seems to be coming from 

Bug#1068395: php8.2-curl: composer install fails for importmap:install with error "[CONN-4-0]"

2024-04-04 Thread frederic
Hi Ondřej, Thank you for your input, but I doubt that it is the same issue. The composer issue you report seems to be coming from a network issue. The fact that if I uninstall php8.2-curl, it works seems to point to a php8.2-curl (or a curl) issue.I don't encounter any timeout issue, but

Bug#1060318: Could be related to LLVM rather than PoCL: works with LLVM-15

2024-03-12 Thread PICCA Frederic-Emmanuel
bravo !!! This is team works. :)) Cheers Frederic

Bug#1065724: epics-base: FTBFS on amd64: Tests failed

2024-03-12 Thread PICCA Frederic-Emmanuel
Here an analyse of the FTBFS On the amd64, I have two failures dureing the test Test Summary Report --- testPVAServer.t(Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output Files=6, Tests=129, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.09 cusr 0.06 csys

Bug#1060318: Info received (Bug#1060318: Info received (Bug#1060318: Info received (Bug#1060318: Info received (silx: autopkgtest failure with Python 3.12))))

2024-03-11 Thread PICCA Frederic-Emmanuel
A workaround for now is to use this POCL_WORK_GROUP_METHOD=cbs Jerome is helping also here trying to understand the problem... https://github.com/silx-kit/silx/issues/4073

Bug#1060318: Info received (Bug#1060318: Info received (Bug#1060318: Info received (Bug#1060318: Info received (silx: autopkgtest failure with Python 3.12))))

2024-03-11 Thread PICCA Frederic-Emmanuel
POCL_WORK_GROUP_METHOD=cbs python3 test.py make it works $ POCL_WORK_GROUP_METHOD=cbs python3 test.py [SubCFG] Form SubCFGs in bsort_all [SubCFG] Form SubCFGs in bsort_horizontal [SubCFG] Form SubCFGs in bsort_vertical [SubCFG] Form SubCFGs in bsort_book [SubCFG] Form SubCFGs in bsort_file

Bug#1060318: Info received (Bug#1060318: Info received (Bug#1060318: Info received (silx: autopkgtest failure with Python 3.12)))

2024-03-11 Thread PICCA Frederic-Emmanuel
With latest version (PAS OK) $ dpkg -l | grep pocl ii libpocl2-common5.0-2.1 all common files for the pocl library ii libpocl2t64:amd64 5.0-2.1

Bug#1060318: Info received (Bug#1060318: Info received (silx: autopkgtest failure with Python 3.12))

2024-03-11 Thread PICCA Frederic-Emmanuel
Debian12 (OK) $ dpkg -l | grep pocl ii libpocl2:amd64 3.1-3+deb12u1 amd64Portable Computing Language library ii libpocl2-common 3.1-3+deb12u1 all

Bug#1060318: Info received (Bug#1060318: Info received (silx: autopkgtest failure with Python 3.12))

2024-03-11 Thread PICCA Frederic-Emmanuel
On Debian12 it works out of the box $ POCL_DEBUG=1 python3 test.py [2024-03-11 10:05:31.837738936]POCL: in fn pocl_install_sigfpe_handler at line 229: | GENERAL | Installing SIGFPE handler... [2024-03-11 10:05:31.868890390]POCL: in fn POclCreateCommandQueue at line 98: | GENERAL |

Bug#1060318: Info received (silx: autopkgtest failure with Python 3.12)

2024-03-10 Thread PICCA Frederic-Emmanuel
We already had the warning message [2024-03-10 14:26:18.189651850]POCL: in fn void appendToProgramBuildLog(cl_program, unsigned int, std::string&) at line 111: | ERROR | warning: /home/picca/.cache/pocl/kcache/tempfile_msXjLw.cl:861:14: AVX vector argument of type '__private float8'

Bug#1060318: Info received (silx: autopkgtest failure with Python 3.12)

2024-03-10 Thread PICCA Frederic-Emmanuel
Here a log with POCL_DEBUG=all picca@cush:/tmp$ python3 test.py [2024-03-10 14:22:19.462191847]POCL: in fn pocl_install_sigfpe_handler at line 265: | GENERAL | Installing SIGFPE handler... [2024-03-10 14:22:19.475550217]POCL: in fn POclCreateCommandQueue at line 103: | GENERAL |

Bug#1060318: Info received (silx: autopkgtest failure with Python 3.12)

2024-03-10 Thread PICCA Frederic-Emmanuel
It seems that here is an error here [2024-03-10 14:22:19.550588408]POCL: in fn int pocl_llvm_build_program(cl_program, unsigned int, cl_uint, _cl_program* const*, const char**, int) at line 420: | LLVM | all build options: -Dcl_khr_int64 -DPOCL_DEVICE_ADDRESS_BITS=64

Bug#1060318: Info received (silx: autopkgtest failure with Python 3.12)

2024-03-10 Thread PICCA Frederic-Emmanuel
Here a small script which trigger the errorfrom silx.image import medianfilter import numpy IMG = numpy.arange(1.0).reshape(100, 100) KERNEL = (1, 1) res = medianfilter.medfilt2d( image=IMG, kernel_size=KERNEL, engine="opencl", )

Bug#1060318: silx: autopkgtest failure with Python 3.12

2024-03-08 Thread PICCA Frederic-Emmanuel
In order to reproduce the bug, install python3-silx 2.0.0+dfsg-1 python3-pytest-xvfb pocl-opencl-icd then $ pytest --pyargs silx.image.test.test_medianfilter -v === test session starts

Bug#1060318: silx: autopkgtest failure with Python 3.12

2024-03-01 Thread PICCA Frederic-Emmanuel
With the silx 2.0.0 version the failire is located in the OpenCL part the backtrace is this one when running the median filter # build the packag eintht echroot and enter into it once build dgit --gbp sbuild --finished-build-commands '%SBUILD_SHELL' run this command to obtain the backtrace...

Bug#1064387: Glycin-loaders: Support SVG images

2024-02-21 Thread Frederic Parrenin
Package: glycin-loaders Version: 0.1.2+dfsg-2 glycin-loaders is built without svg support. As a consequence, Gnome Loupe cannot open svg images. I am on debian testing, amd64.

Bug#1064335: Same problem here

2024-02-21 Thread Frederic Parrenin
Same problem here: xwayland app are not scaled since 44.8-3. This is a major problem and I hope it gets fixed soon.

Bug#1064086: /usr/share/doc/libapache2-mod-netcgi-apache/changelog.gz: libapache2-mod-netcgi-apache break apache

2024-02-16 Thread Frederic LOYER
Package: libapache2-mod-netcgi-apache Version: 4.1.9-1+b1 Severity: grave File: /usr/share/doc/libapache2-mod-netcgi-apache/changelog.gz Justification: renders package unusable Dear Maintainer, After installing libapache2-mod-netcgi-apache, apache can't start again. The following error is

Bug#1063640: adwaita-icon-theme: cursor theme not found

2024-02-10 Thread Frederic Peters
it then fallbacks to a default cursor theme, on Wayland it just uses a white square as cursor. Frederic -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel

Bug#1043240: transition: pandas 1.5 -> 2.1 - please upload fixes

2024-01-30 Thread PICCA Frederic-Emmanuel
for dials it seems that the CI works with pandas 2.1 from experimental. https://ci.debian.net/packages/d/dials/unstable/amd64/41962612/#S4 - Le 30 Jan 24, à 9:05, Rebecca N. Palmer rebecca_pal...@zoho.com a écrit : > I intend to upload pandas 2.x to unstable soon. These packages have a >

Bug#1061770: ipmitool: unsupported LAN parameter lookup command returns an error

2024-01-29 Thread Frederic Van Espen
Package: ipmitool Version: 1.8.19-4 Severity: normal Tags: patch upstream Dear Maintainer, Upstream version of ipmitool contains an unresolved issue: https://github.com/ipmitool/ipmitool/issues/388 Personally seen this on an iLo4 BMC: ~# ipmitool -v lan print Loading IANA PEN Registry... IANA

Bug#1058794: [Debian-pan-maintainers] [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2024-01-04 Thread PICCA Frederic-Emmanuel
ok for me - Le 4 Jan 24, à 13:19, Alexandre Detiste alexandre.deti...@gmail.com a écrit : > Le jeu. 4 janv. 2024 à 07:48, Andreas Tille a écrit : >> > @Vincent: this one package "gtextfsm" is yours >> > do you green light an upload ? >> >> If you ask me the package is team maintained and a

Bug#1056792: bitshuffle: ftbfs with cython 3.0.x

2023-12-22 Thread PICCA Frederic-Emmanuel
It seems to me that the FTBFS was not due to cython 3.x but related to this bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054716 now that this bug is solved, can you re run the build for bitshuffle ? Frederic

Bug#1055937: lcdproc: package is missing files and functionalities

2023-11-14 Thread Frederic
Package: lcdproc Severity: important Dear Maintainer, Package is missing files and functionalities about USB As a baseline, sources are here https://github.com/lcdproc/lcdproc/tree/master Problem #1 Locally merge PR #200 and #201 (especially #201 for USB interface) Problem #2 The debian

Bug#1054407: dovecot-fts-xapian: cannot be installed with dovecot 2.3.21

2023-10-23 Thread Frederic Peters
the newer dovecot? Thanks, Frederic -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.5.0-2-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=fr_BE.UTF-8

Bug#1051935: /usr/lib/x86_64-linux-gnu/libg3d/plugins/import/imp_vrml.so: undefined symbol: yywrap

2023-09-14 Thread Frederic-Emmanuel Picca
/lib/x86_64-linux-gnu/libg3d/plugins/import/imp_vrml.so: /usr/lib/x86_64-linux-gnu/libg3d/plugins/import/imp_vrml.so: undefined symbol: yywrap So there is a missing symbol in the plugins. thanks for considering Frederic -- System Information: Debian Release: trixie/sid APT prefers unstable

Bug#1051342: Issue with the genx software

2023-09-06 Thread PICCA Frederic-Emmanuel
Hello, here you should find the informations. platform: Debina unstable python: ~$ python3 Python 3.11.5 (main, Aug 29 2023, 15:31:31) [GCC 13.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> $ dpkg -l | grep wx ii libwxbase3.2-1:amd64

Bug#1051342: Issue with the genx software

2023-09-06 Thread PICCA Frederic-Emmanuel
Hello, I am preparing the packaging of genx 3.6.22. When I try to quit the application I have this error message CRITICAL: uncought python error Traceback (most recent call last): File "/usr/lib/python3/dist-packages/genx/gui/main_window.py", line 1418, in eh_mb_quit if event.CanVeto()

Bug#1050871: udev: no systemd and LUKS+btrfs makes incomplete database

2023-08-30 Thread Frederic
Package: udev Version: 1:252.6-1mx23+1 Severity: normal X-Debbugs-Cc: frederic.lamo...@gmail.com Dear Maintainer, Using MX23 (Debian bookworm based), having a LUKS partition formatted with btrfs. When booting without systemd, some applications that query disks via lsblk/libudev do not work

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

2023-08-01 Thread PICCA Frederic-Emmanuel
the old and new hyperspy is not compatible with imagio > 0.28. I kindly opened a bug report about the situation at the upstream git repository.

Bug#1042740: [Debian-pan-maintainers] Bug#1042740: dmrgpp: Please package the new 6.04 version

2023-07-31 Thread PICCA Frederic-Emmanuel
I filled a bug report about the new upstream. https://github.com/g1257/dmrgpp/issues/40 It is already fixed in the upstream git https://github.com/g1257/dmrgpp/commit/528501e4a5814d4cbb80e2cf16ea407f9e012ee6

Bug#1026864: dmrgpp: flaky autopkgtest on amd64: times out

2023-07-31 Thread PICCA Frederic-Emmanuel
and a comment about this issue https://github.com/g1257/dmrgpp/issues/38#issuecomment-1655740289

Bug#1040159: epics-base: embedded yajl is vulnerable to CVE-2017-16516 and CVE-2022-24795

2023-07-26 Thread PICCA Frederic-Emmanuel
Hello, I dicovered that upstream modifier yajl in order to support json5. I am wondering if their modification could not be integrated in our yajl. I fill a burg report about this idea here https://github.com/epics-base/epics-base/issues/405 Tell me what is your opinion about this. Cheers

Bug#1041443: [Debian-pan-maintainers] Bug#1041443: pyfai_2023.5.0+dfsg1-3_all-buildd.changes REJECTED

2023-07-19 Thread PICCA Frederic-Emmanuel
> I am just the messenger here, if you disagree, please feel free to > contact ftpmasters or lintian maintainers. This was not a rant about this, I just wanted to understand what is going on :). > Your package has been built successfully on (some) buildds, but then the > binaries upload got

Bug#1041443: [Debian-pan-maintainers] Bug#1041443: Bug#1041443: pyfai_2023.5.0+dfsg1-3_all-buildd.changes REJECTED

2023-07-19 Thread PICCA Frederic-Emmanuel
I just check this date is in the upstream tar file https://files.pythonhosted.org/packages/54/84/ea12e176489b35c4610625ce56aa2a1d91ab235b0caa71846317bfd1192f/pyfai-2023.5.0.tar.gz

Bug#1041443: [Debian-pan-maintainers] Bug#1041443: pyfai_2023.5.0+dfsg1-3_all-buildd.changes REJECTED

2023-07-19 Thread PICCA Frederic-Emmanuel
ok, it seems that I generated an orig.tag.gz with this (Thu Jan 1 00:00:00 1970). I can not remember which tool I used to generate this file. gbp import-orig --uscan or deb-new-upstream Nevertheless, why is it a serious bug ? thanks Frederic

Bug#1037925: icingacli: Icinga is not compatible with php8.2

2023-06-14 Thread Frederic Danel
Package: icingacli Version: 2.11.4-2 Severity: grave Justification: renders package unusable X-Debbugs-Cc: frederic.da...@boxis.ch Dear Maintainer, Icingacli module enable --> crash with deprecated print. Making impossible to use module if you start from scratch, or if you'r comming from

Bug#1037554: python3-kombu: /usr/lib/python3/dist-packages/control file conflict

2023-06-14 Thread Frederic Peters
Package: python3-kombu Version: 5.3.0-1 Severity: normal Hi! Unpacking python3-kombu (5.3.0-1) over (5.3.0-1) ... dpkg: error processing archive /var/cache/apt/archives/python3-kombu_5.3.0-1_all.deb (--unpack): trying to overwrite '/usr/lib/python3/dist-packages/control', which is also in

Bug#1033600: emacs: File mode specification error: (file-missing Cannot open load file Aucun fichier ou dossier de ce type pylint)

2023-03-28 Thread PICCA Frederic-Emmanuel
If I remove the pylint package, no more error...

Bug#1031356: pinctrl: linux-image-6.1.0-3-amd64 : kernel NULL pointer dereference with intel pinctrl driver

2023-02-15 Thread Frederic Buisson
Package: src:linux Version: 6.1.8-1 Severity: important File: pinctrl X-Debbugs-Cc: frederic.buis...@f-g.fr Dear Maintainer, The problem appears at boot time : [1.582787] BUG: kernel NULL pointer dereference, address: [1.582816] #PF: supervisor read access in kernel

Bug#1030015: elpa-powerline: lot's of warning when starting emacs

2023-01-30 Thread Frederic-Emmanuel Picca
/powerline.el: Error: List contains a loop ("22", . #0) Disable showing Disable logging could you considere patching powerline in order to avoid this warning buffer. thanks Frederic -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500,

Bug#1029671: pipewire: update/extend jack instructions for wireplumber

2023-01-26 Thread Frederic Peters
recommended it would be nice to have those instructions updated, as they obviously do not work: touch: cannot touch '/etc/pipewire/media-session.d/with-jack': No such file or directory thanks! Frederic -- System Information: Debian Release: bookworm/sid APT prefers unstable APT

Bug#1024859: change in the extention importation with 3.11

2022-12-06 Thread PICCA Frederic-Emmanuel
There is a fix from the upstream around enum. https://github.com/boostorg/python/commit/a218babc8daee904a83f550fb66e5cb3f1cb3013 Fix enum_type_object type on Python 3.11 The enum_type_object type inherits from PyLong_Type which is not tracked by the GC. Instances doesn't have to be tracked

Bug#1024859: change in the extention importation with 3.11

2022-12-06 Thread PICCA Frederic-Emmanuel
in order to debug this, I started gdb set a breakpoint in init_module_scitbx_linalg_ext then a catch throw and I end up with this backtrace Catchpoint 2 (exception thrown), 0x770a90a1 in __cxxabiv1::__cxa_throw (obj=0xb542e0, tinfo=0x772d8200 , dest=0x772c1290 ) at

Bug#1013158: facet-analyser: vtk[6,7] removal

2022-11-21 Thread PICCA Frederic-Emmanuel
Hello Anton, I have just pushed a few dependencies in the -dev package in the salsa repo I did not updated the changelog. Cheers Fred

Bug#1024138: lasso_query_sign: assertion failed: (rsa) with xmlsec > 1.2.34

2022-11-17 Thread Frederic Peters
Hi Rene, > Am Tue, Nov 15, 2022 at 12:56:17PM +0100 schrieb Frederic Peters: > > Signature in the SAML GET binding is broken by the new xmlsec version, > > > > lasso:ERROR:tools.c:586:lasso_query_sign: assertion failed: (rsa) > > Bail out! lasso:ERROR:tools.c:586:

Bug#1024138: lasso_query_sign: assertion failed: (rsa) with xmlsec > 1.2.34

2022-11-15 Thread Frederic Peters
Package: liblasso3 Version: 2.8.0-1+b5 Severity: important Signature in the SAML GET binding is broken by the new xmlsec version, lasso:ERROR:tools.c:586:lasso_query_sign: assertion failed: (rsa) Bail out! lasso:ERROR:tools.c:586:lasso_query_sign: assertion failed: (rsa) This is because it

Bug#1013158: facet-analyser: vtk[6,7] removal

2022-11-01 Thread PICCA Frederic-Emmanuel
Hello Anton, I try to checkout paraview in order to add the -dev dependencies but I have this message $ git clone https://salsa.debian.org/science-team/paraview Clonage dans 'paraview'... remote: Enumerating objects: 175624, done. remote: Counting objects: 100% (78929/78929), done. remote:

Bug#1023174: Solution found

2022-10-31 Thread Frederic Parrenin
The solution is to install the following package: qml-module-org-kde-pipewire So this package should probably be included in the Plasma dependencies.

Bug#1016598: [Debian-pan-maintainers] Bug#1016598: binoculars: vtk[6, 7] removal

2022-10-16 Thread PICCA Frederic-Emmanuel
Hello François, thanks a lot, I removed the NMU number and release a -2 package. (uploaded) thanks for your contribution to Debian. Fred

Bug#1021503: exim4-config installations fails with: absolute value of integer "2G" is too large (overflow)

2022-10-09 Thread Frederic Peters
Package: exim4-config Version: 4.96-5 Severity: normal Hi, Updating to 4.96-5, the exim4-config update fails with: 2022-10-09 19:09:01 Exim configuration error in line 878 of /var/lib/exim4/config.autogenerated.tmp: absolute value of integer "2G" is too large (overflow) Invalid new

Bug#1010742: xonsh: 0.12.2+dfsg-2 package doesn't install if python3.9 is installed

2022-05-08 Thread Frederic Peters
Package: xonsh Version: 0.12.2+dfsg-2 Severity: important Hi, Upgrading xonsh to 0.12.2+dfsg-2 fails with Setting up xonsh (0.12.2+dfsg-2) ... File "/usr/lib/python3/dist-packages/xonsh/parsers/v310.py", line 79 match list(p): ^ SyntaxError: invalid syntax dpkg: error

Bug#1008964: Acknowledgement (python3-pywatchman: capabilityCheck fails with Python 3.10 (PY_SSIZE_T_CLEAN macro must be defined for '#' formats))

2022-04-05 Thread Frederic Peters
In case it helps, here's the patch ready to be copied to debian/patches/ (I tested it locally and it works). Frederic Description: fix Python deprecation warnings about PY_SSIZE_T_CLEAN Origin: upstream, https://github.com/facebook/watchman/commit/6813a948fee72a15acf4120262d37c9c8dc3f16b

Bug#1008964: python3-pywatchman: capabilityCheck fails with Python 3.10 (PY_SSIZE_T_CLEAN macro must be defined for '#' formats)

2022-04-05 Thread Frederic Peters
Package: python3-pywatchman Version: 4.9.0-6+b2 Severity: important Hi, With Python 3.10 now the default Python version pywatchman no longer works: Python 3.10.4 (main, Apr 2 2022, 09:04:19) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import

Bug#1008119: [Debian-pan-maintainers] Bug#1008119: Bug#1008119: src:pyfai: fails to migrate to testing for too long: autopkgtest regression

2022-03-23 Thread PICCA Frederic-Emmanuel
It seems that it failing now https://ci.debian.net/packages/p/pyfai/ I am on 0.21.2 but I do not know if it solve this mask issue. Cheers Fred

Bug#1003061: [Debian-pan-maintainers] Bug#1003061: bug 1003061: dmrgpp: autopkgtest failure on armhf: segmentation fault

2022-03-10 Thread PICCA Frederic-Emmanuel
Hello Paul, just for info, I have already reported this issue here https://github.com/g1257/dmrgpp/issues/38 cheers Fred.

Bug#1001168: [Debian-pan-maintainers] Bug#1001168: hkl: FTBFS on mipsel: FAIL: trajectory.py

2022-01-22 Thread PICCA Frederic-Emmanuel
Is it not better to use the DEB__MAINT_APPEND variable in order to deal with this issue ?

Bug#1003037:

2022-01-08 Thread PICCA Frederic-Emmanuel
It seems that this is an issue in gcc has observed when compiling tensorflow https://zenn.dev/nbo/scraps/8f1505e365d961

Bug#1001168: Info received (Bug#1001168: Info received (Bug#1001168: hkl: FTBFS on mipsel: FAIL: trajectory.py))

2022-01-03 Thread PICCA Frederic-emmanuel
Built with gcc-11 and -fno-lto it doesn not work. (sid_mips64el-dchroot)picca@eller:~/matplotlib/build/lib.linux-mips64-3.9$ ../../../test.py Segmentation fault (sid_mips64el-dchroot)picca@eller:~/matplotlib/build/lib.linux-mips64-3.9$ PYTHONPATH=. ../../../test.py Segmentation fault

Bug#1001168: Info received (Bug#1001168: hkl: FTBFS on mipsel: FAIL: trajectory.py)

2022-01-03 Thread PICCA Frederic-emmanuel
I tested matplotlib built with numpy 0.17 0.19 0.21. each time I got the segfault. another difference was the gcc compiler. So I switched to gcc-10 (sid_mips64el-dchroot)picca@eller:~/matplotlib$ CC=gcc-10 python3 setup.py build if failed with this error lto1: fatal error: bytecode stream in

Bug#1001168: Info received (Bug#1001168: Info received ())

2021-12-24 Thread PICCA Frederic-emmanuel
If I run in the sid chroot, but with the binaryed built from bullseye, it works. (sid_mips64el-dchroot)picca@eller:~/matplotlib-3.5.0/build/lib.linux-mips64-3.9$ rm toto.png (sid_mips64el-dchroot)picca@eller:~/matplotlib-3.5.0/build/lib.linux-mips64-3.9$ python3 test.py

Bug#1001168: Info received ()

2021-12-24 Thread PICCA Frederic-emmanuel
Here no error during the build of numpy 1.19.5 = 10892 passed, 83 skipped, 108 deselected, 19 xfailed, 2 xpassed, 2 warnings in 1658.41s (0:27:38) = but 109 for numpy 1.21... = 14045 passed, 397 skipped, 1253 deselected, 20 xfailed, 2 xpassed, 2 warnings, 109 errors in 869.47s (0:14:29) =

Bug#1001168: Info received ()

2021-12-24 Thread PICCA Frederic-emmanuel
I investigated a bit more, it seems that cover is wrong. In a bullseye chroot it works $ python3 ./test.py (bullseye_mips64el-dchroot)picca@eller:~/matplotlib-3.5.0/build/lib.linux-mips64-3.9$ ls matplotlib mpl_toolkits pylab.py test.py toto.png I found that the test failed between the

Bug#1001168: full python backtrace and print locals

2021-12-24 Thread PICCA Frederic-emmanuel
the full python backtrace #8 #14 Frame 0x120debd80, for file /home/picca/matplotlib-3.5.0/build/lib.linux-mips64-3.9/matplotlib/lines.py, line 2888, in draw (self=, figure=<...>, _transform=None, _transformSet=False, _visible=True, _animated=False, _alpha=None, clipbox=None, _clippath=None,

Bug#1001168:

2021-12-24 Thread PICCA Frederic-emmanuel
Here the py-bt (gdb) py-bt Traceback (most recent call first): File "/home/picca/matplotlib-3.5.0/build/lib.linux-mips64-3.9/matplotlib/lines.py", line 2888, in draw File "/home/picca/matplotlib-3.5.0/build/lib.linux-mips64-3.9/matplotlib/artist.py", line 50, in draw_wrapper return

Bug#1001168: Info received (Bug#1001168: hkl: FTBFS on mipsel: FAIL: trajectory.py)

2021-12-08 Thread PICCA Frederic-Emmanuel
I can confirm that the bullseye matplotlib does not produce a segfault

Bug#1001168: hkl: FTBFS on mipsel: FAIL: trajectory.py

2021-12-08 Thread PICCA Frederic-Emmanuel
This small script trigger the segfault. #!/usr/bin/env python3 import matplotlib import matplotlib.pyplot as plt plt.figure() plt.title("foo") plt.savefig("toto.png")

Bug#1001168: hkl: FTBFS on mipsel: FAIL: trajectory.py

2021-12-08 Thread PICCA Frederic-Emmanuel
bugs report are already filled on matplotlib #1000774 and #1000435 I will try to see if this is identical...

Bug#1001168: hkl: FTBFS on mipsel: FAIL: trajectory.py

2021-12-08 Thread PICCA Frederic-Emmanuel
Here the backtrace on mips64el #0 agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >::blend_solid_hspan(int, int, unsigned int, agg::rgba8T const&, unsigned char const*) (covers=0x100 , c=..., len=, y=166, x=, this=) at

Bug#804857: linux: New feature: enable CONFIG_NO_HZ_FULL and CONFIG_RCU_NOCB_CPU/CONFIG_RCU_NOCB_CPU_NONE

2021-11-12 Thread Frederic Weisbecker
stem. > > The accounting is thus performed at the expense of some > > significant overhead. > > > > For now this is only useful if you are working on the full > > dynticks subsystem development. > > > > If unsure, say N

Bug#994226:

2021-09-30 Thread PICCA Frederic-Emmanuel
Hello reading this I do not understand what need to be changed in the init script https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ Whenever systemd encounters a $network dependency in LSB headers of init scripts it will translate this to a Wants= and After= dependency on

Bug#994882: ITS: vitables

2021-09-24 Thread PICCA Frederic-Emmanuel
ack ;) sorry for the delay. You can commit directly to the repository. Cheers Fred De : Benda Xu [o...@debian.org] Envoyé : vendredi 24 septembre 2021 10:24 À : Anton Gladky Cc : 994...@bugs.debian.org; PICCA Frederic-Emmanuel Objet : Re: Bug#994882

Bug#961183: metis: providing a 64-bit build

2021-06-13 Thread PICCA Frederic-Emmanuel
Hello, why there is no pkgconfig files provided with metis and metis64. this simplify the configuration of packages depending on these libraries. Cheers Fred

Bug#989358: unblock: lasso/2.6.1-3

2021-06-01 Thread Frederic Peters
-with-mul.patch, +taken from upstream repository, +* CVE-2021-28091: Signature checking on unsigned response with multiple + assertions + + -- Frederic Peters Tue, 01 Jun 2021 14:43:55 +0200 + lasso (2.6.1-2) unstable; urgency=medium * debian/control: add gtk-doc-tools to build-depends

Bug#988404: Info received (Bug#988404: Info received (Bug#988404: Acknowledgement (linux: can't claim BAR 15 [mem 0x2df80000000-0x2e0b1ffffff 64bit pref]: no compatible bridge window)))

2021-05-12 Thread PICCA Frederic-Emmanuel
lspci -tnnkv lspci Description: lspci

Bug#988404: Acknowledgement (linux: can't claim BAR 15 [mem 0x2df80000000-0x2e0b1ffffff 64bit pref]: no compatible bridge window)

2021-05-12 Thread PICCA Frederic-Emmanuel
$ lspci -t -+-[:e0]-+-00.0 | +-00.2 | +-01.0 | +-02.0 | +-03.0 | +-03.2-[e1-e2]--+-00.0 | | \-00.1 | +-04.0 | +-05.0 | +-07.0 | +-07.1-[e3]--+-00.0 | |

Bug#988404: linux: can't claim BAR 15 [mem 0x2df80000000-0x2e0b1ffffff 64bit pref]: no compatible bridge window

2021-05-12 Thread PICCA Frederic-Emmanuel
Source: linux Severity: normal Dear Maintainer, For futher information, you can have a look here https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986312 this bug makes it impossible to use all the graphical cards in my computer. The computer contain 2 kinds of graphicalcards 3 x RTX 3090 and

Bug#986785: binoculars gui does not work

2021-04-12 Thread PICCA Frederic-Emmanuel
Hello Andrius. I am on it, I am also the upstream of this software :)). Thanks for your help, nevertheless I am a bit like you, I did not wrote this part of the code :)) and the matplotlib changelog is sort of useless :)) Cheers Fred

Bug#986312: NVRM: request_mem_region failed for 0M @ 0x0.

2021-04-02 Thread PICCA Frederic-Emmanuel
I have also this information in the syslog Mar 29 08:01:51 re-grades-01 kernel: [1.762583] pci :42:04.0: BAR 15: no space for [mem size 0x13800 64bit pref] Mar 29 08:01:51 re-grades-01 kernel: [1.762584] pci :42:04.0: BAR 15: failed to assign [mem size 0x13800 64bit

Bug#986312: NVRM: request_mem_region failed for 0M @ 0x0.

2021-04-02 Thread PICCA Frederic-Emmanuel
Hello andreas > what's the NUMA layout of the machine? what cpus do you have in there? I attached the lstopo output. > Great. Half of the bus ids are in hex, half in decimal. > How many cards do you have in there? And how many pci devices are there > per card? the list is in the reportbug :)

Bug#982938: upgrade Evince to 3.38.1

2021-02-16 Thread Frederic Parrenin
Package: Evince Version: 3.38.0-3 Dear Maintainer, Would it be possible to upgrade Evince to 3.38.1? It contains several fixes, including one for presentation with a scaled display under X11. https://mail.gnome.org/archives/ftp-release-list/2021-January/msg00090.html Thanks! Frédéric

Bug#976735: spyder needs source upload for Python 3.9 transition

2021-02-01 Thread PICCA Frederic-Emmanuel
> Strangely enough, I've already done that ;-) my bad. Cheers Fred

Bug#976735: spyder needs source upload for Python 3.9 transition

2021-02-01 Thread PICCA Frederic-Emmanuel
> I have a package of Spyder 4 waiting to upload, but it requires five > packages to be accepted into unstable from NEW first (pyls-server, > pyls-black, pyls-spyder, abydos, textdistance); once that happens, the > rest of the packages are almost ready to go. Maybe you can contact the ftpmaster

Bug#976952: [Help] Re: lmfit-py: FTBFS on ppc64el (arch:all-only src pkg): dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13

2020-12-18 Thread PICCA Frederic-Emmanuel
Ok, in that case, I think that a comment in the d/rules files is enough in order to keep in mind that we have this issue with ppc64el.

Bug#976952: [Help] Re: lmfit-py: FTBFS on ppc64el (arch:all-only src pkg): dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13

2020-12-18 Thread PICCA Frederic-Emmanuel
> Well, the test is obviously broken and upstream currently can't be bothered > to fix > it on non-x86 targets. He will certainly have to do it at some point given > that ARM64 > is replacing more and more x86_64 systems, but I wouldn't bother, personally. so what is the best solution in order

Bug#976952: [Help] Re: lmfit-py: FTBFS on ppc64el (arch:all-only src pkg): dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13

2020-12-18 Thread PICCA Frederic-Emmanuel
> Yes, good catch. The spec file for the openSUSE package has this [1]: so it does not fit with our policy: do not hide problems ;) The problem is that I do not have enougt time to investigate... on a porter box

Bug#976952: [Help] Re: lmfit-py: FTBFS on ppc64el (arch:all-only src pkg): dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13

2020-12-18 Thread PICCA Frederic-Emmanuel
== does it means that the failling test on Debian is skipped during the build on OBS ? === FAILURES === _ TestUserDefiniedModel.test_model_nan_policy __ cheers Frederic

Bug#936609: cblas / gsl hint needed (Was: Bug#936609: Ported ghmm to Python3 but issues with clapack)

2020-12-17 Thread PICCA Frederic-Emmanuel
Hello Andreas, I just built ghmm by removing --with-gsl. It seems that the gsl implementation of blas conflict with the one provided in atlas. so --enable-gsl + --enable-atlas seems wrong... +--+ | Summary

Bug#976849: ITP: density-fitness -- Calculates per-residue electron density scores real-space R, real-space correlation coefficient, EDIAm, and OPIA

2020-12-08 Thread PICCA Frederic-Emmanuel
Hello, We maintain a Debian blends dedicated to photo and neutron facilities DebianPAN[1] via a dedicated team on salsa[2] do not hesitate to tell me in which category[2] you think density-fitness belongs cheers Frederic [2] https://salsa.debian.org/pan-team [1] https://salsa.debian.org

Bug#972017: pyfai ftbfs with python3.9 as supported python3 version

2020-10-11 Thread PICCA Frederic-Emmanuel
Looking at the build log of pyfai, I can find this https://launchpadlibrarian.net/501584970/buildlog_ubuntu-groovy-armhf.pyfai_0.19.0+dfsg1-3build1_BUILDING.txt.gz Selecting previously unselected package python3-silx. Preparing to unpack .../238-python3-silx_0.13.1+dfsg-1_armhf.deb ... Unpacking

Bug#972017: pyfai ftbfs with python3.9 as supported python3 version

2020-10-11 Thread PICCA Frederic-Emmanuel
Hello, the error comes from here. > ModuleNotFoundError: No module named 'silx.image.marchingsquares._mergeimpl' did you rebuilt it with a silx packages already rebuilt with python3.9 ?

Bug#946035: Request fo sponsor to uplad python-jsonrpc-server

2020-09-17 Thread PICCA Frederic-Emmanuel
Hello, It compile fine :), but I have a concern about the license. It is considère a good practice to use the same license for the debian directory and the source code. In your case, you chooses GPL-3+, but the code is MIT. Fred

Bug#949549: Not fixed

2020-08-24 Thread PICCA Frederic-Emmanuel
Hello Thomas, I am wondering if this is not a false positive. all the code is compiled with -D_FORTIFY_SOURCE=2 https://salsa.debian.org/science-team/tango/-/jobs/954394/raw Can you confirm that it is a false positive ? I am not that confident when it comes to hardening flags. for the record

Bug#950094:

2020-08-03 Thread PICCA Frederic-Emmanuel
I tryed a new build and I end up with this error gpgv: unknown type of key resource 'trustedkeys.kbx' gpgv: keyblock resource '/tmp/dpkg-verify-sig.Wwlhs1jL/trustedkeys.kbx': General error gpgv: Signature made Mon Dec 16 20:17:19 2019 UTC gpgv:using RSA key

Bug#965964: ITP: geant4 -- physics simulation toolit from CERN

2020-07-21 Thread PICCA Frederic-Emmanuel
did you started from here ? https://salsa.debian.org/science-team/geant4 cheers Frederic

Bug#963080: chromium: crashing due to ffmpeg 4.3 update

2020-06-28 Thread Frederic MASSOT
Hi, After updating my Bullseye system, chromium crashes as soon as there is a video. I tried to downgrade ffmpeg with apt-get, but we only have access to versions 4.3 and 4.1, chromium requires 4.2 minimum. The ffmpeg 4.2 packages are still available on Debian FTP:

Bug#945467: Fix available (fwd)

2020-05-17 Thread PICCA Frederic-Emmanuel
you can look also at the CI, now that it works :) https://salsa.debian.org/science-team/veusz/pipelines/137494 Cheers Frederic

Bug#958322: Info received (Bug#958322: Info received ())

2020-05-14 Thread PICCA Frederic-Emmanuel
OK, with the previous NMU it works, so we can unbrand without problem the lzf library

  1   2   3   4   5   6   7   8   9   10   >