I see no Cython in current F9
(http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Fedora/source/SRPMS/)
I go to my source , F-9 directory:
make tag build
cvs tag -c Cython-0_9_6_13_1-3_fc9
ERROR: The tag Cython-0_9_6_13_1-3_fc9 is already applied on a different
branch
So, what should I do to fix this?
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-20-2008, 02:42 PM
Michael Schwendt
confused about my F-9 packages
On Tue, 20 May 2008 10:31:51 -0400, Neal Becker wrote:
> I don't understand what goes on with my packages.
>
> For example: Cython
>
> I see no Cython in current F9
> (http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Fedora/source/SRPMS/)
>
Have you built it for F-9 before? (see koji)
If yes, was it after the freeze? In that case, have you
prepared an update for F-9 in the Updates System?
> I go to my source , F-9 directory:
> make tag build
> cvs tag -c Cython-0_9_6_13_1-3_fc9
> ERROR: The tag Cython-0_9_6_13_1-3_fc9 is already applied on a different
> branch
>
> So, what should I do to fix this?
See "cvs log Cython.spec". It has been tagged before.
Why not simply "cd F-9 && BUILD_FLAGS=--nowait make build"?
Why do you want to tag it again?
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-20-2008, 02:45 PM
Michael Schwendt
confused about my F-9 packages
On Tue, 20 May 2008 10:31:51 -0400, Neal Becker wrote:
> I don't understand what goes on with my packages.
>
> For example: Cython
>
> I see no Cython in current F9
> (http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Fedora/source/SRPMS/)
>
> I go to my source , F-9 directory:
> make tag build
> cvs tag -c Cython-0_9_6_13_1-3_fc9
> ERROR: The tag Cython-0_9_6_13_1-3_fc9 is already applied on a different
> branch
>
> So, what should I do to fix this?
And in case it was tagged in "devel" for .fc9 prior to the branch,
simply bump %release.
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-20-2008, 02:49 PM
Michael Schwendt
confused about my F-9 packages
On Tue, 20 May 2008 16:45:44 +0200, Michael Schwendt wrote:
> On Tue, 20 May 2008 10:31:51 -0400, Neal Becker wrote:
>
> > I don't understand what goes on with my packages.
> >
> > For example: Cython
> >
> > I see no Cython in current F9
> > (http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Fedora/source/SRPMS/)
> >
> > I go to my source , F-9 directory:
> > make tag build
> > cvs tag -c Cython-0_9_6_13_1-3_fc9
> > ERROR: The tag Cython-0_9_6_13_1-3_fc9 is already applied on a different
> > branch
> >
> > So, what should I do to fix this?
>
> And in case it was tagged in "devel" for .fc9 prior to the branch,
> simply bump %release.
cvs co -r Cython-0_9_6_13_1-3_fc9 Cython
works fine here, so not clear what you want to achieve.
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-20-2008, 02:52 PM
Dennis Gilmore
confused about my F-9 packages
On Tuesday 20 May 2008, Michael Schwendt wrote:
> On Tue, 20 May 2008 10:31:51 -0400, Neal Becker wrote:
> > I don't understand what goes on with my packages.
> >
> > For example: Cython
> >
> > I see no Cython in current F9
> > (http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Fedora/sou
> >rce/SRPMS/)
> >
> > I go to my source , F-9 directory:
> > make tag build
> > cvs tag -c Cython-0_9_6_13_1-3_fc9
> > ERROR: The tag Cython-0_9_6_13_1-3_fc9 is already applied on a different
> > branch
> >
> > So, what should I do to fix this?
>
> And in case it was tagged in "devel" for .fc9 prior to the branch,
> simply bump %release.
no need to do that. We fixed things so you can just run make build from the
F-9 branch even if it was tagged in devel.
Dennis
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-20-2008, 02:54 PM
Dennis Gilmore
confused about my F-9 packages
On Tuesday 20 May 2008, Neal Becker wrote:
> I don't understand what goes on with my packages.
>
> For example: Cython
>
> I see no Cython in current F9
> (http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Fedora/sourc
>e/SRPMS/)
>
> I go to my source , F-9 directory:
> make tag build
> cvs tag -c Cython-0_9_6_13_1-3_fc9
> ERROR: The tag Cython-0_9_6_13_1-3_fc9 is already applied on a different
> branch
>
> So, what should I do to fix this?
looking at http://koji.fedoraproject.org/koji/buildinfo?buildID=46214 you
submitted it to late for inclusion in F-9 so you need to use bodhi and issue
it as an update.
Dennis
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-20-2008, 03:41 PM
Neal Becker
confused about my F-9 packages
Michael Schwendt wrote:
> On Tue, 20 May 2008 10:31:51 -0400, Neal Becker wrote:
>
>> I don't understand what goes on with my packages.
>>
>> For example: Cython
>>
>> I see no Cython in current F9
>>
(http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Fedora/source/SRPMS/)
>>
>
> Have you built it for F-9 before? (see koji)
> If yes, was it after the freeze? In that case, have you
> prepared an update for F-9 in the Updates System?
>
>> I go to my source , F-9 directory:
>> make tag build
>> cvs tag -c Cython-0_9_6_13_1-3_fc9
>> ERROR: The tag Cython-0_9_6_13_1-3_fc9 is already applied on a different
>> branch
>>
>> So, what should I do to fix this?
>
> See "cvs log Cython.spec". It has been tagged before.
>
> Why not simply "cd F-9 && BUILD_FLAGS=--nowait make build"?
> Why do you want to tag it again?
>
So I need(ed) to make build each of my packages in F9, or they are not
there? That's the way it seems.
Also, what is this?
make build
/usr/bin/koji build
dist-f9 'cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/uncrustify/F-9#uncrustify-0_46-1_fc9'
Usage: koji build [options] target URL
(Specify the --help global option for a list of other help options)
koji: error: Destination tag dist-f9 is locked
make: *** [koji] Error 1
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-20-2008, 03:55 PM
Dan Horák
confused about my F-9 packages
Neal Becker pÃ*Å¡e v Út 20. 05. 2008 v 11:41 -0400:
> Michael Schwendt wrote:
>
> > On Tue, 20 May 2008 10:31:51 -0400, Neal Becker wrote:
> >
> >> I don't understand what goes on with my packages.
> >>
> >> For example: Cython
> >>
> >> I see no Cython in current F9
> >>
> (http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Fedora/source/SRPMS/)
> >>
> >
> > Have you built it for F-9 before? (see koji)
> > If yes, was it after the freeze? In that case, have you
> > prepared an update for F-9 in the Updates System?
> >
> >> I go to my source , F-9 directory:
> >> make tag build
> >> cvs tag -c Cython-0_9_6_13_1-3_fc9
> >> ERROR: The tag Cython-0_9_6_13_1-3_fc9 is already applied on a different
> >> branch
> >>
> >> So, what should I do to fix this?
> >
> > See "cvs log Cython.spec". It has been tagged before.
> >
> > Why not simply "cd F-9 && BUILD_FLAGS=--nowait make build"?
> > Why do you want to tag it again?
> >
> So I need(ed) to make build each of my packages in F9, or they are not
> there? That's the way it seems.
>
> Also, what is this?
> make build
> /usr/bin/koji build
> dist-f9 'cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/uncrustify/F-9#uncrustify-0_46-1_fc9'
> Usage: koji build [options] target URL
> (Specify the --help global option for a list of other help options)
>
> koji: error: Destination tag dist-f9 is locked
> make: *** [koji] Error 1
>
did you try (from the dir where are you doing "make build")
cd ..
cvs update
?
So the "common" dir gets updated and then you should be able to build
packages normally. One step in CVS was the F-9 branching and the second
was enabling f9-updates, etc. They were done at different time.
Dan
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-20-2008, 05:02 PM
Michael Schwendt
confused about my F-9 packages
On Tue, 20 May 2008 11:41:13 -0400, Neal Becker wrote:
> Michael Schwendt wrote:
>
> > On Tue, 20 May 2008 10:31:51 -0400, Neal Becker wrote:
> >
> >> I don't understand what goes on with my packages.
> >>
> >> For example: Cython
> >>
> >> I see no Cython in current F9
> >>
> (http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Fedora/source/SRPMS/)
> >>
> >
> > Have you built it for F-9 before? (see koji)
> > If yes, was it after the freeze? In that case, have you
> > prepared an update for F-9 in the Updates System?
> >
> >> I go to my source , F-9 directory:
> >> make tag build
> >> cvs tag -c Cython-0_9_6_13_1-3_fc9
> >> ERROR: The tag Cython-0_9_6_13_1-3_fc9 is already applied on a different
> >> branch
> >>
> >> So, what should I do to fix this?
> >
> > See "cvs log Cython.spec". It has been tagged before.
> >
> > Why not simply "cd F-9 && BUILD_FLAGS=--nowait make build"?
> > Why do you want to tag it again?
> >
> So I need(ed) to make build each of my packages in F9, or they are not
> there? That's the way it seems.
When F9 development was frozen, you had to mail Release Engineering
and ask for builds in "devel" to be included in F9. If you didn't mail,
you could only add the builds via bodhi. Around 200 zero-day updates
for F9 were prepared in bodhi.
> Also, what is this?
> make build
> /usr/bin/koji build
> dist-f9 'cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/uncrustify/F-9#uncrustify-0_46-1_fc9'
> Usage: koji build [options] target URL
> (Specify the --help global option for a list of other help options)
>
> koji: error: Destination tag dist-f9 is locked
> make: *** [koji] Error 1
Your "common/" working-copy is out-of-date. The koji build tag was updated
to dist-f9-updates-candidate. cvs up all your package checkouts.
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list