You are not logged in.

#1 2008-03-06 17:41:16

metalfan
Member
Registered: 2007-11-22
Posts: 99

[SOLVED]fusesmb from aur doesnt build automatically

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

#2 2008-03-07 11:26:32

mfa
Member
Registered: 2007-10-04
Posts: 19

Re: [SOLVED]fusesmb from aur doesnt build automatically

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

#3 2008-03-07 20:48:56

metalfan
Member
Registered: 2007-11-22
Posts: 99

Re: [SOLVED]fusesmb from aur doesnt build automatically

Ah, i see.

Offline

#4 2008-03-07 22:16:10

vogets
Member
Registered: 2006-11-25
Posts: 31

Re: [SOLVED]fusesmb from aur doesnt build automatically

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

Board footer

Powered by FluxBB