Samba Download wo?

Games, Plugins, Utils, Tools, 3rdParty, etc...
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Beitrag von mb405 »

nee hier fehlen symbole in ner libary. aber ich nutz das weniger.
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Beitrag von Houdini »

falscher compiler, poste mal das output vom samba3 configure
Tommy
Tuxboxer
Tuxboxer
Beiträge: 4332
Registriert: Dienstag 7. Mai 2002, 17:04

Beitrag von Tommy »

Ich denke mal daß ich den interessanten teil gefunden hab (rot) bloß wie kann ich das fixen? Der compiler liegt in /home/y/oldmake/dbox2/cdkroot/bin (IMHO da wo er sein soll)
( rm -rf samba-3.0.23d || /bin/true ) && gunzip -cd Archive/samba-3.0.23d.tar.gz | TAPE=- tar -x && ( cd samba-3.0.23d; patch -p1 < ../Patches/samba3_ppc.diff )
patching file source/aclocal.m4
patching file source/client/mount.cifs.c
patching file source/configure.in
patching file source/lib/sysquotas_4A.c
cd samba-3.0.23d && \
cd source && \
AR=powerpc-tuxbox-linux-gnu-ar AS=powerpc-tuxbox-linux-gnu-as CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ NM=powerpc-tuxbox-linux-gnu-nm RANLIB=powerpc-tuxbox-linux-gnu-ranlib CFLAGS="-mcpu=823 -mmultiple -mstring -meabi -pipe -Os" CXXFLAGS="-mcpu=823 -mmultiple -mstring -meabi -pipe -Os" LDFLAGS="-s" PKG_CONFIG_PATH=/home/y/oldmake/dbox2/cdkroot/lib/pkgconfig \
./autogen.sh && \
./configure \
--build=i686-pc-linux-gnu \
--host=powerpc-tuxbox-linux-gnu \
--prefix=/home/y/oldmake/dbox2/cdkroot \
samba_cv_struct_timespec=yes \
samba_cv_HAVE_GETTIMEOFDAY_TZ=yes \
samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes \
--disable-pie \
--disable-cups \
--without-ldap \
--without-ads \
--without-sys-quotas \
--without-sendfile-support \
--with-smbmount \
--with-configdir=/etc/samba \
--with-privatedir=/etc/samba/private \
--with-lockdir=/var/lock \
--with-piddir=/var/run \
--with-logfilebase=/var/log \
--with-libdir=/lib \
--with-mandir=/man \
--with-swatdir=/home/y/oldmake/dbox2/share/swat && \
make && \
cd bin && \
(for i in smbd nmbd smbmount smbmnt smbpasswd; do \
cp $i /home/y/oldmake/dbox2/cdkroot/bin; \
done)
./autogen.sh: running script/mkversion.sh
./script/mkversion.sh: 'include/version.h' created for Samba("3.0.23d")
./autogen.sh: running autoheader
./autogen.sh: running autoconf
Now run ./configure and then make.
SAMBA VERSION: 3.0.23d
checking for powerpc-tuxbox-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether to use profiling... no
checking for powerpc-tuxbox-linux-gnu-gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... no
checking for mawk... mawk
checking for perl... /usr/bin/perl
checking for powerpc-tuxbox-linux-gnu-ar... no
checking for ar... ar
checking if the linker (ld) is GNU ld... yes
checking GNU ld release date... 20060118
checking for library containing strerror... none required
checking whether gcc and cc understand -c and -o together... yes
checking that the C compiler understands -Werror... cross
checking that the C compiler understands -w2... cross
checking that the C compiler understands volatile... yes
checking uname -s... Linux
checking uname -r... 2.6.15-27-386
checking uname -m... i686
checking uname -p... unknown
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-tuxbox-linux-gnu
checking target system type... powerpc-tuxbox-linux-gnu
checking config.cache system type... same
checking for LFS support... cross
checking for inline... inline
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking aio.h usability... yes
checking aio.h presence... yes
checking for aio.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/unistd.h usability... yes
checking sys/unistd.h presence... yes
checking for sys/unistd.h... yes
checking rpc/nettype.h usability... no
checking rpc/nettype.h presence... no
checking for rpc/nettype.h... no
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/id.h usability... no
checking sys/id.h presence... no
checking for sys/id.h... no
checking for memory.h... (cached) yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... yes
checking rpcsvc/nis.h presence... yes
checking for rpcsvc/nis.h... yes
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/wait.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/priv.h usability... no
checking sys/priv.h presence... no
checking for sys/priv.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/filsys.h usability... no
checking sys/filsys.h presence... no
checking for sys/filsys.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/dustat.h usability... no
checking sys/dustat.h presence... no
checking for sys/dustat.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking security/_pam_macros.h usability... no
checking security/_pam_macros.h presence... no
checking for security/_pam_macros.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking sys/syslog.h usability... yes
checking sys/syslog.h presence... yes
checking for sys/syslog.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for rpcsvc/yp_prot.h... yes
checking sys/mode.h usability... no
checking sys/mode.h presence... no
checking for sys/mode.h... no
checking CoreFoundation/CFStringEncodingConverter.h usability... no
checking CoreFoundation/CFStringEncodingConverter.h presence... no
checking for CoreFoundation/CFStringEncodingConverter.h... no
checking CFStringEncodingConverter.h usability... no
checking CFStringEncodingConverter.h presence... no
checking for CFStringEncodingConverter.h... no
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/in_ip.h usability... no
checking netinet/in_ip.h presence... no
checking for netinet/in_ip.h... no
checking nss.h usability... yes
checking nss.h presence... yes
checking for nss.h... yes
checking nss_common.h usability... no
checking nss_common.h presence... no
checking for nss_common.h... no
checking nsswitch.h usability... no
checking nsswitch.h presence... no
checking for nsswitch.h... no
checking ns_api.h usability... no
checking ns_api.h presence... no
checking for ns_api.h... no
checking sys/security.h usability... no
checking sys/security.h presence... no
checking for sys/security.h... no
checking security/pam_appl.h usability... no
checking security/pam_appl.h presence... no
checking for security/pam_appl.h... no
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/acl.h usability... no
checking sys/acl.h presence... no
checking for sys/acl.h... no
checking sys/attributes.h usability... no
checking sys/attributes.h presence... no
checking for sys/attributes.h... no
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking sys/extattr.h usability... no
checking sys/extattr.h presence... no
checking for sys/extattr.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/ea.h usability... no
checking sys/ea.h presence... no
checking for sys/ea.h... no
checking sys/proplist.h usability... no
checking sys/proplist.h presence... no
checking for sys/proplist.h... no
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for netinet/ip.h... yes
checking for net/if.h... yes
checking for security/pam_modules.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking lastlog.h usability... yes
checking lastlog.h presence... yes
checking for lastlog.h... yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for short... yes
checking size of short... 2
checking for an ANSI C-conforming const... yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... no
checking whether char is unsigned... no
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for pid_t... yes
checking for struct stat.st_rdev... yes
checking for d_off in dirent... yes
checking for ino_t... yes
checking for loff_t... yes
checking for offset_t... no
checking for ssize_t... yes
checking for wchar_t... yes
checking for library containing dlopen... -ldl
checking for immediate structures... yes
checking if the compiler will optimize out function calls... yes
checking for unix domain sockets... yes
checking for socklen_t type... yes
checking for sig_atomic_t type... yes
checking for struct timespec type... (cached) yes
checking for errno declaration... yes
checking for setresuid declaration... no
checking for setresgid declaration... no
checking for asprintf declaration... no
checking for vasprintf declaration... no
checking for vsnprintf declaration... yes
checking for snprintf declaration... yes
checking for real setresuid... cross
checking for real setresgid... cross
checking for working memcmp... no
checking whether to use readline... yes
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
checking for readline.h... (cached) no
checking for readline/readline.h... (cached) no
checking for rl_completion_matches in -lreadline... no
checking for connect... yes
checking for library containing yp_get_default_domain... -lnsl
checking for yp_get_default_domain... yes
checking for execl... yes
checking for dlopen... yes
checking for dlclose... yes
checking for dlsym... yes
checking for dlerror... yes
checking for waitpid... yes
checking for getcwd... yes
checking for strdup... yes
checking for strndup... yes
checking for strnlen... yes
checking for strtoul... yes
checking for strerror... yes
checking for chown... yes
checking for fchown... yes
checking for chmod... yes
checking for fchmod... yes
checking for chroot... yes
checking for link... yes
checking for mknod... yes
checking for mknod64... no
checking for fstat... yes
checking for strchr... yes
checking for utime... yes
checking for utimes... yes
checking for getrlimit... yes
checking for fsync... yes
checking for memset... yes
checking for strlcpy... no
checking for strlcat... no
checking for setpgid... yes
checking for memmove... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for setsid... yes
checking for glob... yes
checking for strpbrk... yes
checking for pipe... yes
checking for crypt16... no
checking for getauthuid... no
checking for strftime... yes
checking for sigprocmask... yes
checking for sigblock... yes
checking for sigaction... yes
checking for sigset... yes
checking for innetgr... yes
checking for setnetgrent... yes
checking for getnetgrent... yes
checking for endnetgrent... yes
checking for initgroups... yes
checking for select... yes
checking for poll... yes
checking for rdchk... no
checking for getgrnam... yes
checking for getgrent... yes
checking for pathconf... yes
checking for realpath... yes
checking for setpriv... no
checking for setgidx... no
checking for setuidx... no
checking for setgroups... yes
checking for sysconf... yes
checking for mktime... yes
checking for rename... yes
checking for ftruncate... yes
checking for chsize... no
checking for stat64... yes
checking for fstat64... yes
checking for lstat64... yes
checking for fopen64... yes
checking for atexit... yes
checking for grantpt... yes
checking for dup2... yes
checking for lseek64... yes
checking for ftruncate64... yes
checking for fseek64... no
checking for fseeko64... yes
checking for ftell64... no
checking for ftello64... yes
checking for setluid... no
checking for getpwanam... no
checking for setlinebuf... yes
checking for opendir64... no
checking for readdir64... yes
checking for seekdir64... no
checking for telldir64... no
checking for rewinddir64... no
checking for closedir64... no
checking for getdents... no
checking for getdents64... no
checking for srandom... yes
checking for random... yes
checking for srand... yes
checking for rand... yes
checking for setenv... yes
checking for usleep... yes
checking for strcasecmp... yes
checking for fcvt... yes
checking for fcvtl... no
checking for symlink... yes
checking for readlink... yes
checking for syslog... yes
checking for vsyslog... yes
checking for timegm... yes
checking for setlocale... yes
checking for nl_langinfo... yes
checking for nanosleep... yes
checking for mlock... yes
checking for munlock... yes
checking for mlockall... yes
checking for munlockall... yes
checking for sys/mman.h... (cached) yes
checking for setbuffer... yes
checking for shmget... yes
checking for shm_open... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking libexc.h usability... no
checking libexc.h presence... no
checking for libexc.h... no
checking libunwind.h usability... no
checking libunwind.h presence... no
checking for libunwind.h... no
checking for backtrace_symbols... yes
checking for trace_back_stack in -lexc... no
checking for libunwind... no
checking for syscall... yes
checking for _dup... no
checking for _dup2... no
checking for _opendir... no
checking for _readdir... no
checking for _seekdir... no
checking for _telldir... no
checking for _closedir... no
checking for __dup... no
checking for __dup2... yes
checking for __opendir... no
checking for __readdir... no
checking for __seekdir... no
checking for __telldir... no
checking for __closedir... no
checking for __getcwd... no
checking for _getcwd... no
checking for __xstat... yes
checking for __fxstat... yes
checking for __lxstat... yes
checking for _stat... no
checking for _lstat... no
checking for _fstat... no
checking for __stat... yes
checking for __lstat... yes
checking for __fstat... yes
checking for _acl... no
checking for __acl... no
checking for _facl... no
checking for __facl... no
checking for _open... no
checking for __open... yes
checking for _chdir... no
checking for __chdir... no
checking for _close... no
checking for __close... yes
checking for _fchdir... no
checking for __fchdir... no
checking for _fcntl... no
checking for __fcntl... yes
checking for getdents... (cached) no
checking for __getdents... no
checking for _lseek... no
checking for __lseek... yes
checking for _read... no
checking for __read... yes
checking for getdirentries... yes
checking for _write... no
checking for __write... yes
checking for _fork... no
checking for __fork... yes
checking for _stat64... no
checking for __stat64... no
checking for _fstat64... no
checking for __fstat64... no
checking for _lstat64... no
checking for __lstat64... no
checking for __sys_llseek... no
checking for llseek... yes
checking for _llseek... no
checking for __llseek... no
checking for readdir64... (cached) yes
checking for _readdir64... no
checking for __readdir64... no
checking for pread... yes
checking for _pread... no
checking for __pread... no
checking for pread64... yes
checking for _pread64... no
checking for __pread64... yes
checking for pwrite... yes
checking for _pwrite... no
checking for __pwrite... no
checking for pwrite64... yes
checking for _pwrite64... no
checking for __pwrite64... yes
checking for open64... yes
checking for _open64... no
checking for __open64... yes
checking for creat64... yes
checking for prctl... yes
checking whether struct stat has sub-second timestamps... yes
checking whether struct stat has sub-second timestamps without struct timespec...
checking for dn_expand in -lresolv... yes
checking for _dn_expand in -lresolv... no
checking for __dn_expand in -lresolv... yes
checking for putprpwnam... no
checking for putprpwnam in -lsecurity... no
checking for putprpwnam... (cached) no
checking for putprpwnam in -lsec... no
checking for set_auth_parameters... no
checking for set_auth_parameters in -lsecurity... no
checking for set_auth_parameters... (cached) no
checking for set_auth_parameters in -lsec... no
checking for getspnam... yes
checking for getspnam... (cached) yes
checking for getspnam... (cached) yes
checking for bigcrypt... no
checking for bigcrypt in -lsecurity... no
checking for bigcrypt... (cached) no
checking for bigcrypt in -lsec... no
checking for getprpwnam... no
checking for getprpwnam in -lsecurity... no
checking for getprpwnam... (cached) no
checking for getprpwnam in -lsec... no
checking for strsignal... yes
checking for library containing getxattr... none required
checking for getxattr... yes
checking for lgetxattr... yes
checking for fgetxattr... yes
checking for listxattr... yes
checking for llistxattr... yes
checking for getea... no
checking for fgetea... no
checking for lgetea... no
checking for listea... no
checking for flistea... no
checking for llistea... no
checking for removeea... no
checking for fremoveea... no
checking for lremoveea... no
checking for setea... no
checking for fsetea... no
checking for lsetea... no
checking for flistxattr... yes
checking for removexattr... yes
checking for lremovexattr... yes
checking for fremovexattr... yes
checking for setxattr... yes
checking for lsetxattr... yes
checking for fsetxattr... yes
checking for attr_get... no
checking for attr_list... no
checking for attr_set... no
checking for attr_remove... no
checking for attr_getf... no
checking for attr_listf... no
checking for attr_setf... no
checking for attr_removef... no
checking for extattr_delete_fd... no
checking for extattr_delete_file... no
checking for extattr_delete_link... no
checking for extattr_get_fd... no
checking for extattr_get_file... no
checking for extattr_get_link... no
checking for extattr_list_fd... no
checking for extattr_list_file... no
checking for extattr_list_link... no
checking for extattr_set_fd... no
checking for extattr_set_file... no
checking for extattr_set_link... no
checking ability to build shared libraries... true
checking linker flags for shared libraries... -shared -Wl,-Bsymbolic
checking compiler flags for position-independent code... -fPIC
checking whether building shared libraries actually works... yes
checking for long long... cross
checking for intptr_t... yes
checking for LL suffix on long long integers... yes
checking for 64 bit off_t... cross
checking for off64_t... cross
checking for 64 bit ino_t... cross
checking for ino64_t... cross
checking for 64 bit dev_t... cross
checking for dev64_t... cross
checking for struct dirent64... no
checking for struct dirent64... no
checking for major macro... cross
checking for minor macro... cross
checking for makedev macro... cross
checking for unsigned char... cross
checking for sin_len in sock... no
checking whether seekdir returns void... yes
checking for __FUNCTION__ macro... yes
checking if gettimeofday takes tz argument... (cached) yes
checking for va_copy... yes
checking for C99 vsnprintf... cross
checking for broken readdir name... cross
checking for utimbuf... yes
checking for pututline... yes
checking for pututxline... yes
checking for updwtmp... yes
checking for updwtmpx... yes
checking for getutmpx... yes
checking for ut_name in utmp... yes
checking for ut_user in utmp... yes
checking for ut_id in utmp... yes
checking for ut_host in utmp... yes
checking for ut_time in utmp... yes
checking for ut_tv in utmp... yes
checking for ut_type in utmp... yes
checking for ut_pid in utmp... yes
checking for ut_exit in utmp... yes
checking for ut_addr in utmp... yes
checking whether pututline returns pointer... yes
checking for ut_syslen in utmpx... no
checking for iconv in /usr/lib... yes
checking can we convert from CP850 to UCS2-LE?... cross
checking can we convert from IBM850 to UCS2-LE?... cross
checking can we convert from ASCII to UCS2-LE?... cross
checking can we convert from 646 to UCS2-LE?... cross
checking can we convert from UTF-8 to UCS2-LE?... cross
checking can we convert from UTF8 to UCS2-LE?... cross
checking for iconv in /usr/local/lib... yes
checking can we convert from CP850 to UCS2-LE?... cross
checking can we convert from IBM850 to UCS2-LE?... cross
checking can we convert from ASCII to UCS2-LE?... cross
checking can we convert from 646 to UCS2-LE?... cross
checking can we convert from UTF-8 to UCS2-LE?... cross
checking can we convert from UTF8 to UCS2-LE?... cross
checking for Linux kernel oplocks... cross
checking for kernel change notify support... cross
checking fam.h usability... no
checking fam.h presence... no
checking for fam.h... no
checking for dm_get_eventlist in -ldm... no
checking for dm_get_eventlist in -ljfsdm... no
checking for dm_get_eventlist in -lxdsm... no
configure: DMAPI support not present
checking for kernel share modes... cross
checking for IRIX kernel oplock type definitions... no
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking for int16 typedef included by rpc/rpc.h... no
checking for uint16 typedef included by rpc/rpc.h... no
checking for int32 typedef included by rpc/rpc.h... no
checking for uint32 typedef included by rpc/rpc.h... no
checking for conflicting AUTH_ERROR define in rpc/rpc.h... no
checking for test routines... checking for ftruncate extend... cross
checking for AF_LOCAL socket support... cross
checking for broken getgroups... cross
checking whether getpass should be replaced... yes
checking for broken inet_ntoa... cross
checking for secure mkstemp... cross
checking for broken readdir... assuming not
checking for sysconf(_SC_NGROUPS_MAX)... yes
checking for sysconf(_SC_NPROC_ONLN)... no
checking for sysconf(_SC_NPROCESSORS_ONLN)... yes
checking for sysconf(_SC_PAGESIZE)... yes
checking for root... cross
checking for iface AIX... cross
checking for iface ifconf... cross
checking for iface ifreq... cross
checking for setresuid... cross
checking for setreuid... cross
checking for seteuid... cross
checking for setuidx... cross
checking for working mmap... cross
checking for fcntl locking... cross
checking for broken (glibc2.1/x86) 64 bit fcntl locking... cross
checking for 64 bit fcntl locking... cross
checking for st_blocks in struct stat... yes
checking for st_blksize in struct stat... yes
checking for broken RedHat 7.2 system header files... no
checking for broken nisplus include files... yes
checking if the realpath function allows a NULL argument... cross
checking whether to use smbwrapper... no
checking whether to use AFS clear-text auth... no
checking whether to use AFS fake-kaserver... no
checking whether to use AFS fake-kaserver... no
checking whether to use DFS clear-text auth... no
checking for LDAP support... no
checking for Active Directory and krb5 support... no
checking for nscd_flush_cache in -lnscd... no
checking whether to use automount... no
checking whether to use smbmount... yes
checking whether to build mount.cifs and umount.cifs... yes
checking whether to use PAM... no
checking for pam_get_data in -lpam... no
checking whether to use pam_smbpass... no
checking for library containing crypt... -lcrypt
checking for a crypt that needs truncated salt... cross
checking whether to use NISPLUS_HOME... no
checking whether to use syslog logging... no
checking whether to try disk-quotas support... no
checking whether to try the new lib/sysquotas.c interface... no
checking whether to use the lib/sysquotas_linux.c builtin support... yes
checking whether to use the lib/sysquotas_xfs.c builtin support... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking sys/fs/vx_quota.h usability... no
checking sys/fs/vx_quota.h presence... no
checking for sys/fs/vx_quota.h... no
checking sys/quota.h usability... yes
checking sys/quota.h presence... yes
checking for sys/quota.h... yes
checking if struct dqblk has .dqb_fsoftlimit... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking for setmntent... yes
checking for getmntent... yes
checking for endmntent... yes
checking devnm.h usability... no
checking devnm.h presence... no
checking for devnm.h... no
checking for devnm... no
checking whether the sys_quota interface works... yes
checking whether to use the new lib/sysquotas.c interface... no
checking whether the sys_quota interface works with XFS... yes
checking whether the old quota support works... yes
checking whether to use the old quota support... no
checking whether to support utmp accounting... yes
checking whether to build the libmsrpc shared library... yes
checking whether to build the libsmbclient shared library... yes
checking whether to build the libsmbsharemodes shared library... yes
configure: checking how to get filesystem space usage...
checking statvfs64 function (SVR4)... cross
checking statvfs function (SVR4)... yes
checking if large file support can be enabled... no
checking whether to include cluster support... no
checking whether to support ACLs... no
checking whether to support asynchronous io... no
checking whether to check to support sendfile... yes
checking for linux sendfile64 support... no
checking for linux sendfile support... yes
checking for broken linux sendfile support... yes
checking whether to build winbind... yes
checking for union nss_XbyY_key.ipnode.af_family... no
checking for struct passwd.pw_comment... no
checking for struct passwd.pw_age... no
checking for struct secmethod_table.method_attrlist... no
checking for struct secmethod_table.method_version... no
checking for poptGetContext in -lpopt... no
checking whether to use included popt... yes
checking for iniparser_load in -liniparser... no
checking whether to use included iniparser... yes
checking how to build pdb_ldap... not
checking how to build pdb_smbpasswd... static
checking how to build pdb_tdbsam... static
checking how to build rpc_lsa... static
checking how to build rpc_reg... static
checking how to build rpc_lsa_ds... static
checking how to build rpc_wks... static
checking how to build rpc_svcctl... static
checking how to build rpc_ntsvcs... static
checking how to build rpc_net... static
checking how to build rpc_netdfs... static
checking how to build rpc_srv... static
checking how to build rpc_spoolss... static
checking how to build rpc_eventlog... static
checking how to build rpc_samr... static
checking how to build rpc_echo... not
checking how to build idmap_ldap... not
checking how to build idmap_tdb... static
checking how to build idmap_rid... not
checking how to build idmap_ad... not
checking how to build charset_weird... not
checking how to build charset_CP850... shared
checking how to build charset_CP437... shared
checking how to build charset_macosxfs... not
checking how to build auth_sam... static
checking how to build auth_unix... static
checking how to build auth_winbind... static
checking how to build auth_server... static
checking how to build auth_domain... static
checking how to build auth_builtin... static
checking how to build auth_script... shared
checking how to build vfs_recycle... shared
checking how to build vfs_audit... shared
checking how to build vfs_extd_audit... shared
checking how to build vfs_full_audit... shared
checking how to build vfs_netatalk... shared
checking how to build vfs_fake_perms... shared
checking how to build vfs_default_quota... shared
checking how to build vfs_readonly... shared
checking how to build vfs_cap... shared
checking how to build vfs_expand_msdfs... shared
checking how to build vfs_shadow_copy... shared
checking how to build vfs_afsacl... not
checking how to build vfs_catia... not
Using libraries:
LIBS = -lcrypt -lresolv -lresolv -lnsl -ldl
AUTH_LIBS = -lcrypt
checking configure summary... configure: creating ./config.status
config.status: creating include/stamp-h
config.status: creating Makefile
config.status: creating script/findsmb
config.status: creating smbadduser
config.status: creating script/gen-8bit-gap.sh
config.status: creating script/installbin.sh
config.status: creating script/uninstallbin.sh
config.status: creating include/config.h
make[1]: Betrete Verzeichnis '/home/y/oldmake/tuxbox-cvs/cdk/samba-3.0.23d/source'
Using FLAGS = -O -D_SAMBA_BUILD_ -I/home/y/oldmake/tuxbox-cvs/cdk/samba-3.0.23d/source/popt -I/home/y/oldmake/tuxbox-cvs/cdk/samba-3.0.23d/source/iniparser/src -Iinclude -I/home/y/oldmake/tuxbox-cvs/cdk/samba-3.0.23d/source/include -I/home/y/oldmake/tuxbox-cvs/cdk/samba-3.0.23d/source/tdb -I. -DHAVE_CONFIG_H -I/home/y/oldmake/tuxbox-cvs/cdk/samba-3.0.23d/source -D_SAMBA_BUILD_
LIBS = -lcrypt -lresolv -lresolv -lnsl -ldl
LDSHFLAGS = -shared -Wl,-Bsymbolic
LDFLAGS =
PIE_CFLAGS =
PIE_LDFLAGS =
Generating smbd/build_options.c
das ganze "bau"log wollte ich nicht posten - habe es aber da. Notfalls schieb ichs temporär mal ins ULC
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Beitrag von mb405 »

also hier siehts gut aus

Code: Alles auswählen

...
SAMBA VERSION: 3.0.23d
checking for powerpc-tuxbox-linux-gnu-gcc... powerpc-tuxbox-linux-gnu-gcc
...
Tommy
Tuxboxer
Tuxboxer
Beiträge: 4332
Registriert: Dienstag 7. Mai 2002, 17:04

Beitrag von Tommy »

mhhh - ich weiß nicht an welcher schraube ich drehen soll :cry:
---------------------------
Alle weiteren Infos findest Du im WIKI
Bitte vor dem posten Boardregeln lesen und verstehen!
Wie erstelle ich ein Bootlog? Wo finde ich die FAQ?
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Beitrag von mb405 »

nach meinen diff gehts wunderbar, nur will der ne andere lib.

libresolv.so.2
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Re: Samba Download wo?

Beitrag von mb405 »

hochkram
flasher
Developer
Beiträge: 467
Registriert: Dienstag 15. Juli 2003, 10:58

Re: Samba Download wo?

Beitrag von flasher »

Hi

Ich hatte das jetzt mal mit newmake versucht.
Compilen funktioniert wunderbar. Es gibt allerdings nur ein Problem.

nmbd läuft und smbd schmiert kurz nach dem Start ab.
smbd version 3.0.23d started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2008/03/18 23:11:29, 0] printing/pcap.c:pcap_cache_reload(159)
Unable to open printcap file /etc/printcap for read!
[2008/03/18 23:11:29, 0] printing/pcap.c:pcap_cache_reload(159)
Unable to open printcap file /etc/printcap for read!
[2008/03/18 23:11:29, 0] passdb/secrets.c:secrets_init(67)
Failed to open /etc/samba/private/secrets.tdb
[2008/03/18 23:11:29, 0] passdb/secrets.c:secrets_init(67)
Failed to open /etc/samba/private/secrets.tdb
[2008/03/18 23:11:29, 0] smbd/server.c:main(928)
ERROR: smbd can not open secrets.tdb
Jetzt bin ich doch etwas verwundert. secrets.tdb ist doch bei LDAP nötig. LDAP ist aber per Configure ausgeschaltet.
Irgendjemand eine Idee wo der Fehler liegen könnte?
Ich überlege gerade ob es reichen würde in /etc/samba den Ordner private anzulegen bzw. einen Link auf /var/etc/samba/private zu setzen.
/etc ist ja wegen squashfs RO.

Code: Alles auswählen

if TARGETRULESET_FLASH
flash-sambaserver3: $(flashprefix)/root/sbin/smbd

$(flashprefix)/root/sbin/smbd: bootstrap @DEPENDS_samba3@ | $(flashprefix)/root
	@PREPARE_samba3@
	cd @DIR_samba3@ && \
		cd source && \
			$(BUILDENV) \
			./autogen.sh && \
			./configure \
			--build=$(build) \
			--host=$(target) \
			--prefix=$(flashprefix) \
			samba_cv_struct_timespec=yes \
			samba_cv_HAVE_GETTIMEOFDAY_TZ=yes \
			samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes \
			--disable-pie \
			--disable-cups \
			--without-ldap \
			--without-ads \
			--without-sys-quotas \
			--without-sendfile-support \
			--with-smbmount \
			--with-configdir=/etc/samba \
			--with-privatedir=/etc/samba/private \
			--with-lockdir=/var/lock \
			--with-piddir=/var/run \
			--with-logfilebase=/var/log \
			--with-libdir=/lib \
			--with-mandir=/man \
			--with-swatdir=/var/samba/swat && \
		$(MAKE) && \
		cd bin && \
	(for i in smbd nmbd smbpasswd smbmount smbmnt; do \
		cp $$i $(flashprefix)/root/bin; \
	done)
 
	@CLEANUP_samba3@
#	touch $@

endif
Gruß
flasher
Developer
Beiträge: 467
Registriert: Dienstag 15. Juli 2003, 10:58

Re:

Beitrag von flasher »

Houdini hat geschrieben: Es funktioniert aber noch nicht, da sambas configure sich noch weigert LFS zu aktivieren
Hat sich dahingehend schon etwas getan?
Ich habe auch erfolgreich den Samba compiled. Er läuft auch mittlerweile nur bei >2GB ist Schluss.

Gruß
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Re: Samba Download wo?

Beitrag von mb405 »

der geht schon, nur die ganzen deamons sind so dermasen groß, das ichs gelassen hab da weiterzumachen.
muss man halt dateien splitten.
flasher
Developer
Beiträge: 467
Registriert: Dienstag 15. Juli 2003, 10:58

Re: Samba Download wo?

Beitrag von flasher »

Hi

Naja, die Grösse des Samba sollte doch eher zweitrangig sein.
Der kommt doch eh auf die Platte. Was will man auch mit einem Samba wenn man keine HDD hat.

Mich würde es dennoch interessieren wie ich dem Samba beibringen kann mehr als 2 oder sogar mehr als 4GB zu verwalten.
Ich hatte bisher nämlich auch noch keinen Erfolg bei der Suche nach einer fertigen Binary gehabt.
Einen Samba der 4GB kann, habe ich gefunden, halte ich z.B. nicht umbedingt für einen Erfolg.

Gibt es denn irgendwelche Ansätze?

Gruß
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Re: Samba Download wo?

Beitrag von mb405 »

vielleicht gleich mal auf samba4 warten ?
http://us3.samba.org/samba/
flasher
Developer
Beiträge: 467
Registriert: Dienstag 15. Juli 2003, 10:58

Re: Samba Download wo?

Beitrag von flasher »

mb405 hat geschrieben:vielleicht gleich mal auf samba4 warten ?
http://us3.samba.org/samba/
Wieso? Kann der dann auf Wundersameweise >2GB?
Der 3er sollte das doch auch können.

Naja, beenden wir das hier einfach fürs erste. Vieleicht sehe ich ja doch bald den Wald wenn ich die ganzen Bäume abgesegt habe :roll:

Gruß
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Re: Samba Download wo?

Beitrag von Houdini »

das war mein letztes diff:
http://home.arcor.de/houdini/dbox/samba ... 0.25a.diff
und das war mal mein letzter configure:

Code: Alles auswählen

$(DEPDIR)/samba3: bootstrap Archive/samba-3.0.25a.tar.bz2 Patches/samba-3.0.25a.diff
	( rm -rf samba-3.0.25a|| /bin/true ) && bunzip2 -cd Archive/samba-3.0.25a.tar.bz2 | TAPE=- tar -x && ( cd samba-3.0.25a; patch -p1 < ../Patches/samba-3.0.25a.diff )
	cd samba-3.0.25a && \
		cd source && \
		$(BUILDENV) \
		./autogen.sh && \
		./configure \
			--build=$(build) \
			--host=$(target) \
			--prefix=$(targetprefix) \
			samba_cv_struct_timespec=yes \
			samba_cv_LINUX_LFS_SUPPORT=yes \
			samba_cv_HAVE_GETTIMEOFDAY_TZ=yes \
			samba_cv_USE_SETEUID=yes \
			samba_cv_HAVE_IFACE_IFCONF=yes \
			samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes \
			samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes \
			SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \
			--disable-pie \
			--disable-cups \
			--without-ldap \
			--without-ads \
			--without-sys-quotas \
			--without-sendfile \
			--without-winbind \
			--with-sendfile-support=no \
			--with-smbmount \
			--with-included-popt \
			--with-libsmbclient \
			--with-configdir=/etc/samba \
			--with-privatedir=/etc/samba/private \
			--with-lockdir=/var/lock \
			--with-piddir=/var/run \
			--with-logfilebase=/var/log \
			--with-libdir=/lib \
			--with-mandir=/man \
			--with-swatdir=${datadir}/swat && \
			$(MAKE) include/proto.h \
				bin/smbmount \
				bin/smbmnt \
				bin/smbd \
				bin/nmbd \
				bin/smbpasswd && \
			cd bin && \
			(for i in smbd nmbd smbmount smbmnt smbpasswd; do \
				cp $$i $(targetprefix)/bin; \
			done)
	rm -rf samba-3.0.25a
	touch $@ 
flasher
Developer
Beiträge: 467
Registriert: Dienstag 15. Juli 2003, 10:58

Re: Samba Download wo?

Beitrag von flasher »

Danke

Bevor ich aber jetzt los compile direkt die wichtige Frage.
Kommt da ein Binary raus das >4GB Dateien verwalten kann?

Gruß
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Re: Samba Download wo?

Beitrag von Houdini »

dazu hatte ich soweit ich mich erinnere nie eine konkrete Antwort bekommen
flasher
Developer
Beiträge: 467
Registriert: Dienstag 15. Juli 2003, 10:58

Re: Samba Download wo?

Beitrag von flasher »

Ok, dann bekommst Du die von mir wenn ich soweit bin.

Gruß
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Re: Samba Download wo?

Beitrag von mb405 »

das diff passt bis version 3.0.28.
danke
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Re: Samba Download wo?

Beitrag von mb405 »

nun müsste noch die 3.1.0 noch gehen, dann ist das schon perfekt
flasher
Developer
Beiträge: 467
Registriert: Dienstag 15. Juli 2003, 10:58

Re: Samba Download wo?

Beitrag von flasher »

Hi

Naja perfekt würde ich das nicht nennen.

Das Ding läuft jetzt bei mir soweit. Ergebnis:

Datei 2.9GB wird korrekt angezeigt.
Datei 4.7GB wird nur mit 696MB angezeigt.

Ich habe jetzt auch versucht die "696MB" Datei zu kopieren (echt 4.7GB) in der Hoffnung, dass nur die Grössenangabe nicht stimmt.
Wie zu erwarten war, wird das kopieren bei erreichten 696MB auch beendet.
Übrigens selbst der TuxBox Commander zeigt nur 696MB an...
Da ich die Datei aber manuell rüberkopiert habe (CDK Boot) weiss ich, dass die Datei wirklich 4.7GB gross ist.

Hier mal zwei Bilder:
Als Sambashare
Bild

Direkt lokal...
Bild

Also bis 4GB geht das ganze schon. Jetzt müsste der Samba auch >4GB können...

Wegen der TuxBox Commander Sache mal hier ein Auschnitt aus der Console:

# ls -al
ls: ./AA282FullInstaller.exe: Value too large for defined data type
drwxr-xr-x 10 1000 1000 4096 Apr 8 2008 .
drwxr-xr-x 19 1000 1000 4096 Apr 8 2008 ..
drwxr-xr-x 2 1000 1000 4096 Apr 8 2008 bin
drwxr-xr-x 2 1000 1000 4096 Apr 8 2008 etc
drwxr-xr-x 3 1000 1000 4096 Apr 8 2008 lib
drwxr-xr-x 4 root root 4096 Apr 8 2008 lock
drwxr-xr-x 3 root root 4096 Apr 8 2008 log
drwxr-xr-x 2 1000 1000 4096 Apr 8 2008 plugins
-rwxrwx--- 1 1000 1000 729808896 Nov 14 2007 rld-nfps.iso
drwxr-xr-x 3 1000 1000 4096 Apr 8 2008 run
drwxr-xr-x 5 1000 1000 4096 Apr 8 2008 tuxbox

Sehr zu beachten was ich da Fett hervorgehoben habe.
Obwohl diese Datei mit 2.89GB im TuxBox Commander richtig angezeigt wird erscheint diese aber nicht auf der Console.

Das System ist natürlich per NFS eingebunden:

# mount
rootfs on / type rootfs (rw)
/dev/root on / type nfs (rw,v2,rsize=4096,wsize=4096,hard,udp,nolock,addr=192.168.19.10)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
tmpfs on /tmp type tmpfs (rw

Hier stört mich etwas die v2...

Gruß
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Re: Samba Download wo?

Beitrag von Houdini »

das könnte aber auch an der busybox (ls) liegen oder an der libc (auch mit lfs übersetzt?)
flasher
Developer
Beiträge: 467
Registriert: Dienstag 15. Juli 2003, 10:58

Re: Samba Download wo?

Beitrag von flasher »

Hi

And der BB bzw. LIBC habe ich nichts gemacht.
Ok, kann also daher rühren.

Wichtig ist ja eigentlich der Samba. Dahingehend werde ich mal weiter Werte schieben und Zeilen löschen.
Das muss ja irgendwie gehen.

Gruß