Re: make buildworld failure on arm64 on -current n267777

2024-01-28 Thread void
On Fri, 26 Jan 2024, at 00:14, void wrote:
> In /usr/src # git rev-list --count --first-parent HEAD
> 26

in /usr/src, a 'git reset --hard' followed by 'git pull' and then 'git checkout 
main'
fixed this.

For some reason, 'git pull --ff-only' didn't pull
/usr/src/sys/contrib/dev/acpica/include/platform !

-- 



Re: 'make buildworld' failure

2017-01-05 Thread Oleg V. Nauman
On Thursday 05 January 2017 12:26:58 Hiroki Sato wrote:
> hiren panchasara  wrote
>   in <20170104180954.gv17...@strugglingcoder.info>:
> 
> hi> + hrs@
> hi> On 01/04/17 at 12:43P, Oleg V. Nauman wrote:
> hi> > ===> usr.sbin/inetd (all)
[skip]
> hi> > 4 errors generated.
> hi> > *** Error code 1
> hi> >
> hi> >
> hi> >
> hi> > root@asus:/usr/src # svnlite info|grep Rev:
> hi> > Last Changed Rev: 311250
> hi> >
> hi> > My current system revision is r310560
> hi> >
> hi> >  It possible that it is due to WITHOUT_INET6 defined in /etc/src.conf
> hi>
> hi> r310921 could be it.
> 
>  Thank you for the report and sorry for the breakage.  Should be fixed
>  at r311354.

 Yes if fixes buildworld on i386 at least.

Thank you!

> 
> -- Hiroki


signature.asc
Description: This is a digitally signed message part.


Re: 'make buildworld' failure

2017-01-04 Thread Hiroki Sato
hiren panchasara  wrote
  in <20170104180954.gv17...@strugglingcoder.info>:

hi> + hrs@
hi> On 01/04/17 at 12:43P, Oleg V. Nauman wrote:
hi> > ===> usr.sbin/inetd (all)
hi> > cc -target x86_64-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -
hi> > B/usr/obj/usr/src/tmp/usr/bin  -O2 -pipe -march=nehalem  -DLOGIN_CAP 
-DIPSEC -
hi> > g -MD  -MF.depend.inetd.o -MTinetd.o -std=gnu99 -fstack-protector-strong -
hi> > Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -
hi> > Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-uninitialized -
hi> > Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-
hi> > variable -Wno-tautological-compare -Wno-unused-value 
-Wno-parentheses-equality
hi> > -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  
-Qunused-
hi> > arguments  -c /usr/src/usr.sbin/inetd/inetd.c -o inetd.o
hi> > /usr/src/usr.sbin/inetd/inetd.c:319:28: error: implicit declaration of
hi> > function 'satosin6' is
hi> >   invalid in C99 [-Werror,-Wimplicit-function-declaration]
hi> > IN6_IS_ADDR_V4MAPPED((sa)->sin6_addr))
hi> >   ^
hi> > /usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 
'int' is
hi> > not a pointer
hi> > IN6_IS_ADDR_V4MAPPED((sa)->sin6_addr))
hi> >     ^
hi> > /usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:266:4: note: expanded from
hi> > macro
hi> >   'IN6_IS_ADDR_V4MAPPED'
hi> > ((a)->__u6_addr.__u6_addr32[0] == 0 &&  \
hi> >   ^
hi> > /usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 
'int' is
hi> > not a pointer
hi> > IN6_IS_ADDR_V4MAPPED((sa)->sin6_addr))
hi> >     ^
hi> > /usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:267:4: note: expanded from
hi> > macro
hi> >   'IN6_IS_ADDR_V4MAPPED'
hi> >  (a)->__u6_addr.__u6_addr32[1] == 0 &&  \
hi> >   ^
hi> > /usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 
'int' is
hi> > not a pointer
hi> > IN6_IS_ADDR_V4MAPPED((sa)->sin6_addr))
hi> >     ^
hi> > /usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:268:4: note: expanded from
hi> > macro
hi> >   'IN6_IS_ADDR_V4MAPPED'
hi> >  (a)->__u6_addr.__u6_addr32[2] == ntohl(0x))
hi> >   ^
hi> > 4 errors generated.
hi> > *** Error code 1
hi> >
hi> >
hi> >
hi> > root@asus:/usr/src # svnlite info|grep Rev:
hi> > Last Changed Rev: 311250
hi> >
hi> > My current system revision is r310560
hi> >
hi> >  It possible that it is due to WITHOUT_INET6 defined in /etc/src.conf
hi>
hi> r310921 could be it.

 Thank you for the report and sorry for the breakage.  Should be fixed
 at r311354.

-- Hiroki


pgpuACXH4_4W8.pgp
Description: PGP signature


Re: 'make buildworld' failure

2017-01-04 Thread hiren panchasara
+ hrs@
On 01/04/17 at 12:43P, Oleg V. Nauman wrote:
> ===> usr.sbin/inetd (all)
> cc -target x86_64-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -
> B/usr/obj/usr/src/tmp/usr/bin  -O2 -pipe -march=nehalem  -DLOGIN_CAP -DIPSEC -
> g -MD  -MF.depend.inetd.o -MTinetd.o -std=gnu99 -fstack-protector-strong -
> Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -
> Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -
> Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-
> variable -Wno-tautological-compare -Wno-unused-value 
> -Wno-parentheses-equality 
> -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-
> arguments  -c /usr/src/usr.sbin/inetd/inetd.c -o inetd.o
> /usr/src/usr.sbin/inetd/inetd.c:319:28: error: implicit declaration of 
> function 'satosin6' is
>   invalid in C99 [-Werror,-Wimplicit-function-declaration]
> IN6_IS_ADDR_V4MAPPED((sa)->sin6_addr))
>   ^
> /usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 'int' is 
> not a pointer
> IN6_IS_ADDR_V4MAPPED((sa)->sin6_addr))
>     ^
> /usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:266:4: note: expanded from 
> macro
>   'IN6_IS_ADDR_V4MAPPED'
> ((a)->__u6_addr.__u6_addr32[0] == 0 &&  \
>   ^
> /usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 'int' is 
> not a pointer
> IN6_IS_ADDR_V4MAPPED((sa)->sin6_addr))
>     ^
> /usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:267:4: note: expanded from 
> macro
>   'IN6_IS_ADDR_V4MAPPED'
>  (a)->__u6_addr.__u6_addr32[1] == 0 &&  \
>   ^
> /usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 'int' is 
> not a pointer
> IN6_IS_ADDR_V4MAPPED((sa)->sin6_addr))
>     ^
> /usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:268:4: note: expanded from 
> macro
>   'IN6_IS_ADDR_V4MAPPED'
>  (a)->__u6_addr.__u6_addr32[2] == ntohl(0x))
>   ^
> 4 errors generated.
> *** Error code 1
> 
> 
> 
> root@asus:/usr/src # svnlite info|grep Rev:
> Last Changed Rev: 311250
> 
> My current system revision is r310560
> 
>  It possible that it is due to WITHOUT_INET6 defined in /etc/src.conf

r310921 could be it.

Cheers,
Hiren


pgpCYo47L43EI.pgp
Description: PGP signature


Re: make buildworld failure

2003-01-29 Thread Jeff Utter
Yeah, that fixed the above mentioned problem.. however i'm running into a build 
problem about an hour later, related to telnet.. maybe it was fixed overnight in cvs, 
i'll see if it will build now.

 Let me know how it goes... I may wanna try that

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make buildworld failure

2003-01-29 Thread leafy
On Wed, Jan 29, 2003 at 06:16:04AM -0500, Jeff Utter wrote:
 Yeah, that fixed the above mentioned problem.. however i'm running into a build 
problem about an hour later, related to telnet.. maybe it was fixed overnight in cvs, 
i'll see if it will build now.

I don't think so, I cvsupped about 30 min ago.


cc -O -pipe -march=pentium3 -DENCRYPTION -DAUTHENTICATION -DSRA  -I/usr/src/secu
re/lib/libtelnet/../../../crypto/telnet -I/usr/src/secure/lib/libtelnet/../../..
/crypto/telnet/libtelnet -Werror -Wall -Wno-format-y2k -Wno-uninitialized  -c /u
sr/src/crypto/telnet/libtelnet/enc_des.c -o enc_des.o
cc1: warnings being treated as errors
/usr/src/crypto/telnet/libtelnet/enc_des.c: In function `fb64_start':
/usr/src/crypto/telnet/libtelnet/enc_des.c:214: warning: implicit declaration of
 function `des_new_random_key'
*** Error code 1

Stop in /usr/src/secure/lib/libtelnet.
*** Error code 1

Stop in /usr/src/secure/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

-- 
Without the userland, the kernel is useless.
 --inspired by The Tao of Programming

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make buildworld failure

2003-01-29 Thread Nick H. -- Technical Support Engineer
Same problem here:

cc1: warnings being treated as errors
/usr/src/crypto/telnet/libtelnet/enc_des.c: In function `fb64_start':
/usr/src/crypto/telnet/libtelnet/enc_des.c:214: warning: implicit
declaration of function `des_new_random_key'
*** Error code 1

Stop in /usr/src/secure/lib/libtelnet.
*** Error code 1

Stop in /usr/src/secure/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


Regards,
Nick


- Original Message -
From: leafy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 29, 2003 5:48 AM
Subject: Re: make buildworld failure


: On Wed, Jan 29, 2003 at 06:16:04AM -0500, Jeff Utter wrote:
:  Yeah, that fixed the above mentioned problem.. however i'm running into
a build problem about an hour later, related to telnet.. maybe it was fixed
overnight in cvs, i'll see if it will build now.
:
: I don't think so, I cvsupped about 30 min ago.
:
:
:
c -O -pipe -march=pentium3 -DENCRYPTION -DAUTHENTICATION -DSRA  -I/usr/src/s
ecu
:
re/lib/libtelnet/../../../crypto/telnet -I/usr/src/secure/lib/libtelnet/../.
./..
:
crypto/telnet/libtelnet -Werror -Wall -Wno-format-y2k -Wno-uninitialized  -c
/u
: sr/src/crypto/telnet/libtelnet/enc_des.c -o enc_des.o
: cc1: warnings being treated as errors
: /usr/src/crypto/telnet/libtelnet/enc_des.c: In function `fb64_start':
: /usr/src/crypto/telnet/libtelnet/enc_des.c:214: warning: implicit
declaration of
:  function `des_new_random_key'
: *** Error code 1
:
: Stop in /usr/src/secure/lib/libtelnet.
: *** Error code 1
:
: Stop in /usr/src/secure/lib.
: *** Error code 1
:
: Stop in /usr/src.
: *** Error code 1
:
: Stop in /usr/src.
: *** Error code 1
:
: Stop in /usr/src.
: *** Error code 1
:
: Stop in /usr/src.
:
: --
: Without the userland, the kernel is useless.
:  --inspired by The Tao of Programming
:
: To Unsubscribe: send mail to [EMAIL PROTECTED]
: with unsubscribe freebsd-current in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make buildworld failure

2003-01-28 Thread Nick H. -- Technical Support Engineer
Anyone know of a way to fix this?  A lot of programs will not install (IE:
net-snmp) with the current status.  I have yet to find where the location of
the file should be... =\  I have tried a couple of spots for the file to go,
yet it still fails in the same spot.  =(



Regards,
Nick H.
[EMAIL PROTECTED]


- Original Message -
From: Jeff Utter [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 28, 2003 7:47 PM
Subject: Re: make buildworld failure


 I'm having the same results here... i've been trying to figure out what
the problem is for a while.. i think it's just not finding idea.h... idea.h
exists in some (other) directory.. i can't tell where it WANTS to find it
though, so i coudl copy it there.

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make buildworld failure

2003-01-28 Thread Jeff Utter
i think my system is building successfully now.. i did 2 things:

1.) deleted my whole src tree, and re-downloaded it

2.) cp /usr/src/crypto/openssl/crypto/idea/idea.h /usr/src/crypto/openssh/

not sure which one fixed it, but it's been building for about 20 minutes, and i think 
it's past the point where it was dying before.

hope it continus to build, and i hope it works for you too.

enjoy,
jeff Utter

 Anyone know of a way to fix this?  A lot of programs will not install (IE:
 net-snmp) with the current status.  I have yet to find where the location of
 the file should be... =\  I have tried a couple of spots for the file to go,
 yet it still fails in the same spot.  =(


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make buildworld failure

2003-01-28 Thread Nick H. -- Technical Support Engineer
Let me know how it goes... I may wanna try that



Regards,
Nick H.
Technical Support Engineer
[EMAIL PROTECTED]

Please rate my performance! http://www.supportteam.net/rate.php3
Please submit all new support requests to
http://ticketmonster.hostingsupport.com/

---
Privileged/Confidential Information may be contained in this message.  If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver this
message to anyone.  In such case, you should destroy this message and kindly
notify the sender by reply email.  Please advise immediately if you or your
employer do not consent to Internet email for messages of this kind.
Opinions, conclusions and other information in this message that do not
relate to the official business of my firm shall be understood as neither
given nor endorsed by it.

- Original Message -
From: Jeff Utter [EMAIL PROTECTED]
To: Nick H. -- Technical Support Engineer [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Tuesday, January 28, 2003 9:32 PM
Subject: Re: make buildworld failure


 i think my system is building successfully now.. i did 2 things:

 1.) deleted my whole src tree, and re-downloaded it

 2.) cp /usr/src/crypto/openssl/crypto/idea/idea.h /usr/src/crypto/openssh/

 not sure which one fixed it, but it's been building for about 20 minutes,
and i think it's past the point where it was dying before.

 hope it continus to build, and i hope it works for you too.

 enjoy,
 jeff Utter

  Anyone know of a way to fix this?  A lot of programs will not install
(IE:
  net-snmp) with the current status.  I have yet to find where the
location of
  the file should be... =\  I have tried a couple of spots for the file to
go,
  yet it still fails in the same spot.  =(


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make buildworld failure

2002-12-04 Thread David O'Brien
On Thu, Dec 05, 2002 at 02:08:42AM +0800, JY wrote:
 /usr/src/contrib/gcc/cp/except.c:790:18: cfns.h: No such file or directory
 mkdep: compile failed
 *** Error code 1
 
 Stop in /usr/src/gnu/usr.bin/cc/cc1plus.

Please cvsup again, and reply back if you still have any build problems.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make buildworld failure

2002-12-04 Thread JY
On Wed, Dec 04, 2002 at 10:55:24AM -0800, David O'Brien wrote:
 On Thu, Dec 05, 2002 at 02:08:42AM +0800, JY wrote:
  /usr/src/contrib/gcc/cp/except.c:790:18: cfns.h: No such file or directory
  mkdep: compile failed
  *** Error code 1
  
  Stop in /usr/src/gnu/usr.bin/cc/cc1plus.
 
 Please cvsup again, and reply back if you still have any build problems.
buildworld ok now. But cvsup kept coming up with this
--
 Running /usr/local/bin/cvsup
--
Connected to cvsup2.FreeBSD.org
Updating collection src-all/cvs
 Delete src/contrib/gcc/INSTALL
Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty

rm -rf /usr/src  rm -rf /usr/sup and re-cvsupping does not help.

JY 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make buildworld failure

2002-12-04 Thread Ray Kohler
On Thu, Dec 05, 2002 at 10:55:48AM +0800, JY wrote:
 On Wed, Dec 04, 2002 at 10:55:24AM -0800, David O'Brien wrote:
  On Thu, Dec 05, 2002 at 02:08:42AM +0800, JY wrote:
   /usr/src/contrib/gcc/cp/except.c:790:18: cfns.h: No such file or directory
   mkdep: compile failed
   *** Error code 1
   
   Stop in /usr/src/gnu/usr.bin/cc/cc1plus.
  
  Please cvsup again, and reply back if you still have any build problems.
 buildworld ok now. But cvsup kept coming up with this
 --
  Running /usr/local/bin/cvsup
 --
 Connected to cvsup2.FreeBSD.org
 Updating collection src-all/cvs
  Delete src/contrib/gcc/INSTALL
 Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
 
 rm -rf /usr/src  rm -rf /usr/sup and re-cvsupping does not help.

I removed just the problematic directory and re-cvsupped. It downloaded
the directory again but after that it didn't complain again. This looks
like some kind of repo damage.

-- 
Ray Kohler [EMAIL PROTECTED]
You are only young once, but you can stay immature indefinitely.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make buildworld failure

2002-12-04 Thread JY
On Wed, Dec 04, 2002 at 10:09:16PM -0500, Ray Kohler wrote:
  Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
  
  rm -rf /usr/src  rm -rf /usr/sup and re-cvsupping does not help.
 
 I removed just the problematic directory and re-cvsupped. It downloaded
 the directory again but after that it didn't complain again. This looks
 like some kind of repo damage.
 
 -- 
 Ray Kohler [EMAIL PROTECTED]
I did as you suggested and it's still complaining :(

JY



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message