Hi Juergen. Thanks and confirmed, reverting sh to be dash and making the indicated modifications makes the installation of x11vnc end without any issue. On Wed, Nov 4, 2015 at 4:37 AM, Juergen Daubert <jue@jue.li> wrote:
On Wed, Nov 04, 2015 at 04:20:30AM -0600, Antonio Hernández Blas wrote:
Hi all [1]
The installation of this new rc was without any issue. I used the config/kernel/firmware from Slackware -current [2] [3] so no problem so far.
At this moment I'm noticing that you are using dash for sh instead of bash, so trying to build x11vnc gives me this error:
Thanks for the report. A proper fix would be to remove the bashism from x11vnc, but for now I'd suggest to apply the following patch to the port.
Greetings Juergen
---
diff --git a/x11vnc/Pkgfile b/x11vnc/Pkgfile index 8b07627..7582a69 100644 --- a/x11vnc/Pkgfile +++ b/x11vnc/Pkgfile @@ -10,6 +10,7 @@ source=( http://prdownloads.sf.net/libvncserver/$name-$version.tar.gz)
build() { cd $name-$version + CONFIG_SHELL=/bin/bash \ ./configure --prefix=/usr \ --disable-nls \ --mandir=$PKG/usr/man
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu https://lists.crux.nu/mailman/listinfo/crux
-- Antonio Hernández Blas | Oaxaca, México, Mx. https://github.com/nihilismus | https://bitbucket.org/nihilismus | https://twitter.com/nihilipster