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

Giuseppe Di Terlizzi giuseppe.diterlizzi at gmail.com
Mon Aug 8 12:43:15 UTC 2016


Hi
the patch works fine for me!

Thanks,
Joseph

Giuseppe Di Terlizzi

2016-08-08 2:54 GMT+02:00 Willy Sudiarto Raharjo <willysr at slackbuilds.org>:

> > 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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20160808/ce456cab/attachment.html>


More information about the SlackBuilds-users mailing list