Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443056 - dev-libs/libmemcached-1.0.13 version bump
Summary: dev-libs/libmemcached-1.0.13 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-14 05:37 UTC by Johan Bergström
Modified: 2012-11-16 08:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
libmemcached-1.0.13.ebuild (libmemcached-1.0.13.ebuild,1.28 KB, text/plain)
2012-11-14 05:37 UTC, Johan Bergström
Details
libmemcached-1.0.13.ebuild (libmemcached-1.0.13.ebuild,1.11 KB, text/plain)
2012-11-14 06:34 UTC, Johan Bergström
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Bergström 2012-11-14 05:37:34 UTC
Created attachment 329506 [details]
libmemcached-1.0.13.ebuild

Fixes bug 438166 and bug 438656. Test suite is still flaky for me. Takes _ages_ (freezes here and there), and sometimes fails. Oh well.

Also:
   dev-libs/libmemcached/metadata.xml: unused local USE-description: 'gtest'
   dev-libs/libmemcached/metadata.xml: unused local USE-description: 'libevent'
Comment 1 Johan Bergström 2012-11-14 05:41:45 UTC
Just found a minor issue. Please hold updating until I update it.
Comment 2 Johan Bergström 2012-11-14 06:34:03 UTC
Created attachment 329512 [details]
libmemcached-1.0.13.ebuild

Ended up doing more changes:
 - doman path changed
 - no longer supports tcmalloc. seems to be dropped upstream
 - no longer supports doc. sphinx runs but there's nothing to generate
 - use myconf to avoid --disable-$cruft not being recognised
Comment 3 Patrick Lauer gentoo-dev 2012-11-16 07:56:05 UTC
  CC     libmemcached/libmemcached_libmemcached_la-array.lo
In file included from ./libmemcached-1.0/memcached.h:85:0,
                 from ./libmemcached/common.h:110,
                 from libmemcached/allocators.cc:38:
./libmemcached-1.0/struct/sasl.h:39:23: fatal error: sasl/sasl.h: No such file or directory
compilation terminated.
make[1]: *** [libmemcached/libmemcached_libmemcached_la-allocators.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
  CXX    libmemcached/libmemcached_libmemcached_la-auto.lo
In file included from ./libmemcached-1.0/memcached.h:85:0,
                 from ./libmemcached/common.h:110,
                 from libmemcached/analyze.cc:1:
./libmemcached-1.0/struct/sasl.h:39:23: fatal error: sasl/sasl.h: No such file or directory
compilation terminated.
make[1]: *** [libmemcached/libmemcached_libmemcached_la-analyze.lo] Error 1
In file included from ./libmemcached-1.0/memcached.h:85:0,
                 from ./libmemcached/common.h:110,
                 from libmemcached/array.c:38:
./libmemcached-1.0/struct/sasl.h:39:23: fatal error: sasl/sasl.h: No such file or directory
compilation terminated.
make[1]: *** [libmemcached/libmemcached_libmemcached_la-array.lo] Error 1
In file included from ./libmemcached-1.0/memcached.h:85:0,
                 from ./libmemcached/common.h:110,
                 from libmemcached/auto.cc:38:
./libmemcached-1.0/struct/sasl.h:39:23: fatal error: sasl/sasl.h: No such file or directory
compilation terminated.
make[1]: *** [libmemcached/libmemcached_libmemcached_la-auto.lo] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/libmemcached-1.0.14/work/libmemcached-1.0.14'
make: *** [all] Error 2
 * ERROR: dev-libs/libmemcached-1.0.14 failed (compile phase):
 *   emake failed
Comment 4 Patrick Lauer gentoo-dev 2012-11-16 08:18:22 UTC
+  16 Nov 2012; Patrick Lauer <patrick@gentoo.org> +libmemcached-1.0.14.ebuild:
+  Bump for #443056

Slightly ugly, but upstream is silly.