Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #18699

Closed (moved)
Open
Opened Apr 01, 2016 by Arthur Edelstein@arthuredelstein

gitian-based TBB/ESR45 linux build failing on code for #10126

Here's the error I get in gitian-builder/var/build.log:

+ for LIB in 'Browser/*.so' Browser/webapprt-stub Browser/firefox Browser/plugin-container 'Browser/components/*.so' 'Browser/browser/components/*.so' Browser/updater
+ objcopy --only-keep-debug 'Browser/components/*.so' 'Debug/Browser/components/*.so'
objcopy: 'Browser/components/*.so': No such file

This error apparently comes from tor-browser-bundle/gitian/descriptors/linux/gitian-firefox.yml:

  # Strip and generate debuginfo for the firefox binary that we keep, all *.so
  # files, the plugin-container, and the updater (see ticket #10126)
  cd $INSTDIR
  for LIB in Browser/*.so Browser/webapprt-stub Browser/firefox Browser/plugin-container Browser/components/*.so Browser/browser/components/*.so Browser/updater
  do
    objcopy --only-keep-debug $LIB Debug/$LIB
    strip $LIB
    objcopy --add-gnu-debuglink=./Debug/$LIB $LIB
  done

I haven't investigated what has changed since TBB/ESR31 yet.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#18699