BUILD ERROR from after tagged branchs

Peter Gordon peter at thecodergeek.com
Tue May 22 02:19:15 UTC 2007


On Mon, 2007-05-21 at 21:25 -0400, SmootherFrOgZ wrote:
> 
> 
> 2007/5/21, Jesse Keating <jkeating at redhat.com>:
>         On Monday 21 May 2007 19:09:22 SmootherFrOgZ wrote:
>         > [SmootherFrOgZ at lxtbuild FC-6]$ make tag
>         > cvs tag -c gammu-1_10_0-2_fc6
>         > ? gammu.spec
>         
>         Your gammu.spec is locally modified and not checked in. 
>         
>         --
> before maked build, i set up a "cvs commit" then a "cvs up"
> 
> notice, only devel branch built, the other still failed.
> 
> Do i miss something ?

Loot at the `cvs tag` output again: gammu.spec is prefixed with a
question mark ("?") instead of a "T". which means that cvs did not tag
it or touch it at all because it doesn't know anything about it. Looks
like you need to run `cvs add gammu.spec` to add it to the CVS
repository. (Note that you will need to commit and tag this again. For
the tagging, you can set TAG_OPTS="-F" to redo the tag properly.)

Example:
 $ cvs add gammu.spec
 $ cvs commit -m "Adding the spec file." gammu.spec
 $ TAG_OPTS=-F make tag

Hope that helps.
-- 
Peter Gordon (codergeek42) / FSF & EFF Member
GnuPG Public Key ID: 0xFFC19479 / Fingerprint:
  DD68 A414 56BD 6368 D957 9666 4268 CB7A FFC1 9479
Blog: http://thecodergeek.com/blog/ 
About: http://fedoraproject.org/wiki/PeterGordon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20070521/c80e6c72/attachment.sig>


More information about the fedora-devel-list mailing list