X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail.toastin.space (mail.toastin.space [207.246.93.162]) by lists.alpinelinux.org (Postfix) with ESMTP id 83D2BF831A4 for ; Fri, 8 Mar 2019 02:21:02 +0000 (UTC) Received: from mail.toastin.space (localhost [127.0.0.1]) by mail.toastin.space (OpenSMTPD) with ESMTP id a759b278 for ; Thu, 7 Mar 2019 21:21:01 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=toastin.space; h=subject :to:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=ml; bh=jW23viCTDjI8H2 M9WODAqf8YPZg=; b=RDl0yW/9GjlSxxBzamh3ClOuR2fsD7UMYF491Mw+AeLifq F+A2rpA36XLVFlT7ZarrwB4B797LajlnBbh9O8W+ip6JmzlLWqSsnnz3COqlz01e 3+GkWkOapK+IIUncK52Cp+hPbwbhrK2MDelyO04V/wYd7TU6D60wIziSTojOE3gy TB2Zxu2PEf7NHpozx8B+D+5cXobRHLcsKr5OISI+GL7JdDavEGpY9gWVWORBPQ69 t74IWesd9vcEFlu2Cz0CV1Vm6sldbAt7nZ2VzBK+aAUANtvGVNCBVXMZSzA8mGji 9DA8MV86wfjM4xZ7lGKelTahkGL6ZMTps/XPvNtA== DomainKey-Signature: a=rsa-sha1; c=nofws; d=toastin.space; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; q=dns; s=ml; b=otC/F50w 9MUnRPtItrPGomGd0Ea8jhLGOh8itc0C4XTIMDDfvPIMscc4m0MUZEG3U0dbtLdf 0ZHajAscVoADwcsd0KUliQTWEQPVqbyVe2zAuap3kAat9+5U2Oxuod2JgokUUtyq AVbnesVNHcYwik6TPK24fFRfPxw/UGjj6gjxkyoBjbZ2MVv5VPFum6KVTePOWtWT 2SPQf3GNqp/OH6Jip16xCj1TNWeFSuqg8at5VRYE+TzsK0hLK9LahR6Ei9AX7UjK R+nGsS3HAwBLLLBtUFJMENJM6MQxrR2aITMuWuTYSxRzYTUzpSniIe9h3kMXE63l gX0T30pYDgS6Gw== Received: from [192.168.0.135] (173-246-15-165.qc.cable.ebox.net [173.246.15.165]) by mail.toastin.space (OpenSMTPD) with ESMTPSA id 700f4204 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 7 Mar 2019 21:21:01 -0500 (EST) Subject: Re: [alpine-user] missing header sys/queue.h To: 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: Chloe Kudryavtsev Message-ID: <8add8700-d296-5806-5a41-c768af81d4b9@toastin.space> Date: Thu, 7 Mar 2019 21:20:59 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:66.0) Gecko/20100101 Thunderbird/66.0 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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Hey again Riccardo. > is missing of BLOCK_SIZE another known alpine/musl issue? BLOCK_SIZE is canonically defined in linux/fs.h as (1 << BLOCK_SIZE_BITS). Glibc coincidentally redefines it to a hardcoded 1024 in sys/mount.h, but this is a glibc-specific extension. Please make sure your project includes the correct header. Also, do note that searching for "musl BLOCK_SIZE" (at least from where I'm at) gives relevant results in the top two slots (I haven't checked much lower). It would be nice if for simpler issues (like finding a missing file using an automated tool, or where a symbol normally is), you could do the search yourself. This means less effort for me, and significantly less waiting for you. Instead of having to wait until I (or someone else) gets to helping you in their TODO list, you could have had your answer within a minute or two (rather than the > 1 day it took me to get back to you this time). --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---