From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9943 Path: news.gmane.org!not-for-mail From: Alba Pompeo Newsgroups: gmane.linux.lib.musl.general Subject: Re: tor web-browser doesn't work on musl Date: Mon, 25 Apr 2016 07:07:29 -0300 Message-ID: References: <20160425114547.36d5dc77@ncopa-desktop.alpinelinux.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1461578871 11240 80.91.229.3 (25 Apr 2016 10:07:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Apr 2016 10:07:51 +0000 (UTC) Cc: Daniel Simon To: musl@lists.openwall.com Original-X-From: musl-return-9956-gllmg-musl=m.gmane.org@lists.openwall.com Mon Apr 25 12:07:46 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1audQd-0002JQ-S2 for gllmg-musl@m.gmane.org; Mon, 25 Apr 2016 12:07:43 +0200 Original-Received: (qmail 7888 invoked by uid 550); 25 Apr 2016 10:07:41 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 7870 invoked from network); 25 Apr 2016 10:07:41 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=cnaL8MSFqzIW5uszFtwVw3szvJvNDhStsB4KBuW+6m0=; b=MpGyno8k+LB9UM3FEf4hVtt99EJTkIjcVDlELuEXcV1jCQi3Dg4hk76Vb7rjgLNuE+ 9LV7MNMtmvYcZp0rDnWjIzBqMvI0j4mNaZYvAkOIvvIlEK+k70pJrF4PdLU0IrkVkRhv FEP560GLW8Js5Ub6x2Bro9nppPyAW/kRd5Dzw8rqrwsEpT1F0M+o+Kp7PgQ6bOhNrh+7 9u7OFM3D8TpB602Vwsu4l98MJJZA+10LYGUzYj88rrvDT18EUFw1ACGlcTkJGymI1s3/ ib2c6c025+rdcIWbDKw4TqUlAwokrB5pCBqqZX1sMlR40Vblkxgvh361Dg9Avhn+4V54 DiCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=cnaL8MSFqzIW5uszFtwVw3szvJvNDhStsB4KBuW+6m0=; b=i/HcyH4hP2IGSY7wGkzV8JZIDV4NmfFfCTLfX8zi2iBL953sX0o3jXL2ICncCLox1n F4fsCJ2rORKiyh7tVs/OS+nyVm05F0Cm/lf05eofJ1zj/GXmsucBN9MCV/fu09IUrPZU vQssc4OmjohwJZe3XBMu72lHD6h1/wzXlFb8yp0xd3isg6sMGMOtahKMljFUPl3npfiB 2rgHT0L4i4OwXAhUTRJ70UEdnhfVn5kTmCqIQkvsm0wjMuTnRfc/JmrR7jQPCiVHNz/z nuWVWkcN0Nd/L6Tcp7BLqoP+P1+B7IHl8/WLB+i8TexGWhYEZExeCb5f3TYieWJxffkK le5A== X-Gm-Message-State: AOPr4FXO+Q6z39rZd0UxamA0gbXkfngeR0KReuSqY0n6FmguswIhVbb0U28cBh4uFvqextKiT8tKEX57EFWPbA== X-Received: by 10.176.2.50 with SMTP id 47mr19304016uas.45.1461578849312; Mon, 25 Apr 2016 03:07:29 -0700 (PDT) In-Reply-To: <20160425114547.36d5dc77@ncopa-desktop.alpinelinux.org> Xref: news.gmane.org gmane.linux.lib.musl.general:9943 Archived-At: How could I build the Tor Browser Bundle from source? I can't find any guide for it. If someone has ever done this, could you share the binary that works on musl? Could TBB be packaged to musl systems (void, alpine, etc) or is it only available as a downloadable binary? On Mon, Apr 25, 2016 at 6:45 AM, Natanael Copa wrote: > On Sun, 24 Apr 2016 11:01:12 -0300 > Daniel Simon wrote: > >> Hi, I face a bug when running tor-web-browser from my new system that uses musl. >> >> 1) wget https://www.torproject.org/dist/torbrowser/5.5.4/tor-browser-linux64-5.5.4_en-US.tar.xz >> 2) tar zxvf ./tor-browser-linux64-5.5.4_en-US.tar.xz >> 3) cd tor-browser-linux64-5.5.4_en-US >> 4) ./start-tor-browser.desktop >> >> EXPECTED: tor web browser launches as it does on glibc systems >> WHAT HAPPENS: Nothing >> >> I assume there is a fix... >> Thank you very much. > > You can not really expect a precompiled binary that is linked against > glibc work on a musl libc system. > > There are 3 possible solutions: > - run the pre-compiled binary on a glibc system > - ask the tor browser developers to provide a binary built with musl libc > - build it from source yourself > > -nc