Closed
Bug 264161
Opened 20 years ago
Closed 20 years ago
Failed to build thunderbird on solaris sparc platform
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: eagle.lu, Assigned: mscott)
Details
Attachments
(1 file)
|
502 bytes,
patch
|
mscott
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
I downloaded the source code of Oct 12 and checked out mail and toolkit directories and then build thunderbird with the following config options: . $topsrcdir/mail/config/mozconfig ac_add_options --enable-debug ac_add_options --disable-optimize ac_add_options --enable-xft ac_add_options --disable-freetype2 ac_add_options --enable-default-toolkit=gtk2 During the building, I got the following error messages: CC -o nsCSSScanner.o -c -DOSTYPE=\"SunOS5\" -DOSARCH=\"SunOS\" -D_IMPL_NS_LAYOUT -I./../../base/src -I./../../../base/src -I./../../content/src -I./../../../xul/content/src -I./. -I./../../../xul/base/src -I../../../../dist/include/xpcom -I../../../../dist/include/string -I../../../../dist/include/dom -I../../../../dist/include/gfx -I../../../../dist/include/layout -I../../../../dist/include/widget -I../../../../dist/include/caps -I../../../../dist/include/locale -I../../../../dist/include/unicharutil -I../../../../dist/include/js -I../../../../dist/include/necko -I../../../../dist/include/mimetype -I../../../../dist/include/webshell -I../../../../dist/include/htmlparser -I../../../../dist/include/uconv -I../../../../dist/include/xuldoc -I../../../../dist/include/xpconnect -I../../../../dist/include/view -I../../../../dist/include/intl -I../../../../dist/include/pref -I../../../../dist/include/imglib2 -I../../../../dist/include/content -I../../../../dist/include -I/export/home/moz/thunderbird/mozilla/dist/include/nspr -KPIC -xbuiltin=%all -features=tmplife -mt -DNDEBUG -DTRIMMED -xO5 -DMOZILLA_CLIENT -D_MOZILLA_CONFIG_H_ -DMOZILLA_VERSION=\"1.8a5\" -DSOLARIS=1 -DNSCAP_DISABLE_DEBUG_PTR_TYPES=1 -DD_INO=d_ino -DSTDC_HEADERS=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_INT16_T=1 -DHAVE_INT32_T=1 -DHAVE_INT64_T=1 -DHAVE_UINT=1 -DHAVE_UINT_T=1 -DHAVE_UINT16_T=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_BYTEORDER_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_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_LIBM=1 -DHAVE_LIBDL=1 -DHAVE_LIBSOCKET=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_STAT64=1 -DHAVE_LSTAT64=1 -DHAVE_FLOCKFILE=1 -DHAVE_LOCALTIME_R=1 -DHAVE_STRTOK_R=1 -DHAVE_LANGINFO_CODESET=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_DISTRIBUTION_ID=\"\" -DMOZ_THUNDERBIRD=1 -DMOZ_STATIC_MAIL_BUILD=1 -DMOZ_XUL_APP=1 -DMOZ_APP_NAME=\"thunderbird\" -DMOZ_ENABLE_COREXFONTS=1 -DMOZ_EXTRA_X11CONVERTERS=1 -DIBMBIDI=1 -DMOZ_VIEW_SOURCE=1 -DACCESSIBILITY=1 -DMOZ_XPINSTALL=1 -DMOZ_JSLOADER=1 -DMOZ_LOGGING=1 -DMOZ_TIMELINE=1 -DMOZ_USER_DIR=\".mozilla\" -DMOZ_XUL=1 -DMOZ_PROFILELOCKING=1 -DSUNCTL=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.8a\" -DMOZILLA_REGION_VERSION=\"1.8a\" -DMOZILLA_SKIN_VERSION=\"1.5\" nsCSSScanner.cpp "nsCSSScanner.cpp", line 900: Error: nsSubstring::nsSubstring(const nsSubstring&) is not accessible from nsCSSScanner::SkipCComment(unsigned&). 1 Error(s) detected. I also build thunderbird on Linux successfully with the same code. I found that no files were compiled under content/html/style/src directory. ~
Please see the bug 260337
Comment on attachment 161947 [details] [diff] [review] patch v0 Can you give r? Thanks
Attachment #161947 -
Flags: review?(mscott)
Updated•20 years ago
|
Severity: critical → blocker
| Assignee | ||
Updated•20 years ago
|
Attachment #161947 -
Flags: superreview+
Attachment #161947 -
Flags: review?(mscott)
Attachment #161947 -
Flags: review+
fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•