Re: m4 still broken on gcc platforms

2014-08-07 Thread John Hay
On Thu, Jul 31, 2014 at 08:15:32AM +, Bjoern A. Zeeb wrote:
 Hi,
 
 I am still seeing this with arm/power/sparc/mips.  Can somene please fix it?

Did this get fixed because I still see it on -current while trying to
build armeb for the AVILA and CAMBRIA boards.

Regards

John
-- 
John Hay -- j...@meraka.csir.co.za / j...@meraka.org.za

 
 
 
 === usr.bin/m4/tests (all)
 cc1: warnings being treated as errors
 /scratch/tmp/bz/head.svn/usr.bin/m4/misc.c: In function 'm4errx':
 /scratch/tmp/bz/head.svn/usr.bin/m4/misc.c:268: warning: declaration of 
 'eval' shadows a global declaration
 /scratch/tmp/bz/head.svn/usr.bin/m4/extern.h:40: warning: shadowed 
 declaration is here
 --- misc.o ---
 *** [misc.o] Error code 1
 
 bmake: stopped in /scratch/tmp/bz/head.svn/usr.bin/m4
 cc1: warnings being treated as errors
 /scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c: In function 'ohash_remove':
 /scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c:123: warning: cast discards 
 qualifiers from pointer target type
 /scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c: In function 'ohash_find':
 /scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c:144: warning: cast discards 
 qualifiers from pointer target type
 /scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c: In function 'ohash_next':
 /scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c:183: warning: cast discards 
 qualifiers from pointer target type
 --- ohash.o ---
 *** [ohash.o] Error code 1
 
 bmake: stopped in /scratch/tmp/bz/head.svn/usr.bin/m4
 --- all_subdir_m4 ---
 *** [all_subdir_m4] Error code 1
 
 bmake: stopped in /scratch/tmp/bz/head.svn/usr.bin
 === usr.bin/mail (all)
 
 
 ? 
 Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983
 

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: m4 still broken on gcc platforms

2014-08-07 Thread Baptiste Daroussin
On Thu, Aug 07, 2014 at 10:15:51AM +0200, John Hay wrote:
 On Thu, Jul 31, 2014 at 08:15:32AM +, Bjoern A. Zeeb wrote:
  Hi,
  
  I am still seeing this with arm/power/sparc/mips.  Can somene please fix it?
 
 Did this get fixed because I still see it on -current while trying to
 build armeb for the AVILA and CAMBRIA boards.
 
It has ben fixed last week

regards,
Bapt


pgptZfuwQg_0V.pgp
Description: PGP signature


Re: m4 still broken on gcc platforms

2014-08-07 Thread John Hay
On Thu, Aug 07, 2014 at 10:23:46AM +0200, Baptiste Daroussin wrote:
 On Thu, Aug 07, 2014 at 10:15:51AM +0200, John Hay wrote:
  On Thu, Jul 31, 2014 at 08:15:32AM +, Bjoern A. Zeeb wrote:
   Hi,
   
   I am still seeing this with arm/power/sparc/mips.  Can somene please fix 
   it?
  
  Did this get fixed because I still see it on -current while trying to
  build armeb for the AVILA and CAMBRIA boards.
  
 It has ben fixed last week

It is still broken for me. Maybe it is my environment. The last time I have
updated my source tree was about 2 weeks ago and with that I could build
working AVILA and CAMBRIA boards. I have updated now so that I could get
the interrupt fixes that Ian committed a few hours ago. My tree is at
svn 269656.

The machine I am building on is running 10-stable from around 30 March,
if that makes a difference.

Regards

John
-- 
John Hay -- j...@meraka.csir.co.za / j...@meraka.org.za
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: m4 still broken on gcc platforms

2014-08-07 Thread Konstantin Belousov
On Thu, Aug 07, 2014 at 10:23:46AM +0200, Baptiste Daroussin wrote:
 On Thu, Aug 07, 2014 at 10:15:51AM +0200, John Hay wrote:
  On Thu, Jul 31, 2014 at 08:15:32AM +, Bjoern A. Zeeb wrote:
   Hi,
   
   I am still seeing this with arm/power/sparc/mips.  Can somene please fix 
   it?
  
  Did this get fixed because I still see it on -current while trying to
  build armeb for the AVILA and CAMBRIA boards.
  
 It has ben fixed last week

The build is still broken.  I did not looked too closely, but it seems
related.

/scratch/tmp/kib/src/usr.bin/m4/misc.c: In function 'm4errx':
/scratch/tmp/kib/src/usr.bin/m4/misc.c:268: warning: declaration of 'eval' 
shadows a global declaration
/scratch/tmp/kib/src/usr.bin/m4/extern.h:40: warning: shadowed declaration is 
here



pgp0RzLhyLcGd.pgp
Description: PGP signature


Re: m4 still broken on gcc platforms

2014-08-07 Thread Baptiste Daroussin
On Thu, Aug 07, 2014 at 12:25:57PM +0300, Konstantin Belousov wrote:
 On Thu, Aug 07, 2014 at 10:23:46AM +0200, Baptiste Daroussin wrote:
  On Thu, Aug 07, 2014 at 10:15:51AM +0200, John Hay wrote:
   On Thu, Jul 31, 2014 at 08:15:32AM +, Bjoern A. Zeeb wrote:
Hi,

I am still seeing this with arm/power/sparc/mips.  Can somene please 
fix it?
   
   Did this get fixed because I still see it on -current while trying to
   build armeb for the AVILA and CAMBRIA boards.
   
  It has ben fixed last week
 
 The build is still broken.  I did not looked too closely, but it seems
 related.
 
 /scratch/tmp/kib/src/usr.bin/m4/misc.c: In function 'm4errx':
 /scratch/tmp/kib/src/usr.bin/m4/misc.c:268: warning: declaration of 'eval' 
 shadows a global declaration
 /scratch/tmp/kib/src/usr.bin/m4/extern.h:40: warning: shadowed declaration is 
 here
 

Oh right I broke this yesterday

Let me fix

regards,
Bapt


pgpW4XBf39mYU.pgp
Description: PGP signature


m4 still broken on gcc platforms

2014-07-31 Thread Bjoern A. Zeeb
Hi,

I am still seeing this with arm/power/sparc/mips.  Can somene please fix it?



=== usr.bin/m4/tests (all)
cc1: warnings being treated as errors
/scratch/tmp/bz/head.svn/usr.bin/m4/misc.c: In function 'm4errx':
/scratch/tmp/bz/head.svn/usr.bin/m4/misc.c:268: warning: declaration of 'eval' 
shadows a global declaration
/scratch/tmp/bz/head.svn/usr.bin/m4/extern.h:40: warning: shadowed declaration 
is here
--- misc.o ---
*** [misc.o] Error code 1

bmake: stopped in /scratch/tmp/bz/head.svn/usr.bin/m4
cc1: warnings being treated as errors
/scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c: In function 'ohash_remove':
/scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c:123: warning: cast discards 
qualifiers from pointer target type
/scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c: In function 'ohash_find':
/scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c:144: warning: cast discards 
qualifiers from pointer target type
/scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c: In function 'ohash_next':
/scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c:183: warning: cast discards 
qualifiers from pointer target type
--- ohash.o ---
*** [ohash.o] Error code 1

bmake: stopped in /scratch/tmp/bz/head.svn/usr.bin/m4
--- all_subdir_m4 ---
*** [all_subdir_m4] Error code 1

bmake: stopped in /scratch/tmp/bz/head.svn/usr.bin
=== usr.bin/mail (all)


— 
Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org