Discussion:
find-lang error on SLE 11
Erwin Waterlander
2014-10-14 17:23:01 UTC
Permalink
Hi,

I'm working on a new package 'wcd' for Suse. In my home:waterlan project
I have created a new package wcd. I'm trying to build packages for
openSUSE_13.1, openSUSE_Factory, and SLE_11_SP3.

The builds on openSUSE_13.1 and openSUSE_Factory succeeded, but the
build on SLE_11_SP3 failed.

This is the error I get:

[ 65s] + /usr/lib/rpm/find-lang.sh '%{buildroot}' wcd --all-name --with-man
[ 65s] /usr/lib/rpm/find-lang.sh: %{buildroot}: no such directory
[ 65s] error: Bad exit status from /var/tmp/rpm-tmp.55835 (%install)


See also

https://build.opensuse.org/package/live_build_log/home:waterlan/wcd/SLE_11_SP3/i586

How can I fix this?

best regards,

Erwin Waterlander
--
To unsubscribe, e-mail: opensuse-packaging+***@opensuse.org
To contact the owner, e-mail: opensuse-packaging+***@opensuse.org
Andrei Borzenkov
2014-10-14 17:38:13 UTC
Permalink
В Tue, 14 Oct 2014 19:23:01 +0200
Post by Erwin Waterlander
Hi,
I'm working on a new package 'wcd' for Suse. In my home:waterlan project
I have created a new package wcd. I'm trying to build packages for
openSUSE_13.1, openSUSE_Factory, and SLE_11_SP3.
The builds on openSUSE_13.1 and openSUSE_Factory succeeded, but the
build on SLE_11_SP3 failed.
[ 65s] + /usr/lib/rpm/find-lang.sh '%{buildroot}' wcd --all-name --with-man
[ 65s] /usr/lib/rpm/find-lang.sh: %{buildroot}: no such directory
Does $RPM_BUILD_ROOT work?
Post by Erwin Waterlander
[ 65s] error: Bad exit status from /var/tmp/rpm-tmp.55835 (%install)
See also
https://build.opensuse.org/package/live_build_log/home:waterlan/wcd/SLE_11_SP3/i586
How can I fix this?
best regards,
Erwin Waterlander
--
To unsubscribe, e-mail: opensuse-packaging+***@opensuse.org
To contact the owner, e-mail: opensuse-packaging+***@opensuse.org
Dimstar / Dominique Leuenberger
2014-10-14 17:51:03 UTC
Permalink
Post by Erwin Waterlander
Hi,
I'm working on a new package 'wcd' for Suse. In my home:waterlan project
I have created a new package wcd. I'm trying to build packages for
openSUSE_13.1, openSUSE_Factory, and SLE_11_SP3.
The builds on openSUSE_13.1 and openSUSE_Factory succeeded, but the
build on SLE_11_SP3 failed.
[ 65s] + /usr/lib/rpm/find-lang.sh '%{buildroot}' wcd --all-name --with-man
[ 65s] /usr/lib/rpm/find-lang.sh: %{buildroot}: no such directory
[ 65s] error: Bad exit status from /var/tmp/rpm-tmp.55835 (%install)
SLE11 still requires a BuildRoot: statement in the preamble.. .

Dominique
--
Dimstar / Dominique Leuenberger <***@opensuse.org>
--
To unsubscribe, e-mail: opensuse-packaging+***@opensuse.org
To contact the owner, e-mail: opensuse-packaging+***@opensuse.org
Erwin Waterlander
2014-10-14 18:04:49 UTC
Permalink
Post by Dimstar / Dominique Leuenberger
Post by Erwin Waterlander
Hi,
I'm working on a new package 'wcd' for Suse. In my home:waterlan project
I have created a new package wcd. I'm trying to build packages for
openSUSE_13.1, openSUSE_Factory, and SLE_11_SP3.
The builds on openSUSE_13.1 and openSUSE_Factory succeeded, but the
build on SLE_11_SP3 failed.
[ 65s] + /usr/lib/rpm/find-lang.sh '%{buildroot}' wcd --all-name --with-man
[ 65s] /usr/lib/rpm/find-lang.sh: %{buildroot}: no such directory
[ 65s] error: Bad exit status from /var/tmp/rpm-tmp.55835 (%install)
SLE11 still requires a BuildRoot: statement in the preamble.. .
Dominique
Hi Dominque,

Thanks, that helped. Now all my builds are successful.

best regards,

Erwin
--
To unsubscribe, e-mail: opensuse-packaging+***@opensuse.org
To contact the owner, e-mail: opensuse-packaging+***@opensuse.org
Loading...