From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 10:59:51 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 859DE37B401 for ; Tue, 17 Jun 2003 10:59:51 -0700 (PDT) Received: from mx.nashe.ru (mx.nashe.ru [213.243.89.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1171F43FB1 for ; Tue, 17 Jun 2003 10:59:48 -0700 (PDT) (envelope-from gnitiev@nashe.ru) Received: from exsite.nashe.ru (exsite.nashe.ru. [213.243.89.162]) by mx.nashe.ru (8.12.9/8.12.9) with ESMTP id h5HHxkSw031126 for ; Tue, 17 Jun 2003 21:59:46 +0400 (MSD) content-class: urn:content-classes:message MIME-Version: 1.0 Date: Tue, 17 Jun 2003 21:59:45 +0400 Content-Type: multipart/signed; micalg=SHA1; protocol="application/x-pkcs7-signature"; boundary="----=_NextPart_000_003C_01C3351B.C3543250" X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: make buildworld failed Thread-Index: AcM07+KZDa73jwK8RTOLsVjSp02wjQACg0UA From: =?koi8-r?B?587J1Mmj1yD3ycvUz9I=?= To: Subject: RE: make buildworld failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 17:59:51 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_003C_01C3351B.C3543250 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable $ grep mktemp /usr/include/*.h /usr/include/unistd.h:char *mktemp __P((char *)); $ nm /usr/lib/libc.so.* | grep mktemp /usr/libexec/elf/nm: /usr/lib/libc.so.4: no symbols $ cat /var/cvsup/src/contrib/binutils/libiberty/choose-temp.c /* Utility to pick a temporary filename prefix. Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Libiberty is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with libiberty; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include /* May get P_tmpdir. */ #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include "libiberty.h" extern char *choose_tmpdir PARAMS ((void)); /* Name of temporary file. mktemp requires 6 trailing X's. */ #define TEMP_FILE "ccXXXXXX" #define TEMP_FILE_LEN (sizeof(TEMP_FILE) - 1) /* @deftypefn Extension char* choose_temp_base (void) Return a prefix for temporary file names or @code{NULL} if unable to find one. The current directory is chosen if all else fails so the program is exited if a temporary directory can't be found (@code{mktemp} fails). The buffer for the result is obtained with @code{xmalloc}. This function is provided for backwards compatability only. Its use is not recommended. @end deftypefn */ char * choose_temp_base () { const char *base =3D choose_tmpdir (); char *temp_filename; int len; len =3D strlen (base); temp_filename =3D xmalloc (len + TEMP_FILE_LEN + 1); strcpy (temp_filename, base); strcpy (temp_filename + len, TEMP_FILE); mktemp (temp_filename); if (strlen (temp_filename) =3D=3D 0) abort (); return temp_filename; } ---------------------------------- Viktor M. Gnitiyov e-mail: gnitiyov@nashe.ru > -----Original Message----- > From: Joshua Oreman [mailto:oremanj@www.get-linux.org] > Sent: Tuesday, June 17, 2003 8:48 PM > To: =E7=CE=C9=D4=C9=A3=D7 =F7=C9=CB=D4=CF=D2 > Cc: questions@freebsd.org > Subject: Re: make buildworld failed >=20 >=20 > On Tue, Jun 17, 2003 at 03:50:41PM +0400 or thereabouts,=20 > ??????? ?????? seemed to write: > > Hi, All. > >=20 > > On my machine with FreeBSD 4.4-RELEASE I was done next steps: > >=20 > > Edit /usr/local/etc/CVSUP.conf for next settings: > >=20 > > *default host=3Dcvsup4.ru.FreeBSD.org > > *default base=3D/var/cvsup > > *default prefix=3D/var/cvsup > > *default release=3Dcvs tag=3DRELENG_4 > > *default delete use-rel-suffix > > #*default compress > > src-all > >=20 > > REM: "/var/cvsup" is selected because it (/var) has free=20 > space (3Gb). > >=20 > > File /etc/make.conf have next special strings (other strings is > > default): > > NO_MAILWRAPPER=3Dtrue > > NO_OPENSSH=3D true > > NO_OPENSSL=3D true > > NO_SENDMAIL=3D true > > NO_X=3D true > > NOGAMES=3D true > > NOUUCP=3D true > >=20 > > # cd /var/cvsup/src > > # make cleandir > > # make cleandir > > # cvsup -g -L 2 /usr/local/etc/CVSUP.conf > > # script /var/log/mk_bworld.log > > # make buildworld > > # exit > >=20 > > "make buildworld" was fail with errors. Latest string in > > /var/log/mk_bworld.log is: > >=20 > > =3D=3D=3D> gnu/usr.bin/binutils > > =3D=3D=3D> gnu/usr.bin/binutils/libiberty > > cc -O -pipe -march=3Dpentiumpro -D_GNU_SOURCE -I. > > -I/var/cvsup/src/gnu/usr.bin/binutils/libiberty > > -I/var/cvsup/src/gnu/usr.bin/binutils/libiberty/../libbfd/i386 > >=20 > -I/var/cvsup/src/gnu/usr.bin/binutils/libiberty/../../../../co > ntrib/binu > > tils/include -DHAVE_CONFIG_H -W -Wall -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -c > >=20 > /var/cvsup/src/gnu/usr.bin/binutils/libiberty/../../../../cont > rib/binuti > > ls/libiberty/argv.c -o argv.o > > cc -O -pipe -march=3Dpentiumpro -D_GNU_SOURCE -I. > > -I/var/cvsup/src/gnu/usr.bin/binutils/libiberty > > -I/var/cvsup/src/gnu/usr.bin/binutils/libiberty/../libbfd/i386 > >=20 > -I/var/cvsup/src/gnu/usr.bin/binutils/libiberty/../../../../co > ntrib/binu > > tils/include -DHAVE_CONFIG_H -W -Wall -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -c > >=20 > /var/cvsup/src/gnu/usr.bin/binutils/libiberty/../../../../cont > rib/binuti > > ls/libiberty/choose-temp.c -o choose-temp.o > > cc1: warnings being treated as errors > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Well, that's why it=20 > errored :-) > >=20 > /var/cvsup/src/gnu/usr.bin/binutils/libiberty/../../../../cont > rib/binuti > > ls/libiberty/choose-temp.c: In function `choose_temp_base': > >=20 > /var/cvsup/src/gnu/usr.bin/binutils/libiberty/../../../../cont > rib/binuti > > ls/libiberty/choose-temp.c:68: warning: implicit=20 > declaration of function > > `mktemp' >=20 > Send us the output of these commands: > $ grep mktemp /usr/include/*.h > $ nm /usr/lib/libc.so.* | grep mktemp > $ cat /var/cvsup/src/contrib/binutils/libiberty/choose-temp.c >=20 > -- Josh >=20 > > *** Error code 1 > >=20 > > Stop in /var/cvsup/src/gnu/usr.bin/binutils/libiberty. > > *** Error code 1 > >=20 > > Stop in /var/cvsup/src/gnu/usr.bin/binutils. > > *** Error code 1 > >=20 > > Stop in /var/cvsup/src/gnu/usr.bin. > > *** Error code 1 > >=20 > > Stop in /var/cvsup/src/gnu. > > *** Error code 1 > >=20 > > Stop in /var/cvsup/src. > > *** Error code 1 > >=20 > > Stop in /var/cvsup/src. > > *** Error code 1 > >=20 > > Stop in /var/cvsup/src. > >=20 > > Full log file on http://www.nashe.ru/mk_bworld.log (~6 Mb) > > /etc/make.conf is on http://www.nashe.ru/make.conf > >=20 > > Any ideas welcome... > > What and Why I need to resolve this problem? > >=20 > > ---------------------------------- > > Viktor M. Gnitiyov > > e-mail: gnitiyov@nashe.ru >=20 >=20 >=20 ------=_NextPart_000_003C_01C3351B.C3543250 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIFlzCCBZMw ggU9oAMCAQICCmIiHrUAAAAAABAwDQYJKoZIhvcNAQEFBQAwgZkxIDAeBgkqhkiG9w0BCQEWEWdu aXRpeW92QG5hc2hlLnJ1MQswCQYDVQQGEwJSVTEMMAoGA1UECBMDLS0tMQ8wDQYDVQQHEwZNb3Nj b3cxFDASBgNVBAoTC05BU0hFIFJhZGlvMRkwFwYDVQQLExBDb3Jwb3JhdGUgZG9tYWluMRgwFgYD VQQDEw9OQVNIRSBDQS1TRVJWRVIwHhcNMDIwNzExMTEyMjQzWhcNMDMwNzExMTEyMjQzWjBIMR8w HQYJKoZIhvcNAQkBFhBnbml0aWV2QG5hc2hlLnJ1MSUwIwYDVQQDHhwEEwQ9BDgEQgQ4BFEEMgAg BBIEOAQ6BEIEPgRAMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAM748NLBuWHa9PSbEKvXLOSqMvo7 dh5SHNxgdEL8oM3t8y+30J82Qp3G8+yU7UvfKqCDfFn4EM6l+wYYm41qmGUCAwEAAaOCA7UwggOx MAsGA1UdDwQEAwIFoDAXBgkrBgEEAYI3FAIECh4IAFUAcwBlAHIwHQYDVR0OBBYEFOx14NgeuMlT dzKPFjoxZtQSPW5OMIHVBgNVHSMEgc0wgcqAFNCDr9m6hm+SGMP9sVuEu1U22RQBoYGfpIGcMIGZ MSAwHgYJKoZIhvcNAQkBFhFnbml0aXlvdkBuYXNoZS5ydTELMAkGA1UEBhMCUlUxDDAKBgNVBAgT Ay0tLTEPMA0GA1UEBxMGTW9zY293MRQwEgYDVQQKEwtOQVNIRSBSYWRpbzEZMBcGA1UECxMQQ29y cG9yYXRlIGRvbWFpbjEYMBYGA1UEAxMPTkFTSEUgQ0EtU0VSVkVSghAoaHRtxwmwnk53UyLSWc3O MIIBCwYDVR0fBIIBAjCB/zCBvaCBuqCBt4aBtGxkYXA6Ly8vQ049TkFTSEUlMjBDQS1TRVJWRVIs Q049bW9ua2V5LENOPUNEUCxDTj1QdWJsaWMlMjBLZXklMjBTZXJ2aWNlcyxDTj1TZXJ2aWNlcyxD Tj1Db25maWd1cmF0aW9uLERDPW5hc2hlLERDPXJ1P2NlcnRpZmljYXRlUmV2b2NhdGlvbkxpc3Q/ YmFzZT9vYmplY3RjbGFzcz1jUkxEaXN0cmlidXRpb25Qb2ludDA9oDugOYY3aHR0cDovL21vbmtl eS5uYXNoZS5ydS9DZXJ0RW5yb2xsL05BU0hFJTIwQ0EtU0VSVkVSLmNybDCCARcGCCsGAQUFBwEB BIIBCTCCAQUwga0GCCsGAQUFBzAChoGgbGRhcDovLy9DTj1OQVNIRSUyMENBLVNFUlZFUixDTj1B SUEsQ049UHVibGljJTIwS2V5JTIwU2VydmljZXMsQ049U2VydmljZXMsQ049Q29uZmlndXJhdGlv bixEQz1uYXNoZSxEQz1ydT9jQUNlcnRpZmljYXRlP2Jhc2U/b2JqZWN0Y2xhc3M9Y2VydGlmaWNh dGlvbkF1dGhvcml0eTBTBggrBgEFBQcwAoZHaHR0cDovL21vbmtleS5uYXNoZS5ydS9DZXJ0RW5y b2xsL21vbmtleS5uYXNoZS5ydV9OQVNIRSUyMENBLVNFUlZFUi5jcnQwKQYDVR0lBCIwIAYKKwYB BAGCNwoDBAYIKwYBBQUHAwQGCCsGAQUFBwMCMD0GA1UdEQQ2MDSgIAYKKwYBBAGCNxQCA6ASDBBn bml0aWV2QG5hc2hlLnJ1gRBnbml0aWV2QG5hc2hlLnJ1MA0GCSqGSIb3DQEBBQUAA0EAmWFOSlWz ku+FpZkZLIUkT6IqKxPXh5kTS+BtTzovmQAleW2ogL0eGbE8tXy9qMP9T/A3AJ/Tp821hpYG7eCR eTGCAoUwggKBAgEBMIGoMIGZMSAwHgYJKoZIhvcNAQkBFhFnbml0aXlvdkBuYXNoZS5ydTELMAkG A1UEBhMCUlUxDDAKBgNVBAgTAy0tLTEPMA0GA1UEBxMGTW9zY293MRQwEgYDVQQKEwtOQVNIRSBS YWRpbzEZMBcGA1UECxMQQ29ycG9yYXRlIGRvbWFpbjEYMBYGA1UEAxMPTkFTSEUgQ0EtU0VSVkVS AgpiIh61AAAAAAAQMAkGBSsOAwIaBQCgggFzMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJ KoZIhvcNAQkFMQ8XDTAzMDYxNzE3NTk0NVowIwYJKoZIhvcNAQkEMRYEFBTyaSG2frYq1NODTALj 7298nZP9MFgGCSqGSIb3DQEJDzFLMEkwDgYIKoZIhvcNAwICAgCAMAoGCCqGSIb3DQMHMAcGBSsO AwIHMA0GCCqGSIb3DQMCAgEoMAcGBSsOAwIaMAoGCCqGSIb3DQIFMIG5BgkrBgEEAYI3EAQxgasw gagwgZkxIDAeBgkqhkiG9w0BCQEWEWduaXRpeW92QG5hc2hlLnJ1MQswCQYDVQQGEwJSVTEMMAoG A1UECBMDLS0tMQ8wDQYDVQQHEwZNb3Njb3cxFDASBgNVBAoTC05BU0hFIFJhZGlvMRkwFwYDVQQL ExBDb3Jwb3JhdGUgZG9tYWluMRgwFgYDVQQDEw9OQVNIRSBDQS1TRVJWRVICCmIiHrUAAAAAABAw DQYJKoZIhvcNAQEBBQAEQGTfMk/mZw/rOaq0f9Claz96k8+Y7g0aeKli1YjA7EQql97qNZsiiAE2 mXtGjbxG0toIg0ZpAJ+fUeuiTOgmylEAAAAAAAA= ------=_NextPart_000_003C_01C3351B.C3543250--