Closed
Bug 272773
Opened 20 years ago
Closed 20 years ago
No checkbox on password window
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: tuiupol-bugzilla, Assigned: bryner)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8a5) Gecko/20041122 Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.5) Gecko/20041202 Firefox/1.0 I have built the last firefox release on Sparc Sun Solaris 8, but my building version has not the checkbox in prompt window !? For comparaison, I have tested the Leon Sha's contrib (ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0/contrib/firefox-sparc-sun-solaris2.8.tar.bz2) and this one is correct. What is which can produce this type of problem ? Reproducible: Always Steps to Reproduce: 1. 2. 3. about:buildconfig : Build platform target sparc-sun-solaris2.8 Build tools Compiler Version Compiler flags cc Sun WorkShop 6 update 2 C 5.3 Patch 111679-13 2003/09/29 -xlibmil -xstrconst -xbuiltin=%all -mt CC Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-19 2003/12/18 -xlibmil -xlibmopt -features=tmplife -norunpath -xbuiltin=%all -features=tmplife -mt -I/usr/openwin/include Configure arguments --enable-default-toolkit=gtk --disable-static --enable-shared --disable-calendar --enable-crypto --enable-single-profile --disable-profilesharing --with-x=/usr/openwin --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib --enable-mathml --disable-xinerama --enable-x11-shm --enable-installer --enable-ctl --enable-xprint --enable-postscript --enable-js-ultrasparc --enable-ultrasparc --enable-crash-on-assert --enable-strip --enable-strip-libs --with-pthreads --without-system-nspr --without-system-jpeg --without-system-zlib --without-system-png --without-system-mng --enable-optimize=-xO2 --enable-image-decoders=all --disable-long-long-warning --disable-activex --disable-activex-scripting --disable-tests --disable-debug --disable-pedantic --disable-composer --disable-ldap --disable-mailnews For additional information : It's a gtk 1 build version, glib -> 1.2.10 gtk+ -> 1.2.10 libIDL -> 0.6.8
erp, your flags are really whacky. please remove: --enable-crash-on-assert --enable-strip --enable-strip-libs the first one does nothing because of: --disable-debug however, if you ever remove --disable-debug, your app would crash instantly. the other two mean that you'll hever be able to give any useful crash reporting. which means you'll be wasting our time. you might as well remove: --disable-activex --disable-activex-scripting as they're only supported for windows remove: --disable-composer it's an embedding flag, and is absolutely not supported for normal browsers, where it will actually break some functionality. once you've rebuilt, please attach a picture of the dialog you're describing, once from your build, once from sun's. and lastly, please explain how to get to the dialog :).
Comment 2•20 years ago
|
||
er, is this a trunk build or using the source tarball (or CVS release tag)? might be worthwhile comparing your about:buildconfig to the working contrib build.
Assignee: firefox → bryner
Component: General → Build Config
QA Contact: firefox.general → asa
Sorry if my explanations are not very clear :(
I have rebuilt Firefox with less "whacky" options, but with same result.
I have used official source tarball.
My buildconfig :
Build platform
target
sparc-sun-solaris2.8
Build tools
Compiler Version Compiler flags
cc Sun WorkShop 6 update 2 C 5.3 Patch 111679-13 2003/09/29 -xlibmil
-xstrconst -xbuiltin=%all -mt
CC Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-19 2003/12/18 -xlibmil
-xlibmopt -features=tmplife -norunpath -xbuiltin=%all -features=tmplife -mt
-I/usr/openwin/include
Configure arguments
--enable-default-toolkit=gtk --disable-static --enable-shared --disable-calendar
--enable-crypto --enable-single-profile --disable-profilesharing
--with-x=/usr/openwin --x-includes=/usr/openwin/include
--x-libraries=/usr/openwin/lib --enable-mathml --disable-xinerama
--enable-x11-shm --enable-installer --enable-ctl --enable-xprint
--enable-postscript --enable-js-ultrasparc --enable-ultrasparc --with-pthreads
--without-system-nspr --without-system-jpeg --without-system-zlib
--without-system-png --without-system-mng --enable-optimize=-xO2
--enable-image-decoders=all --disable-long-long-warning --disable-tests
--disable-debug --disable-pedantic --disable-ldap --disable-mailnews
Yes I have do a comparaison with the options of the contrib build, but I don't
know what can be important :
- it's not the sames compilers (Sun C,C++ 5.5 for him and Sun C,C++ 5.3 for me)
- it's not exactly the sames options, but there is more thant one way to do that
no ?
In attachment I have add two snapshots :
- first is the contrib window
- second is my last build window
=> I have not the checkbox and I don't know why ?!
> --disable-composer
> it's an embedding flag, and is absolutely not supported for normal browsers,
> where it will actually break some functionality.
ok it's interesting but where can I find this type of information ??Hello guys, after a series of comparative test I concluded from there that was the use of "wallet" in the list of the extensions for firefox which is at the origin of the problem. Indeed when I compile with this extension then the profile firefox created by the application contains an incorrect file compreg.dat. If : - You have a good profil (created by an another firefox) but you used a bad application you are not the problem - You have a bad profile but you used a good firefox (without this extension) you are the problem !! Can that help you??
Comment 7•20 years ago
|
||
Yeah, it does, don't build wallet! (We don't need it or use it.) This is why we have a standard build setup. At some point configure will fail if you try to build wallet, but I don't think that's in on trunk yet, but will be before 1.1.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
ok I did not know. Isn't it in the default list of the extensions in configure ? For my information, is there any document that explains which extension to use and not to use for Mozilla, Firefox, Thunderbird..etc ?
Updated•6 years ago
|
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.
Description
•