Closed Bug 525178 Opened 15 years ago Closed 13 years ago

AIX Compilation error for 3.6a1pre source RuntimeError: file not found: chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd

Categories

(Firefox Build System :: General, defect)

Other
Other
defect
Not set
major

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: shailen.n.jain, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4

While compiling browser/locales, on AIX, getting below
compilation error -

Traceback (most recent call last):
  File "/home/firefox/sb/ffox352/mozilla/config/JarMaker.py", line 463, in <module>
    main()
  File "/home/firefox/sb/ffox352/mozilla/config/JarMaker.py", line 460, in main
    jardir=options.j)
  File "/home/firefox/sb/ffox352/mozilla/config/JarMaker.py", line 231, in makeJar
    localedirs)
  File "/home/firefox/sb/ffox352/mozilla/config/JarMaker.py", line 300, in processJarSection
    outHelper, jf)
  File "/home/firefox/sb/ffox352/mozilla/config/JarMaker.py", line 332, in _processEntryLine
    raise RuntimeError("file not found: " + src)
RuntimeError: file not found: chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd
gmake[1]: *** [libs] Error 1
gmake[1]: Leaving directory `/home/firefox/sb/ffox352/mozilla/obj-opt/browser/locales'
gmake: *** [default] Error 2


Reproducible: Always

Steps to Reproduce:
1. Build Mozilla Firefox 3.6a1pre build on AIX with Gnome RPMS of 64 bit
version.

2.
3.
Actual Results:  
build fails with the above error.


Expected Results:  
No build failure
Removing the below line from browser/locales/jar.mn resolves the compilation error.

 locale/browser/safebrowsing/phishing-afterload-warning-message.dtd (%chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd)
Component: General → Build Config
QA Contact: general → build.config
Never could reproduce the bug.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in before you can comment on or make changes to this bug.