Closed Bug 176441 Opened 22 years ago Closed 22 years ago

"ld: fatal: file $ORIGIN: open failed: No such file or directory" in "./security/nss/lib/softoken"

Categories

(SeaMonkey :: Build Config, defect)

Sun
Solaris
defect
Not set
major

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 176439

People

(Reporter: ensonic, Assigned: netscape)

Details

User-Agent:       Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.1a) Gecko/20020627
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.1a) Gecko/20020627

I am building mozialla 1.2b on solaris 2.6 and get the above mentioned error. It
looks like $ORIGIN is never set. I grepped the whole tree for usage and
definition, but found only files where it is used.
# find . -type f -exec grep -l '$ORIGIN' {} \;
./security/nss/lib/freebl/loader.c
./security/nss/lib/nss/config.mk
./security/nss/lib/softoken/config.mk
./directory/c-sdk/build.mk
./directory/c-sdk/build.mk~
./other-licenses/expat/conftools/ltconfig
./other-licenses/freetype/builds/unix/aclocal.m4
./other-licenses/freetype/builds/unix/configure
./xpcom/typelib/xpidl/glib/glib-1.2.1/ltconfig
./xpcom/typelib/xpidl/libidl/libIDL-0.6.5/ltconfig
# find . -type f -exec grep -l 'ORIGIN =' {} \;
./directory/c-sdk/ldap/examples/windows/winldap/LDAP16.MAK
# find . -type f -exec grep -l 'ORIGIN +=' {} \;
#

Reproducible: Always

Steps to Reproduce:
1. ./configure  --prefix=/opt/mozilla-1.2b --with-gtk --disable-logging
--disable-tests --disable-debug --disable-dtd-debug --enable-strip
--enable-optimize --enable-crypto --enable-mathml
--with-default-mozilla-five-home=/opt/mozilla --with-extensions
--with-system-jpeg=/opt/gnome --with-system-zlib=/usr/local
--with-system-png=/opt/gnome --without-system-nspr --enable-ldap-experimental
2. make
3.

Actual Results:  
I got the abobe mentioned error

Expected Results:  
I expected to find a ready build mozilla this morning ;-)

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