Received: from mail-ot1-f54.google.com (mail-ot1-f54.google.com [209.85.210.54]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6805E781AEB for <~alpine/devel@lists.alpinelinux.org>; Thu, 10 Oct 2019 10:59:35 +0000 (UTC) Received: by mail-ot1-f54.google.com with SMTP id k32so4475373otc.4 for <~alpine/devel@lists.alpinelinux.org>; Thu, 10 Oct 2019 03:59:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=energomonitor-cz.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=OO4cWvAz/Hht9+xL/VufWCztOjdxsG7ZGGEVMnF5gmM=; b=yxqJXPkSQrlw49zWfOJWu2kf2y7IqVqCwn6vUt97r9KAID3BBnd1/g+6u5K0vBlJPm I4heofghF+K1J5Ysegn+5sd+clt6xlvIHzvDeav2oTwukf89DDjTxzqaMBTvyllGsHCN nVHXAp707F0haBOzSTGenpn1NtEufKzshsBfiHqN9qm7cN6+E4N36JJF33md6QaE9098 ziL9uDOty30LpgNVn+7hFIH3PC/HnkKz9THy6VhjjX7nM2Yii7lKuHUrM6X351Nr2T5J nFGafYWBQA4p2brQ7pt6se2apeUQclPBU4NMsx+WZQnqbW+BdPmSz5VUOzcY8VhdAfCS zqiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OO4cWvAz/Hht9+xL/VufWCztOjdxsG7ZGGEVMnF5gmM=; b=OauutO009lEkYuZGQaeFYfXtPkhQmSIhdScgAsLFkpR1dyf5E12NR5h6c9UzMAYZDO SRJaXqPbzsm4uS5KrJeteOs5ssBnCCmnYLzqljtObCTWxxYI0mzk/ZVfsm++O+7KQTAa hBvAUXfoEgF+URNnp0+w9Jb4WYiWBdoK6+x3MS0p+/9sUBt2VmatmBYRo3WTdqMGcWJR irPJi6wOqlc2O9WMinSefkKsq14OUQPFkXAQq0p1qJAB0JGekzgdnsTp5invAaYRwODf TWOn8bRatou0jbAJ8lSXYeJ3klfSO/ewa9+FANJCVhl2b7eHi+exzt3MBqCK8sCLfUMM 3imQ== X-Gm-Message-State: APjAAAW6cfjSqvjVtPdRdceWNFDi/mzWnKMfbHKO3LI3DeQ29hNLHW6i yFam4zRai5IeREGwz5AP00pZp3wQGoYma0k42CHK0epI X-Google-Smtp-Source: APXvYqzEoOdc6TCxTWqGOLytxX3DyJafHA0N9Sd3nashJfLcDvzopDIJc63fkyOojvuMx/6Vf8ExvIZA+RDud1Z5sIg= X-Received: by 2002:a9d:4501:: with SMTP id w1mr7381035ote.239.1570705174161; Thu, 10 Oct 2019 03:59:34 -0700 (PDT) MIME-Version: 1.0 References: <20191010095528.GA505@arya.arvanta.net> In-Reply-To: <20191010095528.GA505@arya.arvanta.net> From: Daniel Beseda Date: Thu, 10 Oct 2019 10:59:23 +0000 Message-ID: Subject: Re: librdkafka-dev: Missing static library To: =?UTF-8?Q?Milan_P=2E_Stani=C4=87?= Cc: ~alpine/devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="000000000000f3fd9905948c4b73" --000000000000f3fd9905948c4b73 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Milan, thank you, that worked. Daniel =C4=8Dt 10. 10. 2019 v 9:55 odes=C3=ADlatel Milan P. Stani=C4=87 napsal: > Hi Daniel, > > On Thu, 2019-10-10 at 09:50, Daniel Beseda wrote: > > I noticed that librdkafka-dev package on alpine-3.10 doesn't contain *.= a > > files. Is it an omission? This breaks our build of go service which use= s > ` > > github.com/confluentinc/confluent-kafka-go` > . Here's the error > message: > > > > # > > > github.com/energomonitor/server-go/vendor/github.com/confluentinc/conflue= nt-kafka-go/kafka > > gcc: error: /usr/lib/librdkafka.a: No such file or directory > > Static libs are -static files, in this case librdkafka-static > So, you should install it or add in makedepends if you building your > package in aports with APKBUILD file. > > -- > regards > > Daniel > --000000000000f3fd9905948c4b73 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Milan,

thank you, that worked.
=

Daniel

=C4=8Dt 10. 10. 2019 v=C2=A09:55 odes=C3=ADlatel = Milan P. Stani=C4=87 <mps@arvanta.net> napsal:
Hi Daniel,

On Thu, 2019-10-10 at 09:50, Daniel Beseda wrote:
> I noticed that librdkafka-dev package on alpine-3.10 doesn't conta= in *.a
> files. Is it an omission? This breaks our build of go service which us= es `
> github.com/confluentinc/confluent-kafka-go`. Here's the error message:
>
> #
>
github.com/energomonitor/server-go/vendor/github.com/confluentinc/conflue= nt-kafka-go/kafka
> gcc: error: /usr/lib/librdkafka.a: No such file or directory

Static libs are -static files, in this case librdkafka-static
So, you should install it or add in makedepends if you building your
package in aports with APKBUILD file.

--
regards
> Daniel
--000000000000f3fd9905948c4b73--