[tor-bugs] #8246 [Tor bundles/installation]: build TBB on 10.8.2

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Feb 16 12:02:46 UTC 2013


#8246: build TBB on 10.8.2
--------------------------------------+-------------------------------------
 Reporter:  ioerror                   |          Owner:  erinn
     Type:  defect                    |         Status:  new  
 Priority:  normal                    |      Milestone:       
Component:  Tor bundles/installation  |        Version:       
 Keywords:                            |         Parent:       
   Points:                            |   Actualpoints:       
--------------------------------------+-------------------------------------

Comment(by cypherpunks):

 I finally managed to get past the QT errors only to end up with this
 annoying build problem:

 {{{
 Making install in suse
 make[4]: Nothing to be done for `install-exec-am'.
 make[4]: Nothing to be done for `install-data-am'.
  .././install-sh -c -d '/Users/macx86builder/Documents/builds/torbrowser
 /build-scripts/build/x86_64/built/bin'
  /usr/bin/install -c torify
 '/Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build/x86_64/built/bin'
  .././install-sh -c -d '/Users/macx86builder/Documents/builds/torbrowser
 /build-scripts/build/x86_64/built/etc/tor'
  /usr/bin/install -c -m 644 tor-tsocks.conf
 '/Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build/x86_64/built/etc/tor'
 make[3]: Nothing to be done for `install-exec-am'.
 make[3]: Nothing to be done for `install-data-am'.
 touch /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build
 /build-tor
 /usr/local/bin/wget --no-check-certificate --directory-
 prefix=/Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build
 https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/10.0.12esr/source/firefox-10.0.12esr.source.tar.bz2
 --2013-02-16 03:45:16--
 https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/10.0.12esr/source/firefox-10.0.12esr.source.tar.bz2
 Resolving ftp.mozilla.org... 63.245.215.46
 Connecting to ftp.mozilla.org|63.245.215.46|:443... connected.
 HTTP request sent, awaiting response... 200 OK
 Length: 75510903 (72M) [application/x-bzip2]
 Saving to: ‘/Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build/firefox-10.0.12esr.source.tar.bz2’

 100%[==========================================================================>]
 75,510,903  4.13MB/s   in 22s

 2013-02-16 03:45:38 (3.33 MB/s) -
 ‘/Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build/firefox-10.0.12esr.source.tar.bz2’ saved [75510903/75510903]

 rm -rf /Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build/x86_64/firefox-10.0.12esr
 /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build
 /mozilla-esr10
 cd /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build &&
 tar -xmf firefox-10.0.12esr.source.tar.bz2 -C
 /Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build/x86_64/
 mv /Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build/x86_64/mozilla-esr10
 /Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build/x86_64/firefox-10.0.12esr
 cp ../src/current-patches/firefox/*
 /Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build/x86_64/firefox-10.0.12esr
 cp patch-any-src.sh /Users/macx86builder/Documents/builds/torbrowser
 /build-scripts/build/x86_64/firefox-10.0.12esr
 cd /Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build/x86_64/firefox-10.0.12esr && ./patch-any-src.sh
 patching file js/xpconnect/src/XPCComponents.cpp
 Hunk #1 FAILED at 4838.
 1 out of 1 hunk FAILED -- saving rejects to file
 js/xpconnect/src/XPCComponents.cpp.rej
 make: *** [/Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build/x86_64/firefox-10.0.12esr] Error 1
 }}}

 The contents of /Users/macx86builder/Documents/builds/torbrowser/build-
 scripts/build/x86_64/firefox-10.0.12esr/js/xpconnect/src/XPCComponents.cpp.rej
 is:
 {{{
 ***************
 *** 4838,4844 ****
   NS_IMETHODIMP
   nsXPCComponents::CanGetProperty(const nsIID * iid, const PRUnichar
 *propertyName, char **_retval)
   {
 -     static const char* allowed[] = { "interfaces", "interfacesByID",
 "results", nullptr};
       *_retval = xpc_CheckAccessList(propertyName, allowed);
       return NS_OK;
   }
 --- 4838,4844 ----
   NS_IMETHODIMP
   nsXPCComponents::CanGetProperty(const nsIID * iid, const PRUnichar
 *propertyName, char **_retval)
   {
 +     static const char* allowed[] = { "results", nullptr};
       *_retval = xpc_CheckAccessList(propertyName, allowed);
       return NS_OK;
   }

 }}}


 Thoughts?

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8246#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list