#895 F10 Makefile is broken
Closed: Fixed None Opened 15 years ago by mmahut.

{{{
$ cvs -d :pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs checkout -r nethogs-0_7-4_20080627cvs_fc10 rpms/nethogs/devel
cvs checkout: Updating rpms/nethogs/devel
U rpms/nethogs/devel/nethogs.spec
$ cvs -d :pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs checkout common
cvs checkout: Updating common
U common/Makefile
U common/Makefile.common
U common/branches
U common/cvs-import.sh
$ make srpm
make: *** No rule to make target `srpm'. Stop.
}}}

Example: http://koji.fedoraproject.org/koji/taskinfo?taskID=856011


Looks like there was a problem with tagging - only the spec file was tagged, not the Makefile, etc. Ran a
{{{
TAG_OPTS='-F' make tag
}}}
and it seems to be building fine now (http://koji.fedoraproject.org/koji/taskinfo?taskID=870516). Have not determined how things got tagged improperly, though.

Thanks ricky!

I don't see anything that would have caused this in the Makefile.common. I'll close this ticket for now as ricky fixed the individual package. If we get more reports we'll have to take a closer look at the make tag target.

Login to comment on this ticket.

Metadata