Closed Bug 241873 Opened 21 years ago Closed 21 years ago

Wrong version number of the build for the 1.7rc1

Categories

(SeaMonkey :: Build Config, defect)

x86
Linux
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: leandro, Unassigned)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040426 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040426 When i try to compile the mozilla suite, with an old SPEC or by manual way, the version of the build is 1.7b. My rpm SPEC file fail when i use 1.7rc1 as version, and i have to modifie to 1.7b and the compilation runs ok. I just ran an "grep 1.7 *" on source directory and the result, abreviated, is: config.status:s%@MOZ_APP_VERSION@%1.7b%g config.status:s%@MOZILLA_VERSION@%1.7b%g config.status:s%@MOZILLA_LOCALE_VERSION@%1.7b%g config.status:s%@MOZILLA_REGION_VERSION@%1.7b%g ... I am running it right now and is working. The user agent is Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040426 <-- right date Reproducible: Always Steps to Reproduce: 1. Untar the source available on the website; 2. Run ./configure in the directory create by the tar file; 3. Run "grep 1.7 *" to see the wrong version Actual Results: It runs, but with the wrong version, and the "About" screen shows the version as 1.7b Expected Results: Runs and compile with the right version number. The full output for the "grep 1.7 *" on the source tree: config.status:s%@MOZ_APP_VERSION@%1.7b%g config.status:s%@MOZILLA_VERSION@%1.7b%g config.status:s%@MOZILLA_LOCALE_VERSION@%1.7b%g config.status:s%@MOZILLA_REGION_VERSION@%1.7b%g config.status:s%@MOZ_DEFINES@%-DMOZILLA_VERSION=\"1.7b\" -DD_INO=d_ino -DSTDC_HEADERS=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_SIGINFO_T=1 -DHAVE_INT16_T=1 -DHAVE_INT32_T=1 -DHAVE_INT64_T=1 -DHAVE_UINT=1 -DHAVE_UNAME_DOMAINNAME_FIELD=1 -DHAVE_VISIBILITY_ATTRIBUTE=1 -DHAVE_DIRENT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_BITYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GNU_LIBC_VERSION_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_X11_XKBLIB_H=1 -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_STATFS_H=1 -DHAVE_MMINTRIN_H=1 -DHAVE_SYS_CDEFS_H=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1 -DFUNCPROTO=15 -DHAVE_XSHM=1 -D_REENTRANT=1 -DHAVE_RANDOM=1 -DHAVE_STRERROR=1 -DHAVE_LCHOWN=1 -DHAVE_FCHMOD=1 -DHAVE_SNPRINTF=1 -DHAVE_MEMMOVE=1 -DHAVE_RINT=1 -DHAVE_NL_LANGINFO=1 -DHAVE_FLOCKFILE=1 -DHAVE_LOCALTIME_R=1 -DHAVE_STRTOK_R=1 -DHAVE_RES_NINIT=1 -DHAVE_GNU_GET_LIBC_VERSION=1 -DVA_COPY=va_copy -DHAVE_VA_COPY=1 -DHAVE_I18N_LC_MESSAGES=1 -DMOZ_DEFAULT_TOOLKIT=\"gtk2\" -DMOZ_WIDGET_GTK2=1 -DMOZ_ENABLE_XREMOTE=1 -DMOZ_X11=1 -DMOZ_APP_NAME=\"mozilla\" -DMOZ_ENABLE_XFT=1 -DMOZ_ENABLE_COREXFONTS=1 -DMOZ_EXTRA_X11CONVERTERS=1 -DOJI=1 -DMOZ_ENABLE_XINERAMA=1 -DIBMBIDI=1 -DMOZ_VIEW_SOURCE=1 -DACCESSIBILITY=1 -DMOZ_XPINSTALL=1 -DMOZ_JSLOADER=1 -DHAVE_GSSAPI_GSSAPI_H=1 -DHAVE_GSSAPI_GSSAPI_GENERIC_H=1 -DMOZ_MATHML=1 -DMOZ_LOGGING=1 -DMOZ_ENABLE_OLD_ABI_COMPAT_WRAPPERS=1 -DHAVE___CXA_DEMANGLE=1 -DMOZ_DEFAULT_MOZILLA_FIVE_HOME=\"/usr/lib/mozilla-1.7rc1\" -DMOZ_USER_DIR=\".mozilla\" -DMOZ_XUL=1 -DMOZ_PROFILESHARING=1 -DMOZ_PROFILELOCKING=1 -DMOZ_DLL_SUFFIX=\".so\" -DXP_UNIX=1 -DUNIX_ASYNC_DNS=1 -DJS_THREADSAFE=1 -DNS_PRINT_PREVIEW=1 -DNS_PRINTING=1 -DMOZ_ACCESSIBILITY_ATK=1 -DMOZILLA_LOCALE_VERSION=\"1.7b\" -DMOZILLA_REGION_VERSION=\"1.7b\" -DMOZILLA_SKIN_VERSION=\"1.5\" %g config.status:${ac_dA}MOZILLA_VERSION${ac_dB}MOZILLA_VERSION${ac_dC}"1.7b"${ac_dD} config.status:${ac_uA}MOZILLA_VERSION${ac_uB}MOZILLA_VERSION${ac_uC}"1.7b"${ac_uD} config.status:${ac_eA}MOZILLA_VERSION${ac_eB}MOZILLA_VERSION${ac_eC}"1.7b"${ac_eD} config.status:${ac_dA}MOZILLA_LOCALE_VERSION${ac_dB}MOZILLA_LOCALE_VERSION${ac_dC}"1.7b"${ac_dD} config.status:${ac_uA}MOZILLA_LOCALE_VERSION${ac_uB}MOZILLA_LOCALE_VERSION${ac_uC}"1.7b"${ac_uD} config.status:${ac_eA}MOZILLA_LOCALE_VERSION${ac_eB}MOZILLA_LOCALE_VERSION${ac_eC}"1.7b"${ac_eD} config.status:${ac_dA}MOZILLA_REGION_VERSION${ac_dB}MOZILLA_REGION_VERSION${ac_dC}"1.7b"${ac_dD} config.status:${ac_uA}MOZILLA_REGION_VERSION${ac_uB}MOZILLA_REGION_VERSION${ac_uC}"1.7b"${ac_uD} config.status:${ac_eA}MOZILLA_REGION_VERSION${ac_eB}MOZILLA_REGION_VERSION${ac_eC}"1.7b"${ac_eD} mozilla-config.h:#define MOZILLA_LOCALE_VERSION "1.7b" mozilla-config.h:#define MOZILLA_REGION_VERSION "1.7b" mozilla-config.h:#define MOZILLA_VERSION "1.7b" I have tried this twice.
RC1 was released with 1.7b version, not 1.7, so that we could take a few more l10n changes before 1.7final. The version number will be changed for RC2.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.