Bug#975911: Seems to have been resolved

2022-02-20 Thread Gerardo Malazdrewicz
>From https://thrysoee.dk/editline/: 2021-05-22 Jess Thrysoee * version-info: 0:66:0 * all: sync with upstream source * src/el.c: editrc not read on systems without issetugid Patch by Trevor Cordes bookworm (and later) defaults to old behavior, so does buster with the libedit2 from bookworm backp

Bug#995461: graphite-web: GRAPHITE_SETTINGS_MODULE should default to 'local_settings' when using graphite.wsgi

2021-12-21 Thread Gerardo Malazdrewicz
Had the same issue. Patch above didn't work. This lin added to /etc/uwsgi/apps-available/graphite.ini did it, though: pymodule-alias = graphite.local_settings=/etc/graphite/local_settings.py and set ownership of /etc/graphite/local_settings.py to _graphite:_graphite (going with the 0400 permiss

Bug#1000885: Subject: ansible-core: missing files in python-3.X

2021-12-01 Thread Gerardo Malazdrewicz
Package: ansible-core X-Debbugs-Cc: gera...@malazdrewicz.com.ar Version: 2.12.0-1 Severity: grave Justification: renders package unusable Dear Maintainer, Trying to install ansible-core 2.12.0 in an experimental environment, had to: gerardo@area-51m-r2:/usr/lib/python3.10/dist-packages/ansible$

Bug#950485: evolution-dev still depends on libenchant-dev instead of libenchant-2-dev

2020-02-02 Thread Gerardo Malazdrewicz
Package: evolution-dev Version: 3.34.1-3 Severity: grave evolution switched to enchant-2 in 3.34.1-3. However evolution-dev didn't, still depends on libenchant-dev, and pulls enchant, libenchant-dev, and libenchant1c2a. Should Depend on libenchant-2-dev instead. Thanks, Ge

Bug#908162: Is cryptomount line missing in grub.cfg?

2019-01-24 Thread Gerardo Malazdrewicz
Hello, in these circumstances, I needed to add a cryptomount -u line in top of /boot/efi/EFI/debian/grub.cfg for grub to be able to read the "real" configuration in the encrypted filesystem. Thanks, Gerardo

Bug#845302:

2017-04-02 Thread Gerardo Malazdrewicz
Got bit by this in and old laptop. Have LVM on it, with /usr in its own partitition, and /usr/lib in its own partition. Fixed by adding dep_add_modules_mount /usr/lib to hook_functions, and if read_fstab_entry /usr/lib; then log_begin_msg "Mounting /usr/lib file system" mountfs

Bug#812296: [PATCH] Fix GCC 6 FTBFS

2016-02-10 Thread Gerardo Malazdrewicz
I am compiling vtk6 with gcc-6 with the attached patch. Regards, Gerardo --- a/CMake/GenerateExportHeader.cmake 2016-02-10 23:14:42.395094043 -0400 +++ b/CMake/GenerateExportHeader.cmake 2016-02-10 23:10:16.756787993 -0400 @@ -166,7 +166,7 @@ execute_process(COMMAND ${CMAKE_C_COMPILER}

Bug#798541: New release 2.8.2 available (new releases available on GitHub)

2015-09-10 Thread Gerardo Malazdrewicz
Package: dds Version: 2.5.2+ddd105-1+b1 Severity: normal >From home page, http://privat.bahnhof.se/wb758135/ "DDS is included in a development repository, bridge-dds, for DDS on GitHub for interested contributors." Repository URL is: https://github.com/dds-bridge/ Latest dds release: https://g

Bug#758928: New upstream release

2015-08-10 Thread Gerardo Malazdrewicz
>From the upstream homepage listed above: "SpiderMonkey 31 is the most recent standalone source code release. It is largely the same engine that shipped with Firefox 31. Full source code is available here: https:/

Bug#753460: Updated fix for 699599

2014-07-14 Thread Gerardo Malazdrewicz
This patch check if __clock_gettime is available, and if not, it uses clock_gettime instead. Works for me linking to glibc 2.19 and also linking to 2.13. >From glibc 2.17 release notes: "The `clock_*' suite of functions (declared in ) is now available directly in the main C library. Previously i

Bug#677884: gnome-themes-standard needs it too

2013-11-28 Thread Gerardo Malazdrewicz
Installing gnome-themes-standard:i386 require libxcommon0:i386, which requires xbd-data:i386. Is there any downdide to mark xkb-data Multi-Arch: foreign? Thanks, Gerardo

Bug#674467: [PATCH] Multiarch where available

2013-11-18 Thread Gerardo Malazdrewicz
Ron: Please consider this patch, or a polished version of it makefiles are not my forte) It generates, for me, correct packages in both squeeze and experimental. Regards, Gerardo diff -ruN opus-1.1~beta/debian/changelog opus-1.1~beta+squeeze1/debian/changelog ---

Bug#722536: Package for wheezy?

2013-11-15 Thread Gerardo Malazdrewicz
How far in time would a package for wheezy with this patch included? Thanks, Gerardo

Bug#711958: Does this close also #699559?

2013-07-29 Thread Gerardo Malazdrewicz
My mistake, sorry. Tried it, thought it worked but actually didn't. Thanks, Gerardo 2013/7/29 Daniel Kahn Gillmor > On 07/29/2013 12:04 PM, Gerardo Malazdrewicz wrote: > > If it does, it does it in a cleaner way than the patch there, IMO. > > I have no eviden

Bug#711958: Does this close also #699559?

2013-07-29 Thread Gerardo Malazdrewicz
If it does, it does it in a cleaner way than the patch there, IMO. Thanks, Gerardo

Bug#717529: test96 failed

2013-07-24 Thread Gerardo Malazdrewicz
I also saw it. Please check this vim-dev thread, https://groups.google.com/forum/#!topic/vim_dev/N8jzif4e9L8, Yukihiro Nakadaira message with a possible cause, and Bram Molenaar answer. As suggested by Bram, 7.4a.044 fixed the issue for me. Thanks, Gerardo

Bug#702309: Patch for kernel release string parsing.

2013-05-18 Thread Gerardo Malazdrewicz
Taken from http://patches.openembedded.org/patch/45681/ Regards, Gerardo strace-fix-kernel-release-string-parsing.patch Description: Binary data

Bug#701372: Patch for FTBFS

2013-04-18 Thread Gerardo Malazdrewicz
Included "selection.h", where the function is prototyped, in dix/window.c Regards, Gerardo dix_window_c.patch Description: Binary data

Bug#699559: Avoiding loop (very dirty patch)

2013-03-25 Thread Gerardo Malazdrewicz
Attached patch works for me, but it is very very dirty. Possibly side effects. Alternative seems to be to protect the call to real_clock_gettime so it is executed just once (to validate the parameters). Subsequent calls are not needed (parameters have been validated). Thanks, Gerardo av

Bug#702040: Patch to use pango-querymodules in plymouth.hook

2013-03-11 Thread Gerardo Malazdrewicz
This patch works in experimental. Just checked squeeze, pango-querymodules does not support --system, so this patch would give an error there; --version is supported, though. Regards, Gerardo pango_mod_version.patch Description: Binary data

Bug#701513: FTBFS: Fails to find python config dir

2013-02-24 Thread Gerardo Malazdrewicz
I see, and even testing does not have "python-config --configdir". When was it added? Thanks, Gerardo 2013/2/23 James McCoy > Control: severity -1 important > > On Fri, Feb 22, 2013 at 01:58:18PM -0400, Gerardo Esteban Malazdrewicz > wrote: > > $ ./debian/rules build > > [snip] > > che

Bug#672582: Info received (No internal speaker sound: HP ENVY 17 Notebook PC)

2012-05-18 Thread Gerardo Malazdrewicz
A patch for this bug has been committed to kernel, will be included in 3.4. (http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=b0791dda813c179e539b0fc1ecd3f5f30f2571e2) It works, at least for me. Please consider its inclusion in future 3.3 images. Thanks, Gerardo

Bug#672582: No internal speaker sound: HP ENVY 17 Notebook PC

2012-05-12 Thread Gerardo Malazdrewicz
Reported upstream https://bugzilla.kernel.org/show_bug.cgi?id=43240 Thanks, Gerardo -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#672582: [linux-2.6] No internal speaker sound: HP ENVY 17 Notebook PC

2012-05-12 Thread Gerardo Malazdrewicz
Package: linux-2.6 Version: 3.3.4-1~experimental.1 Severity: normal --- Please enter the report below this line. --- (Internal speaker working) Linux envy17 3.1.0-1-amd64 #1 SMP Tue Jan 10 05:01:58 UTC 2012 x86_64 GNU/Linux http://www.alsa-project.org/db/?f=732536bea0e43fc453dd0a465f4d9a534779513

Bug#597082: xserver-xorg-input-synaptics: Patch attached (was Please add support for Synaptics "ClickPads")

2012-05-09 Thread Gerardo Malazdrewicz
2012/5/9 Gerardo Malazdrewicz : > 2012/5/7 Cyril Brulebois : >> Hi all, >> >> Gerardo Esteban Malazdrewicz (24/02/2011): >>> Please consider adding the attached patch.  It is the referenced >>> before in this bug, refreshed for ABI 12.  It made my Clickp

Bug#597082: xserver-xorg-input-synaptics: Patch attached (was Please add support for Synaptics "ClickPads")

2012-05-09 Thread Gerardo Malazdrewicz
2012/5/7 Cyril Brulebois : > Hi all, > > Gerardo Esteban Malazdrewicz (24/02/2011): >> Please consider adding the attached patch.  It is the referenced >> before in this bug, refreshed for ABI 12.  It made my Clickpad >> functional again. > > 1.6.0 in unstable should have support for ClickPads. Pl

Bug#612780: Info received (Bug#612780: libnet-ssleay-perl: Tests fail, "undefined symbol: SSLv2_method")

2011-02-10 Thread Gerardo Malazdrewicz
2011/2/10 Debian Bug Tracking System : > Thank you for the additional information you have supplied regarding > this Bug report. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other >

Bug#612780: libnet-ssleay-perl: Tests fail, "undefined symbol: SSLv2_method"

2011-02-10 Thread Gerardo Malazdrewicz
2011/2/10 gregor herrmann : > tag 612780 + unreproducible moreinfo > thanks > > On Thu, 10 Feb 2011 13:12:34 -0300, Gerardo Esteban Malazdrewicz wrote: > >> Justification: fails to build from source (but built successfully in the >> past) > > Builds fine for me (1.36-1 in a sid i386 cowbuilder chr