Something is funny about the OBS website not showing submitreq's.
First, I click on my home page, and it says:
Involved Requests (0)
archie172 is not involved in any requests
See all other requests
Other requests
I then click on "Other Requests". It defaults to: Display [ all ]
requests in state [ new or review ].
No requests are displayed.
Then I change "all" to "submit".
Now two requests are displayed.
I change "submit" back to "all" and the two requests are still displayed.
I reload the page and no requests are displayed.
Something ain't right...
-Archie
--
Archie L. Cobbs
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello.
When I build a package at my machine via osc I'll get rpm-s, but when I
push it to the OBS I'll get post-build-checks errors about compiler
warnings.
Both of logs and build stuff is attached.
PS I know that spec is ugly ;)
--
Dmitriy DA(P).DarkneSS Perlow / Linux x64
https://build.opensuse.org/request/show/174862 ;)
--
Dmitriy DA(P).DarkneSS Perlow / Linux x64
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Dear all,
I'm trying to build a deb package for Ubuntu and one of the
requirements is the libace-dev package.
Opensuse build service reports that nothing provides libace-dev for Ubuntu...
... but it is one of the official package of Ubuntu:
http://packages.ubuntu.com/search?keywords=libace&searchon=names&suite=rari…
Why is not provided also on opensuse build service ??
Thank you,
Gianluca.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
I'm attempting to build devel:cloverleaf:Consort/athena and I keep running
into the following error:
[ 53s] ... testing for serious compiler warnings
[ 53s] (using /usr/lib/build/checks-data/check_gcc_output)
[ 53s] (using /var/tmp/build-root/.build.log)
[ 54s] E: athena 64bit-portability-issue athena-toolbar.c:457
Everything compiles fine, but I run into that error, and the packaging fails.
If I just build the tarball locally through the old ./configure && make and
then check the build log, the error on athena-toolbar.c:457 isn't there.
I'm running a current version of openSUSE Tumbleweed locally, and my
buildtarget for OBS is also openSUSE_Tumbleweed What is going on here?
Can somebody have a look at it?
So I've got a package put together devel:cloverleaf:Consort consort-panel, and
I'm ending up with what appears to be rpmbuild ignoring the %files section for
the consort-panel.*.rpm package, and I have been bashing my head against my
desk since last night trying to figure out why. I don't see any issues with
the .spec file, but maybe I'm missing something.
I've tried using hardlinks (/usr/share instead of %{_datadir}, for instance}
but nothing seems to be making a difference.
I'd be tickled pink if somebody could have a look at that specfile and tell me
what I've got fscked up.....
The php5-pecl_http package in server:php:extensions fails to build for server_php_SLE_11 and server_php_openSUSE_11.4 due to broken handling of its dependency on php5-hash:
====
andrew@build11:~/server:php:extensions/php5-pecl_http> osc build server_php_SLE_11 x86_64
Building php5-pecl_http.spec for server_php_SLE_11/x86_64
Getting buildinfo from server and store to /home/andrew/server:php:extensions/php5-pecl_http/.osc/_buildinfo-server_php_SLE_11-x86_64.xml
Getting buildconfig from server and store to /home/andrew/server:php:extensions/php5-pecl_http/.osc/_buildconfig-server_php_SLE_11-x86_64
buildinfo is broken... it says:
unresolvable: conflict for provider of php5 = 5.4.15 needed by php5-devel, (provider php5 obsoletes installed php5-hash), conflict for provider of php5 = 5.4.15 needed by php5-iconv, (provider php5 obsoletes installed php5-hash), nothing provides php5 = 5.2.6 needed by php5-hash
====
(same message for 11.4, except "nothing provides php5 = 5.3.5 needed by php5-hash")
The newer PHP packages (including distro php5-5.3.* packages in >= 12.1, php53 in SLE11 SP2, and php5-5.4.* from server:php) provide and obsolete php5-hash (it's noted in the RPM changelog for php5 that the has extension was integrated), and that seems reasonable. If I install php5-5.2.x from SLES11, add the server:php repo, then 'zypper dup', it works properly -- php5-hash is removed, as it should be. The problem is when trying to install build dependencies.
I attempt a manual rebuild of the source RPM on a SLES 11 SP2 VM with the server:php repo added:
====
ADaugherity@dhcp-126:~> rpmbuild --rebuild php5-pecl_http-1.7.5-1.2.src.rpm
Installing php5-pecl_http-1.7.5-1.2.src.rpm
error: Failed build dependencies:
php5-devel is needed by php5-pecl_http-1.7.5-1.2.x86_64
php5-iconv is needed by php5-pecl_http-1.7.5-1.2.x86_64
php5-hash is needed by php5-pecl_http-1.7.5-1.2.x86_64
ADaugherity@dhcp-126:~> sudo zypper in php5-devel php5-iconv php5-hash
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: php5-devel-5.4.15-165.1.x86_64 requires php5 = 5.4.15, but this requirement cannot be provided
uninstallable providers: php5-5.4.15-165.1.x86_64[server_php]
php5-5.4.15-165.1.i586[server_php]
Solution 1: Following actions will be done:
do not install php5-devel-5.4.15-165.1.x86_64
do not install php5-iconv-5.4.15-165.1.x86_64
Solution 2: do not install php5-hash-5.2.14-0.7.30.46.1.x86_64
Solution 3: break php5-devel-5.4.15-165.1.x86_64 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/3/c] (c):
====
Whoops. Solution 2 works, as does leaving php5-hash off the zypper install command. After that, rpmbuild succeeds.
'zypper source-install' seems smart enough however:
====
ADaugherity@dhcp-126:~> sudo zypper si -d php5-pecl_http
Building repository 'PHP extensions (server_php_openSUSE_Factory)' cache [done]
Reading installed packages...
Loading repository data...
Resolving package dependencies...
The following NEW packages are going to be installed:
php5 php5-devel php5-iconv
The following packages are not supported by their vendor:
php5 php5-devel php5-iconv
3 new packages to install.
Overall download size: 2.2 MiB. After the operation, additional 13.7 MiB will be used.
Continue? [y/n/?] (y):
====
(I'm using the factory repo for this test because the broken package means no .src.rpm in the server_php_SLE_11 repo.)
Note that it doesn't attempt to install php5-hash. So why does osc? My guess is the older package named 'php5-hash' is being preferred to the package providing it (php5). It seems like this is something that should be fixed in the php5 package rather than the extension package (there's probably other extensions broken in the same way), but I don't know how to go about this. You'd think zypper/osc/build would be smart enough to check capabilities (Provides) when generating a non-conflicting list of needed packages, but something is tripping it up.
TIA for any guidance.
-Andrew
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Open Build Service(OBS) 2.4.2 just got released
===============================================
Another bugfix release of the 2.4 series is out there.
A larger number of issues for in the build script have been fixed.
Apart from that issues and improvements with the OBS interconnect
and user management in the webui have been solved.
The appliance offers to change the user password now by default.
OBS 2.4.2 is published in "OBS:Server:2.4" project:
http://download.opensuse.org/repositories/OBS:Server:2.4/
Appliances can be used as usual:
http://openbuildservice.org/download/
>From the official release notes:
Feature backports:
==================
* none
Changes:
========
* build: vminit can now be installed for multiple architectures in parallel on
OBS server.
* build: debian builds call linitian now if installed
* build: Arch Linux: support new pacman tool syntax
* build: support kiwi installation medias with new kiwi versions
* api: Interconnect supports to use credentials as part of the remoteurl.
Note: the url must not use /public suffix in that case
* webui: change password is allowed by default in config file now
* webui: Disable browser autocomplete on sign up form
Bugfixes:
=========
* build: fixed regression using build host rpm instead of the version from chroot
* build: fixed repository priority ordering, when only some repos have a priority
and kiwi appliances get build
* build: support kiwi appliances using multiple <packages> sections in config file
* build: rpm packages get installed again without fsync which speeds up the installation
* build: fix qemu-binfmt registration in chroot builds
* backend: fixed binary rpm cache handling for image building via interconnect
* webui: fixed change password dialog
* webui: fixed display of groups and globalrole
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian(a)suse.de
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
JFYI, latest Ubuntu and Debian releases got added now
and they were at least able to build some first packages.
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian(a)suse.de
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Dear all,
I built Deb packages for Debian and Ubuntu, but the packages are
published in a way not conform to the tipycall official Deb
repository... and hence, I don't know how to configure the apt source
list for adding my repositories.
This is the url of my repository:
http://download.opensuse.org/repositories/home:/EmmeG:/LARAL/Debian_7.0/
Can someone tell me what to write into apt source list ??
Thank you,
Gianluca.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org