Bug#291010: lsh-utils: Remaining symlink prevents rebuilding the package when it has already been built once

2005-01-19 Thread Niels Möller
Christian Perrier <[EMAIL PROTECTED]> writes: > Asyou quickly answered this bug report, I'm wondering whether I should > stop this process or not. If I stop, are the l10n bugs likely to be fixed? Maybe there's some confusion here. I'm the lsh "upstream author". I subscribe to lsh-related in the d

Bug#293020: lsh-utils: FTBFS (amd64/gcc-4.0): static declaration of 'des_keymap' follows non-static declaration

2005-02-01 Thread Niels Möller
Andreas Jochens <[EMAIL PROTECTED]> writes: > Package: lsh-utils > Severity: normal > Tags: patch > > When building 'lsh-utils' on amd64 with gcc-4.0, > I get the following error: If you have the time, it would be nice if you could try to build the latest version of nettle or lsh, i.e. http:/

Bug#300874: lsh-utils_2.0.1-1_sparc: FTBFS: m4: command not found

2005-03-22 Thread Niels Möller
Steve Langasek <[EMAIL PROTECTED]> writes: > The most recent attempt to build lsh-utils on sparc has failed with the > following error: > > m4 /build/buildd/lsh-utils-2.0.1/src/nettle/asm.m4 machine.m4 config.m4 \ > aes.asm >aes.s > /bin/sh: m4: command not found > make[6]: *** [aes.o] Error 127

Bug#301968: lsh-server fails to create the hostkey

2005-03-29 Thread Niels Möller
Stefan Pfetzing <[EMAIL PROTECTED]> writes: > lsh-server fails to create the hostkey, possibly because the lsh-keygen > options are changed. --nist-level now is the length in bit of the rsa > key. I think it's because lsh-keygen defaults to RSA keys now; in earlier versions DSA keys were the defa

Bug#291010: lsh-utils: Remaining symlink prevents rebuilding the package when it has already been built once

2005-01-18 Thread Niels Möller
Christian Perrier <[EMAIL PROTECTED]> writes: > Package: lsh-utils > Severity: minor I'm afraid I need some more context to really understand what the problem is. But anyway, I have one comment: > dpkg-source: cannot represent change to src/nettle/aes.asm: > dpkg-source: new version is symlink

Bug#727708: Bits from linux.conf.au

2014-01-15 Thread Niels Möller
well with a new init system might be slightly more work than for porting the same random daemon to work on the hurd or kfreebsd. (And it's going to be at least 4 init systems, not 3, right? systemd, upstart, sysv and openrc. With support for sysv possibly dropped after a few release cycles)

Bug#745233: libhogweed2: should have versioned depend on newer libgmp10

2014-04-21 Thread Niels Möller
Magnus Holmgren writes: > Oh well, I went ahead and did it for you. However, as you can see, some > symbols went missing in both 5.1 and 6.0. Are those the ones in the #MISSING: lines in your file? They are all undocumented internal functions in GMP. Regards, /Niels -- Niels Mölle

Bug#743087: nettle: FTBFS: missing symbols

2014-03-30 Thread Niels Möller
7 >> +#MISSING: 2.7.1-1# _nettle_mpz_limbs_read@Base 2.7 Are you by any chance linking with gmp-6.0.0, released a few days ago? _nettle_mpz_limbs_finish, _nettle_mpz_limbs_modify, and _nettle_mpz_limbs_read are internal functions in nettle, which aren't needed with gmp-6.0.0. Then, Nett

Bug#698539: nettle: Patch for x32 port

2013-01-28 Thread Niels Möller
. Until proven otherwise, that sounds a bit like a compiler bug. Where does it crash (backtrace)? Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. -- To UNSUBSCRIBE, email to debian-bugs-dis

Bug#689441: Conflicting initializers of variable argp_program_bug_address

2012-10-21 Thread Niels Möller
ects. What does your linker command line look like? Order matters, and -largp must be placed after ex3.o. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. -- To UNSUBSCRIBE, email to debian-bugs-d

Bug#689441: Conflicting initializers of variable argp_program_bug_address

2012-10-21 Thread Niels Möller
Wpointer-arith -Wbad-function-cast -Wnested-externs -Wl,-z,defs > -Wl,--as-needed -Wl,-z,relro -o ex3 ex3.o ../libargp.a I'm not entirely sure what the specified linker flags mean, but order looks correct. What was the error message, precisely? Regards, /Niels -- Niels Möller. PGP-encrypted

Bug#689441: Conflicting initializers of variable argp_program_bug_address

2012-10-22 Thread Niels Möller
given equivalent arguments to what you pass to gcc/ld, then it has no reason to use the definition of the symbol argp_program_bug_address provided by libargp.a/argp-ba.o, since that symbol is already defined by an earlier object file. Regards, /Niels -- Niels Möller. PGP-encrypted email is pr

Bug#686212: [LCFC] templates://lsh-utils/{lsh-server.templates,control}

2012-09-05 Thread Niels Möller
berty. Or lsh can be the left shell if the old rsh program is the right shell. None of the alternatives appear very compelling, I guess. Happy hacking, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. -- To

Bug#600286: linux-image-2.6.32-5-amd64: atl1c driver hangs after "NETDEV WATCHDOG: eth0 (atl1c): transmit queue 0 timed out"

2011-07-31 Thread Niels Möller
to provoke it. Since I built this custom kernel, I have not tried any newer debian packaged kernels. I'm sorry I haven't had much time to look further into this. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale

Bug#721187: nettle-dev: CFB block cipher mode

2013-08-28 Thread Niels Möller
Clint Adams writes: > Please add Cipher feedback (CFB) mode. Any particular application you have in mind, which needs this mode? Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. --

Bug#721187: nettle-dev: CFB block cipher mode

2013-08-29 Thread Niels Möller
is needed to define CFB in nettle so that it can be used for both openpgp and "standard" CFB. Test vectors seem to be available at http://csrc.nist.gov/publications/nistpubs/800-20/800-20.pdf. Are there any test vectors specifically for openpgp use of CFB? Regards, /Niels -- Niels Möll

Bug#648014: Too strict dependencies on binutils, maybe due to inappropriate dynamic linking with binutils libraries?

2011-11-08 Thread Niels Möller
explained in the thread http://lists.debian.org/debian-devel/2005/05/msg01085.html. There's one other package which appears to have a similar problem: nitpic. If you think this bug report makes sense, I can file an identical one on that package. Regards, /Niels Möller -- Niels Möller. PGP

Bug#648014: Too strict dependencies on binutils, maybe due to inappropriate dynamic linking with binutils libraries?

2011-11-08 Thread Niels Möller
s/-lbfd\( -liberty\)*/-Wl,-Bstatic & -Wl,-Bdynamic/'` LIBS=$sn_LIBS AC_MSG_CHECKING([whether bfd works with -Bstatic]) -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. -- To UNSUBSCRIBE, email to debian-bu

Bug#648043: Too strict dependencies on binutils, maybe due to inappropriate dynamic linking with binutils libraries?

2011-11-08 Thread Niels Möller
el/2005/05/msg01085.html. I have already filed a similar bug report on the other package, lush, which blocks binutils in a similar way, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648014. Regards, /Niels Möller -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet

Bug#648014: Too strict dependencies on binutils, maybe due to inappropriate dynamic linking with binutils libraries?

2011-11-08 Thread Niels Möller
Yaroslav Halchenko writes: > you could try demos from > /usr/share/lush/demos/ Ok, I have now tried a few of them (calculator, life, lunar-lander), and they seems to work fine. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subj

Bug#672936: lsh-server: does not respect umask

2012-05-15 Thread Niels Möller
recommended way for non-PAM-services to get this right on Debian? One possible workaround might be to add a script to /etc/profile.d which does something like while read key value rest_of_line ; do if [ "$key" = "UMASK" ] ; then umask "$value" fi

Bug#672936: lsh-server: does not respect umask

2012-05-15 Thread Niels Möller
mask if it were enabled. You're right. It doesn't do anything related to the state of login sessions. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. -- To UNSUBSCRIBE, email to

Bug#861632: nettle: Please configure with --enable-fat

2017-05-01 Thread Niels Möller
eeen some recent progress with ifunc order on the glibc side, see https://sourceware.org/ml/libc-alpha/2017-01/msg00557.html Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance.

Bug#753423: libhogweed: git push to remote not working because of a symbol lookup error.

2014-07-01 Thread Niels Möller
2:6.0.0+dfsg-4 > ii libnettle4 2.7.1-2+b1 > ii multiarch-support 2.19-4 For what it's worth, that symbol should be defined by libgmp-6.0.0. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surve

Bug#783699: nettle-dev is not Multi-Arch compatible

2015-05-23 Thread Niels Möller
NETTLE_USE_MINI_GMP 0 #if NETTLE_USE_MINI_GMP # define GMP_NUMB_BITS 64 #endif is harmless whatever value appears in the second define. If it helps, I guess this could be changed into the architecture independent #define NETTLE_USE_MINI_GMP 0 #if NETTLE_USE_MINI_GMP # define GMP_N

Bug#784009: Segmentation fault

2015-05-06 Thread Niels Möller
amiliar with debian packaging. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#787893: closed by Magnus Holmgren (Re: Bug#787620: libnettle.so.4: mpv gives segmentation fault after update this morgning)

2015-06-11 Thread Niels Möller
or at least check which packages you still have around which depend on it. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#787893: closed by Magnus Holmgren (Re: Bug#787620: libnettle.so.4: mpv gives segmentation fault after update this morgning)

2015-06-11 Thread Niels Möller
es or plugins used by gimp still link to libnettle4. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#783699: nettle-dev is not Multi-Arch compatible

2015-04-29 Thread Niels Möller
tters only in builds configured with --enable-mini-gmp). No idea how to handle such unimportant differences in generated headers in debian. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. --

Bug#784009: Segmentation fault

2015-05-02 Thread Niels Möller
he version in the soname, "NETTLE_4" and "HOGWEED_2". Would that help? Also see http://lists.lysator.liu.se/pipermail/nettle-bugs/2015/003383.html (not sure crossposting between the nettle list and debbugs is a good idea). Regards, /Niels -- Niels Möller. PGP-encrypted email i

Bug#784009: Segmentation fault

2015-05-03 Thread Niels Möller
scribed to the nettle-bugs list? Some of this discussion belongs there. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org w

Bug#764157: lsh-utils: [kfreebsd] testsuite fails sometimes

2014-10-06 Thread Niels Möller
t_stdin_eof = 0; if (!wait_remote_eof) break; - if (shutdown (fd, SHUT_WR) < 0 && errno != ENOTCONN) + if (shutdown (fd, SHUT_WR) < 0 + && errno != ENOTCONN && errno != ECONNRESET) die(&

Bug#753423: libhogweed2 symbol problems with curl and virtualbox too

2014-09-02 Thread Niels Möller
add_n Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#753423: libhogweed2 symbol problems with curl and virtualbox too

2014-09-02 Thread Niels Möller
work better? Alternatively, upgrade the version under /usr/local to gmp-6.0.0. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.de

Bug#763494: squeak-vm: Please change build dependency to libjpeg-dev (libjpeg-turbo transition)

2014-10-21 Thread Niels Möller
ect thumbnail image, and since it is selected, we also get a larger version on the right as the stage background. So something is still broken with jpg support in squeak-vm and/or scratch. And I think backgrounds are a quite important feature in scratch. Maybe someone more familiar with smallt

Bug#763494: squeak-vm: Please change build dependency to libjpeg-dev (libjpeg-turbo transition)

2014-10-18 Thread Niels Möller
g/cgi-bin/bugreport.cgi?bug=744289, i.e., that the scratch package is unable to load any jpeg files, e.g., scene backgrounds? (And maybe that bug ought to be reassigned to the squeak-vm package?) Best regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is s

Bug#856160: nettle-dev: Please transition nettle-dev to multi-arch

2017-09-10 Thread Niels Möller
g more minimal for a debian patch, but it would be nice if you can confirm it solves the problem. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance.

Bug#819530: Bad interation with libstdc++ transition.

2016-10-26 Thread Niels Möller
possible): * Recompile libicu57 with gcc-4. * Resurrect gcc-5 libstdc++6 library packages in the archive. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance.

Bug#819530: Bad interation with libstdc++ transition.

2016-10-26 Thread Niels Möller
remaining problem is that I don't have the needed 1GB+ available space on /var, but I'll sort that out one way or the other). I still think it's unfortunate that the libicu upgrade requires all of that. Thanks for the help, /Niels -- Niels Möller. PGP-encrypted email is preferred. K

Bug#672936: lsh-server: does not respect umask

2017-01-04 Thread Niels Möller
5b9e72 With this change, shells spawned by lshd will inherit the umask the lshd process was started with. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance.

Bug#837665: lsh-utils: FTBFS with bindnow and PIE enabled

2016-10-11 Thread Niels Möller
en passed to request_init, since that's the only pointer argument to the function. It shouldn't be NULL, of course. I see one other odd thing when reading this code. The UNUSED declaration of the first argument is wrong; maybe recent gcc omits code related to that argument? You could try delet

Bug#837108: gcc-mingw-w64-i686's libgcc dll is not found by wine

2016-09-08 Thread Niels Möller
t;foo", as expected. (The executable then no longer depends on the libgcc dll, I guess). * The strace output also shows that wine attempts to open "/usr/lib/wine/../i386-linux-gnu/wine/./%1.dll.so" ^^ Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance.

Bug#837665: lsh-utils: FTBFS with bindnow and PIE enabled

2016-10-17 Thread Niels Möller
memory returned by malloc is mapped at randomized locations where the high 32 bits are almost never zero? Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance.

Bug#837665: lsh-utils: FTBFS with bindnow and PIE enabled

2016-09-28 Thread Niels Möller
; they crash if dlopen:ed with RTLD_NOW. lsh itself does nothing special as far as I'm aware. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance.

Bug#1022049: libnettle8: Illegal instruction on IBM POWER7

2022-10-19 Thread Niels Möller
systemd (via /run/systemd/system) > > Versions of packages libnettle8 depends on: > ii libc6 2.35-3 > > libnettle8 recommends no packages. > > libnettle8 suggests no packages. > > -- no debconf information > Regards, /Niels -- Niels Möller. PGP key CB4962D070D77D7FCB8BA36271D8F1FF368C6677. Internet email is subject to wholesale government surveillance.

Bug#1022049: Fwd: Bug#1022049: libnettle8: Illegal instruction on IBM POWER7

2022-10-19 Thread Niels Möller
what instructions are available to userspace processes. If an instruction set extension isn't fully supported and enabled by all of hw/kernel/hypervisor, it should not be listed in hwcap. So the alternative might be to leave VSX disabled, but ensure it isn't advertised in hwcaps. Regards, /Niels -- Niels Möller. PGP key CB4962D070D77D7FCB8BA36271D8F1FF368C6677. Internet email is subject to wholesale government surveillance.

Bug#1022049: Fwd: Bug#1022049: libnettle8: Illegal instruction on IBM POWER7

2022-10-20 Thread Niels Möller
solid plan for next Nettle release, but if there will be any 3.8.1 bugfix release, this fix should be included). Regards, /Niels -- Niels Möller. PGP key CB4962D070D77D7FCB8BA36271D8F1FF368C6677. Internet email is subject to wholesale government surveillance.

Bug#837108: gcc-mingw-w64-i686's libgcc dll is not found by wine

2023-07-18 Thread Niels Möller
;s possible, in particular, since I'm not sure if my earlier use involved C++ at all. >> * The strace output also shows that wine attempts to open >> "/usr/lib/wine/../i386-linux-gnu/wine/./%1.dll.so" Out of curiosity, is there

Bug#600286: linux-image-2.6.32-5-amd64: atl1c driver hangs after "NETDEV WATCHDOG: eth0 (atl1c): transmit queue 0 timed out"

2010-10-15 Thread Niels Möller
. There seems to be a newer one in Linus' kernel tree, "1.0.1-0-NAPI", but I haven't been able to figure out if there are any changes which might fix this problem, and I haven't tried booting any other kernel. Regards, /Niels Möller -- Package-specific info: ** Version: Linux

Bug#884403: Patch for nettle-3.4

2017-12-26 Thread Niels Möller
char *src UNUSED) { abort(); } int -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance.

Bug#872891: gcc-multilib conflicts with GCC cross toolchains

2020-09-21 Thread Niels Möller
cross compiler, and the former for running arm binaries using qemu-arm. That's slightly annoying and a bit wasted disk usage, but not causing any errors once I realized that both packages are needed. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance.

Bug#881698: JPEG backgrounds fail to load in scratch

2017-11-14 Thread Niels Möller
6_64, upgraded to stretch. For completeness, kernel 4.9.0-4-amd64, libc6 version 2.24-14. (But I think this is an old problem, I had the same experience last time I tried scratch, a few years ago, but it seems I unfortunately didn't bug report it properly at the time). Regards, /Niels Mö

Bug#933266: nettle 3.5.1

2019-10-23 Thread Niels Möller
rds, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance.

Bug#941150: Bug#933266: nettle 3.5.1

2019-10-23 Thread Niels Möller
sition. E.g., it should work to link an executable both directly to libnettle.so.6 and indirectly (e.g., via gnutls) to the abi-incompatible libnettle.so.7. Or vice versa. Not very well tested, though. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet ema

Bug#1011461: Instructions on how to install wine32 gets armhf rather than i386 packages

2022-05-23 Thread Niels Möller
xisting wine32:armhf package is useful. But anyway, when wine fails to run a 32-bit (i386) windows executable, due to missing wine32, I'd suggest that the instructions it displays should be updated to say "apt-get install wine32:i386". Regards, /Niels Möller -- Niels Möller. PG

Bug#956524: libhogweed5: Packaging cannot handle non-lockstep soname bumps of libnettle and libhogweed

2020-04-12 Thread Niels Möller
current libnettle. Not sure what to do about that, but some basic integration-level test would be nice. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance.

Bug#959441: nettle: Please upload 3.6 to experimental and request a library transion slot

2020-05-04 Thread Niels Möller
manual compile-time config of which assembly files to use at compile time (and will break at runtime on processors not supporting selected processor features), while fat builds use them all and select at run time. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677

Bug#1063170: nettle: NMU diff for 64-bit time_t transition

2024-02-05 Thread Niels Möller
been following openpgp developments, but I would hope there's some protocol update to support a larger time stamp?) Regards, /Niels -- Niels Möller. PGP key CB4962D070D77D7FCB8BA36271D8F1FF368C6677. Internet email is subject to wholesale government surveillance.