Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2003 16:02:15 -0600 (GMT)
From:      Sean Welch <welchsm@earthlink.net>
To:        Peter Grehan <grehan@freebsd.org>
Cc:        freebsd-ppc@freebsd.org
Subject:   Re: Re: Also interested in testing
Message-ID:  <3372945.1045958573207.JavaMail.nobody@fozzie.psp.pas.earthlink.net>

next in thread | raw e-mail | index | archive | help
That got me past that error, but now I've got another --  any
more help you can give?  ;-)  What I'm seeing is:

  ===> lib/libpam/libpam
  cc -O -pipe  -I/usr/src/lib/libpam/libpam -I/usr/src/lib/libpam/libpam/../../../contrib/openpam/include -DLIB_MAJ=2 -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized  -c /usr/src/contrib/openpam/lib/openpam_borrow_cred.c -o openpam_borrow_cred.o
  cc -O -pipe  -I/usr/src/lib/libpam/libpam -I/usr/src/lib/libpam/libpam/../../../contrib/openpam/include -DLIB_MAJ=2 -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized  -c /usr/src/contrib/openpam/lib/openpam_configure.c -o openpam_configure.o
  cc1: warnings being treated as errors
  In file included from /usr/src/contrib/openpam/lib/openpam_configure.c:41:
  /usr/obj/powerpc/usr/src/i386/usr/include/string.h:65: warning: conflicting types for built-in function `memcmp'
  /usr/obj/powerpc/usr/src/i386/usr/include/string.h:66: warning: conflicting types for built-in function `memcpy'
  /usr/obj/powerpc/usr/src/i386/usr/include/string.h:68: warning: conflicting types for built-in function `memset'
  /usr/obj/powerpc/usr/src/i386/usr/include/string.h:94: warning: conflicting types for built-in function `strncat'
  /usr/obj/powerpc/usr/src/i386/usr/include/string.h:95: warning: conflicting types for built-in function `strncmp'
  /usr/obj/powerpc/usr/src/i386/usr/include/string.h:96: warning: conflicting types for built-in function `strncpy'
  *** Error code 1

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

  Stop in /usr/src/lib/libpam.
  *** 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.

Got the new hard drive in so if I can get this to build I can
try to get the netbooting to work.

                                                                            Sean

-------Original Message-------
From: Peter Grehan <grehan@freebsd.org>
Sent: 02/22/03 05:03 PM
To: Sean_Welch@alum.wofford.org
Subject: Re: Also interested in testing

> 
> >   /usr/obj/powerpc/usr/src/i386/usr/include/machine/atomic.h: In function 
`atomic_set_acq_8':
>   /usr/obj/powerpc/usr/src/i386/usr/include/machine/atomic.h:270:
warning: implicit declaration of function `powerpc_mb'
 ...
> Any ideas?  This was run under my 5.0-RELEASE installation...

 Yes, I missed a commit to <machine/cpufunc.h>. I think I was toying with
the idea of removing powerpc_mb() from atomic.h, but never got around to
it :-(
Fixed now.

later,

Peter.
> 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ppc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3372945.1045958573207.JavaMail.nobody>