Closed Bug 315718 Opened 19 years ago Closed 19 years ago

Error building gtkmozembed statically

Categories

(Firefox Build System :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.9alpha1

People

(Reporter: benjamin, Assigned: cls)

References

Details

Attachments

(1 file)

When building gtkmozembed, the following error occurs (see prometheus tinderbox):

grep '^components/' ../../../../embedding/config/basebrowser-unix | \
	awk '{ print $1; }' | \
	grep '\.so$' | \
	sed -e 's.^components/lib..' -e 's/\.so//' | \
	sort | \
	join -o 1.1 - components > embed-link-comps
join: components: No such file or directory

This is a regression from bug 243065, which added $(DIST)/lib to the VPATH, which means that the "components" prerequisite is being resolved against the wrong file at http://lxr.mozilla.org/mozilla/source/embedding/browser/gtk/src/Makefile.in#166
Attachment #202386 - Flags: review?(benjamin)
Attachment #202386 - Flags: review?(benjamin) → review+
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: