Closed Bug 293648 Opened 19 years ago Closed 19 years ago

nsSecureBrowserUIImpl lockIconState not accessible

Categories

(Core :: Security: PSM, defect)

Sun
Solaris
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 292987

People

(Reporter: InvisibleSmiley, Assigned: KaiE)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050510 MultiZilla/1.8.0.1g
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050510 MultiZilla/1.8.0.1g

Trying to build from CVS, I get the following on Sparc/Solaris using cc (Forte):

Building deps for nsSecureBrowserUIImpl.cpp
CC -o nsSecureBrowserUIImpl.o -c  -DMOZILLA_INTERNAL_API -DOSTYPE=\"SunOS5\"
-DOSARCH=\"SunOS\" -DBUILD_ID=2005051014  -I../../../../dist/include/nspr
-I../../../../dist/include/xpcom -I../../../../dist/include/string
-I../../../../dist/include/necko -I../../../../dist/include/uriloader
-I../../../../dist/include/dom -I../../../../dist/include/intl
-I../../../../dist/include/docshell -I../../../../dist/include/widget
-I../../../../dist/include/layout -I../../../../dist/include/content
-I../../../../dist/include/pref -I../../../../dist/include/pipboot
-I../../../../dist/include -I../../../../dist/include/nspr   
-I../../../../dist/public/nss  -I/usr/X11R6/include   -KPIC  -xbuiltin=%all
-features=tmplife -mt  -I/usr/X11R6/include  -DNDEBUG -DTRIMMED -xO4 
-DMOZILLA_VERSION=\"1.8b2\" -DMOZILLA_VERSION_MAJOR=1 -DMOZILLA_VERSION_MINOR=8
-DSOLARIS=1 -DNSCAP_DISABLE_DEBUG_PTR_TYPES=1 -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_UINT_T=1 -DHAVE_UINT16_T=1
-DHAVE_DIRENT_H=1 -DHAVE_SYS_BYTEORDER_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_SUITE=1 -DMOZ_BUILD_APP=suite
-DMOZ_DISTRIBUTION_ID=\"org.mozilla\" -DMOZ_ENABLE_XFT=1 -DOJI=1 -DIBMBIDI=1
-DMOZ_VIEW_SOURCE=1 -DACCESSIBILITY=1 -DMOZ_XPINSTALL=1 -DMOZ_JSLOADER=1
-DMOZ_XTF=1 -DHAVE_GSSAPI_GSSAPI_H=1 -DHAVE_GSS_C_NT_HOSTBASED_SERVICE=1
-DMOZ_MATHML=1 -DMOZ_STORAGE=1 -DMOZ_LOGGING=1 -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.8b2\" -DMOZILLA_REGION_VERSION=\"1.8b2\"
-DMOZILLA_SKIN_VERSION=\"1.5\"  -D_MOZILLA_CONFIG_H_ -DMOZILLA_CLIENT 
-I/usr/X11R6/include nsSecureBrowserUIImpl.cpp
"nsSecureBrowserUIImpl.cpp", line 134: Warning (Anachronism): Using const
void*(*)(PLDHashTable*,PLDHashEntryHdr*) to initialize extern "C" const
void*(*)(PLDHashTable*,PLDHashEntryHdr*).
"nsSecureBrowserUIImpl.cpp", line 136: Warning (Anachronism): Using
int(*)(PLDHashTable*,const PLDHashEntryHdr*,const void*) to initialize extern
"C" int(*)(PLDHashTable*,const PLDHashEntryHdr*,const void*).
"nsSecureBrowserUIImpl.cpp", line 140: Warning (Anachronism): Using
int(*)(PLDHashTable*,PLDHashEntryHdr*,const void*) to initialize extern "C"
int(*)(PLDHashTable*,PLDHashEntryHdr*,const void*).
"nsSecureBrowserUIImpl.cpp", line 1511: Error:
nsSecureBrowserUIImpl::lockIconState is not accessible from
nsSecureBrowserUIImpl::State.
"nsSecureBrowserUIImpl.cpp", line 1513: Error:
nsSecureBrowserUIImpl::lockIconState is not accessible from
nsSecureBrowserUIImpl::State.
"nsSecureBrowserUIImpl.cpp", line 1517: Error:
nsSecureBrowserUIImpl::lockIconState is not accessible from
nsSecureBrowserUIImpl::State.
"nsSecureBrowserUIImpl.cpp", line 1523: Error:
nsSecureBrowserUIImpl::lockIconState is not accessible from
nsSecureBrowserUIImpl::State::State(nsSecureBrowserUIImpl::lockIconState,
nsISupports*).
4 Error(s) and 3 Warning(s) detected.
gmake[5]: *** [nsSecureBrowserUIImpl.o] Error 4
gmake[5]: Leaving directory
`/nethome/ultra05/export/rbg1/users1/hatlak/build/mozilla/src/mozilla/security/manager/boot/src'


Reproducible: Always

Steps to Reproduce:
1. Build Suite CVS using cc (Forte)
OS: other → Solaris
Hardware: Other → Sun
Version: unspecified → Trunk
Assignee: nobody → kaie
Component: Build Config → Security: PSM
Product: Mozilla Application Suite → Core
QA Contact: build-config

*** This bug has been marked as a duplicate of 292987 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.