Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2017 17:07:06 +0200
From:      "O. Hartmann" <ohartmann@walstatt.org>
To:        Jonathan Anderson <jonathan@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r323365 - in head: cddl/lib/libzpool gnu/usr.bin/binutils/libbfd usr.bin/svn/lib/libsvn_client
Message-ID:  <20170909170657.1e7688bb@thor.intern.walstatt.dynvpn.de>
In-Reply-To: <201709091318.v89DIXDj027788@repo.freebsd.org>
References:  <201709091318.v89DIXDj027788@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/qAh2J2K3bz7pjzgVx9L.U00
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Am Sat, 9 Sep 2017 13:18:33 +0000 (UTC)
Jonathan Anderson <jonathan@FreeBSD.org> schrieb:

This bug has just been introduced in the transition r323342 -> r323365:


[...]

building shared library libncurses.so.8
--- lib/libgeom__L ---
/usr/obj/usr/src/tmp/usr/bin/ld: /usr/obj/usr/src/tmp/usr/lib/libsbuf.a(sub=
r_sbuf.o):
relocation R_X86_64_32 against `_DefaultRuneLocale' can not be used when ma=
king a shared
object; recompile with -fPIC /usr/obj/usr/src/tmp/usr/lib/libsbuf.a: could =
not read
symbols: Bad value cc: error: linker command failed with exit code 1 (use -=
v to see
invocation) *** [libgeom.so.5] Error code 1

make[4]: stopped in /usr/src/lib/libgeom
.ERROR_TARGET=3D'libgeom.so.5'
.ERROR_META_FILE=3D'/usr/obj/usr/src/lib/libgeom/libgeom.so.5.meta'
.MAKE.LEVEL=3D'4'
MAKEFILE=3D''
.MAKE.MODE=3D'meta missing-filemon=3Dyes missing-meta=3Dyes silent=3Dyes ve=
rbose'
_ERROR_CMD=3D'@echo building shared library libgeom.so.5; @rm -f libgeom.so=
.5 libgeom.so;
@sh /usr/src/tools/install.sh -l s  libgeom.so.5 libgeom.so; cc -target
x86_64-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr/obj/usr/=
src/tmp/usr/bin
-fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-sha=
red-textrel
-o libgeom.so.5 -Wl,-soname,libgeom.so.5  `NM=3D'nm' NMFLAGS=3D'' lorder ge=
om_getxml.pico
geom_stats.pico geom_xml2tree.pico geom_ctl.pico geom_util.pico |  tsort -q=
`  -lbsdxml
-lsbuf;' .CURDIR=3D'/usr/src/lib/libgeom'

> Author: jonathan
> Date: Sat Sep  9 13:18:32 2017
> New Revision: 323365
> URL: https://svnweb.freebsd.org/changeset/base/323365
>=20
> Log:
>   Remove redundant source and object files.
>  =20
>   Reviewed by:	bdrewery, ngie
>   MFC after:	1 week
>   Sponsored by:	DARPA, AFRL
>   Differential Revision:	https://reviews.freebsd.org/D12208
>=20
> Modified:
>   head/cddl/lib/libzpool/Makefile
>   head/gnu/usr.bin/binutils/libbfd/Makefile.amd64
>   head/usr.bin/svn/lib/libsvn_client/Makefile
>=20
> Modified: head/cddl/lib/libzpool/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/cddl/lib/libzpool/Makefile	Sat Sep  9 12:50:12 2017	(r323364)
> +++ head/cddl/lib/libzpool/Makefile	Sat Sep  9 13:18:32 2017	(r323365)
> @@ -26,7 +26,7 @@ ATOMIC_SRCS=3D	opensolaris_atomic.c
> =20
>  LIB=3D		zpool
> =20
> -ZFS_COMMON_SRCS=3D ${ZFS_COMMON_OBJS:C/.o$/.c/} vdev_file.c trim_map.c
> +ZFS_COMMON_SRCS=3D ${ZFS_COMMON_OBJS:C/.o$/.c/} trim_map.c
>  ZFS_SHARED_SRCS=3D ${ZFS_SHARED_OBJS:C/.o$/.c/}
>  KERNEL_SRCS=3D	kernel.c taskq.c util.c
>  LIST_SRCS=3D	list.c
>=20
> Modified: head/gnu/usr.bin/binutils/libbfd/Makefile.amd64
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/gnu/usr.bin/binutils/libbfd/Makefile.amd64	Sat Sep  9 12:50:12
> 2017	(r323364) +++ head/gnu/usr.bin/binutils/libbfd/Makefile.amd64	Sat
> Sep  9 13:18:32 2017	(r323365) @@ -9,7 +9,6 @@ DEFAULT_VECTOR=3D
> bfd_elf64_x86_64_freebsd_vec=20
>  SRCS+=3D	elf64-x86-64.c \
>  	efi-app-x86_64.c \
> -	efi-app-ia32.c \
>  	elf64.c \
>  	elf64-gen.c \
>  	elf64-target.h \
>=20
> Modified: head/usr.bin/svn/lib/libsvn_client/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/usr.bin/svn/lib/libsvn_client/Makefile	Sat Sep  9 12:50:12 2017
> (r323364) +++ head/usr.bin/svn/lib/libsvn_client/Makefile	Sat Sep  9 13:1=
8:32
> 2017	(r323365) @@ -12,7 +12,7 @@ SRCS=3D		add.c blame.c cat.c
> changelist.c checkout.c cle copy_foreign.c ctx.c delete.c deprecated.c di=
ff.c \
>  		diff_local.c diff_summarize.c export.c externals.c import.c \
>  		info.c iprops.c list.c locking_commands.c log.c merge.c \
> -		mergeinfo.c mtcc.c patch.c log.c prop_commands.c \
> +		mergeinfo.c mtcc.c patch.c prop_commands.c \
>  		ra.c relocate.c repos_diff.c resolved.c revert.c revisions.c \
>  		status.c switch.c update.c upgrade.c url.c util.c version.c
> =20
> _______________________________________________
> svn-src-head@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org"



--=20
O. Hartmann

Ich widerspreche der Nutzung oder =C3=9Cbermittlung meiner Daten f=C3=BCr
Werbezwecke oder f=C3=BCr die Markt- oder Meinungsforschung (=C2=A7 28 Abs.=
 4 BDSG).

--Sig_/qAh2J2K3bz7pjzgVx9L.U00
Content-Type: application/pgp-signature
Content-Description: OpenPGP digital signature

-----BEGIN PGP SIGNATURE-----

iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWbQDmgAKCRDS528fyFhY
lEZkAf4qBnZwvj3rz4AvbMmSQ/+rWSF9vwivtQ92bxWFzGHKvyN2o+crItBm1oJR
UfucXd+ZVKCzjhtLFoV8gFGxFU4vAf0VYEcwhbxZyVsFao3EbIaEuGuJOFGNTvEN
ooscotShgl7VgsqOd91xVMb+AivIfj6dprOcy1H+H/S9yl9IGSnZ
=EWqH
-----END PGP SIGNATURE-----

--Sig_/qAh2J2K3bz7pjzgVx9L.U00--



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