On Thu, Feb 19, 2009 at 1:10 PM, Ludwig Nussel <ludwig.nussel@suse.de> wrote:
Manvendra Bhangui wrote:
found trace of $RPM_BUILD_ROOT or $RPM_BUILD_DIR in installed .la file /var/tmp/indimail-1.4-6.1-iGubxb/var/indimail/lib/libindimail.la error: Bad exit status from /var/tmp/rpm-tmp.92262 (%install)
That's a packaging bug you need to fix.
I have in my Makefile.am -Leps-1.2 -leps -L/usr/lib/mysql -lmysqlclient The above gets expanded to (as seen in the build log) -L/usr/src/packages/BUILD/indimail-1.4/eps-1.2 -L/var/tmp/indimail-1.4-11.1-VOX9FX/var/indimail/lib -L/var/indimail/lib -leps -L/usr/lib/mysql -L/var/tmp/indimail-1.4-11.1-VOX9FX/usr/lib/mysql -lmysqlclient I am perplexed why -L/var/tmp/indimail-1.4-11.1-VOX9FX/var/indimail/lib is getting added. Will doing -L./eps-1.2 instead of -Leps-1.2 help? -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org