Sorry to direct this question on this list. I've been trying to subscribe to the dev list 3 times in the last 3 days, but have never received the confirmation. Stupid yahoo email...
I'm trying to build FDS on my Ubuntu 5.10 machine using dsbuild, I've installed on the required packages (db4-dev, krb5-dev, ncurses-dev, etc).
But I got the following error:
gmake[4]: Entering directory `/home/csp/redhat/dsbuild/ds/mozilla/work/mozilla/security/nss/lib/pki' gcc -o Linux2.6_x86_glibc_PTH_OPT.OBJ/asymmkey.o -c -O2 -fPIC -DLINUX1_2 -Di386 -D_XOPEN_SOURCE -DLINUX2_1 -ansi -Wall -pipe -DLINUX -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -DXP_UNIX -DNSS_3_4_CODE -UDEBUG -DNDEBUG -D_REENTRANT -I../../../../dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss -I../../../../dist/public/nspr asymmkey.c In file included from ../../../../dist/private/nss/nsspki1.h:57, from nsspki.h:56, from asymmkey.c:39: ../../../../dist/private/nss/oiddata.h:46: error: array type has incomplete element type gmake[4]: *** [Linux2.6_x86_glibc_PTH_OPT.OBJ/asymmkey.o] Error 1 gmake[4]: Leaving directory `/home/csp/redhat/dsbuild/ds/mozilla/work/mozilla/security/nss/lib/pki' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/home/csp/redhat/dsbuild/ds/mozilla/work/mozilla/security/nss/lib' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/home/csp/redhat/dsbuild/ds/mozilla/work/mozilla/security/nss' make[1]: *** [build-custom] Error 2 make[1]: Leaving directory `/home/csp/redhat/dsbuild/ds/mozilla' make: *** [dep-../../ds/mozilla] Error 2
Somehow, looks like the file where nss_builtin_oids is defined was not included.
Could someone give a hint on solving this problem? I have no problem running FDS on this machine, by converting the rpm package into a deb package with alien and installing it.
Distro: Ubuntu 5.10 2.6.12-9-386 gcc/g++: gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
thanks a lot.
sz
__________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
With gcc 4.0 you need the patch https://bugzilla.mozilla.org/attachment.cgi?id=176366 from this bug https://bugzilla.mozilla.org/show_bug.cgi?id=284386
rob
speedy zinc wrote:
Sorry to direct this question on this list. I've been trying to subscribe to the dev list 3 times in the last 3 days, but have never received the confirmation. Stupid yahoo email...
I'm trying to build FDS on my Ubuntu 5.10 machine using dsbuild, I've installed on the required packages (db4-dev, krb5-dev, ncurses-dev, etc).
But I got the following error:
gmake[4]: Entering directory `/home/csp/redhat/dsbuild/ds/mozilla/work/mozilla/security/nss/lib/pki' gcc -o Linux2.6_x86_glibc_PTH_OPT.OBJ/asymmkey.o -c -O2 -fPIC -DLINUX1_2 -Di386 -D_XOPEN_SOURCE -DLINUX2_1 -ansi -Wall -pipe -DLINUX -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -DXP_UNIX -DNSS_3_4_CODE -UDEBUG -DNDEBUG -D_REENTRANT -I../../../../dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss -I../../../../dist/public/nspr asymmkey.c In file included from ../../../../dist/private/nss/nsspki1.h:57, from nsspki.h:56, from asymmkey.c:39: ../../../../dist/private/nss/oiddata.h:46: error: array type has incomplete element type gmake[4]: *** [Linux2.6_x86_glibc_PTH_OPT.OBJ/asymmkey.o] Error 1 gmake[4]: Leaving directory `/home/csp/redhat/dsbuild/ds/mozilla/work/mozilla/security/nss/lib/pki' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/home/csp/redhat/dsbuild/ds/mozilla/work/mozilla/security/nss/lib' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/home/csp/redhat/dsbuild/ds/mozilla/work/mozilla/security/nss' make[1]: *** [build-custom] Error 2 make[1]: Leaving directory `/home/csp/redhat/dsbuild/ds/mozilla' make: *** [dep-../../ds/mozilla] Error 2
Somehow, looks like the file where nss_builtin_oids is defined was not included.
Could someone give a hint on solving this problem? I have no problem running FDS on this machine, by converting the rpm package into a deb package with alien and installing it.
Distro: Ubuntu 5.10 2.6.12-9-386 gcc/g++: gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
thanks a lot.
sz
__________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
-- Fedora-directory-users mailing list Fedora-directory-users@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-users
speedy zinc wrote:
Sorry to direct this question on this list. I've been trying to subscribe to the dev list 3 times in the last 3 days, but have never received the confirmation. Stupid yahoo email...
I'm trying to build FDS on my Ubuntu 5.10 machine using dsbuild, I've installed on the required packages (db4-dev, krb5-dev, ncurses-dev, etc).
But I got the following error:
gmake[4]: Entering directory `/home/csp/redhat/dsbuild/ds/mozilla/work/mozilla/security/nss/lib/pki' gcc -o Linux2.6_x86_glibc_PTH_OPT.OBJ/asymmkey.o -c -O2 -fPIC -DLINUX1_2 -Di386 -D_XOPEN_SOURCE -DLINUX2_1 -ansi -Wall -pipe -DLINUX -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -DXP_UNIX -DNSS_3_4_CODE -UDEBUG -DNDEBUG -D_REENTRANT -I../../../../dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss -I../../../../dist/public/nspr asymmkey.c In file included from ../../../../dist/private/nss/nsspki1.h:57, from nsspki.h:56, from asymmkey.c:39: ../../../../dist/private/nss/oiddata.h:46: error: array type has incomplete element type gmake[4]: *** [Linux2.6_x86_glibc_PTH_OPT.OBJ/asymmkey.o] Error 1 gmake[4]: Leaving directory `/home/csp/redhat/dsbuild/ds/mozilla/work/mozilla/security/nss/lib/pki' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/home/csp/redhat/dsbuild/ds/mozilla/work/mozilla/security/nss/lib' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/home/csp/redhat/dsbuild/ds/mozilla/work/mozilla/security/nss' make[1]: *** [build-custom] Error 2 make[1]: Leaving directory `/home/csp/redhat/dsbuild/ds/mozilla' make: *** [dep-../../ds/mozilla] Error 2
Somehow, looks like the file where nss_builtin_oids is defined was not included.
It looks as though it's complaining about a missing NSSOID which is defined in nsspki1t.h. I'm not sure why it's missing. The file oiddata.h is generated by the perl script oidgen.perl. You might check to see if that file was generated correctly and if perl is in your path.
Could someone give a hint on solving this problem? I have no problem running FDS on this machine, by converting the rpm package into a deb package with alien and installing it.
There is a nice cross reference tool available for nspr and nss - http://lxr.mozilla.org/security/
Distro: Ubuntu 5.10 2.6.12-9-386 gcc/g++: gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
thanks a lot.
sz
__________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
-- Fedora-directory-users mailing list Fedora-directory-users@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-users
389-users@lists.fedoraproject.org