HI Donald, *, On Sun, May 31, 2009 at 11:02 AM, Donald Pacaba <[email protected]> wrote: > > I'm not sure if this is the right place to ask this question. > I'm trying to build OOO310. But I have a problem with dmake.
No, you don't have a problem with dmake. You have a problem wiht rpm and its dependencies. > The last few lines of dmake is as follows: > ------------- > mkdir -p ../unxlngx6.pro/misc/install/fake-db-root > rpm --define "_builddir > /home/don/OOO310_m11/setup_native/unxlngx6.pro/misc/install/fake-db-root" > --define "_rpmdir /home/don/OOO310_m11/setup_native/unxlngx6.pro/bin" -bb > fake-db.spec > rpm: /home/don/OOO310_m11/solver/310/unxlngx6.pro/lib/libnss3.so: version > `NSS_3.10' not found (required by /usr/lib64/librpmio-4.6.so) > dmake: Error code 1, while making > '../unxlngx6.pro/bin/noarch/fake-db-1.0-0.noarch.rpm' This is caused by the IMHO pretty stupid decision of Fedora to make the most important part of the distro to depend on another library to do its security stuff (instead of using a builtin mechanism like rpm did always use and other distros still use). You need to use "RPM=LD_PRELOAD=/path/to/system//libnss3.so rpmbuild" or use the patch from issuezilla http://qa.openoffice.org/issues/show_bug.cgi?id=84787 ciao Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
