Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 847205 - mail-filter/zdkimfilter-2.2 fails to compile: ld: myadsp.c:(.text+0x40e): undefined reference to ns_get16
Summary: mail-filter/zdkimfilter-2.2 fails to compile: ld: myadsp.c:(.text+0x40e): und...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-24 06:22 UTC by Agostino Sarubbo
Modified: 2023-02-04 13:50 UTC (History)
0 users

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


Attachments
build.log (build.log,69.78 KB, text/plain)
2022-05-24 06:22 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-05-24 06:22:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: mail-filter/zdkimfilter-2.2 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-24 06:22:36 UTC
Created attachment 780503 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-24 06:22:38 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: myadsp.c:(.text+0x40e): undefined reference to `ns_get16'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: myadsp.c:(.text+0x467): undefined reference to `ns_get16'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: myadsp.c:(.text+0x473): undefined reference to `ns_get16'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: myadsp.c:(.text+0x481): undefined reference to `ns_get16'
myadsp.c:(.text+0x3fc): undefined reference to `ns_get16'
collect2: error: ld returned 1 exit status
Comment 3 Larry the Git Cow gentoo-dev 2023-02-04 13:50:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010f5ff4fb5630e2415171199fe0d5ca0e9385d9

commit 010f5ff4fb5630e2415171199fe0d5ca0e9385d9
Author:     Hanno Böck <hanno@gentoo.org>
AuthorDate: 2023-02-04 13:49:31 +0000
Commit:     Hanno Böck <hanno@gentoo.org>
CommitDate: 2023-02-04 13:49:45 +0000

    mail-filter/zdkimfilter: add 3.13
    
    No longer uses opendkim, needs gnutls.
    
    Closes: https://bugs.gentoo.org/847205
    Signed-off-by: Hanno Böck <hanno@gentoo.org>

 mail-filter/zdkimfilter/Manifest                |  1 +
 mail-filter/zdkimfilter/zdkimfilter-3.13.ebuild | 34 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+)