[Slackbuilds-users] audacity build fails due to the inconsistent VERSION of the help file

Matteo Bernardini matteo.bernardini at gmail.com
Fri Jan 12 16:32:48 UTC 2018


2018-01-12 15:48 GMT+01:00 Chris Abela <kristofru at gmail.com>:
> Audacity will not build:
>
> make[2]: Leaving directory '/tmp/SBo/audacity-Audacity-2.2.1'
> make[1]: Leaving directory '/tmp/SBo/audacity-Audacity-2.2.1'
> unzip:  cannot find or open
> /var/lib/sbopkg/SBo/14.2/audio/audacity/audacity-help-2.2.1.zip,
> /var/lib/sbopkg/SBo/14.2/audio/audacity/audacity-help-2.2.1.zip.zip or
> /var/lib/sbopkg/SBo/14.2/audio/audacity/audacity-help-2.2.1.zip.ZIP.
>
> This is because we have this in audacity.info:
>
> DOWNLOAD="https://github.com/audacity/audacity/archive/Audacity-2.2.1.tar.gz
> \
>           http://ponce.cc/slackware/sources/repo/audacity-help-2.1.3.zip"
>
> and this in audacity.Slackbuid:
>
> VERSION=${VERSION:-2.2.1}
>
> and then:
>
>   unzip $CWD/$PRGNAM-help-$VERSION.zip -d $PKG/usr/share/$PRGNAM/help/manual

hi Chris,

I'll just pushed a fix for this, it will be merged at the next update.
In the meantime, if you want to build it, just avoid passing the
script the MANUAL=yes parameter (by default the variable MANUAL is set
to "no").

Matteo


More information about the SlackBuilds-users mailing list