[opensuse-buildservice] local obs on SLE_10 missing deps
Hi, tried to setup actual obs-server-1.6beta2 and get there is no /bin/bash-static available. what to do ? Chris -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Dienstag 21 April 2009 15:14:40 schrieb Christian:
Hi,
tried to setup actual obs-server-1.6beta2 and get
there is no /bin/bash-static available.
what to do ? Chris
Thats a new requirement for the cross-build support . Probably bash-static needs to be packaged for your setup. Martin Mohring and Adrian Schröter should know the details. Best regards, Jan-Simon -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Dienstag, 21. April 2009 15:30:14 schrieb Jan-Simon Möller:
Am Dienstag 21 April 2009 15:14:40 schrieb Christian:
Hi,
tried to setup actual obs-server-1.6beta2 and get
there is no /bin/bash-static available.
what to do ? Chris
Thats a new requirement for the cross-build support . Probably bash-static needs to be packaged for your setup.
Martin Mohring and Adrian Schröter should know the details.
Hm, I think this should be no requirement, just a Suggests .. I will fix it. Just ignore this requirement, except you want to do cross compiling for a foreign hardware platform. bye adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Dienstag, 21. April 2009 15:47:17 schrieb Adrian Schröter:
Am Dienstag, 21. April 2009 15:30:14 schrieb Jan-Simon Möller:
Am Dienstag 21 April 2009 15:14:40 schrieb Christian:
Hi,
tried to setup actual obs-server-1.6beta2 and get
there is no /bin/bash-static available.
what to do ? Chris
Thats a new requirement for the cross-build support . Probably bash-static needs to be packaged for your setup.
Martin Mohring and Adrian Schröter should know the details.
Hm, I think this should be no requirement, just a Suggests .. I will fix it.
Just ignore this requirement, except you want to do cross compiling for a foreign hardware platform.
There is no such dependency in the packages. Where do you see this exactly ? bye adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Adrian Schröter schrieb:
Where do you see this exactly ?
wdf-ux-0013:/etc/sysconfig # zypper in obs-server Restoring system sources... Parsing metadata for SP2... Parsing metadata for SP2_Updates... Parsing metadata for ICW... Parsing metadata for ICW_perl... Parsing metadata for obs-devel_lang_lua... Parsing metadata for obs-ruby... Parsing metadata for obs-OSS_Tools... Parsing metadata for obs_Archiving_Backup... Parsing metadata for obs_server_http... Parsing metadata for SDK_SP2... Parsing RPM database... 1 Problems: Problem: obs-server-1.6beta2-3.1.x86_64[obs-OSS_Tools] cannot be installed due to missing dependencies
Problem: obs-server-1.6beta2-3.1.x86_64[obs-OSS_Tools] cannot be installed due to missing dependencies There are no installable providers of /bin/bash-static for obs-server-1.6beta2-3.1.x86_64[obs-OSS_Tools] Solution 1: do not install obs-server do not install obs-server-1.6beta2-3.1.x86_64[obs-OSS_Tools] Solution 2: Ignore this requirement just here number, (r)etry or (c)ancel> wdf-ux-0013:/etc/sysconfig # zypper sl # | Enabled | Refresh | Type | Name | URI ---+---------+---------+------+----------------------+----------------------------------------------------------------------- 1 | Yes | Yes | YaST | SP2 | http://yalla.de.icw.de/pub/sles10/x86_64-SP2/CD1 2 | Yes | Yes | YUM | SP2_Updates | http://yalla.de.icw.de/pub/sles10/x86_64-SP2/updates 3 | Yes | Yes | YUM | ICW | http://yalla.de.icw.de/pub/repositories/ICW/SLE_10 4 | Yes | Yes | YUM | ICW_perl | http://yalla.de.icw.de/pub/repositories/ICW:/perl/SLE_10 5 | Yes | Yes | YUM | obs-devel_lang_lua | http://download.opensuse.org/repositories/devel:/languages:/lua/SLE_10 6 | Yes | Yes | YUM | obs-ruby | http://download.opensuse.org/repositories/ruby/SLE_10 7 | Yes | Yes | YUM | obs-OSS_Tools | http://download.opensuse.org/repositories/openSUSE:/Tools/SLE_10 8 | Yes | Yes | YUM | obs_Archiving_Backup | http://download.opensuse.org/repositories/Archiving:/Backup/SLE_10 9 | Yes | Yes | YUM | obs_server_http | http://download.opensuse.org/repositories/server:/http/SLE_10 10 | Yes | Yes | YaST | SDK_SP2 | http://yalla.de.icw.de/pub/sles10/SDK/x86_64-SP2/CD1 bye Chris -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
can this be an auto depency (from the build script - we use #!/bin/bash-static there)? I see the same here, although i did also not add a requires. Martin Adrian Schröter wrote:
Am Dienstag, 21. April 2009 15:47:17 schrieb Adrian Schröter:
Am Dienstag, 21. April 2009 15:30:14 schrieb Jan-Simon Möller:
Am Dienstag 21 April 2009 15:14:40 schrieb Christian:
Hi,
tried to setup actual obs-server-1.6beta2 and get
there is no /bin/bash-static available.
what to do ? Chris
Thats a new requirement for the cross-build support . Probably bash-static needs to be packaged for your setup.
Martin Mohring and Adrian Schröter should know the details.
Hm, I think this should be no requirement, just a Suggests .. I will fix it.
Just ignore this requirement, except you want to do cross compiling for a foreign hardware platform.
There is no such dependency in the packages.
Where do you see this exactly ?
bye adrian
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Tue, Apr 21, 2009 at 06:13:55PM +0200, Martin Mohring wrote:
can this be an auto depency (from the build script - we use #!/bin/bash-static there)? I see the same here, although i did also not add a requires.
If it's an auto-dep just remove the x-bits so that it doesn't get picked up. You can but them back in the build script after the file was copied into the target system. M. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Dienstag, 21. April 2009 18:13:55 schrieb Martin Mohring:
can this be an auto depency (from the build script - we use #!/bin/bash-static there)? I see the same here, although i did also not add a requires.
Right ... I dropped the own copy of build script in obs-server now and reuse the scripts from build.rpm directly. This get us rid of this dependency as well. I hope the directory to symlink conversation runs well for everybody (yes, %pre rm -rf exists to let rpm handle this). There is also a new build.rpm out there with some bugfixes. bye adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (5)
-
Adrian Schröter
-
Christian
-
Jan-Simon Möller
-
Martin Mohring
-
Michael Schroeder