Closed Bug 325607 Opened 19 years ago Closed 19 years ago

editor extension is broken

Categories

(SeaMonkey :: Build Config, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: mr.zbiggy+bugzilla.mozilla.org, Unassigned)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.7.12) Gecko/20051207 Build Identifier: ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/seamonkey-1.0.source.tar.bz2 make[2]: Leaving directory `/usr/src/mozilla/directory/xpcom' make[1]: Leaving directory `/usr/src/mozilla' /var/lib/lunar/compilers/make tier_94 make[1]: Entering directory `/usr/src/mozilla' tier_94: extensions ]2;gmake: tier_94 in src/mozilla/extensionsmake[2]: Entering directory `/usr/src/mozilla/extensions' ../config/rules.mk:1218: object `\/Makefile' specified multiple times in the same rule make[2]: *** Nor rules to make `\/Makefile.in' object, required for `\/Makefile'. Stop. make[2]: Leaving directory `/usr/src/mozilla/extensions' make[1]: *** [tier_94] Error 2 make[1]: Leaving directory `/usr/src/mozilla' make: *** [default] Error 2 Reproducible: Always Steps to Reproduce: 1. Build seamonkey 1.0 with editor extension enabled Actual Results: Compilation breaks Expected Results: Compilation should complete succesfuly.
How did you configure? especially --enable-extensions=
./configure --enable-application=suite \ --with-x \ --with-pthreads \ --with-system-jpeg \ --with-system-zlib \ --with-system-png \ --enable-canvas \ --enable-default-toolkit=gtk2 \ --enable-application=suite \ --disable-freetype2 \ --enable-xft \ --disable-pango \ --disable-xprint \ --disable-gnomevfs \ --disable-gnomeui \ --enable-crypto \ --disable-jsd \ --enable-plugins \ --enable-oji \ --disable-xinerama \ --disable-accessibility \ --enable-single-profile \ --enable-extensions="default, content-packs, cookie, cview, datetime, editor, finger, help, irc, layout-debug, p3p, pref, schema-validation, spellcheck, tasks, wallet, webservices, xforms, xmlextras, -gnomevfs, -venkman, -negotiateauth" \ --enable-image-decoders=all \ --enable-mathml \ --enable-svg \ --enable-svg-renderer=cairo \ --enable-update-channel=default \ --enable-update-packaging \ --enable-xterm-updates \ --enable-cpp-rtti \ --enable-cpp-exceptions \ --enable-system-cairo \ --enable-necko-protocols=all \ --enable-debug \ --disable-optimize \ --enable-debug-modules \ --enable-debugger-info-modules \ --enable-logging \ --enable-logrefcnt \ --disable-strip \ --enable-timeline I removed editor from extensions list and compiled. Compilation broke in the same place. Compilation without any extensions is OK.
This whole configuration is a mess: single-profile doesn't work with the suite, and you've got other bogus or default configure options. Typically extensions are specified without spaces between them (default,extension,extension)... and "editor" is not an extension anyway, it's "editor/cascades" apparently.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.