Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 15:37:38 -0500
From:      Bryan Drewery <bryan@shatow.net>
To:        Big Lebowski <spankthespam@gmail.com>
Cc:        freebsd-ports <freebsd-ports@freebsd.org>
Subject:   Re: Help in testing Basho Riak port
Message-ID:  <20130920203737.GE74496@admin.xzibition.com>
In-Reply-To: <CAHcXP%2Be15099FK7ch3NhktHXJKcSL%2BstANhSSZ-zwfOtB6%2BLfA@mail.gmail.com>
References:  <CAHcXP%2Be15099FK7ch3NhktHXJKcSL%2BstANhSSZ-zwfOtB6%2BLfA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--ZInfyf7laFu/Kiw7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Sep 20, 2013 at 06:57:52PM +0100, Big Lebowski wrote:
> Hi list!
>=20
> I've been working for couple last days on porting Basho Riak database
> (latest version 1.4.2) and finally I think it is ready to be presented:
> https://www.dropbox.com/s/2ztu2bdiip1u2un/riak.tgz

  MASTER_SITES=3D   http://s3.amazonaws.com/downloads.basho.com/riak/1.4/1.=
4.2/ \
		  http://downloads.basho.com.s3.amazonaws.com/riak/1.4/1.4.2/

Use ${PORTVERSION} instead of 1.4.2

  USES=3D           ${GMAKE}

Use 'gmake', not ${GMAKE} here.

Fails to build on 8.3 i386:

  db/version_set.cc:59: warning: this decimal constant is unsigned only in =
ISO C90
  db/version_set.cc:59: warning: this decimal constant is unsigned only in =
ISO C90
  db/version_set.cc:60: error: integer constant is too large for 'long' type
  db/version_set.cc:60: error: integer constant is too large for 'long' type
  db/version_set.cc:61: error: integer constant is too large for 'long' type
  db/version_set.cc:61: error: integer constant is too large for 'long' type
  db/version_set.cc:62: error: integer constant is too large for 'long' type
  db/version_set.cc:62: error: integer constant is too large for 'long' type
  table/filter_block.cc: In member function 'bool leveldb::FilterBlockReade=
r::KeyMayMatch(uint64_t, const leveldb::Slice&)':
  table/filter_block.cc:112: warning: comparison between signed and unsigne=
d integer expressions
  util/env_posix.cc: In constructor 'leveldb::<unnamed>::PosixEnv::PosixEnv=
()':
  util/env_posix.cc:788: warning: unused variable 'ts'


  gmake[1]: *** [libleveldb.so.1.9] Error 1
  gmake[1]: Leaving directory `/wrkdirs/usr/ports/databases/riak/work/riak-=
1.4.2/deps/eleveldb/c_src/leveldb'


Instead of bsd.port.pre.mk ... bsd.port.post.mk, use bsd.port.options.mk ...
bsd.port.mk. Although, it doesn't look like you even need that. Just use
bsd.port.mk at the end, no 2nd include.


Otherwise, good work. I will pkg-build test any updates you send out.

>=20
> Please, grab the port and test it on anything you can, break it in any way
> possible, and comment on anything you see that's been done wrong - I am
> open to any suggestion on how to make it worthy candidate for send-pr with
> port submission.
>=20
> Any help will be highly appreciated and will motivate me to port more cool
> software to FreeBSD! ;)
>=20
> Kind regards,
> S.
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"

--ZInfyf7laFu/Kiw7
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.21 (FreeBSD)

iQIcBAEBAgAGBQJSPLIQAAoJEG54KsA8mwz5S+wP/R765SmJ/ff8IR5mGTha1X/t
fhd4VcduW7ReSyNrtzRo7e/9K07mK+ov7hNQzpAZwPLJvUsB9yj6iOB3a/J3RBBK
1bhAvP37Yqbu5GV6nkIOyRUnDvxHiI/ceE5F5ZK4TDTh10xQfpkpdgWZGOuLdZFc
65UkPw+hKLUPGfybQ986KZUBOF1iSGQPdj70jrUxliRk7K7TWTtcxtd52H6xDM8O
6bhTTgdxvRaTYqre6YVcs06ODxSRrGRF0ixikyS1HnafUwPvATJLus9mdGhrkHZv
X+BHoEtPSEpVVw6yPMFWawIfx67Yg7xeY2F+DmYWZ4cngissSp29svfBZ/v0MAH+
fKzTqlwmD2+G5zWxAFwtCyYWnPeK4tUSCiMHBnPkgkno80rYYbi7nV75EtElKCD7
xtvUK46S8dMXZ2C1spIQY86tw0T16qgUdc1ntP7QB8a05x2jG6GuUywqklwEtKM/
5GIzGqvxXhnrqudpxZPi4DbnRZ4RY3/VFgGnAOr6quNsJ81tqKVUt/rQRTlX0LuQ
INhkmSV19GCAkXYORPAs8IBZFKbPen7jQP9fmyUNXOWT3fGJeEVh8AnONOIQn1WT
FimXOXek93Bqte+9GkTFpuX26LScwFWz6aGQqDWAMm1hO/pjcHNBJ8hPqUrmak2/
KSy+s1dA61bRlLBA1L2F
=7pau
-----END PGP SIGNATURE-----

--ZInfyf7laFu/Kiw7--



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