Re: [tor-bugs] #26895 [Applications/Tor Browser]: 'Error downloading build result' after GCC in container Tor Browser Bundle Build (rbm)... most descriptive error ever ocurred in the world

2018-08-13 Thread Tor Bug Tracker & Wiki
#26895: 'Error downloading build result' after GCC in container Tor Browser 
Bundle
Build (rbm)... most descriptive error ever ocurred in the world
--+---
 Reporter:  kfseaperson   |  Owner:  tbb-team
 Type:  defect| Status:  needs_information
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tbb-rbm   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---
Changes (by gk):

 * keywords:   => tbb-rbm


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26895 [Applications/Tor Browser]: 'Error downloading build result' after GCC in container Tor Browser Bundle Build (rbm)... most descriptive error ever ocurred in the world

2018-08-04 Thread Tor Bug Tracker & Wiki
#26895: 'Error downloading build result' after GCC in container Tor Browser 
Bundle
Build (rbm)... most descriptive error ever ocurred in the world
--+---
 Reporter:  kfseaperson   |  Owner:  tbb-team
 Type:  defect| Status:  needs_information
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---

Comment (by kfseaperson):

 Maybe it is a good idea to add to the readme.builderrors (or to the rbm
 itself) instruction to change umask.
 Since if rbm requires sudo (and creates files with root) with file
 permission without o+r (other may read) the "Can't find container image in
 input files" error is shown when a project is build by the end user
 account when requiring container image (or different input files).
 allowing other to read all files is not in the philosophy of privacy (and
 so probably Tor Project one)
 Users may have different umasks (the default permissions a file got when
 it is created) especially the more privacy caring ones(more strict than
 022 (you can read write, other can read)), which shouldn't be rare with a
 product like Tor browser :)

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26895 [Applications/Tor Browser]: 'Error downloading build result' after GCC in container Tor Browser Bundle Build (rbm)... most descriptive error ever ocurred in the world

2018-08-04 Thread Tor Bug Tracker & Wiki
#26895: 'Error downloading build result' after GCC in container Tor Browser 
Bundle
Build (rbm)... most descriptive error ever ocurred in the world
--+---
 Reporter:  kfseaperson   |  Owner:  tbb-team
 Type:  defect| Status:  needs_information
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---

Comment (by kfseaperson):

 Well if I run it now I got a new error
 "Can't find container image in input files"

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26895 [Applications/Tor Browser]: 'Error downloading build result' after GCC in container Tor Browser Bundle Build (rbm)... most descriptive error ever ocurred in the world

2018-08-04 Thread Tor Bug Tracker & Wiki
#26895: 'Error downloading build result' after GCC in container Tor Browser 
Bundle
Build (rbm)... most descriptive error ever ocurred in the world
--+---
 Reporter:  kfseaperson   |  Owner:  tbb-team
 Type:  defect| Status:  needs_information
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---

Comment (by boklm):

 So it seems there is an error somewhere in `runc/remote_get`. To get more
 details about where there is an error, you can try the following change:
 {{{
 diff --git a/rbm.conf b/rbm.conf
 index 8cfa5e2..612b734 100644
 --- a/rbm.conf
 +++ b/rbm.conf
 @@ -358,6 +358,7 @@ runc:
remote_get: |
  #!/bin/sh
  set -e
 +set -x
  [%
SET src = shell_quote(c('get_src', { error_if_undef => 1 }));
SET dst = shell_quote(c('get_dst', { error_if_undef => 1 }));
 }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26895 [Applications/Tor Browser]: 'Error downloading build result' after GCC in container Tor Browser Bundle Build (rbm)... most descriptive error ever ocurred in the world

2018-08-03 Thread Tor Bug Tracker & Wiki
#26895: 'Error downloading build result' after GCC in container Tor Browser 
Bundle
Build (rbm)... most descriptive error ever ocurred in the world
--+---
 Reporter:  kfseaperson   |  Owner:  tbb-team
 Type:  defect| Status:  needs_information
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---

Comment (by kfseaperson):

 The full logs of without any modification to rbm or tor-browser-build and
 without any prior build started from this directory are already present(
 as the zip file)
 the log '''after''' the modification is not present here

 The exact change is adding a hashtag at the beginning of line 1090 up and
 including 1095 on the file rmb/lib/rbm.pm

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26895 [Applications/Tor Browser]: 'Error downloading build result' after GCC in container Tor Browser Bundle Build (rbm)... most descriptive error ever ocurred in the world

2018-08-03 Thread Tor Bug Tracker & Wiki
#26895: 'Error downloading build result' after GCC in container Tor Browser 
Bundle
Build (rbm)... most descriptive error ever ocurred in the world
--+---
 Reporter:  kfseaperson   |  Owner:  tbb-team
 Type:  defect| Status:  needs_information
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---

Comment (by boklm):

 > so I would be weird if that have much effect, but not sure

 It's difficult to say without seeing the exact changes that were done.
 It's also possible that some other change or update on your system fixed
 the issue.

 Can you provide the full logs of the error you get when you do a build
 from a completely clean git clone, from current master commit?

 * without any modification to `rbm` or `tor-browser-build`
 * without any prior build started from this directory

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26895 [Applications/Tor Browser]: 'Error downloading build result' after GCC in container Tor Browser Bundle Build (rbm)... most descriptive error ever ocurred in the world

2018-08-03 Thread Tor Bug Tracker & Wiki
#26895: 'Error downloading build result' after GCC in container Tor Browser 
Bundle
Build (rbm)... most descriptive error ever ocurred in the world
--+---
 Reporter:  kfseaperson   |  Owner:  tbb-team
 Type:  defect| Status:  needs_information
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---

Comment (by kfseaperson):

 I commented the {{{rm -Rf $remote_tmp_src $remote_tmp_dst}}}
 (''run_script@rbm/lib/RBM.pm'') out after it is done with something
 so I would be weird if that have much effect, but not sure
 currently I use '''arch''' but don't know how that would help you further

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26895 [Applications/Tor Browser]: 'Error downloading build result' after GCC in container Tor Browser Bundle Build (rbm)... most descriptive error ever ocurred in the world

2018-08-03 Thread Tor Bug Tracker & Wiki
#26895: 'Error downloading build result' after GCC in container Tor Browser 
Bundle
Build (rbm)... most descriptive error ever ocurred in the world
--+---
 Reporter:  kfseaperson   |  Owner:  tbb-team
 Type:  defect| Status:  needs_information
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---

Comment (by boklm):

 Replying to [comment:2 kfseaperson]:
 > Linux

 Which Linux distribution are you using?

 > If I remember well I have the approximately same thing on different
 linux distro
 > Currently I got it working but after modified something so I don't know
 if that caused it

 What did you modify?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26895 [Applications/Tor Browser]: 'Error downloading build result' after GCC in container Tor Browser Bundle Build (rbm)... most descriptive error ever ocurred in the world

2018-08-03 Thread Tor Bug Tracker & Wiki
#26895: 'Error downloading build result' after GCC in container Tor Browser 
Bundle
Build (rbm)... most descriptive error ever ocurred in the world
--+---
 Reporter:  kfseaperson   |  Owner:  tbb-team
 Type:  defect| Status:  needs_information
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---

Comment (by kfseaperson):

 Linux
 If I remember well I have the approximately same thing on different linux
 distro
 Currently I got it working but after modified something so I don't know if
 that caused it
 >did you manage do finish some build before and this is a new error, or do
 you get this error on the first try?
 Not on this machine
 not the first try but about 3rd and so on

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26895 [Applications/Tor Browser]: 'Error downloading build result' after GCC in container Tor Browser Bundle Build (rbm)... most descriptive error ever ocurred in the world

2018-07-25 Thread Tor Bug Tracker & Wiki
#26895: 'Error downloading build result' after GCC in container Tor Browser 
Bundle
Build (rbm)... most descriptive error ever ocurred in the world
--+---
 Reporter:  kfseaperson   |  Owner:  tbb-team
 Type:  defect| Status:  needs_information
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---
Changes (by boklm):

 * owner:  boklm => tbb-team
 * status:  new => needs_information
 * component:  Applications/rbm => Applications/Tor Browser


Comment:

 Some questions to help understand the problem:
 - what OS are you using?
 - did you manage do finish some build before and this is a new error, or
 do you get this error on the first try?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs