Closed
Bug 709267
Opened 13 years ago
Closed 13 years ago
relative STRINGSPATH in mobile/android/base/locales is broken
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: blassey, Assigned: blassey)
Details
Attachments
(1 file)
869 bytes,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
I've been seeing this:
host-6-229:locales blassey$ make
updating mobile/android/base/locales/Makefile
/Users/blassey/src/mozilla-central/objdir-droid/config/nsinstall -D ../res/values
/opt/local/bin/python2.7 ../../../../../config/Preprocessor.py -DAB_CD=en-US -DOSTYPE=\"Linux\" -DOSARCH=Linux \
-DBRANDPATH="/Users/blassey/src/mozilla-central/objdir-droid/mobile/android/base/locales/../../../../dist/bin/chrome/en-US/locale/branding/brand.dtd" \
-DSTRINGSPATH="../../../../../mobile/android/base/locales/en-US/android_strings.dtd" \
../../../../../mobile/android/base/locales/../strings.xml.in \
> ../res/values/strings.xml
Traceback (most recent call last):
File "../../../../../config/Preprocessor.py", line 477, in <module>
main()
File "../../../../../config/Preprocessor.py", line 462, in main
pp.handleCommandLine(None, True)
File "../../../../../config/Preprocessor.py", line 168, in handleCommandLine
self.do_include(f)
File "../../../../../config/Preprocessor.py", line 447, in do_include
self.handleLine(l)
File "../../../../../config/Preprocessor.py", line 230, in handleLine
cmd(args)
File "../../../../../config/Preprocessor.py", line 456, in do_includesubst
self.do_include(args)
File "../../../../../config/Preprocessor.py", line 430, in do_include
raise Preprocessor.Error(self, 'FILE_NOT_FOUND', str(args))
__main__.Error: ('/Users/blassey/src/mozilla-central/mobile/android/base/strings.xml.in', 5, 'FILE_NOT_FOUND', '/Users/blassey/src/mozilla-central/mobile/android/base/../../../../../mobile/android/base/locales/en-US/android_strings.dtd')
make: *** [../res/values/strings.xml] Error 1
make: *** Deleting file `../res/values/strings.xml'
Making STRINGSPATH an absolute path fixes this for me
Attachment #580527 -
Flags: review?(khuey)
Attachment #580527 -
Flags: review?(khuey) → review+
![]() |
||
Comment 1•13 years ago
|
||
Assignee: nobody → blassey.bugs
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•