You are not logged in.
Hi,
makepkg PKGBUILD
==> Making package: fusesmb2 0.8.6b2-1 (Thu Mar 6 18:41:40 CET 2008)
==> Checking Runtime Dependencies...
==> Missing Dependencies:
-> fuse
==> Checking Buildtime Dependencies...
==> Missing Dependencies:
-> fuse
^[OF==> ERROR: Could not resolve all dependencies.
But if i do this:
pacman -S fuse
resolving dependencies...
looking for inter-conflicts...
Targets: fuse-2.7.2-1
Total Download Size: 0.16 MB
Proceed with installation? [Y/n]
:: Retrieving packages from core...
fuse-2.7.2-1-x86_64 161.8K 6.3K/s 00:00:26 [##################################################################################################] 100%
checking package integrity...
(1/1) checking for file conflicts [##################################################################################################] 100%
(1/1) installing fuse [##################################################################################################] 100%
==> You must load the fuse kernel module to use FUSE.
-> Run 'modprobe fuse' to load the module now.
-> Add fuse to $MODULES in /etc/rc.conf to load on every boot.
==> You will need a /dev/fuse device node to use FUSE.
-> If you use udev, nothing needs to be done
-> For a static /dev, run: mknod /dev/fuse -m 0666 c 10 229
fuse installs and after that i can build fusesmb, but why is makepkg unable to install fuse?
greets
Last edited by metalfan (2008-03-25 15:05:06)
Offline
Hi!
makepkg does no dependency resolving (correct me pls, if I'm wrong). It is solely responsible for checking dependencies specified in the PKGBUILD and building the package. However if a dependency is missing you have to install it by hand with pacman, like you did.
Cheers,
mfa
Offline
Ah, i see.
Offline
makepkg is able to "sync" in your dependencies with the -s switch. please have a look in the man page for makepkg.
PS please add solved to the thread title.
Offline