Bug#720941: Patch for GNU/Hurd

2013-09-10 Thread Etienne Millon
* Fabian Greffrath [130910 09:57]: > Hi Etienne, > > Am Mittwoch, den 28.08.2013, 13:15 +0200 schrieb Etienne Millon: > > Thanks a lot for the patch! I'll apply it shortly. > > it is not yet in GIT, could you push that please? Done, thanks for the reminder. -- Etienne Millon -- To UNSUBSC

Bug#720941: Patch for GNU/Hurd

2013-09-09 Thread Fabian Greffrath
Hi Etienne, Am Mittwoch, den 28.08.2013, 13:15 +0200 schrieb Etienne Millon: > Thanks a lot for the patch! I'll apply it shortly. it is not yet in GIT, could you push that please? - Fabian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe".

Bug#720941: Patch for GNU/Hurd

2013-08-28 Thread Etienne Millon
* Samuel Thibault [130828 14:15]: > Etienne Millon, le Wed 28 Aug 2013 13:15:24 +0200, a écrit : > > As for the -fprefetch-loop-arrays warnings, I think that they are > > present because we target 486 code. Removing the option would of > > course work but a better fix (albeit impossible due to i38

Bug#720941: Patch for GNU/Hurd

2013-08-28 Thread Samuel Thibault
Etienne Millon, le Wed 28 Aug 2013 13:15:24 +0200, a écrit : > As for the -fprefetch-loop-arrays warnings, I think that they are > present because we target 486 code. Removing the option would of > course work but a better fix (albeit impossible due to i386 policy) Mmm, IIRC debian does not target

Bug#720941: Patch for GNU/Hurd

2013-08-28 Thread Etienne Millon
Thanks a lot for the patch! I'll apply it shortly. As for the -fprefetch-loop-arrays warnings, I think that they are present because we target 486 code. Removing the option would of course work but a better fix (albeit impossible due to i386 policy) would be to target 686. This is of course, not a

Bug#720941: Patch for GNU/Hurd

2013-08-28 Thread Svante Signell
On Tue, 2013-08-27 at 23:52 +0200, Samuel Thibault wrote: > Svante Signell, le Tue 27 Aug 2013 23:39:20 +0200, a écrit : > > During the compile there was a lot of complaints like: > > tools/strutil.cpp:1:0: warning: -fprefetch-loop-arrays not supported for > > this target (try -march switches) [ena

Bug#720941: Patch for GNU/Hurd

2013-08-27 Thread Samuel Thibault
Svante Signell, le Tue 27 Aug 2013 23:39:20 +0200, a écrit : > During the compile there was a lot of complaints like: > tools/strutil.cpp:1:0: warning: -fprefetch-loop-arrays not supported for > this target (try -march switches) [enabled by default] > > And the execution of zsnes results were the

Bug#720941: Patch for GNU/Hurd

2013-08-27 Thread Svante Signell
On Tue, 2013-08-27 at 22:38 +0200, Samuel Thibault wrote: > Svante Signell, le Mon 26 Aug 2013 22:33:45 +0200, a écrit : > > @@ -290,7 +293,14 @@ else > > if test x$force_arch = x; then > >AC_MSG_WARN([If you intend to distribute this binary, make sure you > > use force_arch and set t

Bug#720941: Patch for GNU/Hurd

2013-08-27 Thread Samuel Thibault
Svante Signell, le Mon 26 Aug 2013 22:33:45 +0200, a écrit : > @@ -290,7 +293,14 @@ else > if test x$force_arch = x; then >AC_MSG_WARN([If you intend to distribute this binary, make sure you > use force_arch and set to i586 (or whichever CPU Arch you intend for)]) > fi > -CFL

Bug#720941: Patch for GNU/Hurd

2013-08-27 Thread Fabian Greffrath
Am Montag, den 26.08.2013, 22:33 +0200 schrieb Svante Signell: > ManyMouse: -1 mice detected. > Failed to truncate cookie file: Invalid argument > Failed to truncate cookie file: Invalid argument > Failed to write cookie file: Unknown error (os/kern) 303 > socket(): Protocol wrong type for socket

Bug#720941: Patch for GNU/Hurd

2013-08-26 Thread Fabian Greffrath
Am Montag, den 26.08.2013, 22:33 +0200 schrieb Svante Signell: > This bug was given the patch flag, but no patch was supplied. Attached > is a patch to make zsnes build on GNU/Hurd. Yes, sorry, that was me being tired and messing around with BTS flags. > However, starting the program results in

Bug#720941: Patch for GNU/Hurd

2013-08-26 Thread Svante Signell
severity 720941 normal thanks Hello, This bug was given the patch flag, but no patch was supplied. Attached is a patch to make zsnes build on GNU/Hurd. However, starting the program results in the problems below, followed by a freeze of the game window, needing further investigation to be usable