Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 820212 - [guru] dev-cpp/trantor-1.5.2 fails to compile
Summary: [guru] dev-cpp/trantor-1.5.2 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: tastytea
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-25 14:01 UTC by Agostino Sarubbo
Modified: 2021-10-27 06:17 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,76.85 KB, text/plain)
2021-10-25 14:01 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 2021-10-25 14:01:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/trantor-1.5.2 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Comment 1 Agostino Sarubbo gentoo-dev 2021-10-25 14:01:36 UTC
Created attachment 746625 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-10-25 14:01:37 UTC
Possible context of error(s):

-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
DnsTest.cc:(.text.startup+0x3a): undefined reference to `trantor::Resolver::newResolver(trantor::EventLoop*, unsigned long)'
collect2: error: ld returned 1 exit status
Comment 3 Agostino Sarubbo gentoo-dev 2021-10-25 14:03:34 UTC
unless I'm mistaken it is compiling test stuff in src_compile.

It passes without FEATURES="test" but it is not failing in test phase.
Comment 4 Larry the Git Cow gentoo-dev 2021-10-27 06:17:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c4239df1c58dfbea05ec9e70afbc2f6e04771a5

commit 9c4239df1c58dfbea05ec9e70afbc2f6e04771a5
Author:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
AuthorDate: 2021-10-25 17:15:48 +0000
Commit:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
CommitDate: 2021-10-25 17:16:49 +0000

    dev-cpp/trantor: Skip adns test when USE="-adns".
    
    Closes: https://bugs.gentoo.org/820212
    Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>

 .../trantor/files/trantor-1.5.2_skip-dnstest.patch | 45 ++++++++++++++++++++++
 dev-cpp/trantor/trantor-1.5.2.ebuild               |  2 +
 2 files changed, 47 insertions(+)