Re: nss build error

2009-04-07 Thread Ryan Schmidt
On Apr 6, 2009, at 14:52, Frank J. R. Hanstick wrote: Following a sudo port selfupdate the nss error changed from the previous to the following: Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/

Re: nss build error

2009-04-07 Thread Jeremy Huddleston
On Apr 7, 2009, at 03:57, Ryan Schmidt wrote: On Apr 6, 2009, at 14:52, Frank J. R. Hanstick wrote: Following a sudo port selfupdate the nss error changed from the previous to the following: Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/

Re: nss build error

2009-04-07 Thread Ryan Schmidt
On Apr 7, 2009, at 20:57, Frank J. R. Hanstick wrote: There isn't any /opt/local/lib/libnspr4.dylib anymore; it's now / opt/local/lib/nspr/libnspr4.dylib. That's what the latest update to nspr in r49079 did. So now all ports that use nspr have to be updated to use nspr from that new

Re: nss build error

2009-04-07 Thread Frank J. R. Hanstick
Hello, Jeremy Huddleston had me run: sudo port -v -f uninstall nss sudo port -v clean nss sudo port -v install nss which worked. I was a little leery of this sequence because if it did not work, I would be left without an nss. The

Re: nss build error

2009-04-06 Thread Frank J. R. Hanstick
Hello, Following a sudo port selfupdate the nss error changed from the previous to the following: Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nss /work/nss-3.12 make -C

Re: nss build error

2009-04-02 Thread Frank J. R. Hanstick
Hello, I get almost the same error on MacOS 10.4.11: cc -dynamiclib -compatibility_version 1 -current_version 1 - install_name /opt/local/lib/libssl3.dylib - headerpad_max_install_names -L/opt/local/lib -o Darwin8.11.0_DBG.OBJ/ libssl3.dylib Darwin8.11.0_DBG.OBJ/derive.o

nss build error

2009-03-20 Thread William Davis
trying to upgrade nss gave this build error: cc -dynamiclib -compatibility_version 1 -current_version 1 - install_name /opt/local/lib/libssl3.dylib -headerpad_max_install_names -L/opt/local/lib -o Darwin9.6.0_DBG.OBJ/libssl3.dylib Darwin9.6.0_DBG.OBJ/derive.o Darwin9.6.0_DBG.OBJ/prelib.o

Re: nss build error

2009-03-20 Thread Ryan Schmidt
On Mar 20, 2009, at 17:42, William Davis wrote: trying to upgrade nss gave this build error: cc -dynamiclib -compatibility_version 1 -current_version 1 - install_name /opt/local/lib/libssl3.dylib - headerpad_max_install_names -L/opt/local/lib -o Darwin9.6.0_DBG.OBJ/libssl3.dylib