X-Original-To: alpine-user@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id A58F9F84CEB for ; Fri, 8 Mar 2019 09:47:35 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 263139E1CC9; Fri, 8 Mar 2019 09:47:35 +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 8A9619E1C85; Fri, 8 Mar 2019 09:47:33 +0000 (UTC) Date: Fri, 8 Mar 2019 10:47:29 +0100 From: Natanael Copa To: Riccardo Mottola Cc: Chloe Kudryavtsev , alpine-user@lists.alpinelinux.org Subject: Re: [alpine-user] missing header sys/queue.h Message-ID: <20190308104729.2a3095ea@ncopa-desktop.copa.dup.pw> In-Reply-To: References: <18833665-ea51-febd-5695-5098b5986135@libero.it> <69dc00e5-7e32-1a6a-0cf8-71bf675c15bd@libero.it> <8bcf5e42-3654-0454-19e7-5d76bba0b925@toastin.space> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-alpine-linux-musl) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 6 Mar 2019 20:28:15 +0100 Riccardo Mottola wrote: > Hi Chloe! > > Chloe Kudryavtsev wrote: > > > > In this case, musl does not include fts.h (for similar reasons). > > To look for what package might contain a given file (including headers), > > you can use the repository package browser (specifically the contents > > subsection) available here[1]. > > In this case, it looks like the package you're missing is `fts-dev`. > > > > [1]: https://pkgs.alpinelinux.org/contents > > thank you, I was mitting that package (fts included) and together with > my temporary sysctl patch, I can continue building, however things break > this way: > > 2:36.82 /home/multix/code/Arctic-Fox/xpcom/io/nsLocalFileUnix.cpp: In > member function 'virtual nsresult > nsLocalFile::GetDiskSpaceAvailable(int64_t*)': > 2:36.82 > /home/multix/code/Arctic-Fox/xpcom/io/nsLocalFileUnix.cpp:1414:10: > error: 'BLOCK_SIZE' was not declared in this scope > 2:36.83 if ((BLOCK_SIZE * dq.dqb_bhardlimit) > dq.dqb_curspace) > 2:36.83 ^~~~~~~~~~ > 2:36.86 > /home/multix/code/Arctic-Fox/xpcom/io/nsLocalFileUnix.cpp:1414:10: note: > suggested alternative: 'BLKGETSIZE' > 2:36.86 if ((BLOCK_SIZE * dq.dqb_bhardlimit) > dq.dqb_curspace) > 2:36.87 ^~~~~~~~~~ > 2:36.87 BLKGETSIZE > 2:37.25 In the directory > /home/multix/code/Arctic-Fox/obj-i686-pc-linux-gnu/xpcom/io > > is missing of BLOCK_SIZE another known alpine/musl issue? fwiw, none of those isses are issues in alpine/musl. It is bugs in the software you are trying to build. You should report those upstream. -nc --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---