Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 59269

Summary: app-misc/mc-4.6.0-r9 fails with samba support
Product: Gentoo Linux Reporter: Patrizio Bassi <patrizio.bassi>
Component: New packagesAssignee: Heinrich Wendel (RETIRED) <lanius>
Status: VERIFIED DUPLICATE    
Severity: normal CC: g1gsw
Priority: High    
Version: 2004.1   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Patrizio Bassi 2004-08-03 07:47:18 UTC
i don't know if it's due to gcc 3.4.1 (which i use) but i really don't think so.

if gcc -DHAVE_CONFIG_H -I. -I. -I..   -I../intl -I../intl -I..  -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DCONFIGDIR=\""/etc/samba"\" -O3 -mtune=pentium2 -march=pentium2 -pipe -fomit-frame-pointer -Wall -MT cpio.o -MD -MP -MF ".deps/cpio.Tpo" \
  -c -o cpio.o `test -f 'cpio.c' || echo './'`cpio.c; \
then mv -f ".deps/cpio.Tpo" ".deps/cpio.Po"; \
else rm -f ".deps/cpio.Tpo"; exit 1; \
fi
In file included from smbfs.c:43:
smb/includes.h:422:20: gssapi.h: No such file or directory
In file included from smb/includes.h:763,
                 from smbfs.c:43:
smb/ads.h:215:1: warning: "ENCTYPE_ARCFOUR_HMAC" redefined
In file included from smb/includes.h:406,
                 from smbfs.c:43:
/usr/include/krb5.h:360:1: warning: this is the location of the previous definition
smbfs.c: In function `smbfs_loaddir':
smbfs.c:707: warning: passing arg 2 of `cli_RNetShareEnum' from incompatible pointer type
smbfs.c: In function `open_read':
smbfs.c:1799: warning: dereferencing type-punned pointer will break strict-aliasing rules
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -I../intl -I../intl -I..  -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DCONFIGDIR=\""/etc/samba"\" -O3 -mtune=pentium2 -march=pentium2 -pipe -fomit-frame-pointer -Wall -MT direntry.o -MD -MP -MF ".deps/direntry.Tpo" \
  -c -o direntry.o `test -f 'direntry.c' || echo './'`direntry.c; \
then mv -f ".deps/direntry.Tpo" ".deps/direntry.Po"; \
else rm -f ".deps/direntry.Tpo"; exit 1; \
fi
make[3]: *** [smbfs.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/mnt/Dati/Gentoo/tmp/portage/mc-4.6.0-r9/work/mc-4.6.0/vfs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/Dati/Gentoo/tmp/portage/mc-4.6.0-r9/work/mc-4.6.0/vfs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/Dati/Gentoo/tmp/portage/mc-4.6.0-r9/work/mc-4.6.0'
make: *** [all] Error 2



it doesn't found a .h file

i've samba 3.0.5 installed
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-08-03 11:48:13 UTC
configure seems to detect a feature called gssapi, do you know what this might be? what about locate gssapi.h?
Comment 2 Patrizio Bassi 2004-08-04 00:16:11 UTC
ls /usr/include/gssapi/ -l
totale 40
-rw-r--r--  1 root root  2052 21 giu 17:59 gssapi_generic.h
-rw-r--r--  1 root root 26301 21 giu 17:59 gssapi.h
-rw-r--r--  1 root root  4743 21 giu 17:59 gssapi_krb5.h


seems crypto kerberos related so.
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2004-08-18 03:02:08 UTC
try to remerge the kerberos things
Comment 4 Heinrich Wendel (RETIRED) gentoo-dev 2004-08-27 01:16:41 UTC

*** This bug has been marked as a duplicate of 61869 ***