Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 651278 - net-analyzer/netsniff-ng-0.6.1 : built_in.h:69:19: error: inlining failed in call to always_inline _builtin_memset : function body not available
Summary: net-analyzer/netsniff-ng-0.6.1 : built_in.h:69:19: error: inlining failed in ...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2019-04-16
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2018-03-23 17:12 UTC by Toralf Förster
Modified: 2019-04-16 07:40 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.92 KB, text/plain)
2018-03-23 17:12 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,263.63 KB, text/plain)
2018-03-23 17:12 UTC, Toralf Förster
Details
environment (environment,73.97 KB, text/plain)
2018-03-23 17:12 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.32 KB, application/x-bzip)
2018-03-23 17:12 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,141 bytes, application/x-bzip)
2018-03-23 17:12 UTC, Toralf Förster
Details
net-analyzer:netsniff-ng-0.6.1:20180322-231240.log (net-analyzer:netsniff-ng-0.6.1:20180322-231240.log,26.72 KB, text/plain)
2018-03-23 17:12 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.45 KB, application/x-bzip)
2018-03-23 17:12 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-03-23 17:12:19 UTC
                 from proto_ipv4.c:8:
/usr/include/bits/string_fortified.h: In function ‘ipv4’:
built_in.h:69:19: error: inlining failed in call to always_inline ‘__builtin_memset’: function body not available
 # define fmemset  __builtin_memset
                   ^
In file included from /usr/include/string.h:494:0,

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_libressl_20180316-111301

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems)
  [2]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:


emerge -qpv net-analyzer/netsniff-ng
[ebuild  N    ] net-analyzer/netsniff-ng-0.6.1 

!!! The following installed packages are masked:
- dev-python/async-0.6.2::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
# No reverse deps, not working properly with python3 (#646718). Removal in a
# month.

- dev-php/PEAR-I18Nv2-0.11.4-r3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Brian Evans <grknight@gentoo.org (20 Mar 2018)
# These PEAR packages are unmaintained upstream and
# are difficult to test or have no tests.
# PHP team no longer wants to maintain these for PHP7 and beyond
# Removal in 30 days. Bug 650988

- dev-php/PEAR-HTML_Select-1.3.1-r1::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Comment 1 Toralf Förster gentoo-dev 2018-03-23 17:12:21 UTC
Created attachment 525100 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-03-23 17:12:25 UTC
Created attachment 525102 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-03-23 17:12:28 UTC
Created attachment 525104 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-03-23 17:12:31 UTC
Created attachment 525106 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-03-23 17:12:33 UTC
Created attachment 525108 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-03-23 17:12:36 UTC
Created attachment 525110 [details]
net-analyzer:netsniff-ng-0.6.1:20180322-231240.log
Comment 7 Toralf Förster gentoo-dev 2018-03-23 17:12:39 UTC
Created attachment 525112 [details]
temp.tbz2
Comment 8 Sławomir Nizio 2018-10-28 21:09:43 UTC
The version is old; according to Debian changelog, the bug has been fixed in 0.6.4 (which is already not the newest one, please note when bumping). It's about this or a similar build problem.

I guess it's https://github.com/netsniff-ng/netsniff-ng/commit/f232545c215022de5be5e0b37e0c7130962cc5d0.
Comment 9 Sławomir Nizio 2018-10-28 21:29:43 UTC
Yeah, please bump, there's something else still:

proto_nlmsg.c:243:7: error: ‘GENL_ID_GENERATE’ undeclared (first use in this function)
  case GENL_ID_GENERATE: return "id gen";

(seemingly, didn't check, corrected in 88ec2ad, v0.6.3).
Comment 10 Sławomir Nizio 2018-10-28 21:40:38 UTC
The second issue has been fixed in 88ec2ad37cabb3d3b7ca0e8e5ea3d682c083618d (0.6.3).
Comment 11 Sławomir Nizio 2018-10-28 22:07:56 UTC
I had also this and similar:

/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/nacl/libnacl.a(crypto_scalarmult_curve25519_donna_c64-base.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC

switching to dev-libs/libsodium (seen in Debian, but I don't know their reason) helped (still on 0.6.1).
Comment 12 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-04-16 07:40:30 UTC
Package removed.