[opensuse-buildservice] openSUSE_Factory in M17N repo can't resolve itself

Hi, I have two SRs, 161653 and 161661 They complains libarchive.so.12 and libicuuc.so.49 are not found in Factory. But in specfile there's no such "fixed" requirement. And rebuild doesn't work. So can anyone take a look at them please? Greetings Marguerite -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

On 15.04.2013 09:38, Marguerite Su wrote:
Hi,
I have two SRs, 161653 and 161661
They complains libarchive.so.12 and libicuuc.so.49 are not found in Factory.
But in specfile there's no such "fixed" requirement.
And rebuild doesn't work.
So can anyone take a look at them please?
This happens quite often: - you put cmake in your project - it builds - you build disable it [WAIT] - your old binary is no longer installable as it did not rebuild against new libraries The trick is: - make sure useforbuild is enabled before you do: - osc wipebinaries M17N cmake --build-disabled Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

On Mon, Apr 15, 2013 at 4:33 PM, Stephan Kulow <coolo@suse.de> wrote:
The trick is: - make sure useforbuild is enabled before you do: - osc wipebinaries M17N cmake --build-disabled
Greetings, Stephan
Hi, coolo I set cmake : <useforbuild> <enable /> </useforbuild> and ran `osc wipebinaries M17N cmake --all` and `osc wipebinaries M17N cmake --build-disabled" but there's still cmake in openSUSE_Factory x86_64 and the "unresolvable" status didn't get removed even for i586 repo which has no cmake now. Any ideas? Marguerite -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

On Dienstag, 16. April 2013, 22:01:53 wrote Marguerite Su:
On Mon, Apr 15, 2013 at 4:33 PM, Stephan Kulow <coolo@suse.de> wrote:
The trick is: - make sure useforbuild is enabled before you do: - osc wipebinaries M17N cmake --build-disabled
Greetings, Stephan
Hi, coolo
I set cmake :
<useforbuild> <enable /> </useforbuild>
and ran `osc wipebinaries M17N cmake --all` and `osc wipebinaries M17N cmake --build-disabled"
but there's still cmake in openSUSE_Factory x86_64 and the "unresolvable" status didn't get removed even for i586 repo which has no cmake now.
Any ideas?
osc api /build/M17N/openSUSE_Factory/x86_64/_repository | grep cmake osc api -X DELETE /build/M17N/openSUSE_Factory/x86_64/_repository/cmake.rpm
Marguerite
-- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

I have also had a lot of trouble with the "wipebinaries" command. It turned out that the "publish" flag must be set to "enabled" for "wipebinaries" for work... is that correct and by design? -J Brauchle On 04/16/2013 04:09 PM, Adrian Schröter wrote:
On Dienstag, 16. April 2013, 22:01:53 wrote Marguerite Su:
On Mon, Apr 15, 2013 at 4:33 PM, Stephan Kulow <coolo@suse.de> wrote:
The trick is: - make sure useforbuild is enabled before you do: - osc wipebinaries M17N cmake --build-disabled
Greetings, Stephan
Hi, coolo
I set cmake :
<useforbuild> <enable /> </useforbuild>
and ran `osc wipebinaries M17N cmake --all` and `osc wipebinaries M17N cmake --build-disabled"
but there's still cmake in openSUSE_Factory x86_64 and the "unresolvable" status didn't get removed even for i586 repo which has no cmake now.
Any ideas?
osc api /build/M17N/openSUSE_Factory/x86_64/_repository | grep cmake
osc api -X DELETE /build/M17N/openSUSE_Factory/x86_64/_repository/cmake.rpm
Marguerite

On Tue, Apr 16, 2013 at 10:09 PM, Adrian Schröter <adrian@suse.de> wrote:
osc api /build/M17N/openSUSE_Factory/x86_64/_repository | grep cmake
osc api -X DELETE /build/M17N/openSUSE_Factory/x86_64/_repository/cmake.rpm
Problem solved! -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (4)
-
Adrian Schröter
-
Joschi Brauchle
-
Marguerite Su
-
Stephan Kulow