You are not logged in.

#1 2005-05-26 08:25:51

alzen
Member
Registered: 2005-01-14
Posts: 30

fbnews package and problems

hi guys; this package builds but it's empty; i mean that package contains only 2 files; more detaliled information lower.

pkgname=fbnews
pkgver=0.5
pkgrel=1
pkgdesc="handy news reader for fluxbox(.org) window manager"
url="http://www.fms-engel.de/fbnews/index.php?page=home"
groups=x11
depends=('fluxbox-devel')
makedepends=('automake' 'pkgconfig' 'texinfo')
install=('fbnews.install')
source=("http://freshmeat.net/redir/fbnews/48728/url_tgz/fbnews-0.5.tar.gz")
md5sums=('39e5f723caea8c232992f3e18a5b9cb1')

build() {
  cd $startdir/src/$pkgname-${pkgver}
  make
  make prefix=$startdir/pkg/usr install
}
[root@puchiko fbnews]# makepkg -f PKGBUILD
==> Making package: fbnews  (czw maj 26 00:30:45 PDT 2005)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==>     Found fbnews-0.5.tar.gz in build dir
==> Validating source files with MD5sums
    fbnews-0.5.tar.gz ... Passed
==> Extracting Sources...
==>     tar --use-compress-program=gzip -xf fbnews-0.5.tar.gz
tar: fbnews-0.5/Changelog: znacznik czasowy 2005-05-26 04:03:25 jest przesuniêty o 12760 s w przysz³o¶æ
tar: fbnews-0.5/doc/fbnews.texi: znacznik czasowy 2005-05-26 04:35:45 jest przesuniêty o 14700 s w przysz³o¶æ
tar: fbnews-0.5/doc: znacznik czasowy 2005-05-26 04:35:47 jest przesuniêty o 14702 s w przysz³o¶æ
tar: fbnews-0.5/fbnconf.py: znacznik czasowy 2005-05-26 03:52:17 jest przesuniêty o 12092 s w przysz³o¶æ
tar: fbnews-0.5/fbnews.py: znacznik czasowy 2005-05-26 03:52:27 jest przesuniêty o 12102 s w przysz³o¶æ
tar: fbnews-0.5/odict.py: znacznik czasowy 2005-05-26 03:52:38 jest przesuniêty o 12113 s w przysz³o¶æ
tar: fbnews-0.5/parser.py: znacznik czasowy 2005-05-26 03:52:47 jest przesuniêty o 12122 s w przysz³o¶æ
tar: fbnews-0.5: znacznik czasowy 2005-05-26 04:35:53 jest przesuniêty o 14708 s w przysz³o¶æ
==> Removing existing pkg/ directory...
==> Starting build()...
make[1]: Entering directory `/home/alzen/AUR/fbnews/src/fbnews-0.5/doc'
make[1]: Leaving directory `/home/alzen/AUR/fbnews/src/fbnews-0.5/doc'
make[1]: Entering directory `/home/alzen/AUR/fbnews/src/fbnews-0.5/doc'
make[1]: Leaving directory `/home/alzen/AUR/fbnews/src/fbnews-0.5/doc'
fbnews installed.
Please copy the file fbnewsrc into your ~/. fluxbox directory and adapt it to your needs.
==> Compressing man pages...
==> Stripping debugging symbols from libraries...
find: pkg//lib: Nie ma takiego pliku ani katalogu
find: pkg/usr: Nie ma takiego pliku ani katalogu
find: pkg/usr/local: Nie ma takiego pliku ani katalogu
find: pkg/opt/*: Nie ma takiego pliku ani katalogu
==> Stripping symbols from binaries...
find: pkg//bin: Nie ma takiego pliku ani katalogu
find: pkg//sbin: Nie ma takiego pliku ani katalogu
find: pkg/usr: Nie ma takiego pliku ani katalogu
find: pkg/usr: Nie ma takiego pliku ani katalogu
find: pkg/usr/local: Nie ma takiego pliku ani katalogu
find: pkg/usr/local: Nie ma takiego pliku ani katalogu
find: pkg/opt/*: Nie ma takiego pliku ani katalogu
find: pkg/opt/*: Nie ma takiego pliku ani katalogu
==> Generating .PKGINFO file...
==> Copying install script...
cp: nie mo¿na wykonaæ stat na `/home/alzen/AUR/fbnews/fbnews.install': Nie ma takiego pliku ani katalogu
==> Generating .FILELIST file...
tar: *: Nie mo¿na stat: Nie ma takiego pliku ani katalogu
tar: Zakoñczenie z b³êdem z powodu uprzednich b³êdów
==> Compressing package...
tar: *: Nie mo¿na stat: Nie ma takiego pliku ani katalogu
tar: Zakoñczenie z b³êdem z powodu uprzednich b³êdów
==> Finished making: fbnews  (czw maj 26 00:30:46 PDT 2005)
[alzen@puchiko fbnews]$ cat filelist
.FILELIST
.PKGINFO

i tried to make fbnews.install file same as i found in arch wiki pages; replacing prefix with DESTDIR and no change.

Offline

#2 2005-05-26 13:10:53

bardo
Member
Registered: 2004-12-06
Posts: 96

Re: fbnews package and problems

Hi.
As you can see on the project's documentation page, this package doesn't follow the standard make/make install procedure, it just needs a "make install", so start removing the "make" line.

I don't understand your native language output smile but I seem to understand that the program can't find the target directories under $startdir/pkg. To fix this you can add, at the beginning of the build() function, this line:

mkdir $startdir/pkg/{lib,usr{/local,},opt,bin,sbin}

This should do the trick wink


dreaming in digital / living in realtime / thinking in binary / talking in ip / welcome to our world

Offline

#3 2005-05-26 13:16:50

alzen
Member
Registered: 2005-01-14
Posts: 30

Re: fbnews package and problems

yep; the PKGBUILD in not the newest one smile; i removed make in it; and i tried to do the same; making dirs and no help; i also tried this line u wrote and no change.

Offline

#4 2005-05-26 15:09:22

alzen
Member
Registered: 2005-01-14
Posts: 30

Re: fbnews package and problems

problem is solved, for correct PKGBUILD check aur tongue; i am waiting for votes and feedback via mail. here is the link:
here
update: second release is on aur; program shall work properly now

Offline

Board footer

Powered by FluxBB