[Slackbuilds-users] komodo-edit fails on Slackware64 14.2 with sbopkg

Willy Sudiarto Raharjo willysr at slackbuilds.org
Mon Aug 8 00:54:45 UTC 2016


> Notice how the tarball name is missing the arch value ($PKG_ARCH).
> 
> This change seems to do the trick for me but I'm not sure it's the right
> fix, or if I should talk to sbopkg's developers instead:
> 
> 
> --- komodo-edit.orig/komodo-edit.SlackBuild     2016-08-07
> 09:00:06.000000000 -0300
> +++ komodo-edit.new/komodo-edit.SlackBuild      2016-08-07
> 19:57:26.449219869 -0300
> @@ -35,8 +35,8 @@
>  if [ -z "$ARCH" ]; then
>    ARCH=$( uname -m )
>    case "$ARCH" in
> -      i?86) PKG_ARCH=x86 ;;
> -    x86_64) PKG_ARCH=x86_64 ;;
> +      i?86) export PKG_ARCH=x86 ;;
> +    x86_64) export PKG_ARCH=x86_64 ;;
>           *) echo "Architecture not supported"; exit 0;
>    esac
>  fi
> 
> 
> And I guess a similar change would be needed for Komodo-IDE also :)

Hi

i push the fixes on my branch which is slightly different to what you
propose, but it's based on what we have in our template
https://slackbuilds.org/cgit/slackbuilds/log/?h=willysr

please confirm if it's working well with you

thanks


-- 
Willy Sudiarto Raharjo

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20160808/ef4d31fe/attachment.asc>


More information about the SlackBuilds-users mailing list