Hans de Goede pisze:
Julian Sikorski wrote:
> Xavier Lamien pisze:
>> Hello folks,
>>
>> All dribbles packages are now branched into cvs repository with
>> following branches : F-8, F-9 & EL-5
>>
>> Regards,
>> --
>> Xavier.t Lamien
>> --
>>
http://fedoraproject.org/wiki/XavierLamien
>> GPG-Key ID: F3903DEB
>> Fingerprint: 0F2A 7A17 0F1B 82EE FCBF 1F51 76B7 A28D F390 3DEB
>
> Here is what I am getting upon an import attempt:
> [jsikorski@snowball sdlmame-data]$ LANG=C ./common/cvs-import.sh
> /home/jsikorski/rpmbuild/SRPMS/sdlmame-data-0125-1.fc8.src.rpm -m
> "Initial import"
> Checking out module: 'sdlmame-data'
> Unpacking source package: sdlmame-data-0125-1.fc8.src.rpm...
> L Mameinfo0125.zip
> L catveren.zip
> L cheat117.zip
> L mamehistory125.zip
> L sdlmame-ctrlr.tgz
> A sdlmame-data.spec
> error: Macro %dist has empty body
> error: Macro %dist has empty body
> error: Macro % has illegal name (%define)
> error: Macro % has illegal name (%define)
> error: Macro %dist has empty body
> error: Macro %dist has empty body
> error: Macro % has illegal name (%define)
> error: Macro % has illegal name (%define)
> error: Macro %dist has empty body
> error: Macro %dist has empty body
> error: Macro % has illegal name (%define)
> error: Macro % has illegal name (%define)
> error: Macro %dist has empty body
> error: Macro %dist has empty body
> error: Macro % has illegal name (%define)
> error: Macro % has illegal name (%define)
> error: Macro %dist has empty body
> error: Macro %dist has empty body
> error: Macro % has illegal name (%define)
> error: Macro % has illegal name (%define)
> error: Macro %dist has empty body
> error: Macro %dist has empty body
> error: Macro % has illegal name (%define)
> error: Macro % has illegal name (%define)
> error: Macro %dist has empty body
> error: Macro %dist has empty body
> error: Macro % has illegal name (%define)
> error: Macro % has illegal name (%define)
> error: Macro %dist has empty body
> error: Macro %dist has empty body
> error: Macro % has illegal name (%define)
> error: Macro % has illegal name (%define)
>
> Checking : Mameinfo0125.zip on
>
https://cvs.rpmfusion.org/repo/pkgs/upload.cgi...
> ERROR: could not check remote file status
> make: *** [upload] Error 255
> ERROR: Uploading the source tarballs failed!
> [jsikorski@snowball sdlmame-data]$
>
The "error: Macro ....." stuff can be ignored (for now) your upload to
the lookaside cache is failing because you didn't specify a tree, with
rpmfusion you must use:
cvs-import -t free foo.srpm
or:
cvs-import -t nonfree foo.srpm
This is needed because, well, we have 2 trees :)
Regards,
Hans
Still no go:
[jsikorski@snowball sdlmame-data]$ LANG=C ./common/cvs-import.sh -m
"Initial import" -t nonfree -b F-9
/home/jsikorski/rpmbuild/SRPMS/sdlmame-data-0125-1.fc8.src.rpm
Checking out module: 'sdlmame-data'
Unpacking source package: sdlmame-data-0125-1.fc8.src.rpm...
L Mameinfo0125.zip
L catveren.zip
L cheat117.zip
L mamehistory125.zip
L sdlmame-ctrlr.tgz
A sdlmame-data.spec
Checking : Mameinfo0125.zip on
https://cvs.rpmfusion.org/repo/pkgs/upload.cgi...
ERROR: could not check remote file status
make: *** [upload] Error 255
ERROR: Uploading the source tarballs failed!
[jsikorski@snowball sdlmame-data]$
Btw, the cvs-import.sh script says there is a deault value for tree, but
it is set to free for non-free tree (hope it is clear :):
[jsikorski@snowball sdlmame-data]$ ./common/cvs-import.sh --help
Usage:
./common/cvs-import.sh [-b <branch>] [-t <cvstree>] [-m <message>]
<package>
Imports a package into the cvs repository. Will use the following defaults:
CVSROOT = :ext:belegdol@cvs.rpmfusion.org:/cvs/nonfree
BRANCH = devel
CVSTREE = free
The package can also be imported on a PRE-EXISTING branch using the
"-b BRANCH" flag. This script can not create new branches for you.
[jsikorski@snowball sdlmame-data]$
Julian