Open
Bug 1122700
Opened 11 years ago
Updated 3 years ago
Bootstrap asks for a password
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: st3fan, Unassigned, Mentored)
References
Details
TL;DR Running bootstrap.py ends with a request for a password. It is unclear what step is requesting this. Or why. Maybe we need to run steps with more verbosity so that we at least print the command being executed?
...
==> Downloading http://www.apache.org/dyn/closer.cgi?path=ant/binaries/apache-ant-1.9.4-bin.tar.gz
==> Best Mirror http://apache.cs.utah.edu/ant/binaries/apache-ant-1.9.4-bin.tar.gz
######################################################################## 100.0%
==> Patching
| Reporter | ||
Comment 1•11 years ago
|
||
I felt adventurous so I entered my password. This is how it continues:
Warning: nothing to list
We are now installing all required packages via Homebrew. You will see a lot of
output as packages are built.
==> Caveats
This Cask makes minor modifications to the JRE to prevent issues with
packaged applications, as discussed here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=411361
If your Java application still asks for JRE installation, you might need
to reboot or logout/login.
Installing this Cask means you have AGREED to the Oracle Binary Code
License Agreement for Java SE at
http://www.oracle.com/technetwork/java/javase/terms/license/index.html
==> Downloading http://download.oracle.com/otn-pub/java/jdk/8u25-b17/jdk-8u25-macosx-x64.dmg
...
Yep, this is known and we do message about it. We could change the messaging, but we need PWs possibly 3 times I think and it's hard to know if/when the user will be queried.
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•8 years ago
|
Component: General → Bootstrap Configuration
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•