[opensuse-packaging] find-lang error on SLE 11
![](https://seccdn.libravatar.org/avatar/ea6d057cd8a5347fbadfa13752b7dc99.jpg?s=120&d=mm&r=g)
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_S... How can I fix this? best regards, Erwin Waterlander -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/9435667f7160374bc34a8600b686aecd.jpg?s=120&d=mm&r=g)
В Tue, 14 Oct 2014 19:23:01 +0200 Erwin Waterlander <waterlan@xs4all.nl> пишет:
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
Does $RPM_BUILD_ROOT work?
[ 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_S...
How can I fix this?
best regards,
Erwin Waterlander
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/5cdd10d836bdda3796cf6bc1ab2d5a78.jpg?s=120&d=mm&r=g)
On Tue, 2014-10-14 at 19:23 +0200, Erwin Waterlander wrote:
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)
SLE11 still requires a BuildRoot: statement in the preamble.. . Dominique -- Dimstar / Dominique Leuenberger <dimstar@opensuse.org> -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/ea6d057cd8a5347fbadfa13752b7dc99.jpg?s=120&d=mm&r=g)
On 10/14/2014 07:51 PM, Dimstar / Dominique Leuenberger wrote:
On Tue, 2014-10-14 at 19:23 +0200, Erwin Waterlander wrote:
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)
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+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Andrei Borzenkov
-
Dimstar / Dominique Leuenberger
-
Erwin Waterlander