Dear all,
please forgive me if this is the wrong list to ask the question I'm
going to ask but I'm new to obs and opensuse package building.
As you can see in the log [1] I'm trying to build
perl-Module-Load-Conditional on CentOS 5 but as perl 5.8.8 contains the
same modules of perl-ExtUtils-MakeMaker they conflicts. My question is:
it's possibile to avoid perl-ExtUtils-MakeMakes installation? I tryed
via condition in the spec file but without success. I took a look at
src.rpms from epel and other CentOS repository but did not successed.
TIA
Stefano
[1] http://pastebin.com/2WJLQS39
--
Stefano Canepa aka sc: sc(a)linux.it - http://www.stefanocanepa.it
Three great virtues of a programmer: laziness, impatience and hubris.
Le tre grandi virtù di un programmatore: pigrizia, impazienza e
arroganza. (Larry Wall)
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi
I get the following error for SLE_11_SP2 and rpm gets failed at the end.
The same rpm is successfully built for OpenSUSE Factory except it
reports the following error as warnings
The following directories from jpackage-utils-1.7.5-1.noarch.rpm
are already part of the filesystem RPM:
/etc/java
/usr/share/java
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
No, you dont understand.
make service localonly trylocal or disabled is the requirement of factory
submit because most of its package should be in a static status. if you
submit service into it. when a package got rebuilt it will also be rebuilt
every time with new source. (mainly we use service to fetch and pack source
codes in git/svn) and we have to provide a source package(dont download
from url every time in Factory)
but if you change them to localonly, it cant help you finish the job in the
mobile case you face. localonly means only run the service when you osc co
to local harddisk and ci back. but you have no osc on mobile.
they are two against things. so you should try download from spec url
service and then disable it. download from url service will remove the
downloaded stuff when disabled. I didnt try, but if it wont work, you can
only download the source to your mobile and upload.
I tried the download from spec and it didn't work for some reason, I copied and pasted the url from the spec file into the add file from url and it worked. I will try it again and then disable it but I don't hold much hope as the tarball never appeared in the sources. Autobuild rejecting the tarball resulting from download from url and then deleting _service is a bug because with that method there is no service present. The add file from url worked perfectly before services existed in the build service, it simply transfered the file direct without prepending "servicedownload" to it's name. This function needs to be added to the add file dialog. To download and then rename and upload the tarball uses twice the bandwidth and is a waste of time,
It's a pity that there's no way to rename the tarball.
Thanks
Dave
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
in case you're wondering why OBS is so slow today: we've added code
to create a file for each repo that contains the important data
of the build results (i.e. the name, version, release, arch of
all created binaries). This will make a couple of operations much
faster (e.g. aggregate and product handling) in the future, but
it currently slows everything down quite a bit until the files
are all created.
I hope everything is fast again in a couple of hours.
Sorry for the inconvenience,
Michael.
(Coolo is also back from vacation, so the Factory builds are
back at the "normal" level, which also means a lot of build jobs.)
--
Michael Schroeder mls(a)suse.de
SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
I'm trying to update lilypond via web ui but I had to load the tarball direct via url due to my lack of pc and cli osc. The result is factory automatically rejects the sr due to a non local service. I deleted _service and was pleased to see that the package still built but factory autobuild reject the submit request because the tarball still contains "servicedownload:" in it's name although there aren't any services present.
There's no way that I can see to rename it either.
Thanks
Dave
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
On Fri, Aug 24, 2012 at 12:26:35PM +0200, Damian Ivanov wrote:
> Thanks that's fixed now.
> But next issue would be that unity packages depend on some packages in
> the Arch:community repo which is not
> availble in OBS (yet?).
Hmm, those aren't really "official", right? I dunno if we should
import them.
> Btw. I am curious. How do you import the Arch repo without problems
> with it's Rolling release style,
> but problems are with Fedora:updates. Is the style of the arch repos
> different or are the arch packages not up to date
> and get updated once a month or so?
No, same problem. The Arch repo is currently pretty fixed, there's
no magic update process that updates it every week or so.
Cheers,
Michael.
--
Michael Schroeder mls(a)suse.de
SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Also another problem is that arch PKGBUILD often uses to download the
source directly from upstream sourceforge, github & co
which at the moment seems to result in a fatal error:
https://build.opensuse.org/package/live_build_log?arch=x86_64&package=ascii…
2012/8/24 Damian Ivanov <damianatorrpm(a)gmail.com>:
> Hi,
>
> Thanks that's fixed now.
> But next issue would be that unity packages depend on some packages in
> the Arch:community repo which is not
> availble in OBS (yet?).
>
> Btw. I am curious. How do you import the Arch repo without problems
> with it's Rolling release style,
> but problems are with Fedora:updates. Is the style of the arch repos
> different or are the arch packages not up to date
> and get updated once a month or so?
>
> Regards,
> Damian
>
> 2012/8/24 Michael Schroeder <mls(a)suse.de>:
>> On Fri, Aug 24, 2012 at 10:40:57AM +0200, Damian Ivanov wrote:
>>> Hi,
>>>
>>> https://build.opensuse.org/package/live_build_log?arch=i586&package=frame&p…
>>> See like here Arch backend fails to install the Arch version of BuildRequires:
>>
>> Yes, seems like we also need to install the dependencies from 'depends',
>> not just from 'makedepends'. (Hmm, how does one specify that a runtime
>> dep is not needed for building the package? Such dependencies are
>> sometimes needed if there is a runtime dependency cycle. You don't
>> want the cycle also when building the package.)
>>
>> Fixing...
>>
>> Cheers,
>> Michael.
>>
>> --
>> Michael Schroeder mls(a)suse.de
>> SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg
>> main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
Thanks that's fixed now.
But next issue would be that unity packages depend on some packages in
the Arch:community repo which is not
availble in OBS (yet?).
Btw. I am curious. How do you import the Arch repo without problems
with it's Rolling release style,
but problems are with Fedora:updates. Is the style of the arch repos
different or are the arch packages not up to date
and get updated once a month or so?
Regards,
Damian
2012/8/24 Michael Schroeder <mls(a)suse.de>:
> On Fri, Aug 24, 2012 at 10:40:57AM +0200, Damian Ivanov wrote:
>> Hi,
>>
>> https://build.opensuse.org/package/live_build_log?arch=i586&package=frame&p…
>> See like here Arch backend fails to install the Arch version of BuildRequires:
>
> Yes, seems like we also need to install the dependencies from 'depends',
> not just from 'makedepends'. (Hmm, how does one specify that a runtime
> dep is not needed for building the package? Such dependencies are
> sometimes needed if there is a runtime dependency cycle. You don't
> want the cycle also when building the package.)
>
> Fixing...
>
> Cheers,
> Michael.
>
> --
> Michael Schroeder mls(a)suse.de
> SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg
> main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
https://build.opensuse.org/package/live_build_log?arch=i586&package=frame&p…
See like here Arch backend fails to install the Arch version of BuildRequires:
Cheers,
Damian
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org