Julian Sikorski wrote:
> 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:
>
Try using "-t non-free" (my bad).
> 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 :):
>
Its lying, the only place where it checks if -t was passed and otherwise
assumes free is in the help output, usefull isn't it :) (this is
something which we will need to fix, just like it complaining when run
from a devel branch).
Regards,
Hans
non-free is not working either. Tried that already.
Julian