[aur-general] bes

Nathan O ndowens.aur at gmail.com
Thu Aug 26 02:12:06 EDT 2010


On Wed, Aug 25, 2010 at 12:30 PM, Nathan O <ndowens.aur at gmail.com> wrote:

>
>
> On Wed, Aug 25, 2010 at 5:59 AM, Nathan Wayde <kumyco at konnichi.com> wrote:
>
>> On 25/08/10 10:34, Nathan O wrote:
>>
>>> On Wed, Aug 25, 2010 at 4:07 AM, Nathan Wayde<kumyco at konnichi.com>
>>>  wrote:
>>> [...]
>>>
>>> I'll try again tomorrow, though don't know how much luck I will have then
>>>
>>>
>> I took a closer look and noticed the sed line used single quote as opposed
>> to double so ignore my comment about that, in either case it was unneeded as
>> the default for ${exec_prefix} is already ${prefix}
>>
>> here is a working build function to get you going. it now runs but you'll
>> till need to take care of the group business, you'll see the error when you
>> start the daemon. other than the fact that it runs i don't know if it works
>> as i don't even know what BES is.
>>
>>
>> build() {
>>  install -m755 -d ${pkgdir}/etc/rc.d
>>  cd ${srcdir}/${pkgname}-${pkgver}/ppt
>>  patch -Np0 -i ${srcdir}/sslclient.patch
>>  patch -Np0 -i ${srcdir}/sslserver.patch
>>  cd ${srcdir}/${pkgname}-${pkgver}
>>  export FC=gfortran F77=gfortran
>>  sed -ie 's|/init.d||g' besd.in
>>  sed -ie 's|${prefix}/var|${localstatedir}|g' server/besctl.in
>>  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
>>  make || return 1
>>  make DESTDIR=${pkgdir} install
>>  install -m755 -D ${pkgdir}/usr/bin/besd ${pkgdir}/etc/rc.d/besd
>> }
>>
>> I am trying it, I have never had this much of an issue with a package
>
I have orphaned the package, nothing seems to work. Somebody will probably
have a better chance at it. It seems to be the way that the software is
written and I don't know programming languages such as C to understand
exactly what is causing it.
Thanks


More information about the aur-general mailing list