Re: gpart FTBFS

2012-02-27 Thread harish badrinath
Hello, > 2012/2/15 Jérémie Koenig : >> Hi Harish, >> >> 2012/2/9 Jérémie Koenig : >>> I'll try to have a look at your work this week-end, if nobody get to it by >>> then. >> >> The issue seems to be with the disk geometry detection code in >> src/disku.c, which returns an uninitialized structure

Re: gpart FTBFS

2012-02-22 Thread harish badrinath
Hello, 2012/2/15 Jérémie Koenig : > Hi Harish, > > 2012/2/9 Jérémie Koenig : >> I'll try to have a look at your work this week-end, if nobody get to it by >> then. > > The issue seems to be with the disk geometry detection code in > src/disku.c, which returns an uninitialized structure on Hurd.

Re: gpart FTBFS

2012-02-15 Thread Jérémie Koenig
Hi Harish, 2012/2/9 Jérémie Koenig : > I'll try to have a look at your work this week-end, if nobody get to it by > then. The issue seems to be with the disk geometry detection code in src/disku.c, which returns an uninitialized structure on Hurd. I attach a correction (use the size returned by

Re: gpart FTBFS

2012-02-08 Thread Jérémie Koenig
Hi Harish, On Wed, Feb 8, 2012 at 6:44 AM, harish badrinath wrote: > Just a friendly bump :). I'll try to have a look at your work this week-end, if nobody get to it by then. (Sorry for the delay,) -- Jérémie Koenig http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.

Re: gpart FTBFS

2012-02-07 Thread harish badrinath
Hello, 2012/2/1 Jérémie Koenig : > > We'll get around to it, but feel free to remind us if there's no > activity after a week or so. Just a friendly bump :). Regards, Harish -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact list

Re: gpart FTBFS

2012-02-01 Thread Jérémie Koenig
Hi Harish, thanks for your work! On Wed, Feb 1, 2012 at 9:29 AM, harish badrinath wrote: > Hello, > Any updates ?? Are people satisfied with my work ?? Probably nobody has had time yet to review your email and dig into the issue. (We're a bit short on manpower). We'll get around to it, but feel

Re: gpart FTBFS

2012-02-01 Thread harish badrinath
Hello, Any updates ?? Are people satisfied with my work ?? 1 line summary of the entire mail conversation is gpart does build on Gnu/Hurd, but does not work in the manner expected. On Mon, Jan 30, 2012 at 8:16 PM, harish badrinath wrote: > Hello, > I cant seem to upload to debian as of this mome

Re: gpart FTBFS

2012-01-30 Thread harish badrinath
Hello, I cant seem to upload to debian as of this moment, mainly because i am behind a http_proxy and dupload/dput does not seem to work. Excuse the verbose mail with a lot of attachments. On hurd gparted behaves as follows root@debian:~/gparted/gpart-0.1h# mount / mount: /dev/hd0s1 already mounte

Re: gpart FTBFS

2012-01-28 Thread harish badrinath
Hello, I should have RTFM'ed. Issue documented at http://www.gnu.org/software/hurd/hurd/porting/guidelines.html. I will come back either with a better patch or more info. Regards, Harish -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Re: gpart FTBFS

2012-01-28 Thread Guillem Jover
On Sat, 2012-01-28 at 11:25:27 +0530, harish badrinath wrote: > On Sat, Jan 28, 2012 at 3:05 AM, Guillem Jover wrote: > > The proposed patch also fixes the endian issues as stated on the bug > > report. > The patch attached by Samuel Thibault is a diff of a diff. > The unmodified file is a file

Re: gpart FTBFS

2012-01-27 Thread harish badrinath
Hello, On Sat, Jan 28, 2012 at 3:05 AM, Guillem Jover wrote: > On Sat, 2012-01-28 at 01:57:21 +0530, harish badrinath wrote: >> gpart does not build on hurd right ?? >> According to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636814, >> the proposed patch boils down to >> >> -ifeq ($(shell

Re: gpart FTBFS

2012-01-27 Thread Guillem Jover
On Sat, 2012-01-28 at 01:57:21 +0530, harish badrinath wrote: > gpart does not build on hurd right ?? > According to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636814, > the proposed patch boils down to > > -ifeq ($(shell uname),Linux) > +ifneq ($(findstring $(shell uname),Linux GNU GNU/kFre

gpart FTBFS

2012-01-27 Thread harish badrinath
Hello, gpart does not build on hurd right ?? According to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636814, the proposed patch boils down to -ifeq ($(shell uname),Linux) +ifneq ($(findstring $(shell uname),Linux GNU GNU/kFreeBSD),) LIBS=-ldl in the make file ?? After applying the patch, t