Closed Bug 335311 Opened 19 years ago Closed 19 years ago

static build broken

Categories

(Firefox Build System :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 312951

People

(Reporter: feng.qian.moz, Unassigned)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.7.13) Gecko/20060418 Firefox/1.0.8 (Ubuntu package 1.0.8) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.7.13) Gecko/20060418 Firefox/1.0.8 (Ubuntu package 1.0.8) browser/app/Makefile.in doesn't include pango libraries when MOZ_ENABLE_PANGO is defined. I am not sure the right place to add the fix, my workaround is to add a few links in Makfile.in: ifdef MOZ_ENABLE_PANGO LIBS += $(MOZ_PANGO_LIBS) endif Reproducible: Always Steps to Reproduce: checkout the head from cvs tree, and make -f client.mk build Actual Results: cannot link Expected Results: should generate firefox-bin
Can you reproduce this with the sources for the latest version of Firefox (1.5.0.2)?
(In reply to comment #1) > Can you reproduce this with the sources for the latest version of Firefox > (1.5.0.2)? This bug was filed against the trunk. I think it's a duplicate.
Version: unspecified → Trunk
*** This bug has been marked as a duplicate of 312951 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
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.