Closed Bug 110657 Opened 23 years ago Closed 23 years ago

[xlib] Xlib-toolkit build stops due missing widget/src/xlibxtbin/ obj dir

Categories

(SeaMonkey :: Build Config, defect)

Sun
Solaris
defect
Not set
blocker

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: roland.mainz, Assigned: netscape)

References

Details

2001-11-17-08-trunk build (happened between 2001-11-11 (my last working build was 2001-11-10) and 2001-11-17 (todays source tarball)) with Sun Workshop 6 Update 2 using "configure --enable-toolkit=xlib": -- snip -- Creating ../../../dist/include/xlibrgb ../../../config/nsinstall -R -m 644 ../../../../../../../../home/mozilla/src/2001-11-17-08-trunk/mozilla/gfx/src/xlibrgb/xlibrgb.h . ./../../dist/include/xlibrgb /usr/local/bin/perl -I../../../../../../../../home/mozilla/src/2001-11-17-08-trunk/mozilla/config ../../../../../../../../home/mozil la/src/2001-11-17-08-trunk/mozilla/config/build-list.pl ../../../dist/include/xlibrgb/.headerlist xlibrgb.h gmake[2]: Leaving directory `/shared/bigtmp2/mozilla/2001-11-17-08-trunk/objdir_ws6_xlib/gfx/src/xlibrgb' gmake: Entering an unknown directory gmake: *** widget/src/xlibxtbin: No such file or directory. Stop. gmake: Leaving an unknown directory gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/shared/bigtmp2/mozilla/2001-11-17-08-trunk/objdir_ws6_xlib' gmake: *** [default] Error 2 -- snip --
Workaround: # create missing obj dir mkdir widget/src/xlibxtbin # create "dummy" Makefile touch widget/src/xlibxtbin/Makefile # touch Makefile.in touch $SRCDIR/widget/src/xlibxtbin/Makefile.in # re-make changed makefiles: cd widget/src; gmake exports
Blocks: 79119
cls checked in an allmakefiles.sh change this morning, which looks like it would have fixed this.
One of the side-effects of the "componentization" of mozilla/Makefile.in (bug 107302) is that the directories that appear in mozilla/Makefile.in's DIRS lists _must_ have their Makefiles listed in allmakefiles.sh so that the Makefiles are created at configure time. Creating Makefiles on the fly will not work from the toplevel anymore.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
VERIFYING, works for me again... :-) Thanks!
Status: RESOLVED → VERIFIED
QA Contact: granrose → Roland.Mainz
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.