You are not logged in.

#1 2008-07-20 19:02:57

delacruz
Member
From: /home/houston
Registered: 2007-12-09
Posts: 102

[REQUEST] sylpheed

i am trying to install sylpheed2.5.0, it is an email client.  I have tried to compile and i get errors.  There is a outdated package sylpheed2.4.8-1 in the extra section

sylpheed source code
Note: i am using AMD64

Offline

#2 2008-07-20 21:32:22

Vintendo
Member
From: Netherlands
Registered: 2008-04-21
Posts: 375
Website

Re: [REQUEST] sylpheed

I just changed the PKGBUILD in abs a little bit. Works on my, x86, system. Haven't tested it on x86_64 though. Hopes it helps

# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=sylpheed
pkgver=2.5.0
pkgrel=1
pkgdesc="A GTK+ based, lightweight, and fast email client"
arch=(i686 x86_64)
url="http://sylpheed.good-day.net/"
depends=('gpgme' 'gtkspell')
license=('GPL' 'LGPL')
makedepends=('pkgconfig')
source=(http://sylpheed.sraoss.jp/${pkgname}/v2.5/${pkgname}-${pkgver}.tar.bz2 \
        sylpheed-2.2-replace-aspell-with-enchant.diff)
url="http://sylpheed.good-day.net/"

build() {
  cd ${startdir}/src/${pkgname}-${pkgver}
  patch -Np1 -i ${startdir}/src/sylpheed-2.2-replace-aspell-with-enchant.diff || return 1
  ./configure --prefix=/usr --enable-ssl --enable-gpgme --enable-ldap
  make || return 1
  make DESTDIR=${startdir}/pkg install
  mkdir -p ${startdir}/pkg/usr/share/{applications,pixmaps}
  install -m644 sylpheed.desktop $startdir/pkg/usr/share/applications/
  install -m644 sylpheed.png $startdir/pkg/usr/share/pixmaps/
}

http://pastebin.com/d3279a058

Offline

#3 2008-07-21 04:40:47

delacruz
Member
From: /home/houston
Registered: 2007-12-09
Posts: 102

Re: [REQUEST] sylpheed

i get the following error

==> ERROR: sylpheed-2.2-replace-aspell-with-enchant.diff was not found in the build directory and is not a URL.

Offline

#4 2008-07-21 04:45:13

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,554

Re: [REQUEST] sylpheed

you need all the files you'll find here (no idea if the patch will still apply):
http://repos.archlinux.org/viewvc.cgi/s … xtra-i686/

if you do not need the patch anymore, remove the patch line from the PKGBUILD and the patch name in the source array in the PKGBUILD.


All design goals must be phrased in such a way that it is hard to use them as slogans to justify stupidity.

Offline

#5 2008-07-21 05:24:40

delacruz
Member
From: /home/houston
Registered: 2007-12-09
Posts: 102

Re: [REQUEST] sylpheed

another error

collect2: ld returned 1 exit status
make[3]: *** [sylpheed] Error 1
make[3]: Leaving directory `/home/pedro/abs/sylpheed/src/sylpheed-2.5.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/pedro/abs/sylpheed/src/sylpheed-2.5.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pedro/abs/sylpheed/src/sylpheed-2.5.0'
make: *** [all-recursive-am] Error 2
==> ERROR: Build Failed.
    Aborting...

note: i commented out the patch line

Offline

#6 2008-07-21 06:32:03

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,554

Re: [REQUEST] sylpheed

hmmm I'm not using Sylpheed but tried to build 2.5.0 and everything went fine (with or without patch)... Is your system up to date ? BTW, could you cut & paste the error message a little bit earlier in the build process.


All design goals must be phrased in such a way that it is hard to use them as slogans to justify stupidity.

Offline

#7 2008-07-21 16:06:51

Vintendo
Member
From: Netherlands
Registered: 2008-04-21
Posts: 375
Website

Re: [REQUEST] sylpheed

Offline

#8 2008-07-22 04:44:37

delacruz
Member
From: /home/houston
Registered: 2007-12-09
Posts: 102

Re: [REQUEST] sylpheed

Vintendo wrote:

thanks!

Offline

Board footer

Powered by FluxBB