From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2264 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: [ANN] sabotage 0.9.7 milestone (x86[_64]) release Date: Fri, 9 Nov 2012 10:08:34 +0100 Message-ID: <20121109090834.GA12537@port70.net> References: <50993C1E.2070606@barfooze.de> <20121107123807.GA53986@intma.in> <20121107131304.GU20323@brightrain.aerifal.cx> <20121108013104.GV20323@brightrain.aerifal.cx> <20121108142949.828d3bb8.idunham@lavabit.com> <20121109015845.GA30678@intma.in> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1352452128 28295 80.91.229.3 (9 Nov 2012 09:08:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Nov 2012 09:08:48 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2265-gllmg-musl=m.gmane.org@lists.openwall.com Fri Nov 09 10:08:59 2012 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 1TWka8-0003bJ-Vt for gllmg-musl@plane.gmane.org; Fri, 09 Nov 2012 10:08:57 +0100 Original-Received: (qmail 26273 invoked by uid 550); 9 Nov 2012 09:08:46 -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 26265 invoked from network); 9 Nov 2012 09:08:46 -0000 Content-Disposition: inline In-Reply-To: <20121109015845.GA30678@intma.in> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2264 Archived-At: * Kurt H Maier [2012-11-08 20:58:45 -0500]: > On Thu, Nov 08, 2012 at 02:29:49PM -0800, Isaac Dunham wrote: > > Here's what I got (using a somewhat out-of-date libc.so; I > > know at least one function has since been added, but this > > gives a general idea of the scope): > > Thanks for doing this. What version of Opera was this? 12.whatever? > Have you tried one of their older (9.x series) "static" builds? I know > they weren't really static, but they work on e.g. plan 9 linuxemu (which > is something I hope to use musl with soon). > the i386 gcc4 static version from http://arc.opera.com/pub/opera/linux/964/final/en/ after grepping out the missing x symbols: $ /lib/libc.so opera 2>&1 |grep -v ': X' |grep -v ': Smc' Error loading shared library libX11.so.6: No such file or directory (needed by opera) Error loading shared library libXext.so.6: No such file or directory (needed by opera) Error loading shared library libSM.so.6: No such file or directory (needed by opera) Error loading shared library libICE.so.6: No such file or directory (needed by opera) Error loading shared library libstdc++.so.6: No such file or directory (needed by opera) Error loading shared library libgcc_s.so.1: No such file or directory (needed by opera) Error relocating opera: pthread_attr_setinheritsched: symbol not found Error relocating opera: _Znaj: symbol not found Error relocating opera: __strtod_internal: symbol not found Error relocating opera: __udivdi3: symbol not found Error relocating opera: __umoddi3: symbol not found Error relocating opera: _ZdaPv: symbol not found Error relocating opera: __cxa_guard_abort: symbol not found Error relocating opera: __divdi3: symbol not found Error relocating opera: _ZdlPv: symbol not found Error relocating opera: _Znwj: symbol not found Error relocating opera: _Unwind_Resume: symbol not found Error relocating opera: IceProcessMessages: symbol not found Error relocating opera: __cxa_pure_virtual: symbol not found Error relocating opera: IceConnectionNumber: symbol not found Error relocating opera: __strtol_internal: symbol not found Error relocating opera: __fixunsdfdi: symbol not found Error relocating opera: pthread_attr_getschedpolicy: symbol not found Error relocating opera: __cxa_guard_acquire: symbol not found Error relocating opera: __cxa_guard_release: symbol not found Error relocating opera: __gxx_personality_v0: symbol not found Error relocating opera: __strtoll_internal: symbol not found Error relocating opera: __moddi3: symbol not found this version seems to be the last one without c++: http://arc.opera.com/pub/opera/linux/927/final/en/i386/static/ $ /lib/libc.so opera 2>&1 |grep -v ': X' |grep -v ': Smc' Error loading shared library libX11.so.6: No such file or directory (needed by opera) Error loading shared library libXext.so.6: No such file or directory (needed by opera) Error loading shared library libSM.so.6: No such file or directory (needed by opera) Error loading shared library libICE.so.6: No such file or directory (needed by opera) Error relocating opera: __strtoll_internal: symbol not found Error relocating opera: __strtod_internal: symbol not found Error relocating opera: IceConnectionNumber: symbol not found Error relocating opera: __write: symbol not found Error relocating opera: IceProcessMessages: symbol not found Error relocating opera: pthread_attr_getschedpolicy: symbol not found Error relocating opera: __sigsetjmp: symbol not found Error relocating opera: __strtol_internal: symbol not found Error relocating opera: pthread_attr_setinheritsched: symbol not found Error relocating opera: __ctype_tolower: symbol not found Error relocating opera: __ctype_toupper: symbol not found Error relocating opera: __ctype_b: symbol not found