From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5890 Path: news.gmane.org!not-for-mail From: Luca Barbato Newsgroups: gmane.linux.lib.musl.general Subject: Re: Bug on fstat()? Date: Sun, 24 Aug 2014 23:35:06 +0200 Message-ID: <53FA5A8A.3040503@gentoo.org> References: <20140824210539.GT12888@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1408916126 23096 80.91.229.3 (24 Aug 2014 21:35:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Aug 2014 21:35:26 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5896-gllmg-musl=m.gmane.org@lists.openwall.com Sun Aug 24 23:35:19 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XLfRW-0002pW-SD for gllmg-musl@plane.gmane.org; Sun, 24 Aug 2014 23:35:18 +0200 Original-Received: (qmail 23563 invoked by uid 550); 24 Aug 2014 21:35:18 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 22517 invoked from network); 24 Aug 2014 21:35:17 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:5890 Archived-At: On 24/08/14 23:23, piranna@gmail.com wrote: >> What prefix is musl-gcc installed in? > > I'm using the musl packages availables on Ubuntu Unicorn, musl-gcc is > available at /usr/bin/musl-gcc and musl includes are at > /usr/include/i386-linux-musl > > >> And have you done anything to modify it or added additional include paths for it? The above symlinks don't make sense for a typical out-of-the-box installation. > > I've not modified musl source code, only modifications have been to > add that symlinks for linux, asm & asm-generic includes so they are > available to Node.js during compilation. I didn't found a cleaner way > to do it. They are not required by Node.js itself, but instead by > libuv. Make sure everything picks up the correct compiler and include paths. lu