Closed Bug 1162151 Opened 9 years ago Closed 9 years ago

Error on bin/sync_all command in bedrock on Mac OS X

Categories

(www.mozilla.org :: Bedrock, defect)

Production
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sgarrity, Assigned: jgmize)

Details

Attachments

(1 file)

44 bytes, text/x-github-pull-request
Details | Review
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
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: nobody → jmize
Attached file bedrock pr 2964
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
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: