Bug#1089744: tzdata: oldstable version fails to update

2024-12-11 Thread Christoph Egger
Package: tzdata Version: 2024a-0+deb12u1 Severity: important Hi! tzdata update fails here, installing 2024a from /var/cache/apt gets the system back to working. This is from inside a systemd-nspawn. Thank you Chistoph (Reading database ... 65470 files and directories currently installed.)

Bug#662018: [PATCH] timers for kFreeBSD

2012-04-04 Thread Christoph Egger
Hi all! Robert Millan writes: > Here's my latest patch. So far only tested with kfreebsd 9.0-1 on > i386. I will test older kernels and port it to amd64. In the > meantime, would someone be so kind to check if the testsuite problems > in ruby, python, etc got better? building right now. the r

Bug#642112: [PATCH] timers for kFreeBSD

2012-03-25 Thread Christoph Egger
Hi! Robert Millan writes: > El 25 de març de 2012 23:20, Christoph Egger ha escrit: >> My run was on latest kfreebsd-9 kernel from sid. I can test on my 8.3 >> systems later, though we'll need to get this working on 8.1 as that's >> what the buildds are running

Bug#642112: [PATCH] timers for kFreeBSD

2012-03-25 Thread Christoph Egger
Hi! Robert Millan writes: > El 25 de març de 2012 21:28, Christoph Egger ha escrit: >> It fails some regression tests on eglibc, is that on purpose? > > For tst-timer* I got the same failures with sid chroot on kfreebsd > 8.1, however they work fine with kfreebsd-10. > &g

Bug#642112: [PATCH] timers for kFreeBSD

2012-03-25 Thread Christoph Egger
Hi! Robert Millan writes: > Attached patch adds a new implementation of timers for kFreeBSD. It > is heavily based on the Linux/NPTL counterpart. > > I've verified that this fixes #642112 (timer_settime fails on kfreebsd > when timeout approaches max(time_t)) and #662018 (No support for > CLOCK_

Bug#654712: /usr/include/net/if.h:94:17: error: field ‘ifi_lastchange’ has incomplete type

2012-01-05 Thread Christoph Egger
Package: libc0.1-dev Version: 2.13-23 Severity: normal Hi! Compiling /- | #include | | int main() { | } \- with gcc -ansi results in a /usr/include/net/if.h:94:17: error: field ‘ifi_lastchange’ has incomplete type error message Seen in tcos build -- System Information: Debian Rel

Bug#640325: faccessat broken for user root?

2011-09-04 Thread Christoph Egger
Hi! Petr Salinger writes: > severity 640325 wishlist > -- > >> The following code (extracted from dash's test builtin) is behaving >> differently between linux and kfreebsd, having a 644 `test' file and >> running it on linux as root user prints -1 while on kfreebsd it prints >> 0. >> >> ---

Bug#640325: faccessat broken for user root?

2011-09-04 Thread Christoph Egger
Hi again! Just a quick note: the fallback code for non faccessat in dash seems to work. So if this is more difficult to fix maybe we should ask dash maintainers (Cc:) to use the fallback code for now? Regards Christoph Christoph Egger writes: > Christoph Egger wri

Bug#640325: faccessat broken for user root?

2011-09-04 Thread Christoph Egger
Hi! Christoph Egger writes: > --- > #include > #include > #include > > int main () { > printf("%d\n", faccessat(AT_FDCWD, "test", X_OK, AT_EACCESS)); > } >

Bug#640325: faccessat broken for user root?

2011-09-04 Thread Christoph Egger
Package: libc0.1-dev Version: 2.13-18 Severity: grave User: debian-...@lists.debian.org Usertags: kfreebsd Hi! The following code (extracted from dash's test builtin) is behaving differently between linux and kfreebsd, having a 644 `test' file and running it on linux as root user prints -1 whil

Bug#640156: libc-bin: ldd nonfunctional on kfreebsd-amd64

2011-09-02 Thread Christoph Egger
Package: libc-bin Version: 2.13-18 Severity: important Hi! on kfreebsd-amd64 in /usr/bin/ldd the path for ld.so is hardcoded as RTLDLIST="/lib/ld.so.1 /lib64/ld-kfreebsd-x86-64.so.1" however the first is only provided by libc0.1-i386 and the second doesn't exist at all. Noticed it because it ca