X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-it0-f48.google.com (mail-it0-f48.google.com [209.85.214.48]) by lists.alpinelinux.org (Postfix) with ESMTP id 6995C5C56D8 for ; Thu, 12 Oct 2017 13:25:38 +0000 (GMT) Received: by mail-it0-f48.google.com with SMTP id n195so15986469itg.1 for ; Thu, 12 Oct 2017 06:25:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=turbulent-ca.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=cwS3iigzxZhumv91i8fagzs14RpRG2V4kF5+tAlsQLg=; b=uQBC/ct3AFHzx6pp5pFR2HFcY/cN8e1V4NICxKtBePoOHOo3pOQApqv1wyYAjJUCss lsT2nGpCTzFGqV4ogobh+2f2OnNqpBCFvBXCC0UwAVuBPJiQRGeRFYlmei/5/FfxH9K6 hQJePKdl8swsQrgB0dcN6whLtFcd39Q/89/DNPfvSp8n/wIeDvEnnFhsnPbEZhFi5Cq7 JGhZYGTJ+SNSqUVu6NE8GLMk9kYTN7UX/uq9ezGo4o+E7T9jRkg9XHIdKi60VYLkIkEH gQXDyLGbZBtpwYSI5Sd55jkGMsPdgui8jggAv16pjcjcQqVdw+Ul+zbls412fQOPY7O4 /KqQ== 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=cwS3iigzxZhumv91i8fagzs14RpRG2V4kF5+tAlsQLg=; b=q6s7t+VnKQVAJ34iUPoRo/mQCKsekN+AY0ZBNfinPnk1ML5j54+hn6OUuT22tsX+2U obhisgF9A/JErnIHlHTAkNHMvIE5MbRlr7C/+svC3GmvSzQMCJ0aUZXni4M+LPTJZjLm QgTWm8CyTgYa0esU0+HXKga2bpxG4PrVWvPnCxg/ayJRyXVyZCNeNV/pqO8jHU1Gcj0q JjeOYShyyckSOYYGmkLChm8OdVEtSQgVlrZ4YgJP6UHPfzLDwmr450bA/Pb9kmufbXXi yoQcDfGo6u+xhQKPgqBlA9HxBWFWn5jQ6VkEjwzuXio+HP7vXCcxNZuvXcgP7TSMufC1 b6+A== X-Gm-Message-State: AMCzsaWbZnhQLjKN5SH9Fq1pL1DN4N+uZlz1FRbCrCbAfURaO/li85nk hHpj3Hvy3hSzjnlbVGi5PTpFIKolnCdVaRLToqr41Fscet0= X-Google-Smtp-Source: AOwi7QAbyiahOxz3rUbL0i2sAuifCzA9hBbrVIgtKga2EZxVXpIKvlIpT6GqCBV3lJLQwB8qD3qKOggVu2yCxWzoYRM= X-Received: by 10.36.39.214 with SMTP id g205mr3145628ita.23.1507814737908; Thu, 12 Oct 2017 06:25:37 -0700 (PDT) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.2.68.1 with HTTP; Thu, 12 Oct 2017 06:25:37 -0700 (PDT) From: Victor Yap Date: Thu, 12 Oct 2017 09:25:37 -0400 Message-ID: Subject: [alpine-aports] gtk+3.0 install/add error To: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="001a1147b6a8d74b49055b5979a1" --001a1147b6a8d74b49055b5979a1 Content-Type: text/plain; charset="UTF-8" Hello, I've stumbled upon an error with installing "gtk+3.0"; my original goal was to install "chromium". Here are some details. Please let me know if there's some solution that would get things working for "alpine:edge", or if more info is needed in addition to the rough snapshot below. # Dockerfile start # FROM alpine:edge RUN apk --no-cache add gtk+3.0 # Dockerfile, end # ## Building it ## docker build --rm -t nogtk ## End of building it command ### ### Tail-end of output ### (54/57) Installing harfbuzz (1.4.8-r0) (55/57) Installing libxft (2.3.2-r2) (56/57) Installing pango (1.40.12-r0) (57/57) Installing gtk+3.0 (3.22.21-r0) Executing gtk+3.0-3.22.21-r0.post-install Error relocating /usr/lib/libbsd.so.0: fopencookie: symbol not found Executing busybox-1.27.1-r0.trigger Executing glib-2.54.0-r0.trigger Executing shared-mime-info-1.8-r1.trigger Executing gdk-pixbuf-2.36.10-r0.trigger Executing gtk-update-icon-cache-2.24.31-r0.trigger OK: 46 MiB in 67 packages ### End tail-end of output ### Thank you, // Victor --001a1147b6a8d74b49055b5979a1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I've stumbled upon an error with in= stalling "gtk+3.0"; my original goal was to install "chromiu= m". Here are some details. Please let me know if there's some solu= tion that would get things working for "alpine:edge", or if more = info is needed in addition to the rough snapshot below.

# Dockerfile= start #
FROM alpine:edge
RUN apk --no-cache add gtk+3.0

# Doc= kerfile, end #


## Building it ##docker build --rm -t nogtk

## End of building it command ###

### Tail-end of output ###
(54/57) Installing= harfbuzz (1.4.8-r0)
(55/57) Installing libxft (2.3.2-r2)
(56/57) Ins= talling pango (1.40.12-r0)
(57/57) Installing gtk+3.0 (3.22.21-r0)
Ex= ecuting gtk+3.0-3.22.21-r0.post-install
Error relocating /usr/lib/libbsd= .so.0: fopencookie: symbol not found
Executing busybox-1.27.1-r0.trigger=
Executing glib-2.54.0-r0.trigger
Executing shared-mime-info-1.8-r1.t= rigger
Executing gdk-pixbuf-2.36.10-r0.trigger
Executing gtk-update-i= con-cache-2.24.31-r0.trigger
OK: 46 MiB in 67 packages

### End ta= il-end of output ###


Thank you,

// Victor
--001a1147b6a8d74b49055b5979a1-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---