Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637960 - net-fs/samba-4.5.10-r1: fails to compile ../source4/include/includes.h:54:20: fatal error: talloc.h: No such file or directory
Summary: net-fs/samba-4.5.10-r1: fails to compile ../source4/include/includes.h:54:20:...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-17 19:31 UTC by Austin English (RETIRED)
Modified: 2022-07-02 16:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Austin English (RETIRED) gentoo-dev 2017-11-17 19:31:53 UTC
13:12:45 runner x86_64-pc-linux-gnu-gcc -m32 -O2 -g -pipe -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_interfaces_MODULES=NULL -DSTATIC_interfaces_MODULES_PROTO=extern void __interfaces_dummy_module_proto(void) -MD -I/usr/include/et -Idefault/lib/socket -I../lib/socket -Idefault/include/public -I../include/public -Idefault/source4 -I../source4 -Idefault/lib -I../lib -Idefault/source4/lib -I../source4/lib -Idefault/source4/include -I../source4/include -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -Idefault -I.. -Idefault/lib/util/charset -I../lib/util/charset -Idefault/lib/crypto -I../lib/crypto -Idefault/dynconfig -I../dynconfig -I/usr/local/include -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 ../lib/socket/interfaces.c -c -o default/lib/socket/interfaces_1.o
In file included from ../lib/socket/interfaces.c:23:0:
../source4/include/includes.h:54:20: fatal error: talloc.h: No such file or directory
compilation terminated.
Waf: Leaving directory `/var/tmp/portage/net-fs/samba-4.5.10-r1/work/samba-4.5.10-abi_x86_32.x86/bin'
Build failed:  -> task failed (err #1): 
	{task: cc interfaces.c -> interfaces_1.o}

austin2 ~ # equery u samba
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for net-fs/samba-4.5.10-r1:
 U I
 - + acl                      : Add support for Access Control Lists
 - - addc                     : Enable Active Directory Domain Controller support
 - - addns                    : Enable AD DNS integration
 - - ads                      : Enable Active Directory support
 + - client                   : Enables the client part
 - - cluster                  : Enable support for clustering
 - + cups                     : Add support for CUPS (Common Unix Printing System)
 - - dmapi                    : Enable support for DMAPI. This currently works only in combination with XFS.
 - - fam                      : Enable FAM (File Alteration Monitor) support
 - - gnutls                   : Add support for net-libs/gnutls (TLS 1.0 and SSL 3.0 support)
 - - gpg                      : Use app-crypt/gpgme for AD DC
 - - iprint                   : Enabling iPrint technology by Novell
 - - ldap                     : Add LDAP support (Lightweight Directory Access Protocol)
 + + pam                      : Add support for PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip
 + + python_targets_python2_7 : Build with Python 2.7
 - - quota                    : Enables support for user quotas
 - - syslog                   : Enable support for syslog
 + - system-mitkrb5           : Use app-crypt/mit-krb5 instead of app-crypt/heimdal.
 - - systemd                  : Enable use of systemd-specific libraries and features like socket activation or session tracking
 - - test                     : Workaround to pull in packages needed to run with FEATURES=test. Portage-2.1.2 handles this internally, so don't set it in make.conf/package.use anymore
 + - winbind                  : Enables support for the winbind auth daemon
 - - zeroconf                 : Support for DNS Service Discovery (DNS-SD)

austin2 ~ # gcc --version
gcc (Gentoo 5.4.0-r3 p1.7, pie-0.6.5) 5.4.0
Comment 1 Austin English (RETIRED) gentoo-dev 2017-11-17 19:41:03 UTC
note: using MAKEOPTS=-j1 doesn't help, so it's no a parallel issue.