[aur-general] Help with PKGBUILD
Anyone can help me with this PKGBUILD: http://pastie.org/4473721 ? Thanks in advance. -- Lucas Saliés Brum http://sistematico.org
Hi, What goes wrong? Btw: There are some missing dependencies in your PKGBUILD-File, libgnome-media-profiles for instance. nobody44 On 14.08.2012 15:47, Lucas Saliés Brum wrote:
Anyone can help me with this PKGBUILD: http://pastie.org/4473721 ?
Thanks in advance. -- Lucas Saliés Brum http://sistematico.org
End with this line: configure: error: cannot run /bin/sh ./config.sub 2012/8/14 nobody44 <spam.nobody44@googlemail.com>
Hi, What goes wrong? Btw: There are some missing dependencies in your PKGBUILD-File, libgnome-media-profiles for instance. nobody44
On 14.08.2012 15:47, Lucas Saliés Brum wrote:
Anyone can help me with this PKGBUILD: http://pastie.org/4473721 ?
Thanks in advance. -- Lucas Saliés Brum http://sistematico.org
Hi, I tryed to build the package and got the same error. I guess you have to ask the developer about this file, INSTALL says: If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. On 14.08.2012 16:10, Lucas Saliés Brum wrote:
End with this line: configure: error: cannot run /bin/sh ./config.sub
2012/8/14 nobody44 <spam.nobody44@googlemail.com>
Hi, What goes wrong? Btw: There are some missing dependencies in your PKGBUILD-File, libgnome-media-profiles for instance. nobody44
On 14.08.2012 15:47, Lucas Saliés Brum wrote:
Anyone can help me with this PKGBUILD: http://pastie.org/4473721 ?
Thanks in advance. -- Lucas Saliés Brum http://sistematico.org
On 14 August 2012 15:47, Lucas Saliés Brum <sistematico@gmail.com> wrote:
Anyone can help me with this PKGBUILD: http://pastie.org/4473721 ?
Thanks in advance. -- Lucas Saliés Brum http://sistematico.org
It's an upstream problem in tarball. But that doesn't mean it can be fixed in the PKGBUILD. To make it work, add the following lines before the ./configure line in your PKGBUILD: cp /usr/share/automake-1.12/config.sub . cp /usr/share/automake-1.12/config.guess . sed -i 's|#\(AC_CONFIG_HEADER.*\)|\1|' configure.in autoconf -f Lukas
On 15 August 2012 09:09, Lukas Jirkovsky <l.jirkovsky@gmail.com> wrote:
It's an upstream problem in tarball. But that doesn't mean it can be fixed in the PKGBUILD.
* can't
2012/8/15 Lukas Jirkovsky <l.jirkovsky@gmail.com>
On 14 August 2012 15:47, Lucas Saliés Brum <sistematico@gmail.com> wrote:
Anyone can help me with this PKGBUILD: http://pastie.org/4473721 ?
Thanks in advance. -- Lucas Saliés Brum http://sistematico.org
It's an upstream problem in tarball. But that doesn't mean it can be fixed in the PKGBUILD.
To make it work, add the following lines before the ./configure line in your PKGBUILD:
cp /usr/share/automake-1.12/config.sub . cp /usr/share/automake-1.12/config.guess . sed -i 's|#\(AC_CONFIG_HEADER.*\)|\1|' configure.in autoconf -f
Lukas
Thank you!! Some progress... http://pastie.org/4539144
participants (3)
-
Lucas Saliés Brum
-
Lukas Jirkovsky
-
nobody44