Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.189.118]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 11818782D40 for <~alpine/users@lists.alpinelinux.org>; Tue, 28 Jan 2020 15:22:38 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 0729F2DE4545; Tue, 28 Jan 2020 15:22:36 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id CA4492DE44CF; Tue, 28 Jan 2020 15:22:34 +0000 (UTC) Date: Tue, 28 Jan 2020 16:22:23 +0100 From: Natanael Copa To: "jinguk.kwon@ungleich.ch" Cc: Ariadne Conill , ~alpine/users@lists.alpinelinux.org Subject: Re: apk package build fail Message-ID: <20200128162223.4f86a8f7@ncopa-desktop.copa.dup.pw> In-Reply-To: <46633957-1D8F-49FC-BC8C-FFD39150080B@ungleich.ch> References: <1a168af268b9a9d846eeb627adad95ce@dereferenced.org> <46633957-1D8F-49FC-BC8C-FFD39150080B@ungleich.ch> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi! On Tue, 28 Jan 2020 23:01:20 +0900 "jinguk.kwon@ungleich.ch" wrote: > Thank you for your help. > i found a reason. > ldconfig command is problem. > i am researching solution.(how to add ldconfig) >=20 > APKBUILD > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > *... > package() { > cd "$builddir" > make DESTDIR=3D"$pkgdir" install > ldconfig > } You normally dont need run ldconfig in Alpine. -nc