[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #26323 [Applications/Tor Browser]: Build 32bit Linux bundles on 64bit systems
#26323: Build 32bit Linux bundles on 64bit systems
-------------------------------------------------+-------------------------
Reporter: gk | Owner: tbb-
| team
Type: task | Status:
| needs_revision
Priority: Very High | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: tbb-rbm, TorBrowserTeam201903, | Actual Points:
tbb-8.5 |
Parent ID: #26468 | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Changes (by gk):
* status: needs_review => needs_revision
* keywords: tbb-rbm, TorBrowserTeam201903R, tbb-8.5 => tbb-rbm,
TorBrowserTeam201903, tbb-8.5
Comment:
You are doing
{{{
+ mkdir -p /var/tmp/dist/lib64stdc++
+ cp /var/tmp/dist/gcc/lib64/libstdc++.so.6 /var/tmp/dist/lib64stdc++
}}}
and
{{{
- # Add libstdc++ to LD_LIBRARY_PATH to avoid rust link issue (bug 27101)
- export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$distdir/Tor/libstdc++/"
+ # Add 64bit libstdc++ to LD_LIBRARY_PATH to avoid rust link issue (bug
27101)
+ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/var/tmp/dist/lib64stdc++"
}}}
I think we can get away without creating the `lib64stdc++` directory and
copying the 64bit version over by having `/var/tmp/dist/gcc/lib64/` in the
`LD_LIBRARY_PATH`.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/26323#comment:24>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs