From owner-freebsd-stable Tue Jun 26 7:50:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail10.bigmailbox.com (mail10.bigmailbox.com [209.132.220.41]) by hub.freebsd.org (Postfix) with ESMTP id C8F9637B406 for ; Tue, 26 Jun 2001 07:50:23 -0700 (PDT) (envelope-from mujahidin@egypt.net) Received: œby mail10.bigmailbox.com (8.8.7/8.8.7) id HAA04036; Tue, 26 Jun 2001 07:50:23 -0700 Date: Tue, 26 Jun 2001 07:50:23 -0700 Message-Id: <200106261450.HAA04036@mail10.bigmailbox.com> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary X-Mailer: MIME-tools 4.104 (Entity 4.116) Mime-Version: 1.0 X-Originating-Ip: [212.116.158.36] From: "Cheffo Izroda" To: stable@freebsd.org Subject: smbfs Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I try to install smbfs from ports but this error appear : >> smbfs-1.4.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.butya.kz/pub/smbfs/. fetch: smbfs-1.4.1.tar.gz: Operation timed out >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: smbfs-1.4.1.tar.gz: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop in /share/ports/net/smbfs. *** Error code 1 Then I tray to download manually but in ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/deistfiles/ exist only smbfst-1.3.4.tar.gz OK let's install old version but when I try to do it : root#make ===> kernel/modules ===> kernel/modules/dummy ===> kernel/modules/smbfs2 Warning: Object directory not changed from original /share/cheffo/smbfs-1.3.4/ke rnel/modules/smbfs2 cc -O -pipe -march=pentiumpro -I/share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/ ../../ -I/usr/src/sys -DSMB_CRYPTO -I/share/cheffo/smbfs-1.3.4/kernel/modules/s mbfs2/../../mysys -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-p rototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-e xtensions -ansi -DKLD_MODULE -nostdinc -I- -I/share/cheffo/smbfs-1.3.4/kernel/mo dules/smbfs2/../../ -I/usr/src/sys -I/share/cheffo/smbfs-1.3.4/kernel/modules/sm bfs2/../../mysys -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c /share/ cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c : In function `iconv_xlat_lookup': /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :37: dereferencing pointer to incomplete type /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :38: dereferencing pointer to incomplete type /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :39: dereferencing pointer to incomplete type /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c : In function `iconv_xlat_register_table': /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :51: dereferencing pointer to incomplete type /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :51: dereferencing pointer to incomplete type /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :53: dereferencing pointer to incomplete type /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :53: dereferencing pointer to incomplete type /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :53: dereferencing pointer to incomplete type /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c : In function `iconv_xlat_unregister_table': /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :60: dereferencing pointer to incomplete type /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :60: dereferencing pointer to incomplete type /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :60: dereferencing pointer to incomplete type /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :60: dereferencing pointer to incomplete type /share/cheffo .... and so on and ends with: :238: dereferencing pointer to incomplete type /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2/../../mysys/libkern/iconv_xlat.c :238: dereferencing pointer to incomplete type *** Error code 1 Stop in /share/cheffo/smbfs-1.3.4/kernel/modules/smbfs2. *** Error code 1 Stop in /share/cheffo/smbfs-1.3.4/kernel/modules. *** Error code 1 Stop in /share/cheffo/smbfs-1.3.4. So must I to precompile my KERNEL with : options NETSMB options NETSMBCRYPTO options SMBFS or the problem is not here? Regards, Cheffo P.S. I Have FreeBSD 4.3 -stable (updated before a week) -= Cheffo =- ------------------------------------------------------------ ------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message