Package Details: fusesmb 0.8.7-6

Git Clone URL: https://aur.archlinux.org/fusesmb.git (read-only, click to copy)
Package Base: fusesmb
Description: SMB for FUSE is a Samba shares filesystem
Upstream URL: https://www.ricardis.tudelft.nl/~vincent/fusesmb
Keywords: fuse samba smb
Licenses: GPL-2.0-only
Submitter: None
Maintainer: adamperkowski
Last Packager: adamperkowski
Votes: 148
Popularity: 0.87
First Submitted: 2005-08-16 06:39 (UTC)
Last Updated: 2024-12-27 14:00 (UTC)

Latest Comments

adamperkowski commented on 2024-12-27 14:01 (UTC)

Hello. I couldn't reproduce your error. I added the missing glibc dependency, not sure if that'll solve the issue though...

Exord commented on 2024-12-27 13:08 (UTC) (edited on 2024-12-27 13:22 (UTC) by Exord)

Hi, after new update i have next error in build:

maybe it's only happening to me

GNU sed home page: <https://www.gnu.org/software/sed/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
/usr/bin/ld: warning: cannot find entry symbol 's|\n||g'); defaulting to 0000000000001020
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o: in function `_start':
(.text+0x1b): undefined reference to `main'
/usr/bin/ld: (.text+0x21): undefined reference to `__libc_start_main'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o:(.text+0xa): undefined reference to `__TMC_END__'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o:(.text+0x3a): undefined reference to `__TMC_END__'
/usr/bin/ld: a.out: hidden symbol `__TMC_END__' isn't defined
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
configure:2685: $? = 1
configure:2723: result: 
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fusesmb"
| #define VERSION "0.8.7"
| #define _FILE_OFFSET_BITS 64
| #define FUSE_USE_VERSION 22
| #define FUSESMB_SYSCONFDIR /usr/etc
| #define FUSESMB_CACHE_BINDIR "/usr/bin"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2730: error: C compiler cannot create executables

im looking for a solution.

bladesuk1 commented on 2013-07-02 14:40 (UTC)

d'oh! turns out it's not there any more. use smbnetfs instead.

bladesuk1 commented on 2013-07-02 14:18 (UTC)

upstream appears to be missing - anyone know of any mirrors for the file?

<deleted-account> commented on 2010-08-22 23:37 (UTC)

On an x86_64 platform yaourt states that it can't be built, but after trying it builds correctly by modifying PKGBUILD arch="x86_64" as it doesn't require anything particular.