Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2014 15:01:14 -0500
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        "Sergey A. Osokin" <osa@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r368298 - head/databases/redis
Message-ID:  <5418970A.70900@FreeBSD.org>
In-Reply-To: <201409160820.s8G8KqlW023235@svn.freebsd.org>
References:  <201409160820.s8G8KqlW023235@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)
--pcI9GSRJvedHveTubQaEfqExwwvh6P3WW
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Fails to build for me on 8.4:
> cc  -L/usr/local/lib -pthread -lm -lexecinfo -fstack-protector -o redis=
-server adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d=
=2Eo pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o obj=
ect.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_has=
h.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o migr=
ate.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc=
64.o bitops.o sentinel.o notify.o setproctitle.o hyperloglog.o latency.o =
sparkline.o ../deps/hiredis/libhiredis.a ../deps/lua/src/liblua.a -lm
> cc: ../deps/hiredis/libhiredis.a: No such file or directory
> cc: ../deps/lua/src/liblua.a: No such file or directory
> gmake[1]: *** [redis-server] Error 1
> gmake[1]: Leaving directory `/wrkdirs/usr/ports/databases/redis/work/re=
dis-2.8.15/src'
> gmake: *** [all] Error 2
> *** Error code 1




On 9/16/2014 3:20 AM, Sergey A. Osokin wrote:
> Author: osa
> Date: Tue Sep 16 08:20:52 2014
> New Revision: 368298
> URL: http://svnweb.freebsd.org/changeset/ports/368298
> QAT: https://qat.redports.org/buildarchive/r368298/
>=20
> Log:
>   Upgrade from 2.8.14 to 2.8.15.
>  =20
>   <ChangeLog>
>  =20
>   --[ Redis 2.8.15 ] Release date: 12 Sep 2014
>  =20
>   # UPGRADE URGENCY: LOW for Redis, HIGH for Sentinel.
>  =20
>   * [FIX] Sentinel critical bug fixed: the absolute majority was comput=
ed in a
>           wrong way because of a programming error. Now the implementat=
ion does
>           what the specification says and the majority to authorize a f=
ailover
>           (that should not be confused with the ODOWN quorum) is the ma=
jority of
>           *all* the Sentinels ever seen for a given master, regardless =
of their
>           current state.
>   * [FIX] GETRANGE test no longer fails for 32 bit builds (Matt Stancli=
ff).
>   * [FIX] Limit SCAN latency when the hash table is in an odd state (ve=
ry few
>           populted buckets because rehashing is in progress). (Xiaost a=
nd
>           Salvatore Sanfilippo)
>  =20
>   * [NEW] Redis is now able to load truncated AOF files without requiri=
ng a
>           redis-check-aof utility run. The default now is to load trunc=
ated
>           (but apparently not corrupted) AOFs, you can change this in r=
edis.conf.
>           (Salvatore Sanfilippo).
>   * [NEW] Sentinel: ability to announce itself with an arbitrary IP/por=
t to work
>           in the context of natted networks. However this is probably s=
till
>           not enough since there is no equivalent mechanism for slaves =
listed
>           in the master INFO output. (Dara Kong and Salvatore Sanfilipp=
o)
>  =20
>   </ChangeLog>
>=20
> Modified:
>   head/databases/redis/Makefile
>   head/databases/redis/distinfo
>=20
> Modified: head/databases/redis/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/databases/redis/Makefile	Tue Sep 16 07:18:31 2014	(r368297)
> +++ head/databases/redis/Makefile	Tue Sep 16 08:20:52 2014	(r368298)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
> =20
>  PORTNAME=3D	redis
> -DISTVERSION=3D	2.8.14
> +DISTVERSION=3D	2.8.15
>  CATEGORIES=3D	databases
>  MASTER_SITES=3D	http://download.redis.io/releases/
> =20
>=20
> Modified: head/databases/redis/distinfo
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=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/databases/redis/distinfo	Tue Sep 16 07:18:31 2014	(r368297)
> +++ head/databases/redis/distinfo	Tue Sep 16 08:20:52 2014	(r368298)
> @@ -1,2 +1,2 @@
> -SHA256 (redis-2.8.14.tar.gz) =3D 593e4a882f81913373923389a8d49b39f230d=
69c9a1be50f883cdbecf7381763
> -SIZE (redis-2.8.14.tar.gz) =3D 1231617
> +SHA256 (redis-2.8.15.tar.gz) =3D 2bc8cacf2b9a22fe7fd0cc8d794db7f6ea6d9=
19083482184df86d40e5e3de38f
> +SIZE (redis-2.8.15.tar.gz) =3D 1233621
>=20


--=20
Regards,
Bryan Drewery


--pcI9GSRJvedHveTubQaEfqExwwvh6P3WW
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)

iQEcBAEBAgAGBQJUGJcKAAoJEDXXcbtuRpfPYIIIAIzu/51FJ02ZP7CtZAFl5nzl
3i3I4+YGLlxTGNXmsRQkhr/M8Pz9oWrETbIZI5Z5LY3Uc5U+/LSmXAa67VH42c5O
Iuuaz7RFUyFNXOvNxlRL7YSinQqB/XqZjb8fxQCJiSB8SOnxdKIFvtx0XhL0yXw4
HGioYhvmEcfYtmxxNMcq/ysq5FLID8riMUjNJd5Us/SeJLyviIOxSDoV92BFJONq
sVYCUK6zfxMOdCYC8EeXpWziZOmVWr8DqBA+5ntajSvz9fyiuujrx/bpuZlnmt2Q
B2FsBrT09U7UZ4/mdbceD5FJCug2oP5w6kSuWqBILgptFgaf3aNHkpwnnavmZcQ=
=MPxq
-----END PGP SIGNATURE-----

--pcI9GSRJvedHveTubQaEfqExwwvh6P3WW--



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