Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 683894 - games-fps/eduke32-20190406.7490 - In file included from source/build/include/kplib.h:9, from source/tools/src/kextract.cpp:9: source/build/include/vfs.h:160:1: error: template with C linkage
Summary: games-fps/eduke32-20190406.7490 - In file included from source/build/include/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks:
 
Reported: 2019-04-20 10:32 UTC by Felix J. Ogris
Modified: 2019-04-22 22:00 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,215.74 KB, text/plain)
2019-04-20 10:32 UTC, Felix J. Ogris
Details
output of "emerge --info" (emerge.info.txt,7.25 KB, text/plain)
2019-04-20 10:32 UTC, Felix J. Ogris
Details
suggested patch (eduke32_20190406-7490-tools.patch,1.50 KB, patch)
2019-04-20 10:33 UTC, Felix J. Ogris
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Felix J. Ogris 2019-04-20 10:32:16 UTC
Created attachment 573474 [details]
build.log

utils like wad2map do not compile due to C++ template being used with extern "C", and due to missing Bfilelength()

build.log, output of emerge --info, and suggested patch attached

N.B. latest eduke32_src_20190419-7615 fixed the C++ template issue, but not the undeclared filelength() usage; reporting to upstream as well
Comment 1 Felix J. Ogris 2019-04-20 10:32:44 UTC
Created attachment 573476 [details]
output of "emerge --info"
Comment 2 Felix J. Ogris 2019-04-20 10:33:06 UTC
Created attachment 573478 [details, diff]
suggested patch
Comment 3 Conrad Kostecki gentoo-dev 2019-04-20 13:12:34 UTC
Thank you for your report. Instead of patching, I will bump directly to 20190419-7615. I also fixed the filelength() build failure.
Comment 4 Larry the Git Cow gentoo-dev 2019-04-22 22:00:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765c9019087891ab1663c2b4f4845b7f4c078c51

commit 765c9019087891ab1663c2b4f4845b7f4c078c51
Author:     Conrad Kostecki <conrad@kostecki.com>
AuthorDate: 2019-04-20 13:19:17 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2019-04-22 22:00:45 +0000

    games-fps/eduke32: bump to version 20190419.7615
    
    Closes: https://bugs.gentoo.org/683894
    Package-Manager: Portage-2.3.64, Repoman-2.3.12
    Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
    Closes: https://github.com/gentoo/gentoo/pull/11757
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 games-fps/eduke32/Manifest                         |   1 +
 games-fps/eduke32/eduke32-20190419.7615.ebuild     | 247 +++++++++++++++++++++
 .../eduke32-20190419.7615-wad2map-buildfix.patch   |  19 ++
 3 files changed, 267 insertions(+)