Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612018 - net-fs/cifs-utils-6.7[-ads] data_blob.h:26:20: fatal error: talloc.h: No such file or directory
Summary: net-fs/cifs-utils-6.7[-ads] data_blob.h:26:20: fatal error: talloc.h: No such...
Status: RESOLVED FIXED
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-03-08 00:12 UTC by Mike Gilbert
Modified: 2017-08-09 18:51 UTC (History)
4 users (show)

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


Attachments
build log (net-fs:cifs-utils-6.7:20170307-143005.log,12.82 KB, text/x-log)
2017-03-08 00:12 UTC, Mike Gilbert
Details
Remove dependency on talloc.h (cifs-utils-6.7-talloc.h.patch,811 bytes, patch)
2017-04-02 05:49 UTC, jonathan.n.boeing
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2017-03-08 00:12:37 UTC
Created attachment 466302 [details]
build log

In file included from mount.cifs.c:64:0:
data_blob.h:26:20: fatal error: talloc.h: No such file or directory
compilation terminated.
make[2]: *** [Makefile:786: mount.cifs.o] Error 1

% emerge -pv1O cifs-utils

These are the packages that would be merged, in order:

[ebuild   R    ] net-fs/cifs-utils-6.7::gentoo  USE="caps caps-ng pam -acl -ads -creds" 0 KiB
Comment 1 Mike Gilbert gentoo-dev 2017-03-08 00:13:08 UTC
Installing sys-libs/talloc resolves the issue.
Comment 2 jonathan.n.boeing 2017-04-02 05:48:07 UTC
Upstream removed the dependency on talloc.h, which fixed the issue for me.

https://git.samba.org/?p=cifs-utils.git;a=commitdiff;h=272d523a57a4e8791d625a479128613be5e401f5
Comment 3 jonathan.n.boeing 2017-04-02 05:49:28 UTC
Created attachment 468942 [details, diff]
Remove dependency on talloc.h
Comment 4 Austin English (RETIRED) gentoo-dev 2017-08-09 18:51:34 UTC
Fixed by https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fd27bd179c57ee98732718805eeb11df55b16c

Thanks for pointing out the patch Jonathan