pong2 - PATH_MAX patch for review

2012-06-19 Thread Barry deFreese
Hi again, Here is a simple little patch to build pong2 (uses PATH_MAX). Let me know if this looks sane. Thanks! Barry deFreese --- pong2-0.1.3.orig/src/grapple/socket.h +++ pong2-0.1.3/src/grapple/socket.h @@ -27,7 +27,9 @@ #include #include +#ifdef __linux__ #include +#endif #ifnde

Re: dwarfutils - Patch for review

2012-06-19 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/19/2012 1:45 PM, Pino Toscano wrote: > Hi, Alle martedì 19 giugno 2012, Barry deFreese ha scritto: >> Honestly I am not quite sure why this is working on GNU/Linux but dwarfutils >> was failing with >> the following errors: [...] > > It does not

Re: dwarfutils - Patch for review

2012-06-19 Thread Pino Toscano
Hi, Alle martedì 19 giugno 2012, Barry deFreese ha scritto: > Honestly I am not quite sure why this is working on GNU/Linux but > dwarfutils was failing with the following errors: > [...] It does not matter, errno is a reserved identifier, so shadowing it might not be the best idea. > I just cha

dwarfutils - Patch for review

2012-06-19 Thread Barry deFreese
Hi folks, Honestly I am not quite sure why this is working on GNU/Linux but dwarfutils was failing with the following errors: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I. -I. -I./../libdwarf -DCONFPREFIX=/build/buildd-dwarfutils_20120410-1-hurd-i3

Re: libpciaccess and chroot

2012-06-19 Thread peter
Thanks a lot! I'll download it tonight and get cracking on testing what compiles on netdde. /Peter > pe...@kahn.nu, le Tue 19 Jun 2012 08:40:15 +0200, a écrit : >> 1.) Is there a reason that "libpciaccess" is not included in the base >> system/xorg? > > No, it should have been pulled automaticall

Re: libpciaccess and chroot

2012-06-19 Thread Samuel Thibault
pe...@kahn.nu, le Tue 19 Jun 2012 08:40:15 +0200, a écrit : > 1.) Is there a reason that "libpciaccess" is not included in the base > system/xorg? No, it should have been pulled automatically by dependency. But it seems that for some reason the debian-cd scripts didn't include it into the cds, did