Need a "uuid-dev" package

3 posts / 0 new
Last post
#1 Thu, 2016-04-07 18:10
SRG
  • SRG's picture
  • Offline
  • Last seen: 1 year 11 months ago
  • Joined: 2016-03-09

I would like to compile taskwarrior (taskd) under Alpine.

I need the "uuid-dev" package (available in other distributions like debian), but i can't find that one under alpine (seems that only "libuuid" package is available).
(on ubuntu one would ran "apt-get install -y --no-install-recommends git ca-certificates build-essential cmake gnutls-bin libgnutls28-dev uuid-dev" for example)

What should / could i do to solve this issue ?

With just "libuuid" under Alpine, i'm encountering when cmaking the project a :

Quote:

-- Looking for GnuTLS
-- Found GnuTLS: /usr/lib/libgnutls.so (found version "3.4.7")
-- Looking for libuuid
CMake Error at CMakeLists.txt:132 (message):
-- libuuid not found.

Thu, 2016-04-14 11:27
ScrumpyJack
  • ScrumpyJack's picture
  • Offline
  • Last seen: 6 months 3 weeks ago
  • Joined: 2013-06-20

We have task and taskd packaged for alpine already, and I use it quite happily.

apk add task taskd taskd-pki task-doc taskd-doc

should get you started.

If you've tried this and there is a feature missing in task/taskd, put in a feature request on bugs.alpinelinux.org

Sat, 2016-10-01 19:53
polettix
  • polettix's picture
  • Offline
  • Last seen: 1 year 6 months ago
  • Joined: 2016-10-01
Log in or register to post comments