From owner-freebsd-current@FreeBSD.ORG Wed Nov 10 19:06:27 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8F3D16A4CE for ; Wed, 10 Nov 2004 19:06:27 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0CCE43D5A for ; Wed, 10 Nov 2004 19:06:26 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAAGGeCc027301; Wed, 10 Nov 2004 18:16:40 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 43056-03; Wed, 10 Nov 2004 18:16:39 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAAGGd1q027298 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Nov 2004 18:16:39 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAAGGEWW096691; Wed, 10 Nov 2004 18:16:14 +0200 (EET) (envelope-from ru) Date: Wed, 10 Nov 2004 18:16:14 +0200 From: Ruslan Ermilov To: m.kucenski@computer.org Message-ID: <20041110161614.GD96475@ip.net.ua> References: <20041110152522.XFDU16044.lakermmtao01.cox.net@smtp.east.cox.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2Z2K0IlrPCVsbNpk" Content-Disposition: inline In-Reply-To: <20041110152522.XFDU16044.lakermmtao01.cox.net@smtp.east.cox.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: freebsd-current@freebsd.org Subject: Re: Errors on buildworld from 5.2 -> 5-Latest X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 19:06:28 -0000 --2Z2K0IlrPCVsbNpk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 10, 2004 at 10:25:21AM -0500, Matt Kucenski wrote: > The first appears to be an inability to find libintl.h (from gettext?) an= d the second has something to do with no definition of bfd_boolean in libbf= d.h. =20 >=20 > Any ideas/suggestions? Thanks, > -Matt >=20 > =3D=3D=3D> libiberty > =3D=3D=3D> libbfd > cc -O -pipe -mcpu=3Dpentiumpro -I. -I/usr/src/gnu/usr.bin/binutils/libbfd= /i386 -I/usr/src/gnu/usr.bin/binutils/libbfd -I/usr/src/gnu/usr.bin/binutil= s/libbfd/../libbfd -I/usr/obj/usr/src/gnu/usr.bin/binutils/libbfd/../libbfd= -I/usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/includ= e -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/= binutils/bfd -DSELECT_ARCHITECTURES=3D" &bfd_i386_arch" -DHAVE_bfd_elf32_i3= 86_freebsd_vec -DHAVE_bfd_elf32_i386_vec -DSELECT_VECS=3D" &bfd_elf32_i386_= freebsd_vec ,&bfd_elf32_i386_vec" -DDEFAULT_VECTOR=3Dbfd_elf32_i386_freebsd= _vec -c /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/= bfd/cpu-i386.c > In file included from /usr/src/contrib/binutils/bfd/cpu-i386.c:22: > /usr/src/contrib/binutils/bfd/sysdep.h:135:21: libintl.h: No such file or= directory > In file included from /usr/src/contrib/binutils/bfd/cpu-i386.c:23: > /usr/src/contrib/binutils/bfd/libbfd.h:114: error: syntax error before "_= bfd_add_bfd_to_archive_cache" > /usr/src/contrib/binutils/bfd/libbfd.h:115: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:116: error: syntax error before "_= bfd_generic_mkarchive" > /usr/src/contrib/binutils/bfd/libbfd.h:117: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:120: error: syntax error before "b= fd_slurp_armap" > /usr/src/contrib/binutils/bfd/libbfd.h:121: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:122: error: syntax error before "b= fd_slurp_bsd_armap_f2" > /usr/src/contrib/binutils/bfd/libbfd.h:123: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:126: error: syntax error before "_= bfd_slurp_extended_name_table" > /usr/src/contrib/binutils/bfd/libbfd.h:127: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:128: error: syntax error before "_= bfd_construct_extended_name_table" > /usr/src/contrib/binutils/bfd/libbfd.h:129: error: syntax error before "b= fd_boolean" > /usr/src/contrib/binutils/bfd/libbfd.h:129: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:130: error: syntax error before "_= bfd_write_archive_contents" > /usr/src/contrib/binutils/bfd/libbfd.h:131: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:132: error: syntax error before "_= bfd_compute_and_write_armap" > /usr/src/contrib/binutils/bfd/libbfd.h:133: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:143: error: syntax error before "b= fd_false" > /usr/src/contrib/binutils/bfd/libbfd.h:144: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:145: error: syntax error before "b= fd_true" > /usr/src/contrib/binutils/bfd/libbfd.h:146: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:172: error: syntax error before "b= sd_write_armap" > /usr/src/contrib/binutils/bfd/libbfd.h:174: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:176: error: syntax error before "c= off_write_armap" > /usr/src/contrib/binutils/bfd/libbfd.h:178: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:202: error: syntax error before "_= bfd_generic_get_section_contents" > /usr/src/contrib/binutils/bfd/libbfd.h:203: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:204: error: syntax error before "_= bfd_generic_get_section_contents_in_window" > /usr/src/contrib/binutils/bfd/libbfd.h:205: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:230: error: syntax error before "_= bfd_nocore_core_file_matches_executable_p" > /usr/src/contrib/binutils/bfd/libbfd.h:231: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:260: error: syntax error before "_= bfd_archive_bsd_construct_extended_name_table" > /usr/src/contrib/binutils/bfd/libbfd.h:261: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:270: error: syntax error before "_= bfd_archive_bsd_update_armap_timestamp" > /usr/src/contrib/binutils/bfd/libbfd.h:271: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:279: error: syntax error before "_= bfd_archive_coff_construct_extended_name_table" > /usr/src/contrib/binutils/bfd/libbfd.h:280: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:342: error: syntax error before "_= bfd_generic_set_section_contents" > /usr/src/contrib/binutils/bfd/libbfd.h:343: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:392: error: syntax error before "b= fd_generic_is_local_label_name" > /usr/src/contrib/binutils/bfd/libbfd.h:393: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:397: error: syntax error before "b= fd_boolean" > /usr/src/contrib/binutils/bfd/libbfd.h:399: error: syntax error before "b= fd_boolean" > /usr/src/contrib/binutils/bfd/libbfd.h:402: error: syntax error before "_= bfd_stab_section_find_nearest_line" > /usr/src/contrib/binutils/bfd/libbfd.h:403: error: syntax error before "b= fd_boolean" > /usr/src/contrib/binutils/bfd/libbfd.h:404: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:407: error: syntax error before "_= bfd_dwarf1_find_nearest_line" > /usr/src/contrib/binutils/bfd/libbfd.h:409: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:412: error: syntax error before "_= bfd_dwarf2_find_nearest_line" > /usr/src/contrib/binutils/bfd/libbfd.h:414: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:426: error: syntax error before "_= bfd_link_hash_table_init" > /usr/src/contrib/binutils/bfd/libbfd.h:430: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:441: error: syntax error before "_= bfd_generic_link_add_symbols" > /usr/src/contrib/binutils/bfd/libbfd.h:442: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:447: error: syntax error before "_= bfd_generic_link_add_symbols_collect" > /usr/src/contrib/binutils/bfd/libbfd.h:448: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:451: error: syntax error before "_= bfd_generic_link_add_archive_symbols" > /usr/src/contrib/binutils/bfd/libbfd.h:453: error: syntax error before "b= fd_boolean" > /usr/src/contrib/binutils/bfd/libbfd.h:453: error: syntax error before "b= fd_boolean" > /usr/src/contrib/binutils/bfd/libbfd.h:459: error: syntax error before "_= bfd_generic_link_add_one_symbol" > /usr/src/contrib/binutils/bfd/libbfd.h:461: error: syntax error before "b= fd_boolean" > /usr/src/contrib/binutils/bfd/libbfd.h:462: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:469: error: syntax error before "_= bfd_generic_final_link" > /usr/src/contrib/binutils/bfd/libbfd.h:470: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:472: error: syntax error before "_= bfd_generic_link_split_section" > /usr/src/contrib/binutils/bfd/libbfd.h:473: warning: `struct bfd_section'= declared inside parameter list > /usr/src/contrib/binutils/bfd/libbfd.h:473: warning: its scope is only th= is definition or declaration, which is probably not what you want > /usr/src/contrib/binutils/bfd/libbfd.h:473: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:476: error: syntax error before "_= bfd_generic_reloc_link_order" > /usr/src/contrib/binutils/bfd/libbfd.h:477: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:480: error: syntax error before "_= bfd_default_link_order" > /usr/src/contrib/binutils/bfd/libbfd.h:481: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:498: error: syntax error before "_= bfd_link_section_stabs" > /usr/src/contrib/binutils/bfd/libbfd.h:499: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:502: error: syntax error before "_= bfd_discard_section_stabs" > /usr/src/contrib/binutils/bfd/libbfd.h:503: error: syntax error before "b= fd_boolean" > /usr/src/contrib/binutils/bfd/libbfd.h:503: error: `_bfd_discard_section_= stabs' declared as function returning a function > /usr/src/contrib/binutils/bfd/libbfd.h:503: error: syntax error before "v= oid" > /usr/src/contrib/binutils/bfd/libbfd.h:507: error: syntax error before "_= bfd_write_section_stabs" > /usr/src/contrib/binutils/bfd/libbfd.h:508: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:512: error: syntax error before "_= bfd_write_stab_strings" > /usr/src/contrib/binutils/bfd/libbfd.h:513: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:523: error: syntax error before "_= bfd_merge_section" > /usr/src/contrib/binutils/bfd/libbfd.h:524: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:528: error: syntax error before "_= bfd_merge_sections" > /usr/src/contrib/binutils/bfd/libbfd.h:529: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:533: error: syntax error before "_= bfd_write_merged_section" > /usr/src/contrib/binutils/bfd/libbfd.h:534: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:559: error: syntax error before "b= fd_boolean" > /usr/src/contrib/binutils/bfd/libbfd.h:562: error: syntax error before "_= bfd_stringtab_emit" > /usr/src/contrib/binutils/bfd/libbfd.h:563: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:566: error: syntax error before "_= bfd_generic_verify_endian_match" > /usr/src/contrib/binutils/bfd/libbfd.h:567: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:628: error: syntax error before "_= bfd_ecoff_locate_line" > /usr/src/contrib/binutils/bfd/libbfd.h:631: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:632: error: syntax error before "_= bfd_ecoff_get_accumulated_pdr" > /usr/src/contrib/binutils/bfd/libbfd.h:633: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:634: error: syntax error before "_= bfd_ecoff_get_accumulated_sym" > /usr/src/contrib/binutils/bfd/libbfd.h:635: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:636: error: syntax error before "_= bfd_ecoff_get_accumulated_ss" > /usr/src/contrib/binutils/bfd/libbfd.h:637: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:648: error: syntax error before "_= bfd_sh_align_load_span" > /usr/src/contrib/binutils/bfd/libbfd.h:650: error: syntax error before "b= fd_boolean" > /usr/src/contrib/binutils/bfd/libbfd.h:650: error: `_bfd_sh_align_load_sp= an' declared as function returning a function > /usr/src/contrib/binutils/bfd/libbfd.h:651: error: syntax error before "v= oid" > /usr/src/contrib/binutils/bfd/libbfd.h:655: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:676: error: syntax error before "b= fd_cache_init" > /usr/src/contrib/binutils/bfd/libbfd.h:676: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:678: error: syntax error before "b= fd_cache_close" > /usr/src/contrib/binutils/bfd/libbfd.h:678: error: conflicting types for = `bfd_cache_close' > /usr/src/gnu/usr.bin/binutils/libbfd/i386/bfd.h:547: error: previous decl= aration of `bfd_cache_close' > /usr/src/contrib/binutils/bfd/libbfd.h:678: warning: data definition has = no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:1527: error: syntax error before "= bfd_generic_relax_section" > /usr/src/contrib/binutils/bfd/libbfd.h:1531: error: syntax error before "= bfd_boolean" > /usr/src/contrib/binutils/bfd/libbfd.h:1531: warning: data definition has= no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:1533: error: syntax error before "= bfd_generic_gc_sections" > /usr/src/contrib/binutils/bfd/libbfd.h:1534: warning: data definition has= no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:1536: error: syntax error before "= bfd_generic_merge_sections" > /usr/src/contrib/binutils/bfd/libbfd.h:1537: warning: data definition has= no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:1544: error: syntax error before "= bfd_boolean" > /usr/src/contrib/binutils/bfd/libbfd.h:1549: error: syntax error before "= bfd_default_set_arch_mach" > /usr/src/contrib/binutils/bfd/libbfd.h:1550: warning: data definition has= no type or storage class > /usr/src/contrib/binutils/bfd/libbfd.h:1555: error: syntax error before "= bfd_default_scan" > /usr/src/contrib/binutils/bfd/libbfd.h:1556: warning: data definition has= no type or storage class > /usr/src/contrib/binutils/bfd/cpu-i386.c:35: error: `TRUE' undeclared her= e (not in a function) > /usr/src/contrib/binutils/bfd/cpu-i386.c:35: error: initializer element i= s not constant > /usr/src/contrib/binutils/bfd/cpu-i386.c:35: error: (near initialization = for `bfd_i386_arch_intel_syntax.the_default') > /usr/src/contrib/binutils/bfd/cpu-i386.c:37: warning: initialization from= incompatible pointer type > /usr/src/contrib/binutils/bfd/cpu-i386.c:50: error: `TRUE' undeclared her= e (not in a function) > /usr/src/contrib/binutils/bfd/cpu-i386.c:50: error: initializer element i= s not constant > /usr/src/contrib/binutils/bfd/cpu-i386.c:50: error: (near initialization = for `bfd_x86_64_arch_intel_syntax.the_default') > /usr/src/contrib/binutils/bfd/cpu-i386.c:52: warning: initialization from= incompatible pointer type > /usr/src/contrib/binutils/bfd/cpu-i386.c:65: error: `FALSE' undeclared he= re (not in a function) > /usr/src/contrib/binutils/bfd/cpu-i386.c:65: error: initializer element i= s not constant > /usr/src/contrib/binutils/bfd/cpu-i386.c:65: error: (near initialization = for `i8086_arch.the_default') > /usr/src/contrib/binutils/bfd/cpu-i386.c:67: warning: initialization from= incompatible pointer type > /usr/src/contrib/binutils/bfd/cpu-i386.c:81: error: `TRUE' undeclared her= e (not in a function) > /usr/src/contrib/binutils/bfd/cpu-i386.c:81: error: initializer element i= s not constant > /usr/src/contrib/binutils/bfd/cpu-i386.c:81: error: (near initialization = for `bfd_x86_64_arch.the_default') > /usr/src/contrib/binutils/bfd/cpu-i386.c:83: warning: initialization from= incompatible pointer type > /usr/src/contrib/binutils/bfd/cpu-i386.c:97: error: `TRUE' undeclared her= e (not in a function) > /usr/src/contrib/binutils/bfd/cpu-i386.c:97: error: initializer element i= s not constant > /usr/src/contrib/binutils/bfd/cpu-i386.c:97: error: (near initialization = for `bfd_i386_arch.the_default') > /usr/src/contrib/binutils/bfd/cpu-i386.c:99: warning: initialization from= incompatible pointer type > *** Error code 1 >=20 > Stop in /usr/src/gnu/usr.bin/binutils/libbfd. > *** Error code 1 >=20 > Stop in /usr/src/gnu/usr.bin/binutils. >=20 This shouldn't have happened, as ENABLE_NLS is *not* defined in gnu/usr.bin/binutils/libbfd/config.h.fbsd. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --2Z2K0IlrPCVsbNpk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBkj7OqRfpzJluFF4RAsczAJ4w2W23YVGA7xunt9Sp9EyeRiZFMgCghFvs 6rHCU61nA+EUCO0SPo1sbPE= =MEWO -----END PGP SIGNATURE----- --2Z2K0IlrPCVsbNpk--