X-Original-To: alpine-user@lists.alpinelinux.org Received: from libero.it (smtp-34.italiaonline.it [213.209.10.34]) by lists.alpinelinux.org (Postfix) with ESMTP id 2B1DAF84D42 for ; Wed, 6 Mar 2019 19:28:17 +0000 (UTC) Received: from [192.168.1.2] ([151.20.79.62]) by smtp-34.iol.local with ESMTPA id 1cD9hyIv8wlwK1cDAh3XvS; Wed, 06 Mar 2019 20:28:16 +0100 x-libjamoibt: 1601 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=libero.it; s=s2014; t=1551900496; bh=I75r14Bs7HRC7ecKDYxvyDroZwR7kTPrk/eTqWDAWvE=; h=Subject:To:References:From:Date:In-Reply-To; b=ruYh6lPAgYY2ywDHjjF9w68Ulu36pPekIU4bl9zbAZVLdR+MQ24Ok/aA+amT0Q31E zf38f751lG0onyGym7nsb4TMvi4FC0qXVZnhvKAan5LhzLml59VdmJpf6UrnC70+Zu tGM9ZAc+MXfNPlFAUJr8hDGI3mdagDj/Rwnzd1xJ1G/gLi5K7jE51a3KqDB2fQ/7Y/ Aftb4RV/xQ2UcPXuY03ZNM/rADRg5FGTjFOWNzSQX9X0ixFkDOARKpoYQ1aSzKOdMJ aC5dI/JIRSmuFzGm6juw4yehvc3zE/d8/UqYB6mGnGlOYyAvgyL5sxuLzjeJC0D/rP jjoqw9EDM/yKg== X-CNFS-Analysis: v=2.3 cv=O8HoQy1W c=1 sm=1 tr=0 a=8uKbiH4Weol60EG+ySSPOA==:117 a=8uKbiH4Weol60EG+ySSPOA==:17 a=IkcTkHD0fZMA:10 a=kmYkUENqAAAA:8 a=JJjEGDYHpeDHY1TXmdAA:9 a=QEXdDO2ut3YA:10 a=p9kz6gysRiz6SGr9lVkz:22 Subject: Re: [alpine-user] missing header sys/queue.h To: Chloe Kudryavtsev , alpine-user@lists.alpinelinux.org References: <18833665-ea51-febd-5695-5098b5986135@libero.it> <69dc00e5-7e32-1a6a-0cf8-71bf675c15bd@libero.it> <8bcf5e42-3654-0454-19e7-5d76bba0b925@toastin.space> From: Riccardo Mottola Message-ID: Date: Wed, 6 Mar 2019 20:28:15 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 SeaMonkey/2.49.4 X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: <8bcf5e42-3654-0454-19e7-5d76bba0b925@toastin.space> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfG20iUSOyCB/M3SZcwkHCSx+z4RucHDHBrDFnzGLIImk2DWRvFefcUyc1bOh1dY92JdQYd9gk+ahUnYKC86zbtm33ZqGNH1e5w1F9FTdqkS75Yq1oyWx 6zvSHhMXmdC5OsBGYtUkyIJCXOONSXfVEawims9g3RrDeduC50sV5zMlgo8s1VQX4cxISbkOyi6fCIOswyPMv9zhg5+PaTGvHQ3DLAmKwdeuUiaYS8Bjm2q7 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? Riccardo --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---