Re: GNU/kFreeBSD packages in the Debian archive

2009-06-07 Thread Aurelien Jarno
On Sun, Jun 07, 2009 at 12:45:07PM +0200, Aurelien Jarno wrote: > On Sun, Jun 07, 2009 at 01:42:57AM +0200, Aurelien Jarno wrote: > > We are also being (or will get) blocked by some build failures. They are > > currently: > > - openssl > > - coreutils > > - fftw3

Re: GNU/kFreeBSD packages in the Debian archive

2009-06-08 Thread Aurelien Jarno
Aurelien Jarno a écrit : > We are also being (or will get) blocked by some build failures. They are > currently: > - openssl > - coreutils Some more details about the coreutils bug. It's a bit tricky. First of all I should explain the differences between Linux and kFreeBSD fo

Re: Xorg7.4 doesn't work

2009-06-10 Thread Aurelien Jarno
now work on GNU/kFreeBSD. Are you sure it is running? -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Xorg7.4 doesn't work

2009-06-10 Thread Aurelien Jarno
Depends to a Recommends (which it technically is). > They even use all CAPS-LOCK lines to defend this very unpopular > decision. There is no need to, hal should be available and should work on GNU/kFreeBSD. If it is not the case, we should concentrate our efforts on

Re: Xorg7.4 doesn't work

2009-06-10 Thread Aurelien Jarno
Axel Beckert a écrit : > Hi, > > On Wed, Jun 10, 2009 at 11:32:58AM +0200, Aurelien Jarno wrote: >>>> I think that xorg needs hal to work correctly but hal is not >>>> suitable for kFreeBSD. >>> This is a known problem, but the X.org maintainers refuse t

Bug#532627: kfreebsd-image-7.2-1-amd64: biarch support broken

2009-06-10 Thread Aurelien Jarno
Package: kfreebsd-image-7.2-1-amd64 Version: 7.2-1 Severity: grave Justification: renders package unusable Starting with kernel 7.2, upstream has changed the way a binary type is detected. This prevent 32-bit binaries to work. On kFreeBSD 7.1, the following tests are done (in this order): - ELF E

Bug#532627: kfreebsd-image-7.2-1-amd64: biarch support broken

2009-06-10 Thread Aurelien Jarno
oving the check for now (or maybe removing BI_BRAND_NOTE from sys/amd64/linux32/linux32_sysvec.c), I was more speaking about a more long term solution that may be merged upstream, like checking the OS field correctly. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aure

Re: GNU/kFreeBSD packages in the Debian archive [status-1]

2009-06-14 Thread Aurelien Jarno
On Sun, Jun 14, 2009 at 05:02:36AM +0200, Cyril Brulebois wrote: > Heya again, > > for those following at home, a quick summary (and an updated Subject to > help people find it back when they need it). > > Aurelien Jarno (07/06/2009): > > We are also being (or will ge

Re: Missing /sys after installation

2009-06-14 Thread Aurelien Jarno
ory if it doesn't exists. On GNU/Linux, this directory is provided by initscripts. I think we should do the same on GNU/kFreeBSD. I'll file a bug report about that. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aur

Re: GNU/kFreeBSD packages in the Debian archive [status-1]

2009-06-15 Thread Aurelien Jarno
esterday. I'll >> try to do an upload today or tomorrow. > > On Fri, 12 Jun 2009, Aurelien Jarno wrote: >> We planned to actually change nlist.h to define the struct nlist with >> the correct union there instead of changing a.out.h from the glibc. It >> is the w

tar not working correctly

2009-06-16 Thread Aurelien Jarno
duced on GNU/Linux. The following command now exits with a non-zero exit value, as it is killed by a SIGPIPE: cat test.tar.gz | tar -xvzf - It would be nice if someone can find time to debug the problem. Thanks, Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73

Re: tar not working correctly

2009-06-16 Thread Aurelien Jarno
the problem. > > It looks like "problem solved", I am just waiting for > "GNU tar 1.22 test suite" pass. It is not GNU/kFreeBSD specific. > E-mail to BTS will follow. > Thanks a lot for your work! -- Aurelien Jarno GPG: 1024D/F1BCDB73

(E)GLIBC: inline syscalls

2009-06-16 Thread Aurelien Jarno
of a technical solution (not gcc version dependent) to get this working on i386? Does anyone has an opinion to share about that? Cheers, Aurelien [1] http://sources.redhat.com/bugzilla/show_bug.cgi?id=10192 -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel3

Re: (E)GLIBC: inline syscalls

2009-06-16 Thread Aurelien Jarno
For each function > name we would know. The calls to INLINE_SYSCALL is not the part that worries me the most. It's rather the code between #ifdef HAVE_INLINED_SYSCALLS in the elf/ directory. Not something we can workaround easily from our ports/sysdeps/ directory. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: (E)GLIBC: inline syscalls

2009-06-22 Thread Aurelien Jarno
w. However I still think we should plan using real inline syscalls sooner or later to avoid future problems like this one, but at least now we have a bit of time. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: [patch] uniform libc handling among kernels

2009-06-22 Thread Aurelien Jarno
if dpkg -s $i >/dev/null 2>&1; then > dpkg -s $i | grep -v Depends: >> $APTDIR/state/status > echo >> $APTDIR/state/status Except the changelog entry as noticed by Otavio, this looks fine. -- Aurelien Jarno

Re: [patch] kfreebsd-i386 kernel udeb

2009-06-22 Thread Aurelien Jarno
/kfreebsd-i386/ipv6-modules > === > --- > packages/kernel/kfreebsd-kernel-di-i386/modules/kfreebsd-i386/ipv6-modules > (.../trunk) (revision 0) > +++ > packages/kernel/kfreebsd-kernel-di-i386/modules/kfreeb

Re: (E)GLIBC: inline syscalls

2009-06-22 Thread Aurelien Jarno
ase try to contact the maintainers one more before actually doing the NMU, one of them (Nathan Scott) has already answered to the bug report. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to de

Re: (E)GLIBC: inline syscalls

2009-06-22 Thread Aurelien Jarno
number of arguments (2 or 3), we could even directly setup the stack in the asm inline code, passing those values through registers. This clearly adds some more instructions, but that should be negligible compared to the syscall itself which involves a context switch. -- Aurelien Jarno

Re: [patch] uniform libc handling among kernels

2009-06-23 Thread Aurelien Jarno
with the > non-ready changes. What others think? I think so, the kfreebsd branch should be done for development. Once the code is ready, it should probably be committed to trunk. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://w

Re: catch 22 - manual upload of qt4-x11 for GNU/kFreeBSD needed

2009-06-29 Thread Aurelien Jarno
ld-dependencies of xine-lib that are not in the big build-depends loop. For that the NMU of w3m (bug#493486) looks like a good small step towards this direction. > Also thanks for guile-1.6 upload. > Please reschedule graphviz for kfreebsd-i386 Done. -- Aurelien Jarno

Re: catch 22 - manual upload of qt4-x11 for GNU/kFreeBSD needed

2009-06-30 Thread Aurelien Jarno
e been asked to bootstrap the kfreebsd-* architectures again. So if I understand correctly, what we should do is: - build qt4 using phonon from debian-ports.org - build phonon using the just built qt4 - rebuild qt4 using the just built phonon Upload both resulting packages. But if the build-d

Re: Plans for libvolume-id?

2009-07-01 Thread Aurelien Jarno
ommit to GNU/kFreeBSD should not be really difficult. About hal itself, I have already filled a bug (#528383) with a patch. The opened point has to be fixed first (mainly the new library that the maintainer doesn't like should be linked statically instead). Note that part of the changes in this

Re: Please remove sticky Dep-Wait: libvtk5 (>= 5.2.1-3) on gdcm

2009-07-15 Thread Aurelien Jarno
Mathieu Malaterre a écrit : > Please clear sticky Dep-Wait: libvtk5 (>= 5.2.1-3) on gdcm package > for kfreebsd-* > > Ref: > https://buildd.debian.org/pkg.cgi?pkg=gdcm > libvtk5 is not yet available on kfreebsd-*, so there is no point on removing the Dep-Wait.

Re: Please remove sticky Dep-Wait: libvtk5 (>= 5.2.1-3) on gdcm

2009-07-15 Thread Aurelien Jarno
Mathieu Malaterre a écrit : > On Wed, Jul 15, 2009 at 9:42 AM, Aurelien Jarno wrote: >> Mathieu Malaterre a écrit : >>> Please clear sticky Dep-Wait: libvtk5 (>= 5.2.1-3) on gdcm package >>> for kfreebsd-* >>> >>> Ref: >>> https://bui

Re: [patch] kfreebsd-i386 config

2009-07-15 Thread Aurelien Jarno
= > --- debian/changelog (.../trunk/installer) (revision 59351) > +++ debian/changelog (.../branches/d-i/kfreebsd/installer) (revision 59360) > @@ -77,6 +77,7 @@ >[ Luca Favatella ] >* Handle libc0.1 (GNU/kFreeBSD) and libc0.3 (GNU/Hurd) as libc6/libc6.

Re: Bug#537492: menu: Binary without execution bits.

2009-07-18 Thread Aurelien Jarno
ich is mapped to the syscall. And here comes the portability issue: | If the calling process has appropriate privileges (i.e., is | superuser), POSIX.1-2001 permits implementation to indicate success | for an X_OK check even if none of the execute file permission bits | are set. Lin

Re: RFC: util-linux's FTBFS

2009-07-22 Thread Aurelien Jarno
1 > | +#MISSING: 2.16-2# uuid_unp...@uuid_1.0 2.16-1 > > I'll start and figure out where that comes from later tonight. > That's a packaging bug as the problem is the same on GNU/Linux. Cheers, Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73

New GNU/kFreeBSD install CD

2009-07-29 Thread Aurelien Jarno
glibc-bsd.alioth.debian.org/doc/ -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net signature.asc Description: Digital signature

Re: New GNU/kFreeBSD install CD

2009-07-29 Thread Aurelien Jarno
On Wed, Jul 29, 2009 at 08:51:24PM +0200, Aurelien Jarno wrote: > Hi all, > > I have been asked to produce a new version of the GNU/kFreeBSD install > CD that pull packages from the official Debian archive instead of the > debian-ports one. I have produced them for both i386 a

Re: RFC: tag for GNU/kFreeBSD specific bugs

2009-08-04 Thread Aurelien Jarno
ng both users, see [1]. The majority of recent submissions are > by Aurelien and Cyril and me. After agreement, it remains to change wiki > pages [2], [3]. > > Do you agree with such switch ? > I am fine with that. -- Aurelien Jarno GPG: 1024D/F1BCDB73 a

Re: test of makefs in kfreebsd d-i

2009-08-05 Thread Aurelien Jarno
mes from the FreeBSD world were UFS is the default filesystem, but given makefs only handle a couple of filesystems and not ext2, the name sounds a bit strange in the Debian world. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32

Re: RFC: future of libfreebsd

2009-08-05 Thread Aurelien Jarno
it. Agreed. Or have to wait for 2.11 :( > My candidates for eglibc are devname_r()/devname(). Indeed, they looks good candidate for that. getbootfile() *may* be implemented in libbsd. For link_addr() and link_ntoa(), I currently don't have an opinion, we should probably look wh

Re: RFC: future of libfreebsd

2009-08-05 Thread Aurelien Jarno
0 without reasons (through libfuse2 ?) In short with devname/devname_r/sysctlnametomib in glibc 2.10, libfreebsd0 is only needed for freebsd-net-tools and libkvm0. We should probably migrate the remaining symbols here. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@au

Re: [PATCH] use GRUB to boot Debian-Installer CD

2009-08-05 Thread Aurelien Jarno
ant to try it: > > http://people.debian.org/~rmh/mini.iso > Thanks for your work, it is really nice. kfreebsd-loader is very hackish, and I was very happy we can get rid of it for the hard-drive booting, but I was concerned by d-i... If nobody objects, I think we should commit your pa

Re: test of makefs in kfreebsd d-i

2009-08-07 Thread Aurelien Jarno
On Wed, Aug 05, 2009 at 11:51:18AM +0200, Aurelien Jarno wrote: > Thorsten Glaser a écrit : > > On Wed, 5 Aug 2009, Luca Favatella wrote: > > > >> It looks like there are no regressions in the produced monolithic and > >> netboot images. > > > > Coo

Re: test of makefs in kfreebsd d-i

2009-08-08 Thread Aurelien Jarno
On Sat, Aug 08, 2009 at 02:06:51PM +, Thorsten Glaser wrote: > Petr Salinger dixit: > > > IMHO, the proper short description should be just fine. > > Addressed. > > > Aurelien Jarno dixit: > > > In the meanwhile you can live with > > the lintia

Re: Issues with current state of GNU/kFreeBSD

2009-08-09 Thread Aurelien Jarno
hanges to the kbuild > package and the virtualbox-ose package. I have not talked to the > maintainers yet, but I would take care of writing the patches. > > I already installed an IDE (Geany) on my kFreeBSD VM, so I can > code on this. I will prepare the needed patches, send them

Re: Patch acpi support grub-pc

2009-08-09 Thread Aurelien Jarno
-1.96+20090725/util/grub.d/10_freebsd.in source This is already done in the version proposed by Robert Millan [1] earlier on this list. [1] http://lists.debian.org/debian-bsd/2009/08/msg00013.html -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net

Re: Issues with current state of GNU/kFreeBSD

2009-08-09 Thread Aurelien Jarno
On Sun, Aug 09, 2009 at 06:26:15PM +0200, Julian Andres Klode wrote: > On Sun, Aug 09, 2009 at 05:44:32PM +0200, Aurelien Jarno wrote: > > > Installed: keyboard layouts missing > > > > > > There appears to be no way to use a keyboa

Re: 10_freebsd.in script for GRUB

2009-08-09 Thread Aurelien Jarno
on already existing installations (d-i for GNU/kFreeBSD uses grub by default). Any comments? -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: imagemagick and friends

2009-08-09 Thread Aurelien Jarno
and if the buildds are back in a waiting state, then we may want to start giving-back those packages. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Issues with current state of GNU/kFreeBSD

2009-08-09 Thread Aurelien Jarno
On Sun, Aug 09, 2009 at 10:27:31PM -0500, Julián Moreno Patiño wrote: > Hi everybody, > > I get to install d-i kfreebsd with some local hacks (chroot /target and then > apt-get install grub-pc) =p > > 2009/8/9 Aurelien Jarno > > > On Sun, Aug 09, 2009 at 06:26:15PM

Re: 10_freebsd.in script for GRUB

2009-08-10 Thread Aurelien Jarno
ly FreeBSD. Since it'll take > a bit longer to get this fixed in upstream, I've added it as a patch to the > Debian package. > > Version 1.96+20090808-1 (just uploaded) includes it. > Thanks a lot :) -- Aurelien Jarno GPG: 1024D/F1BCDB73 a

Re: imagemagick and friends

2009-08-11 Thread Aurelien Jarno
have build-depends available, > they should end in BD-Uninstallable state. > > The list is common for both ka/ki. > I have just given-back all packages of the list on both ka/ki. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net

Re: Issues with current state of GNU/kFreeBSD

2009-08-11 Thread Aurelien Jarno
On Mon, Aug 10, 2009 at 07:32:37AM +0200, Aurelien Jarno wrote: > On Sun, Aug 09, 2009 at 10:27:31PM -0500, Julián Moreno Patiño wrote: > > Hi everybody, > > > > I get to install d-i kfreebsd with some local hacks (chroot /target and then > > apt-get install grub-pc) =p

Xorg & HAL on GNU/kFreeBSD

2009-08-13 Thread Aurelien Jarno
figure console-setup'. You also need an FDI file for that (see bug #535291), also attached as debian-x11-keymap.fdi. Don't forget to remove those files from /etc/hal/fdi/policy when you install a fixed package. Please tell me if it works for you (especially the mouse). Cheers

console-setup and keyboard configuration

2009-08-13 Thread Aurelien Jarno
eyboard settings. What do you think? Cheers, Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Xorg & HAL on GNU/kFreeBSD

2009-08-14 Thread Aurelien Jarno
On Thu, Aug 13, 2009 at 11:50:11PM +0200, Aurelien Jarno wrote: > - If you have a non-US keyboard, it should now be configured by doing > 'dpkg-reconfigure console-setup'. You also need an FDI file for that > (see bug #535291), also attached as debian-x11-keymap.fdi. >

Re: Xorg & HAL on GNU/kFreeBSD

2009-08-15 Thread Aurelien Jarno
On Thu, Aug 13, 2009 at 11:50:11PM +0200, Aurelien Jarno wrote: > Hi, > > There has been some problem reported on this mailing list to get Xorg > working on GNU/kFreeBSD, with the keyboard and mouse detection from HAL. > > I have been able to solve part of this issue, let me

GNAT (Ada) ported on kfreebsd-amd64

2009-08-15 Thread Aurelien Jarno
Hi, Just a small note to tell you that I have ported and boostrapped GNAT on kfreebsd-amd64. The gnat-* packages should appear with the next uploads of those sources packages. This will reduce the difference between kfreebsd-i386 and kfreebsd-amd64. Cheers, Aurelien -- Aurelien Jarno

Re: BSD port plans for the squeeze cycle

2009-08-19 Thread Aurelien Jarno
If we still have more time I think we should probably have the following things working: - ZFS support. Kernel support should be there with the next kernel upload, but there is still all the userland libs/tools to package. - Keyboard configuration with console-setup. Cheers, Aurelien -- Aurel

Re: Xorg & HAL on GNU/kFreeBSD

2009-08-19 Thread Aurelien Jarno
On Thu, Aug 13, 2009 at 11:50:11PM +0200, Aurelien Jarno wrote: > - You have to drop the same kind of file for the mouse (see attached > file 10-x11-input-mouse.fdi) to /etc/hal/fdi/policy. I haven't > reported the bug to the BTS, as it don't fully work here. While the &g

Re: BSD port plans for the squeeze cycle

2009-08-19 Thread Aurelien Jarno
Cyril Brulebois a écrit : > Hi. > > Aurelien Jarno (19/08/2009): >>> * gnat availability on kfreebsd-amd64 >>> gnat have been recently ported/bootstrapped on kfreebsd-amd64, >>> this fact should propagate into debian/control files of ada related >>&g

Re: BSD port plans for the squeeze cycle

2009-08-19 Thread Aurelien Jarno
Thorsten Glaser a écrit : > Aurelien Jarno dixit: > >>> * port of Debian Installer for GNU/kFreeBSD > >> That is currently on good track > > makefs is still hanging in NEW (but I hope not for much longer ;) Like hundred of packages... But I am sure it wil

Re: BSD port plans for the squeeze cycle

2009-08-19 Thread Aurelien Jarno
Aurelien Jarno a écrit : > Cyril Brulebois a écrit : >> Hi. >> >> Aurelien Jarno (19/08/2009): >>>> * gnat availability on kfreebsd-amd64 >>>> gnat have been recently ported/bootstrapped on kfreebsd-amd64, >>>> this fact should propaga

Re: Xorg & HAL on GNU/kFreeBSD

2009-08-19 Thread Aurelien Jarno
On Wed, Aug 19, 2009 at 02:38:08PM +0200, Aurelien Jarno wrote: > On Thu, Aug 13, 2009 at 11:50:11PM +0200, Aurelien Jarno wrote: > > - You have to drop the same kind of file for the mouse (see attached > > file 10-x11-input-mouse.fdi) to /etc/hal/fdi/policy. I haven't >

Re: Xorg & HAL on GNU/kFreeBSD

2009-08-19 Thread Aurelien Jarno
On Wed, Aug 19, 2009 at 07:00:48PM +0200, Aurelien Jarno wrote: > On Wed, Aug 19, 2009 at 02:38:08PM +0200, Aurelien Jarno wrote: > > On Thu, Aug 13, 2009 at 11:50:11PM +0200, Aurelien Jarno wrote: > > > - You have to drop the same kind of file for the mouse (see attached > &g

Re: Visualizing uninstallable Build-Depends issues

2009-08-20 Thread Aurelien Jarno
| ] [kdenetwork] kdenetwork: FTBFS on GNU/kFreeBSD (tiny fixup) I'll take care of getting those one fixed both in Debian and usptream. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-

Switching to GRUB 2 as the default bootloader

2009-08-21 Thread Aurelien Jarno
orget to install desktop-base! Cheers, Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Xorg & HAL on GNU/kFreeBSD (procedure update)

2009-08-21 Thread Aurelien Jarno
/policy. * If you wan to configure your keyboard for Xorg, use 'dpkg-reconfigure console-setup'. * /etc/init.d/hal restart This procedure won't be necessary anymore as soon as bugs #541140 and #542806 are closed. Then you can remove the two fdi files from you system. Cheers, Aurelie

Re: kernel panic with freebsd-image 7.2-5 (i386)

2009-08-22 Thread Aurelien Jarno
hain change as there have been > no changes to acpi part :-( > I confirm, rebuilding kfreebsd-7 version 7.2-4 leads to the same problem. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to

Re: kernel panic with freebsd-image 7.2-5 (i386)

2009-08-22 Thread Aurelien Jarno
On Sat, Aug 22, 2009 at 04:27:31PM +0200, Aurelien Jarno wrote: > On Sat, Aug 22, 2009 at 04:24:05PM +0200, Petr Salinger wrote: > >> - booting kernel 7.2-5 with acpi.ko from kernel 7.2-4 works fine > >> - booting kernel 7.2-4 with acpi.ko from kernel 7.2-5 leads to the &

Re: freebsd-net-tools 7.2-8 bug

2009-08-23 Thread Aurelien Jarno
like it simply does not like the freebsd syntax and ouput a strange error message. This is need so that the other tools invoking route works without change. Someone has to fix this wrapper to print a more decent error message. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel

Re: Freebsd 8 Release and Status

2009-08-24 Thread Aurelien Jarno
August/051628.html > kFreeBSD 8.0 is already in the archive (in experimental). -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsu

How to detect we are in a chroot? (was Re: Bug#543938: telinit: /etc/.initctl: ENOENT breaks debootstrap on kfreebsd)

2009-08-27 Thread Aurelien Jarno
recently uploaded version broke this. > As discussed on IRC, that's due to the test: "$(stat -c %d/%i /)" = "$(stat -Lc %d/%i /proc/1/root 2>/dev/null)" On GNU/kFreeBSD this test is always true. Any idea how to detect we are running on a chroot? -- Aure

Don't upgrade grub-pc to version >= 1.96+20090826-1

2009-08-27 Thread Aurelien Jarno
43950) -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: How to detect we are in a chroot? (was Re: Bug#543938: telinit: /etc/.initctl: ENOENT breaks debootstrap on kfreebsd)

2009-08-27 Thread Aurelien Jarno
On Thu, Aug 27, 2009 at 06:53:20PM +0200, Aurelien Jarno wrote: > On Thu, Aug 27, 2009 at 04:54:47PM +0200, Philipp Kern wrote: > > Package: libsepol1 > > Version: 2.0.37-2 > > Severity: important > > > > I just tried to install kfreebsd-amd64 using d-i and

Re: Little loop: libdatetime-format-strptime-perl / libdatetime-perl

2009-08-28 Thread Aurelien Jarno
to do. Should I do it for kfreebsd-amd64? -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Don't upgrade grub-pc to version >= 1.96+20090826-1

2009-08-29 Thread Aurelien Jarno
On Fri, Aug 28, 2009 at 10:48:45PM -0500, Julián Moreno Patiño wrote: > Hi, > > 2009/8/27 Aurelien Jarno > > > Starting with version 1.96+20090826-1 grub-pc uses the wrong fs type for > > the root filesystem, so your system won't boot anymore. > > > >

Re: moused vs X

2009-08-29 Thread Aurelien Jarno
ptitude shows moused under "Obsolete and Locally Created > Packages"... > The package has to be cleaned and updated before getting uploaded to Debian. Maybe it should also be part of freebsd-utils. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.n

Re: Don't upgrade grub-pc to version >= 1.96+20090826-1

2009-08-30 Thread Aurelien Jarno
On Thu, Aug 27, 2009 at 07:49:59PM +0200, Aurelien Jarno wrote: > Starting with version 1.96+20090826-1 grub-pc uses the wrong fs type for > the root filesystem, so your system won't boot anymore. > > The solution is to change > set FreeBSD.vfs.root.mountfrom=ufs

Re: [update] kernel panic with freebsd-image 7.2-5 (i386)

2009-08-30 Thread Aurelien Jarno
have been sufficient to convert > failing acpi.ko into fine one ... > I have built it here, and it still fails into a kernel panic. I am currently trying to build it also using '-z common-page-size=8192'. If it works, I'll upload this version. -- Aurelien Jarno

Re: Little loop: libdatetime-format-strptime-perl / libdatetime-perl

2009-08-30 Thread Aurelien Jarno
On Fri, Aug 28, 2009 at 02:24:13PM +0200, Cyril Brulebois wrote: > Aurelien Jarno (28/08/2009): > > Yes, it looks the way to do. Should I do it for kfreebsd-amd64? > > Yes please. I'll take care of kfreebsd-i386 later today. > I have just done it for both ka and

Re: [update] kernel panic with freebsd-image 7.2-5 (i386)

2009-08-30 Thread Aurelien Jarno
On Sun, Aug 30, 2009 at 02:19:34PM +0200, Aurelien Jarno wrote: > On Sun, Aug 30, 2009 at 12:15:57PM +0200, Petr Salinger wrote: > > Hello all, especially Aurelien. > > > > It is still unclear what the real reason is, > > so far only acpi enable boots are affected. &

debian-installer for GNU/kFreeBSD

2009-08-31 Thread Aurelien Jarno
ose images, including bugs or missing features, on the wiki [4]. Cheers, Aurelien [1] http://slackydeb.blogspot.com/ [2] http://wiki.debian.org/SummerOfCode2009 [3] http://glibc-bsd.alioth.debian.org/install-cd/ [4] http://wiki.debian.org/DebianInstaller/kFreeBSD -- Aurelien Jarno

Re: debian-installer for GNU/kFreeBSD

2009-08-31 Thread Aurelien Jarno
.2 > /usr/share/doc/home/aurel32/tmp/kernel/kfreebsd-7-7.2/debian > /usr/share/doc/home/aurel32/tmp/kernel/kfreebsd-7-7.2/debian/kfreebsd-image-7.2-1-amd64 > /usr/share/doc/home/aurel32/tmp/kernel/kfreebsd-7-7.2/debian/kfreebsd-image-7.2-1-amd64/README.Debian > > Guess that's

Re: debian-installer for GNU/kFreeBSD

2009-08-31 Thread Aurelien Jarno
On Mon, Aug 31, 2009 at 06:37:37PM -0400, Tim Tebbit wrote: > Aurelien Jarno wrote: > > Hi, > > > > Following the work of Luca Favetella [1] during the Google Summer of > > Code [2], I am happy to announce that a first version of the > > debian-in

Re: debian-installer for GNU/kFreeBSD

2009-08-31 Thread Aurelien Jarno
On Mon, Aug 31, 2009 at 03:38:10PM -0400, Tim Tebbit wrote: > Tim Tebbit wrote: > > Aurelien Jarno wrote: > >> > >> You mean have tried to skip the installation of grub-pc and it has > >> failed? > >> > >> Note that FreeBSD need grub2, so ad

Re: debian-installer for GNU/kFreeBSD

2009-08-31 Thread Aurelien Jarno
On Mon, Aug 31, 2009 at 07:29:16PM -0400, Tim Tebbit wrote: > Aurelien Jarno wrote: > > > > > > Yes, this is what you should have in /boot/grub/grub.cfg (to be adapted): > > > > insmod ufs2 > > set root=(hd0,1) > > freebsd

Re: debian-installer for GNU/kFreeBSD

2009-09-01 Thread Aurelien Jarno
Felix Zielcke a écrit : > Am Montag, den 31.08.2009, 14:42 +0200 schrieb Aurelien Jarno: >> Hi, >> >> Following the work of Luca Favetella [1] during the Google Summer of >> Code [2], I am happy to announce that a first version of the >> debian-installer images

Re: debian-installer for GNU/kFreeBSD

2009-09-01 Thread Aurelien Jarno
Felix Zielcke a écrit : > Am Dienstag, den 01.09.2009, 11:58 +0200 schrieb Aurelien Jarno: >> Felix Zielcke a écrit : >>> Am Montag, den 31.08.2009, 14:42 +0200 schrieb Aurelien Jarno: >>>> Hi, >>>> >>>> Following the work of Luca Favetell

Re: debian-installer for GNU/kFreeBSD

2009-09-01 Thread Aurelien Jarno
Robert Millan a écrit : > On Mon, Aug 31, 2009 at 02:42:53PM +0200, Aurelien Jarno wrote: >> Hi, >> >> Following the work of Luca Favetella [1] during the Google Summer of >> Code [2], I am happy to announce that a first version of the >> debian-installer images

Re: FAILURE/ILLEGAL REQUEST with kFreeBSD/i386

2009-09-02 Thread Aurelien Jarno
appear on real machines. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

debian-installer daily images

2009-09-06 Thread Aurelien Jarno
/daily-images/kfreebsd-i386/ -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net signature.asc Description: Digital signature

Re: any objections from port maintainers to make gcc-4.4 the default?

2009-09-21 Thread Aurelien Jarno
DK 1.6 is on my TODO list (it has been already done upstream FreeBSD), but I have not ETA yet. About gcj-4.4, the testsuite shows no regression on kfreebsd-amd64 and kfreebsd-i386, so unless there is a know regression that is not in the testsuite, I think we should do the switch. -- Aurelien Jarn

Re: ZFS on kFreeBSD

2009-09-21 Thread Aurelien Jarno
ZFS on GNU/kFreeBSD works when using the userland tools from plain FreeBSD. Unfortunately zfsutils is not that easy to package, given the source code is located in various places in the SVN tree, especially the OpenSolaris parts. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel

Re: ZFS on kFreeBSD

2009-09-21 Thread Aurelien Jarno
hardware accelerated if available) and is file system agnostic. That > means the FreeBSD-kernel is the only kernel that provides stable > ZFS+encryption. > That might make Debian GNU/kFreeBSD appeal to more people (and I could > use it on my Laptop ;) )! > That's the same, som

Re: [busybox on kbsd] patches ported to 1.14

2009-10-01 Thread Aurelien Jarno
#x27;ll test a build of d-i with this new version, and if it works, I'll put the udeb on the machines generating the daily builds. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-

Re: [busybox on kbsd] patches ported to 1.14

2009-10-04 Thread Aurelien Jarno
On Thu, Oct 01, 2009 at 06:35:24PM +0200, Luca Favatella wrote: > On 01/10/2009, Aurelien Jarno wrote: > > Luca Favatella a écrit : > [...] > >> I ported kfreebsd busybox patches from 1.13 [0] to 1.14. It was a little > >> task, only 3 patches needed changes to appl

Re: Any chance of raising priority?

2009-10-12 Thread Aurelien Jarno
> The priority of a package is decided by the ftpmaster, not by the package maintainers. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject o

Re: [...@aybabtu.com: [PATCH] Fail gracefuly when attempting to load 64-bit kFreeBSD on IA32 CPU]

2009-10-12 Thread Aurelien Jarno
e, the cpuid command > can be used with scripting, e.g.: > > if cpuid --blah ; then > echo "I don't like you!" > read > halt > fi > > either inside a menuentry or top of grub.cfg. > The message looks fine for now. Thanks for adding th

Bug#274747: dependency on dpkg-dev is not required for provides

2009-10-12 Thread Aurelien Jarno
n the build daemons. Could the dpkg team (Cc:ed) can give us a more detailed status of this feature, so that we can push it for Squeeze? Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE

Bug#550429: kfreebsd-7: add BOOTP kernel options for NFS Root support

2009-10-12 Thread Aurelien Jarno
default behavior in most cases. Thanks, I have committed that to the SVN, it will be in the next upload. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debia

Bug#274747: dependency on dpkg-dev is not required for provides

2009-10-12 Thread Aurelien Jarno
On Mon, Oct 12, 2009 at 01:05:18PM +0200, Guillem Jover wrote: > Hi! > > On Mon, 2009-10-12 at 10:54:07 +0200, Aurelien Jarno wrote: > > On Sat, Oct 10, 2009 at 08:43:16PM -0700, Josh Triplett wrote: > > > Package: type-handling > > > Version: 0.2.23 > > >

Re: ed0 instead em0

2009-10-13 Thread Aurelien Jarno
Using the d-i based installer, the interface used for the installation is used in /etc/network/interfaces. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.or

Re: debian-installer for GNU/kFreeBSD

2009-10-13 Thread Aurelien Jarno
On Tue, Oct 13, 2009 at 01:56:37PM +0200, Robert Millan wrote: > On Tue, Sep 01, 2009 at 06:00:30PM +0200, Aurelien Jarno wrote: > > Robert Millan a écrit : > > > > > > If you plan on making this the official installer, I would strongly > > > advice against re

Re: debian-installer for GNU/kFreeBSD

2009-10-14 Thread Aurelien Jarno
Robert Millan a écrit : > On Wed, Oct 14, 2009 at 12:23:57AM +0200, Aurelien Jarno wrote: >> Note however that the daily image will still be based on sid, like other >> daily images, but will install testing instead. > > I believe other daily images are based on testing. Th

Re: debian-installer for GNU/kFreeBSD

2009-10-15 Thread Aurelien Jarno
Aurelien Jarno a écrit : > On Tue, Oct 13, 2009 at 01:56:37PM +0200, Robert Millan wrote: >> On Tue, Sep 01, 2009 at 06:00:30PM +0200, Aurelien Jarno wrote: >>> Robert Millan a écrit : >>>> If you plan on making this the official installer, I would strongly >>

[Porting] Packages needed by DSA

2009-10-26 Thread Aurelien Jarno
Hi all, If you want to start to do porting work, here is the list of packages that we need asap (they are needed by DSA): - timeout - moreutils - lsof - nagios-plugins-basic Regards, Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net

<    1   2   3   4   5   >