Closed
Bug 1162151
Opened 10 years ago
Closed 10 years ago
Error on bin/sync_all command in bedrock on Mac OS X
Categories
(www.mozilla.org :: Bedrock, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sgarrity, Assigned: jgmize)
Details
Attachments
(1 file)
Running the bin/sync_all command in bedrock on Mac OS X fails. Seems to work on Linux.
$ bin/sync_all
readlink: illegal option -- -
usage: readlink [-n] [file ...]
bin/sync_all: line 3: ./manage.py: No such file or directory
bin/sync_all: line 4: ./manage.py: No such file or directory
bin/sync_all: line 5: ./manage.py: No such file or directory
bin/sync_all: line 6: ./manage.py: No such file or directory
bin/sync_all: line 7: ./manage.py: No such file or directory
bin/sync_all: line 8: ./manage.py: No such file or directory
bin/sync_all: line 10: ./manage.py: No such file or directory
Comment 1•10 years ago
|
||
I think it's the old BSD variant of readline provided by OS X. I installed the more recent GNU variant from Homebrew and changed "readline" to "greadline" locally for this to work.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jmize
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/8083e4cf127d4b13afb71b074f71a91eb4dde6a3
Fix bug 1162151 error on bin/sync_all
https://github.com/mozilla/bedrock/commit/4e0d0201cb24a609661157ebdef765b7d0c50fbd
Merge pull request #2964 from jgmize/osx-compatible-sync_all
Fix bug 1162151 error on bin/sync_all
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•