Re: errors building 9-STABLE on recent HEAD

2013-07-17 Thread Martin Wilke
Yea thank you guys, I got it to work now.

- Martin
On Jul 16, 2013, at 11:42 AM, hiren panchasara hiren.panchas...@gmail.com 
wrote:

 On Mon, Jul 15, 2013 at 8:27 PM, wen heping wenhep...@gmail.com wrote:
 I build 9-STABLE on head today, while failed many times last month.
 
 There were some intermittent issues but *recent* stable/9 should build
 fine on *recent* head. If not, please report the errors and have sjg@
 look at them.
 
 Thanks,
 Hiren
 
 wen
 
 
 2013/7/16 Brooks Davis bro...@freebsd.org
 
 After not working for quite some time, I was able to build 9-STABLE last
 week.  I'm not sure if something changed in the branch or if the new
 current I'd updated to fixed it.
 
 -- Brooks
 
 On Sat, Jul 13, 2013 at 11:07:04PM +0800, Martin Wilke wrote:
 Hi,
 
 I see exactly the same error on pointyhat too, did you find any work
 around for that?
 
 On Jun 25, 2013, at 4:11 AM, Brooks Davis bro...@freebsd.org wrote:
 
 I recently upgraded my main buildbox from an ancient 9.0-STABLE
 snapshot
 to head and I've run into an issue building 9-STABLE on it.  Initally
 this was broken by the switch to bmake, but Simon committed a work
 around that and using the fmake port also works around it.  Now I'm
 seeing a strange error in yacc generated code.  I say strange because
 yacc is correctly being bootstrapped so we're using the expected
 version
 and not the one in HEAD.
 
 Does anyone have any insight into this issue?
 
 cc -O2 -pipe  -DBFD_DEFAULT_TARGET_SIZE=64 -I.
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd
 -I/home/bed22/obj/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include
 -DTARGET=\x86_64-unknown-freebsd\ -DDEFAULT_EMULATION=\elf_x86_64_fbsd\
 -DSCRIPTDIR=\/usr/libdata\ -DBFD_VERSION_STRING=\2.17.50 [FreeBSD]
 2007-07-03\ -DBINDIR=\/usr/bin\ -DTARGET_SYSTEM_ROOT=\\
 -DTOOLBINDIR=\//usr/bin/libexec\ -D_GNU_SOURCE
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/bfd
 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k
 -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
 -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c ldlex.c
 cc1: warnings being treated as errors
 stdout: In function 'yy_get_next_buffer':
 stdout:3229: warning: passing argument 2 of 'yy_input' from
 incompatible pointer type
 *** [ldlex.o] Error code 1
 
 Stop in /home/bed22/src-9/gnu/usr.bin/binutils/ld.
 *** [all] Error code 1
 
 Thanks,
 Brooks
 
 +-oOO--(_)--OOo-+
 With best Regards,
   Martin Wilke (miwi_(at)_FreeBSD.org)
 
 Mess with the Best, Die like the Rest
 
 
 
 ___
 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
 


+-oOO--(_)--OOo-+
With best Regards,
   Martin Wilke (miwi_(at)_FreeBSD.org)

Mess with the Best, Die like the Rest

___
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: errors building 9-STABLE on recent HEAD

2013-07-15 Thread Brooks Davis
After not working for quite some time, I was able to build 9-STABLE last
week.  I'm not sure if something changed in the branch or if the new
current I'd updated to fixed it.

-- Brooks

On Sat, Jul 13, 2013 at 11:07:04PM +0800, Martin Wilke wrote:
 Hi,
 
 I see exactly the same error on pointyhat too, did you find any work around 
 for that?
 
 On Jun 25, 2013, at 4:11 AM, Brooks Davis bro...@freebsd.org wrote:
 
  I recently upgraded my main buildbox from an ancient 9.0-STABLE snapshot
  to head and I've run into an issue building 9-STABLE on it.  Initally
  this was broken by the switch to bmake, but Simon committed a work
  around that and using the fmake port also works around it.  Now I'm
  seeing a strange error in yacc generated code.  I say strange because
  yacc is correctly being bootstrapped so we're using the expected version
  and not the one in HEAD.
  
  Does anyone have any insight into this issue?
  
  cc -O2 -pipe  -DBFD_DEFAULT_TARGET_SIZE=64 -I.  
  -I/home/bed22/src-9/gnu/usr.bin/binutils/ld 
  -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd 
  -I/home/bed22/obj/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd 
  -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include
   -DTARGET=\x86_64-unknown-freebsd\ 
  -DDEFAULT_EMULATION=\elf_x86_64_fbsd\ -DSCRIPTDIR=\/usr/libdata\ 
  -DBFD_VERSION_STRING=\2.17.50 [FreeBSD] 2007-07-03\ 
  -DBINDIR=\/usr/bin\ -DTARGET_SYSTEM_ROOT=\\ 
  -DTOOLBINDIR=\//usr/bin/libexec\ -D_GNU_SOURCE 
  -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld 
  -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/bfd
   -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall 
  -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
  -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign 
  -c ldlex.c
  cc1: warnings being treated as errors
  stdout: In function 'yy_get_next_buffer':
  stdout:3229: warning: passing argument 2 of 'yy_input' from
  incompatible pointer type
  *** [ldlex.o] Error code 1
  
  Stop in /home/bed22/src-9/gnu/usr.bin/binutils/ld.
  *** [all] Error code 1
  
  Thanks,
  Brooks
 
 +-oOO--(_)--OOo-+
 With best Regards,
Martin Wilke (miwi_(at)_FreeBSD.org)
 
 Mess with the Best, Die like the Rest
 
 


pgpxiQIMCciXG.pgp
Description: PGP signature


Re: errors building 9-STABLE on recent HEAD

2013-07-15 Thread wen heping
I build 9-STABLE on head today, while failed many times last month.

wen


2013/7/16 Brooks Davis bro...@freebsd.org

 After not working for quite some time, I was able to build 9-STABLE last
 week.  I'm not sure if something changed in the branch or if the new
 current I'd updated to fixed it.

 -- Brooks

 On Sat, Jul 13, 2013 at 11:07:04PM +0800, Martin Wilke wrote:
  Hi,
 
  I see exactly the same error on pointyhat too, did you find any work
 around for that?
 
  On Jun 25, 2013, at 4:11 AM, Brooks Davis bro...@freebsd.org wrote:
 
   I recently upgraded my main buildbox from an ancient 9.0-STABLE
 snapshot
   to head and I've run into an issue building 9-STABLE on it.  Initally
   this was broken by the switch to bmake, but Simon committed a work
   around that and using the fmake port also works around it.  Now I'm
   seeing a strange error in yacc generated code.  I say strange because
   yacc is correctly being bootstrapped so we're using the expected
 version
   and not the one in HEAD.
  
   Does anyone have any insight into this issue?
  
   cc -O2 -pipe  -DBFD_DEFAULT_TARGET_SIZE=64 -I.
  -I/home/bed22/src-9/gnu/usr.bin/binutils/ld
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd
 -I/home/bed22/obj/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include
 -DTARGET=\x86_64-unknown-freebsd\ -DDEFAULT_EMULATION=\elf_x86_64_fbsd\
 -DSCRIPTDIR=\/usr/libdata\ -DBFD_VERSION_STRING=\2.17.50 [FreeBSD]
 2007-07-03\ -DBINDIR=\/usr/bin\ -DTARGET_SYSTEM_ROOT=\\
 -DTOOLBINDIR=\//usr/bin/libexec\ -D_GNU_SOURCE
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/bfd
 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k
 -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
 -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c ldlex.c
   cc1: warnings being treated as errors
   stdout: In function 'yy_get_next_buffer':
   stdout:3229: warning: passing argument 2 of 'yy_input' from
   incompatible pointer type
   *** [ldlex.o] Error code 1
  
   Stop in /home/bed22/src-9/gnu/usr.bin/binutils/ld.
   *** [all] Error code 1
  
   Thanks,
   Brooks
 
  +-oOO--(_)--OOo-+
  With best Regards,
 Martin Wilke (miwi_(at)_FreeBSD.org)
 
  Mess with the Best, Die like the Rest
 
 

___
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: errors building 9-STABLE on recent HEAD

2013-07-15 Thread hiren panchasara
On Mon, Jul 15, 2013 at 8:27 PM, wen heping wenhep...@gmail.com wrote:
 I build 9-STABLE on head today, while failed many times last month.

There were some intermittent issues but *recent* stable/9 should build
fine on *recent* head. If not, please report the errors and have sjg@
look at them.

Thanks,
Hiren

 wen


 2013/7/16 Brooks Davis bro...@freebsd.org

 After not working for quite some time, I was able to build 9-STABLE last
 week.  I'm not sure if something changed in the branch or if the new
 current I'd updated to fixed it.

 -- Brooks

 On Sat, Jul 13, 2013 at 11:07:04PM +0800, Martin Wilke wrote:
  Hi,
 
  I see exactly the same error on pointyhat too, did you find any work
 around for that?
 
  On Jun 25, 2013, at 4:11 AM, Brooks Davis bro...@freebsd.org wrote:
 
   I recently upgraded my main buildbox from an ancient 9.0-STABLE
 snapshot
   to head and I've run into an issue building 9-STABLE on it.  Initally
   this was broken by the switch to bmake, but Simon committed a work
   around that and using the fmake port also works around it.  Now I'm
   seeing a strange error in yacc generated code.  I say strange because
   yacc is correctly being bootstrapped so we're using the expected
 version
   and not the one in HEAD.
  
   Does anyone have any insight into this issue?
  
   cc -O2 -pipe  -DBFD_DEFAULT_TARGET_SIZE=64 -I.
  -I/home/bed22/src-9/gnu/usr.bin/binutils/ld
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd
 -I/home/bed22/obj/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include
 -DTARGET=\x86_64-unknown-freebsd\ -DDEFAULT_EMULATION=\elf_x86_64_fbsd\
 -DSCRIPTDIR=\/usr/libdata\ -DBFD_VERSION_STRING=\2.17.50 [FreeBSD]
 2007-07-03\ -DBINDIR=\/usr/bin\ -DTARGET_SYSTEM_ROOT=\\
 -DTOOLBINDIR=\//usr/bin/libexec\ -D_GNU_SOURCE
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/bfd
 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k
 -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
 -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c ldlex.c
   cc1: warnings being treated as errors
   stdout: In function 'yy_get_next_buffer':
   stdout:3229: warning: passing argument 2 of 'yy_input' from
   incompatible pointer type
   *** [ldlex.o] Error code 1
  
   Stop in /home/bed22/src-9/gnu/usr.bin/binutils/ld.
   *** [all] Error code 1
  
   Thanks,
   Brooks
 
  +-oOO--(_)--OOo-+
  With best Regards,
 Martin Wilke (miwi_(at)_FreeBSD.org)
 
  Mess with the Best, Die like the Rest
 
 

 ___
 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
___
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: errors building 9-STABLE on recent HEAD

2013-07-13 Thread Martin Wilke
Hi,

I see exactly the same error on pointyhat too, did you find any work around for 
that?

On Jun 25, 2013, at 4:11 AM, Brooks Davis bro...@freebsd.org wrote:

 I recently upgraded my main buildbox from an ancient 9.0-STABLE snapshot
 to head and I've run into an issue building 9-STABLE on it.  Initally
 this was broken by the switch to bmake, but Simon committed a work
 around that and using the fmake port also works around it.  Now I'm
 seeing a strange error in yacc generated code.  I say strange because
 yacc is correctly being bootstrapped so we're using the expected version
 and not the one in HEAD.
 
 Does anyone have any insight into this issue?
 
 cc -O2 -pipe  -DBFD_DEFAULT_TARGET_SIZE=64 -I.  
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld 
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd 
 -I/home/bed22/obj/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd 
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include
  -DTARGET=\x86_64-unknown-freebsd\ -DDEFAULT_EMULATION=\elf_x86_64_fbsd\ 
 -DSCRIPTDIR=\/usr/libdata\ -DBFD_VERSION_STRING=\2.17.50 [FreeBSD] 
 2007-07-03\ -DBINDIR=\/usr/bin\ -DTARGET_SYSTEM_ROOT=\\ 
 -DTOOLBINDIR=\//usr/bin/libexec\ -D_GNU_SOURCE 
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld 
 -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/bfd 
 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k 
 -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes 
 -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c ldlex.c
 cc1: warnings being treated as errors
 stdout: In function 'yy_get_next_buffer':
 stdout:3229: warning: passing argument 2 of 'yy_input' from
 incompatible pointer type
 *** [ldlex.o] Error code 1
 
 Stop in /home/bed22/src-9/gnu/usr.bin/binutils/ld.
 *** [all] Error code 1
 
 Thanks,
 Brooks

+-oOO--(_)--OOo-+
With best Regards,
   Martin Wilke (miwi_(at)_FreeBSD.org)

Mess with the Best, Die like the Rest

___
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


errors building 9-STABLE on recent HEAD

2013-06-24 Thread Brooks Davis
I recently upgraded my main buildbox from an ancient 9.0-STABLE snapshot
to head and I've run into an issue building 9-STABLE on it.  Initally
this was broken by the switch to bmake, but Simon committed a work
around that and using the fmake port also works around it.  Now I'm
seeing a strange error in yacc generated code.  I say strange because
yacc is correctly being bootstrapped so we're using the expected version
and not the one in HEAD.

Does anyone have any insight into this issue?

cc -O2 -pipe  -DBFD_DEFAULT_TARGET_SIZE=64 -I.  
-I/home/bed22/src-9/gnu/usr.bin/binutils/ld 
-I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd 
-I/home/bed22/obj/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd 
-I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include
 -DTARGET=\x86_64-unknown-freebsd\ -DDEFAULT_EMULATION=\elf_x86_64_fbsd\ 
-DSCRIPTDIR=\/usr/libdata\ -DBFD_VERSION_STRING=\2.17.50 [FreeBSD] 
2007-07-03\ -DBINDIR=\/usr/bin\ -DTARGET_SYSTEM_ROOT=\\ 
-DTOOLBINDIR=\//usr/bin/libexec\ -D_GNU_SOURCE 
-I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld 
-I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/bfd 
-std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W 
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-uninitialized -Wno-pointer-sign -c ldlex.c
cc1: warnings being treated as errors
stdout: In function 'yy_get_next_buffer':
stdout:3229: warning: passing argument 2 of 'yy_input' from
incompatible pointer type
*** [ldlex.o] Error code 1

Stop in /home/bed22/src-9/gnu/usr.bin/binutils/ld.
*** [all] Error code 1

Thanks,
Brooks


pgpyT6uLOER6I.pgp
Description: PGP signature