mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Szabolcs Nagy <nsz@port70.net>
To: musl@lists.openwall.com
Subject: Re: [ANN] sabotage 0.9.7 milestone (x86[_64]) release
Date: Fri, 9 Nov 2012 10:08:34 +0100	[thread overview]
Message-ID: <20121109090834.GA12537@port70.net> (raw)
In-Reply-To: <20121109015845.GA30678@intma.in>

* Kurt H Maier <khm-lists@intma.in> [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


  reply	other threads:[~2012-11-09  9:08 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-06 16:34 John Spencer
2012-11-06 18:38 ` Rich Felker
2012-11-07  6:04 ` Isaac Dunham
2012-11-09  1:38   ` lightweight web browsers (was: [ANN] sabotage 0.9.7 milestone (x86[_64]) release) John Spencer
2012-11-09  3:57     ` idunham
2012-11-09  4:02       ` Rich Felker
2012-11-09  6:20         ` Jens Staal
2012-11-07 12:38 ` [ANN] sabotage 0.9.7 milestone (x86[_64]) release Kurt H Maier
2012-11-07 13:13   ` Rich Felker
2012-11-07 13:32     ` Daniel Cegiełka
2012-11-08  1:31       ` Rich Felker
2012-11-08 22:29         ` Isaac Dunham
2012-11-08 22:40           ` Rich Felker
2012-11-09  1:58           ` Kurt H Maier
2012-11-09  9:08             ` Szabolcs Nagy [this message]
2012-11-08 17:24 ` Jens Staal
2012-11-09  1:27   ` John Spencer
2012-11-09  6:04     ` Jens Staal
2012-11-09 14:27       ` John Spencer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121109090834.GA12537@port70.net \
    --to=nsz@port70.net \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).