Bug#782096: QRQ: FTBFS on hurd-i386: PATH_MAX

2015-05-09 Thread Colin Tuckley
The patch attached to this bug report causes qrq to die immediately on start-up on Linux systems. All the changes involving OSS and Pulse Audio are nothing to do with the Hurd FTBFS. Patch rejected. -- Colin Tuckley | +44(0)1223 830814 | PGP/GnuPG Key Id Debian Developer | +44(0)7799

Bug#782096: QRQ: FTBFS on hurd-i386: PATH_MAX

2015-04-21 Thread mtang
Build using pulseaudio was omitted Display corruption when using wgetc function. Builds successfully using pulseaudio also. see attached for patch--- qrq.c_original 2015-04-18 07:53:42.0 -0400 +++ qrq.c 2015-04-21 09:51:33.0 -0400 @@ -43,6 +43,8 @@ #include #endif + + #def

Bug#782096: QRQ: FTBFS on hurd-i386: PATH_MAX

2015-04-18 Thread mtang
Hello All, i did some modifications on the bug, see attached, but when i try to run the program i get the following error: Failed to write cookie file: Unknown error .. " when trying to run the program, happens at line 381 i = readline(bot_w, 1, 30, mycall, 1); Any ideas? --- qrq.c_o

Bug#782096: QRQ: FTBFS on hurd-i386: PATH_MAX

2015-04-07 Thread Samuel Thibault
Hello, mt...@openmailbox.org, le Tue 07 Apr 2015 16:23:42 -0400, a écrit : > PATH_MAX build error, replaced with _POSIX_PATH_MAX > > Noob here, please assist on items i did wrong. Please read https://www.gnu.org/software/hurd/hurd/porting/guidelines.html which explains that PATH_MAX and _POSIX

Bug#782096: QRQ: FTBFS on hurd-i386: PATH_MAX

2015-04-07 Thread mtang
Package: QRQ Severity: important Version: 0.3.1-1 Tags: patch User: debian-h...@lists.debian.org Usertags: hurd X-Debbugs-CC: debian-h...@lists.debian.org Error recorded in failed_packages.txt PATH_MAX build error, replaced with _POSIX_PATH_MAX Noob here, please assist on items i did wrong. ---