Re: CVS commit: src/sys/arch/sun68k/stand/netboot

2015-07-29 Thread Izumi Tsutsui
A good portmaster would be watching his ports and keep them building and running. I already said: http://mail-index.netbsd.org/source-changes-d/2015/04/26/msg007717.html | Having the build broken for weeks is not acceptable. I've added the PR. | | You always forget your own words. |

Re: CVS commit: src/sys/arch/sun68k/stand/netboot

2015-07-29 Thread Christos Zoulas
On Jul 30, 12:56am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sys/arch/sun68k/stand/netboot | I already said: | http://mail-index.netbsd.org/source-changes-d/2015/04/26/msg007717.html | | I also asked for build but no answer. | http://mail-index.netbsd.org

Re: CVS commit: src/sys/arch/sun68k/stand/netboot

2015-07-29 Thread Izumi Tsutsui
christos@ wrote: Module Name: src Committed By: christos Date: Wed Jul 29 08:52:22 UTC 2015 Modified Files: src/sys/arch/sun68k/stand/netboot: conf.c Log Message: XXX: add missing symbols. Please don't put kludge to hide problem. File a PR instead. --- Izumi Tsutsui

Re: CVS commit: src/sys/arch/sun68k/stand/netboot

2015-07-29 Thread Christos Zoulas
On Jul 29, 11:26pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sys/arch/sun68k/stand/netboot | christos@ wrote: | | | Please don't put kludge to hide problem. File a PR instead. A good portmaster would be watching his ports and keep them building and running

Re: CVS commit: src/sys/arch/sun68k/stand/netboot

2015-07-29 Thread Izumi Tsutsui
christos@ wrote: | Please don't put kludge to hide problem. File a PR instead. Having the build broken for weeks is not acceptable. I've added the PR. You always forget your own words. http://mail-index.netbsd.org/source-changes-d/2015/04/26/msg007718.html --- Izumi Tsutsui

Re: CVS commit: src/sys/arch/sun68k/stand/netboot

2015-07-29 Thread Christos Zoulas
On Jul 29, 8:37pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sys/arch/sun68k/stand/netboot | Please don't put kludge to hide problem. File a PR instead. Having the build broken for weeks is not acceptable. I've added the PR. christos

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Izumi Tsutsui
christos@ wrote: Module Name: src Committed By: christos Date: Thu Nov 7 00:43:16 UTC 2013 Modified Files: src/sys/arch/sun68k/stand: Makefile.inc src/sys/arch/sun68k/stand/libsa: Makefile Log Message: avoid confusion with 68010 and 68020. The sun3 always was a

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Christos Zoulas
On Nov 7, 9:41pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sys/arch/sun68k/stand | What problem are you trying to solve? | | - sun68k/stand loaders are also used by 68010 sun2 | - CFLAGS needs -mc68000 (or -m68000) for sun2 binaries | - AFLAGS needs -Wa

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Martin Husemann
On Thu, Nov 07, 2013 at 08:46:01AM -0500, Christos Zoulas wrote: It does not compile anymore with gcc-4.8.1, and i see -Dsun3 in the Makefiles The assembler complains about unsupported instructions for the jsr and the link.w instances. If you want, I can give you access to the gcc-4.8.1 repo

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Christos Zoulas
On Nov 7, 2:56pm, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: CVS commit: src/sys/arch/sun68k/stand | On Thu, Nov 07, 2013 at 08:46:01AM -0500, Christos Zoulas wrote: | It does not compile anymore with gcc-4.8.1, and i see -Dsun3 in the Makefiles | The assembler complains

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Izumi Tsutsui
christos@ wrote: It does not compile anymore with gcc-4.8.1, and i see -Dsun3 in the Makefiles The assembler complains about unsupported instructions for the jsr and the link.w instances. Well, then it's better to mention it in the log, not only avoid confusion. If you want, I can give you

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Christos Zoulas
On Nov 8, 3:07am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sys/arch/sun68k/stand | christos@ wrote: | | It does not compile anymore with gcc-4.8.1, and i see -Dsun3 in the Makefiles | The assembler complains about unsupported instructions for the jsr

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Izumi Tsutsui
christos@ wrote: | If you want, I can give you access to the gcc-4.8.1 repo | so you can fix it yourself, just send me an ssh public key. | | Why isn't it in the public branch? We did not want to burden the tree with throway code. We'll import it once it is done. IMO it's still better

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Christos Zoulas
On Nov 8, 6:01am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sys/arch/sun68k/stand | We did not want to burden the tree with throway code. We'll import it once | it is done. | | IMO it's still better to have proper announcement in that case. | (even

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread John Nemeth
On Nov 8, 6:01am, Izumi Tsutsui wrote: } christos@ wrote: } } | If you want, I can give you access to the gcc-4.8.1 repo } | so you can fix it yourself, just send me an ssh public key. } | } | Why isn't it in the public branch? } } We did not want to burden the tree with throway code.

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Izumi Tsutsui
jnemeth@ wrote: On Nov 8, 6:01am, Izumi Tsutsui wrote: } christos@ wrote: } } | If you want, I can give you access to the gcc-4.8.1 repo } | so you can fix it yourself, just send me an ssh public key. } | } | Why isn't it in the public branch? } } We did not want to burden