I'll fix it. I've been working on updating it so it actually compiles the code too but I haven't had a chance to test it On Oct 4, 2015 7:06 PM, "Fernando Lopez" <fernando.lope...@gmail.com> wrote:
> that did it. thanks. > > On Sun, Oct 4, 2015 at 3:48 PM, B Watson <yalh...@gmail.com> wrote: > >> On 10/4/15, Fernando Lopez <fernando.lope...@gmail.com> wrote: >> > Found robomongo-0.8.4-x86_64.tar.gz in /var/cache/sbopkg. >> > Checking MD5SUM: >> > MD5SUM check for robomongo-0.8.4-x86_64.tar.gz ... OK >> > Building package for robomongo... >> > tar: >> > /var/lib/sbopkg/SBo/14.1/development/robomongo/robomongo-0.8.4-.tar.gz: >> > Cannot open: No such file or directory >> > tar: Error is not recoverable: exiting now >> >> Confirmed here, the trouble seems to be: >> >> if [ -z "$ARCH" ]; then >> case "$( uname -m )" in >> x86_64) >> ANAME=x86_64 >> ARCH=$( uname -m ) >> LIB=lib64 >> ;; >> i?86) >> ARCH=i686 >> ANAME=i386 >> LIB=lib >> ;; >> arm*) ARCH=arm ;; >> *) ARCH=$( uname -m ) ;; >> esac >> fi >> >> The [ -z "$ARCH" ] test fails and ANAME never gets set, if ARCH was >> already set in the environment (which it will be, if you're using sbopkg). >> >> Temporary workaround is to set ANAME=x86_64 or ANAME=i386 in the >> environment. >> _______________________________________________ >> SlackBuilds-users mailing list >> SlackBuilds-users@slackbuilds.org >> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - http://slackbuilds.org/faq/ >> >> > > > -- > > ------------ > Regards, > Fernando Lopez Jr. > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users@slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > >
_______________________________________________ SlackBuilds-users mailing list SlackBuilds-users@slackbuilds.org http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - http://slackbuilds.org/faq/