Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 297B3781A7D for <~alpine/devel@lists.alpinelinux.org>; Thu, 10 Oct 2019 09:50:57 +0000 (UTC) Received: by mail-ot1-f47.google.com with SMTP id s22so4316135otr.6 for <~alpine/devel@lists.alpinelinux.org>; Thu, 10 Oct 2019 02:50:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=energomonitor-cz.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=3RxgTrKpEwdlPFMRr9P89RiSR29rD/WMhQUOqnjWYL8=; b=ow9r/ZcARDtWxgCpWq48FrQn3TVRsUjg3fQbI0oBUi6zjr0COiwVBfA6vk0gzvo063 DT+V+tk/RKUmSWYToNU9HAdM5Xe9ZZnJ0YrFULK5EN1tsDxRZGf/tRoMJRfYN68GO2KU iRx/6KMFFqjXmYm+2RHjUYeStFBm+gCHgNQlelURkA4KYSVcE7LFx3fpyhU9GJ7iHy/9 nGjLotjQBMzsC2c2YJCz/7nQVSvIvCUFdbOo6adbCE32f4bJadhJbzUQsnlGHZC/Y0IN BHUUeZB0jmfCG+FawfhD0TxCG3gPagw7MswSY9j/fGG+nAjuDAglF4uiO/0j5MKGJZxO QCzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=3RxgTrKpEwdlPFMRr9P89RiSR29rD/WMhQUOqnjWYL8=; b=cIJ2DjBm1WrLaym3vZVPZV7O90NIf6AuAGND5nflqJbFFqDEJ40OLAwZNCEFR9RPqo p7AWbHMqKd3nr6hAq9fb+GGsFhLtiP0D1sZJwAoO8g7uQzvzwrTRzFPutNNbRnQdQf3T I/CLm/3egg5AacHBJVcIbww8AHnRL+gVkHVn9oHAoYTgkAM7ikPyB7Q3NL+w+zsTrOCm SLwClO+9ON/YmVgvsf8lAC75NFYPXN8XEDcttjlqSTtQnaTgDuUrLAaESFj8KxW/k8eu 5rk66ZFOzGgXaPC/ZkW+hkfOVih303WlwqN9Mmtr5MoD8Q8CteFkE2v//w4OyKsbCoOc hYtg== X-Gm-Message-State: APjAAAW6ULwKOUO//x7R+WLp7gdH+3y17KlKA4MiiMew7Jui7oc90mU5 LMdlhePXOBgrcWlwFpp3msdVzdfYxh0LXAK3VeauY/2LqXw= X-Google-Smtp-Source: APXvYqy0q8gVwdjzQ3FZAK/SGJ5+MY3k4uWhBFhfrIOn4Nk1f5QgCjN04kRyKzqTCPFP6thBTFeIsG34HNWrwmbPKmQ= X-Received: by 2002:a05:6830:1e8c:: with SMTP id n12mr6864429otr.360.1570701054841; Thu, 10 Oct 2019 02:50:54 -0700 (PDT) MIME-Version: 1.0 From: Daniel Beseda Date: Thu, 10 Oct 2019 09:50:44 +0000 Message-ID: Subject: librdkafka-dev: Missing static library To: ~alpine/devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="0000000000006c284305948b569a" --0000000000006c284305948b569a Content-Type: text/plain; charset="UTF-8" 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 uses ` github.com/confluentinc/confluent-kafka-go`. Here's the error message: # github.com/energomonitor/server-go/vendor/github.com/confluentinc/confluent-kafka-go/kafka gcc: error: /usr/lib/librdkafka.a: No such file or directory Daniel --0000000000006c284305948b569a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
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 se= rvice which uses `github.com/confluentinc/confluent-kafka-go`. Here's the error= message:

# github.co= m/energomonitor/server-go/vendor/github.com/confluentinc/confluent-kafka-go= /kafka
gcc: error: /usr/lib/librdkafka.a: No such file or directory<= br>

Daniel
--0000000000006c284305948b569a--