Displaying 6 results from an estimated 6 matches for "pkgver".
2003 Sep 15
1
Rgraphviz, rhdf5
...ust installed bioconductor via getBioC.R but there
>is 3 problems: apparently some libraries are missing
>and I don't know which one, and even the XML package
>add a error message like :
>1:Installation of package Rgraphviz had non-zero exit
>status in: installPkg(fileName, pkg, pkgVer, type,
>lib, repEntry, versForce)
>2:Installation of package rhdf5 had non-zero exit
>status in: installPkg(fileName, pkg, pkgVer, type,
>lib, repEntry, versForce)
>3:Installation of package XML had non-zero exit
>status
>in: installPkg(fileName, pkg, pkgVer, type, lib,
>rep...
2016 Dec 06
0
MSYS2 maintainer contacted
...w-w64-xapian-core-1.4.1-1.src.tar.xz
PKGBUILD
# Maintainer: J. Peter Mugaas < ... >
_realname=xapian-core
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-zlib")
pkgver=1.4.1
pkgrel=1
pkgdesc='Open source search engine library (mingw-w64)'
arch=('any')
url='https://www.xapian.org/'
license=('GPL')
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz")
sha256sums=('c5f2534de73c067ac19eed6d6bec6...
2018 Feb 13
2
Compile Samba without AD/ADS for a slim installation
...and I have been
unable to figure out what I need to specify here. My configuration:
_samba4_idmap_modules=idmap_tdb2
_samba4_pdb_modules=pdb_tdbsam,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,
auth_netlogond,auth_script,auth_samba4
cd ${srcdir}/samba-${pkgver}
./configure --enable-fhs \
--prefix=/usr \
--sbindir=/usr/bin \
--libdir=/usr/lib \
--libexecdir=/usr/lib/samba \
--localstatedir=/var \
--with-configdir=/etc/samba \
--with-lockdir=/var/cache/samba...
2013 Oct 02
2
Unknown versions in git.
I vote for "don't clone with depth 1". There's no way we're going to
catch all of these anyway.
Jean-Marc
On 10/02/2013 12:47 AM, Ralph Giles wrote:
> On 2013-10-01 5:27 PM, bat guano wrote:
>
>> opus-tools is broken.
>>
>> configure: error: Package requirements (opus>= 1.0.3) were not met:
>> Requested 'opus>= 1.0.3' but
2013 Oct 02
0
Unknown versions in git.
...ng guidelines used to recommend shallow
cloning of git packages, as apparently this was said to save bandwidth
for the repo server. Now Pacman is doing the cloning automatically based
on the vcs URL in the sources array, so the checkout function is no
longer needed, and versioning is now done via a pkgver() function that
in the case of git, uses git describe --long if the repo includes
annotated tags and git rev-list --count HEAD)" "$(git rev-parse --short
HEAD if not. As I am the maintainer of the opus-git and opus-tools-git
packages in the Arch User Repository, I'll experiment to fin...
2018 Feb 14
0
Compile Samba without AD/ADS for a slim installation
...re out what I need to specify here. My configuration:
>
> _samba4_idmap_modules=idmap_tdb2
> _samba4_pdb_modules=pdb_tdbsam,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
> _samba4_auth_modules=auth_unix,auth_wbc,auth_server,
> auth_netlogond,auth_script,auth_samba4
> cd ${srcdir}/samba-${pkgver}
> ./configure --enable-fhs \
> --prefix=/usr \
> --sbindir=/usr/bin \
> --libdir=/usr/lib \
> --libexecdir=/usr/lib/samba \
> --localstatedir=/var \
> --with-configdir=/etc/samba \
>...