Issue tracker moved to https://gitlab.archlinux.org/archlinux/aurweb/-/issues
FS#25902 - libqglviewer md5checksum failed
Attached to Project:
AUR web interface
Opened by PiotrG (piogun) - Monday, 05 September 2011, 14:59 GMT
Last edited by Lukas Fleischer (lfleischer) - Monday, 05 September 2011, 15:12 GMT
Opened by PiotrG (piogun) - Monday, 05 September 2011, 14:59 GMT
Last edited by Lukas Fleischer (lfleischer) - Monday, 05 September 2011, 15:12 GMT
|
DetailsHi!
I've got the following error trying to install libqglviewer: ==> Retrieving Sources... -> Found libQGLViewer-2.3.10.tar.gz ==> Validating source files with md5sums... libQGLViewer-2.3.10.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build libqglviewer. The contents of PKGBUILD is as follows: # Maintainer: Gianluca Montecchi <gian@grys.it> # Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> # Contributor: Dmitriy Morozov <archlinux@foxcub.org> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> pkgname=libqglviewer _pkgname=libQGLViewer pkgver=2.3.10 pkgrel=1 pkgdesc="C++ library based on Qt that eases the creation of OpenGL 3D viewers" url="http://www.libqglviewer.com/" depends=('qt') arch=('i686' 'x86_64') license=('GPL2' 'GPL3' 'custom') source=("http://www.libqglviewer.com/src/${_pkgname}-${pkgver}.tar.gz") md5sums=('617b298b98ae0c722d0caead74109c4b') build() { cd ${_pkgname}-$pkgver qmake -unix -o Makefile ${_pkgname}-${pkgver}.pro || return 1 make \ CFLAGS="-pipe ${CFLAGS} -D_REENTRANT -Wall -W -fPIC \$(DEFINES)" \ CXXFLAGS="-pipe ${CXXFLAGS} -D_REENTRANT -Wall -W -fPIC \$(DEFINES)" || return 1 } package() { cd ${_pkgname}-$pkgver make install INSTALL_ROOT="$pkgdir" || return 1 # Install license. install -d -m 0755 "${pkgdir}"/usr/share/licenses/$pkgname/ || return 1 install -m 0644 LICENCE GPL_EXCEPTION "${pkgdir}"/usr/share/licenses/$pkgname/ || return 1 } Your help would be appreciated. piogun |
This task depends upon
Closed by Lukas Fleischer (lfleischer)
Monday, 05 September 2011, 15:12 GMT
Reason for closing: Not a bug
Monday, 05 September 2011, 15:12 GMT
Reason for closing: Not a bug
Comment by Lukas Fleischer (lfleischer) -
Monday, 05 September 2011, 15:12 GMT
This is the bug tracker for the AUR software. Please report package-specific bugs using AUR comments. Thanks.