RE: [Bug 1330609] Re: Defective gSOAP package in ARM port

2014-07-03 Thread Alejandro Claro
with this, or maybe you can give me an advice if you have a good argument against adding this parameter to the build. Thanks in advance,Alejandro Claro. Date: Wed, 2 Jul 2014 06:10:30 + From: mattias.ell...@fysast.uu.se To: a_cl...@hotmail.com Subject: [Bug 1330609] Re: Defective gSOAP package in ARM port

[Bug 1330609] [NEW] Defective gSOAP package in ARM port

2014-06-16 Thread Alejandro Claro
Public bug reported: The development gsoap package in Ubuntu 12.10 ARM port seems to have a build defect. When I try to cross-compile an application using the libgsoap++ static library, I get the next error message: gnueabihf/bin/ld:

[Bug 1816040] Re: ECDSA XML signature generation segmentation fault

2019-02-22 Thread Alejandro Claro
Here is the debdiff in case it could help the maintainers to solve the bug. ** Patch added: "1.7.2-2ubuntu1.debdiff" https://bugs.launchpad.net/ubuntu/+source/xml-security-c/+bug/1816040/+attachment/5240954/+files/1.7.2-2ubuntu1.debdiff -- You received this bug notification because you are

[Bug 1816040] Re: ECDSA XML signature generation segmentation fault

2019-03-14 Thread Alejandro Claro
Hi Eduardo, We have tested and it seems to be working correctly. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1816040 Title: ECDSA XML signature generation segmentation fault To manage

[Bug 1816456] [NEW] sane-backends defect - Canon DR-X10C scanner

2019-02-18 Thread Alejandro Claro
Public bug reported: We have detected a defect relate to the support of Canon DR-X10C scanners. This has been addressed and a merge request is going to be accepted this week: https://gitlab.com/sane-project/backends/merge_requests/12 This is important for one of our products and we will like to

[Bug 1816040] [NEW] ECDSA XML signature generation segmentation fault

2019-02-15 Thread Alejandro Claro
Public bug reported: We found a bug in Apache Santuario C, related to ECDSA signature generation, few years ego. We provide the fix to the Apache team, and Scott Cantor kindly accepted the fix in the project. How ever the fix was introduced in series 2.x of the the library. The fix we provide

[Bug 1830629] Re: Errors when extracting ZIP files. It can not differentiate between files and directories

2019-06-04 Thread Alejandro Claro
HI Sebastien, Sure. Here is a zip file that it's very easy to use to reproduce the defect. The defect s not in the bsdtar, it's in libarchive. However, since bsdtar depends on libarchive, this can be used to demonstrate the problem as someone reports in the GitHub issue report:

[Bug 1830629] Re: Errors when extracting ZIP files. It can not differentiate between files and directories

2019-06-04 Thread Alejandro Claro
One important note here, The defect is only present in version 3.2.2 (Bionic official version now). Previous and next version do work properly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1830629

[Bug 1830629] Re: Errors when extracting ZIP files. It can not differentiate between files and directories

2019-08-05 Thread Alejandro Claro
Thank you Brian, We are going to be testing it during this week. I will let you know the results. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1830629 Title: Errors when extracting ZIP files. It

[Bug 1830629] Re: Errors when extracting ZIP files. It can not differentiate between files and directories

2019-08-06 Thread Alejandro Claro
Good morning Murray, we performed some test and everything looks fine. Thank you very much. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1830629 Title: Errors when extracting ZIP files. It can

[Bug 1841793] Re: Don't update to 2.61.1

2019-10-04 Thread Alejandro Claro
Good morning Sebastien, can you please describe why is it a problem to upgrade Glibmm? We are affected by an issue in the current version (2.58). After some changes in GTK+ theme mechanisms in order to be able to configure the CSS class names properly it is important to be able to call

[Bug 1846699] [NEW] Missing mechanism in Glibmm that prevents the support of some themes (CSS) in Gtkmm

2019-10-04 Thread Alejandro Claro
Public bug reported: In GTK+ 3.20 the theming mechanics was heavily changed. https://developer.gnome.org/gtk3/stable/ch32s10.html One of the major changes was the use of element names much more than style classes. For this the function gtk_widget_class_set_css_name() was added to t he API and

[Bug 1841793] Re: Don't update to 2.631

2019-10-09 Thread Alejandro Claro
Thank you for your answer Jeremy. Now it's clear to me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841793 Title: Don't update to 2.631 To manage notifications about this bug go to:

[Bug 1890572] Re: USB backend never ends if the printer is not connected

2020-08-07 Thread Alejandro Claro
We have prepared a patch for the package in Ubuntu 18.04 (CUPS 2.2.7). We would like to request to include a solution like this for at least Ubuntu 18.04. We also made a pull request in the official CUPS repository: https://github.com/apple/cups/issues/5817

[Bug 1890572] [NEW] USB backend never ends if the printer is not connected

2020-08-06 Thread Alejandro Claro
Public bug reported: USB backend never ends if the printer is not connected. we have been able to identify a infinity loop in print_device function in usb- libusb.c file: ``` fprintf(stderr, "DEBUG: Printing on printer with URI: %s\n", uri); while ((g.printer = find_device(print_cb, uri)) ==

[Bug 1890572] Re: USB backend never ends if the printer is not connected

2020-08-06 Thread Alejandro Claro
** Description changed: - USB backend never ends if the printer is not connected. we have been + USB backend never ends if the printer is not connected. We have been able to identify a infinity loop in print_device function in usb- libusb.c file: ``` - fprintf(stderr, "DEBUG: Printing

[Bug 1846699] Re: Missing mechanism in Glibmm that prevents the support of some themes (CSS) in Gtkmm

2020-07-06 Thread Alejandro Claro
Can anybody look at this issue? We have a patch to solve this in the Ubuntu 18.04 package (version v2.56) and we are also able to compile and use version 2.60. However, we will like to be included in the official distribution files. This simplifies our deployment. If we provide the patch of the

[Bug 1846699] Re: Missing mechanism in Glibmm that prevents the support of some themes (CSS) in Gtkmm

2020-07-06 Thread Alejandro Claro
Patch for version 2.56 that incorporates a fix related to the theme management in version 2.60 ** Patch added: "Patch for version 2.56 that incorporates a fix related to the theme management in version 2.60"

[Bug 1846699] Re: Missing mechanism in Glibmm that prevents the support of some themes (CSS) in Gtkmm

2020-11-30 Thread Alejandro Claro
HI, can someone please sponsor this patch or the upgrade of the Glibmm package to at least version 2.60? We have some products that are affected by this problem, and we can not upgrade to Ubuntu 20.04 yet. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1841793] Re: Don't update to 2.65.3

2020-11-30 Thread Alejandro Claro
Please can somebody indicate whether this is still an issue or not? We have some products that cannot be upgraded to Ubuntu 20.04 yet, and the version of Glibmm in Ubuntu 1804 (Glibmm 2.56) has some important compatibility issues after some design changes in glib. The mechanisms to solve this

[Bug 1841793] Re: Don't update to 2.65.3

2020-11-30 Thread Alejandro Claro
Thanks @sebastien! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841793 Title: Don't update to 2.65.3 To manage notifications about this bug go to:

[Bug 1846699] Re: Missing mechanism in Glibmm that prevents the support of some themes (CSS) in Gtkmm

2020-11-30 Thread Alejandro Claro
Hi @Sebastien, I don't really understand the last comment. What do you mean by "However, I am closing it because the bug has been fixed in the latest development version of Ubuntu."? The issue is present in the last version of the package for Ubuntu 18.04 LTS. The problem is that we can NOT