Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608916 - mail-filter/opendmarc-1.3.1 : opendmarc_dns.c:319:13: error: 'answerlen' undeclared (first use in this function)
Summary: mail-filter/opendmarc-1.3.1 : opendmarc_dns.c:319:13: error: 'answerlen' unde...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-11 10:19 UTC by Toralf Förster
Modified: 2017-03-29 07:40 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.49 KB, text/plain)
2017-02-11 10:19 UTC, Toralf Förster
Details
config.log (config.log,103.12 KB, text/plain)
2017-02-11 10:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,290.91 KB, text/plain)
2017-02-11 10:19 UTC, Toralf Förster
Details
environment (environment,24.00 KB, text/plain)
2017-02-11 10:19 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,22.14 KB, application/x-bzip)
2017-02-11 10:19 UTC, Toralf Förster
Details
mail-filter:opendmarc-1.3.1:20170211-022117.log (mail-filter:opendmarc-1.3.1:20170211-022117.log,18.95 KB, text/plain)
2017-02-11 10:19 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 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.