From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5894 Path: news.gmane.org!not-for-mail From: "piranna@gmail.com" Newsgroups: gmane.linux.lib.musl.general Subject: Re: Bug on fstat()? Date: Mon, 25 Aug 2014 11:31:28 +0200 Message-ID: References: <20140824210539.GT12888@brightrain.aerifal.cx> <53FA5A8A.3040503@gentoo.org> 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: quoted-printable X-Trace: ger.gmane.org 1408959128 14376 80.91.229.3 (25 Aug 2014 09:32:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2014 09:32:08 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5900-gllmg-musl=m.gmane.org@lists.openwall.com Mon Aug 25 11:32:03 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 1XLqd7-0004DN-3r for gllmg-musl@plane.gmane.org; Mon, 25 Aug 2014 11:32:01 +0200 Original-Received: (qmail 22179 invoked by uid 550); 25 Aug 2014 09:32:00 -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 22168 invoked from network); 25 Aug 2014 09:32:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=vWJgNF+/DYwMW1KjbjtbchOfsZUXWgGp86nuJrQ0Hzg=; b=FcVWSTDAW6DPlS3Isp8J7X46VKxDJ/GtC2OSoID/NODty54QTwhryIrpCNMoev/iXh hKrA5i39Z16bCVnzLjFiVlZ+FurHcoeGB+V0EbEdJ0YCNazeFbp/ipjRjVrAN3dBur3t q7+lKcAooH8RjLbglnMjD60xXebZrN2a9bAnytZ5z76wkYATWwKcv2J6Pj+Q/U+WW3tT sk7hcht1vPNv+T1dyvt9bRsOOLt7338i6jE68Lcnst21LTI4nT+TGlk+FCtIMYMCLWla 0pwF8Hqskd7KW1VEmwYSLks6Nn3gsQkOvkeulBQVYIiS5736fqbrx5oDPJieTEczbYVR ppmQ== X-Received: by 10.180.184.99 with SMTP id et3mr14362627wic.31.1408959108658; Mon, 25 Aug 2014 02:31:48 -0700 (PDT) In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:5894 Archived-At: > So, is g++ mandatory for compilation? Is there any solution? I'll try > to set CXX to musl-gcc too, but didn't see anything about this and I'm > not sure if it would work... If it doesn't work, would I need to > create a musl-g++ wrapper? Confirmed: doesn't work, it has failed just in the first C++ source code file it has found: musl-gcc '-DV8_TARGET_ARCH_IA32' '-DENABLE_DISASSEMBLER' '-DV8_USE_DEFAULT_PLATFORM' '-DICU_UTIL_DATA_IMPL=3DICU_UTIL_DATA_STATIC' -I../deps/v8/src -pthread -Wall -Wextra -Wno-unused-parameter -m32 -fno-strict-aliasing -m32 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -MMD -MF /home/piranna/Dropbox/Proyectos/NodeOS/NodeOS-QEmu/Layer2-nodejs/deps/node/= out/Release/.deps//home/piranna/Dropbox/Proyectos/NodeOS/NodeOS-QEmu/Layer2= -nodejs/deps/node/out/Release/obj.target/v8_base.ia32/deps/v8/src/accessors= .o.d.raw -c -o /home/piranna/Dropbox/Proyectos/NodeOS/NodeOS-QEmu/Layer2-nodejs/dep= s/node/out/Release/obj.target/v8_base.ia32/deps/v8/src/accessors.o ../deps/v8/src/accessors.cc In file included from ../deps/v8/src/platform.h:28:0, from ../deps/v8/src/assert-scope.h:9, from ../deps/v8/src/v8.h:34, from ../deps/v8/src/accessors.cc:5: ../deps/v8/src/vector.h:9:21: fatal error: algorithm: No existe el archivo o el directorio #include ^ compilation terminated. I'll try to hack a musl-gcc wrapper to see if there's better luck... --=20 "Si quieres viajar alrededor del mundo y ser invitado a hablar en un monton de sitios diferentes, simplemente escribe un sistema operativo Unix." =E2=80=93 Linus Tordvals, creador del sistema operativo Linux