Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2013 11:32:39 -0600
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r310293 - head/ports-mgmt/pkg/files
Message-ID:  <50F2EFB7.1060204@FreeBSD.org>
In-Reply-To: <201301122249.r0CMn8MT098786@svn.freebsd.org>
References:  <201301122249.r0CMn8MT098786@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
------enig2FUUIHNLJPFJVXIFGCFAT
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On 1/12/2013 4:49 PM, Baptiste Daroussin wrote:
> Author: bapt
> Date: Sat Jan 12 22:49:07 2013
> New Revision: 310293
> URL: http://svnweb.freebsd.org/changeset/ports/310293
>=20
> Log:
>   Do not install .symbols on current
>  =20
>   Reported and tested by:	kwm
>=20


I think this breaks the build on 9.1 amd64. Removing the patches fixes it=
=2E

> cc -fpic -DPIC -O2 -pipe -fno-strict-aliasing  -std=3Dc99 -I/wrkdirs/us=
r/ports/ports-mgmt/pkg/work/pkg-1.0.4/libpkg  -I/wrkdirs/usr/ports/ports-=
mgmt/pkg/work/pkg-1.0.4/libpkg/../external/sqlite  -I/wrkdirs/usr/ports/p=
orts-mgmt/pkg/work/pkg-1.0.4/libpkg/../external/libyaml/include -DPREFIX=3D=
\"/usr/local\" -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -W=
all -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissin=
g-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -W=
switch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winlin=
e -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-=
sign -c backup.c -o backup.So
> cc1: warnings being treated as errors
> backup.c: In function 'copy_database':
> backup.c:64: warning: 'done' may be used uninitialized in this function=

> backup.c:63: warning: 'total' may be used uninitialized in this functio=
n
> cc1: warnings being treated as errors
> backup.c: In function 'copy_database':
> backup.c:64: warning: 'done' may be used uninitialized in this function=

> backup.c:63: warning: 'total' may be used uninitialized in this functio=
n
> *** Error code 1
> *** Error code 1
> 2 errors
> *** Error code 2
> 1 error
> *** Error code 1
>=20
> Stop in /usr/ports/ports-mgmt/pkg.
> =3D=3D=3D=3D>> Saved pkg-1.0.4_1 wrkdir to: /usr/jails/poudriere/data/w=
rkdirs/90amd64/dev/pkg-1.0.4_1.tbz


=2E..



> Added:
>   head/ports-mgmt/pkg/files/patch-libpkg__Makefile   (contents, props c=
hanged)
>   head/ports-mgmt/pkg/files/patch-pkg__Makefile   (contents, props chan=
ged)
>=20
> Added: head/ports-mgmt/pkg/files/patch-libpkg__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
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/ports-mgmt/pkg/files/patch-libpkg__Makefile	Sat Jan 12 22:49:0=
7 2013	(r310293)
> @@ -0,0 +1,13 @@
> +--- ./libpkg/Makefile.orig	2012-12-21 12:57:15.000000000 +0100
> ++++ ./libpkg/Makefile	2013-01-12 23:26:55.723640000 +0100
> +@@ -94,8 +94,10 @@
> +=20
> + CFLAGS+=3D	-DPREFIX=3D\"${PREFIX}\"
> +=20
> ++.if defined(DEBUG_FLAGS)
> + DEBUG_FLAGS+=3D  -g -O0
> + STRIP=3D
> ++.endif
> + .if defined(PROFILE_BUILD)
> + DEBUG_FLAGS+=3D	-pg
> + .endif
>=20
> Added: head/ports-mgmt/pkg/files/patch-pkg__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
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/ports-mgmt/pkg/files/patch-pkg__Makefile	Sat Jan 12 22:49:07 2=
013	(r310293)
> @@ -0,0 +1,12 @@
> +--- ./pkg/Makefile.orig	2013-01-12 23:38:30.808841691 +0100
> ++++ ./pkg/Makefile	2013-01-12 23:38:50.521899817 +0100
> +@@ -38,7 +38,9 @@
> + CFLAGS+=3D	-DGITHASH=3D"\" ${GITHASH}\""
> + .endif
> +=20
> ++.if defined(DEBUG_FLAGS)
> + DEBUG_FLAGS+=3D	-g -O0
> ++.endif
> + .if defined(PROFILE_BUILD)
> + DEBUG_FLAGS+=3D	-pg
> + .endif
>=20


--=20
Regards,
Bryan Drewery
bdrewery@freenode/EFNet


------enig2FUUIHNLJPFJVXIFGCFAT
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJQ8u+8AAoJEG54KsA8mwz5WqkQALrRNygSosPAqihU4ovfkycl
bphhngAHxI9AV14B264lXAtWSl36YehOSmWNozCECMu3IohhwSRmAcYVF2vAsCyY
rfxXHiOHA2n91bIOqbC2UCDzjrBZoFpyBJyku8eK5EpMxB2bXBVCknkbaP5j/ZAK
VZJ4KH6FFgTsozB9O825CsvieH1gs5HEqcETMrUZBD7Mlfv5pwQNoZ4042kuFhKY
aHCEoYJc3MXYvPtrkI1zS0LOWc3Nkh3HQLUTTEaanc2JT0/5PUtCnH/3ZHY+Q+CU
ki54otQRwnf+pF3XK2GlG+MNBr8pJo6/zfXCLx6OHO1NMEXbHwetZkwWsQQrK9T5
trrs6+OO25HzIF+J9GyrzbMlP9+4jmEq4FXHg34IK1VswOhuwcw4DTe5fV12zGcN
FzngChhNreDx1jGZaPaM8f3lVEQAMVKEQe0R9tL1G3BeeXTwKAK3FzGR5zOsHHuM
olVPbMdMnchyweik833+IvhLs6cYxU1oDaxJHHp4ppFAPcJPJKocMhGVAjnKiwX4
vW7plGSlxpPtSu79t7Xp1/OUebtJTld/eohUp+bB1kNAgPaKj4DuXyKnxWmGAmET
4iKxpnpZP7MclbFeCMyt1j4B6WYpkJkarHpzch41j5QMiEGTFR3JJPmBaFXFKZ2F
UD6G5OwZQt6es0rJI0wA
=1+gr
-----END PGP SIGNATURE-----

------enig2FUUIHNLJPFJVXIFGCFAT--



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