[opensuse-buildservice] build patches
I've sent patches to the build.rpm several times and each time I upgrade I see that they still are not applied. :( I upgraded today to:
rpm -q build build-2009.12.10-66.1
My first post was here: http://lists.opensuse.org/archive/opensuse-buildservice/2009-09/msg00144.htm... Both /usr/lib/build/build (4 instances) and /usr/lib/build/init_buildsystem (3 instances) require: umount -n $BUILD_ROOT/proc/sys/fs/binfmt_misc 2> /dev/null || true added before each umount of /proc in order to build when installing SUN JRE or SUN JDK. -- Michael-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Wed, Jan 13, 2010 at 04:10:02PM -0600, Michael_E_Brown@Dell.com wrote:
I've sent patches to the build.rpm several times and each time I upgrade I see that they still are not applied. :(
a) Use bugzilla and attach the patches. b) File a submit request to the project the build rpm is maintained in. In both cases you might be faced with a BDFH on the other side and be silently ignored. :/ But then Coolo sooner or later might step in. Thx for this nice service btw! Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany
https://bugzilla.novell.com/show_bug.cgi?id=500788 was opened in October of last year with this same info. :( -- Michael ________________________________________ From: Lars Müller [lmuelle@giles.suse.de] On Behalf Of Lars Müller [lmuelle@suse.de] Sent: Thursday, January 14, 2010 1:16 PM To: opensuse-buildservice@opensuse.org Subject: Re: [opensuse-buildservice] build patches On Wed, Jan 13, 2010 at 04:10:02PM -0600, Michael_E_Brown@Dell.com wrote:
I've sent patches to the build.rpm several times and each time I upgrade I see that they still are not applied. :(
a) Use bugzilla and attach the patches. b) File a submit request to the project the build rpm is maintained in. In both cases you might be faced with a BDFH on the other side and be silently ignored. :/ But then Coolo sooner or later might step in. Thx for this nice service btw! Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany N�����r��y隊Z)z{.���Wlz��qﮞ˛���m�)z{.��+�Z+i�b�*'jW(�f�vǦj)h���Ǜ�)]���Ǿ��i�������
If the emails announcing the move to git were to be believed, the new process is to submit patches as git merge requests. On Thu, 2010-01-14 at 13:33 -0600, Michael_E_Brown@Dell.com wrote:
https://bugzilla.novell.com/show_bug.cgi?id=500788
was opened in October of last year with this same info. :( -- Michael
________________________________________ From: Lars Müller [lmuelle@giles.suse.de] On Behalf Of Lars Müller [lmuelle@suse.de] Sent: Thursday, January 14, 2010 1:16 PM To: opensuse-buildservice@opensuse.org Subject: Re: [opensuse-buildservice] build patches
On Wed, Jan 13, 2010 at 04:10:02PM -0600, Michael_E_Brown@Dell.com wrote:
I've sent patches to the build.rpm several times and each time I upgrade I see that they still are not applied. :(
a) Use bugzilla and attach the patches. b) File a submit request to the project the build rpm is maintained in.
In both cases you might be faced with a BDFH on the other side and be silently ignored. :/
But then Coolo sooner or later might step in. Thx for this nice service btw!
Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany N�����r��y隊Z)z{.���Wlz��qﮞ˛���m�)z{.��+�Z+i�b�*'jW(�f�vǦj)h���Ǜ�)]���Ǿ��i�������
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Oops... It was opened in May of last year. My last comment on it was in October. In general, I've opened several bugs against buildservice, and most of them seem to be either ignored or WONTFIX-ed. I've pretty much given up opening bugzillas. -- Michael ________________________________________ From: Brown, Michael E Sent: Thursday, January 14, 2010 1:33 PM To: lmuelle@suse.de; opensuse-buildservice@opensuse.org Subject: RE: [opensuse-buildservice] build patches https://bugzilla.novell.com/show_bug.cgi?id=500788 was opened in October of last year with this same info. :( -- Michael ________________________________________ From: Lars Müller [lmuelle@giles.suse.de] On Behalf Of Lars Müller [lmuelle@suse.de] Sent: Thursday, January 14, 2010 1:16 PM To: opensuse-buildservice@opensuse.org Subject: Re: [opensuse-buildservice] build patches On Wed, Jan 13, 2010 at 04:10:02PM -0600, Michael_E_Brown@Dell.com wrote:
I've sent patches to the build.rpm several times and each time I upgrade I see that they still are not applied. :(
a) Use bugzilla and attach the patches. b) File a submit request to the project the build rpm is maintained in. In both cases you might be faced with a BDFH on the other side and be silently ignored. :/ But then Coolo sooner or later might step in. Thx for this nice service btw! Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany N�����r��y隊Z)z{.���Wlz��qﮞ˛���m�)z{.��+�Z+i�b�*'jW(�f�vǦj)h���Ǜ�)]���Ǿ��i�������
Am Donnerstag, 14. Januar 2010 20:41:59 schrieb Michael_E_Brown@dell.com:
Oops... It was opened in May of last year. My last comment on it was in October.
In general, I've opened several bugs against buildservice, and most of them seem to be either ignored or WONTFIX-ed. I've pretty much given up opening bugzillas.
Yes, I know, I should be better in reviewing bugs. However, your particular bug is not that easy IMHO. I am not sure that working around issues of a specific package in build script is a good idea. I think it should maybe solved a bit more generic via detecting all mounts below /proc (and other places) and umount them before. But in general, please try to use the gitorious.org clone and push mechanism. I have the feeling that we could scale better via this. bye adrian
-- Michael
________________________________________ From: Brown, Michael E Sent: Thursday, January 14, 2010 1:33 PM To: lmuelle@suse.de; opensuse-buildservice@opensuse.org Subject: RE: [opensuse-buildservice] build patches
https://bugzilla.novell.com/show_bug.cgi?id=500788
was opened in October of last year with this same info. :( -- Michael
________________________________________ From: Lars Müller [lmuelle@giles.suse.de] On Behalf Of Lars Müller [lmuelle@suse.de] Sent: Thursday, January 14, 2010 1:16 PM To: opensuse-buildservice@opensuse.org Subject: Re: [opensuse-buildservice] build patches
On Wed, Jan 13, 2010 at 04:10:02PM -0600, Michael_E_Brown@Dell.com wrote:
I've sent patches to the build.rpm several times and each time I upgrade I see that they still are not applied. :(
a) Use bugzilla and attach the patches. b) File a submit request to the project the build rpm is maintained in.
In both cases you might be faced with a BDFH on the other side and be silently ignored. :/
But then Coolo sooner or later might step in. Thx for this nice service btw!
Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany N�����r��y隊Z)z{.���Wlz��qﮞ˛���m�)z{.��+�Z+i�b�*'jW(�f�vǦj)h���Ǜ�)]���Ǿ��i�������
-- 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 (4)
-
Adrian Schröter
-
Lars Müller
-
Luke Imhoff
-
Michael_E_Brown@Dell.com