[Gambas-user] Archlinux package creation

Benoît Minisini gambas at ...1...
Thu Apr 5 00:58:35 CEST 2012


Le 04/04/2012 22:37, Sebastian Kulesz a écrit :
> On Wed, Apr 4, 2012 at 3:59 AM, Laurent Carlier<lordheavym at ...626...>
> wrote:
>>> Hi. I'm having trouble creating an Archlinux installation package. It
>>> seems to create it successfully, but when i check the destination
>>> folder it's empty and there is no PKGBUILD file. Can somebody
>>> reproduce this?
>>>
>>> Thanks!
>>>
>>
>> Can you post a project that reproduce the issue ?
>> Can you post the log of the package building process ?
>>
>> The first step is to fill an issue on the bug tracker
> https://code.google.com/p/gambas/wiki/Help?tm=3
>>
>> Currently i cannot reproduce this bug, but i'm on the way to add some new
> features (extra dependencies and extra files support)
>>
>> ++
>
> This issue is not project specific. If you take a look at the
> Packager.module line #1547(rev 4594) [0] you should see the command:
>
> RunCommand("cp "&  String.LCase$($sName)&  "-"&  $sVersion&  "-1*.tar.* "&
> Path&/ "", sBuildDir)
>
> If you execute it (ergo, try to build a package) on a path containing  at
> least 1 space character, it will fail to copy the built files. The<Path>
> and<String.LCase$($sName)>  variables should be escaped using Shell$(VAR)
> for it to work without failing. Other variables should also be escaped to
> avoid issues.
>
> Thanks!
>
>

OK. It should be fixed in revision #4595.

Regards,


-- 
Benoît Minisini




More information about the User mailing list