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

Bug 608916

Summary: mail-filter/opendmarc-1.3.1 : opendmarc_dns.c:319:13: error: 'answerlen' undeclared (first use in this function)
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Fabian Groffen <grobian>
Status: RESOLVED UPSTREAM    
Severity: normal CC: net-mail+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
config.log
emerge-history.txt
environment
etc.portage.tbz2
mail-filter:opendmarc-1.3.1:20170211-022117.log

Description Toralf Förster gentoo-dev 2017-02-11 10:19:06 UTC
This is an unstable amd64 chroot image (named 13.0-no-multilib-unstable_20170203-153432) at a hardened host acting as a tinderbox.
  -----------------------------------------------------------------

In file included from opendmarc_internal.h:76:0,
                 from opendmarc_dns.c:15:
opendmarc_dns.c:319:13: error: 'answerlen' undeclared (first use in this function)
    GETSHORT(answerlen, cur_ptr);
             ^
opendmarc_dns.c:319:13: note: each undeclared identifier is reported only once for each function it appears in

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *
llvm-config --version:
3.9.1

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
Comment 1 Toralf Förster gentoo-dev 2017-02-11 10:19:09 UTC
Created attachment 463216 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-02-11 10:19:12 UTC
Created attachment 463218 [details]
config.log
Comment 3 Toralf Förster gentoo-dev 2017-02-11 10:19:15 UTC
Created attachment 463220 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-02-11 10:19:18 UTC
Created attachment 463222 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-02-11 10:19:21 UTC
Created attachment 463224 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-02-11 10:19:25 UTC
Created attachment 463226 [details]
mail-filter:opendmarc-1.3.1:20170211-022117.log
Comment 7 Fabian Groffen gentoo-dev 2017-03-29 07:40:19 UTC
this particular bit of code has vanished from 1.3.2, please test if that version still exhibits this version.