Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 785244 - dev-cpp/gconfmm-2.28.3-r1 - /.../type_traits: error: template with C linkage
Summary: dev-cpp/gconfmm-2.28.3-r1 - /.../type_traits: error: template with C linkage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glib-2.68
  Show dependency tree
 
Reported: 2021-04-23 14:54 UTC by Toralf Förster
Modified: 2021-04-27 02:06 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.48 KB, text/plain)
2021-04-23 14:54 UTC, Toralf Förster
Details
dev-cpp:gconfmm-2.28.3-r1:20210422-215930.log (dev-cpp:gconfmm-2.28.3-r1:20210422-215930.log,366.37 KB, text/plain)
2021-04-23 14:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,255.76 KB, text/plain)
2021-04-23 14:55 UTC, Toralf Förster
Details
environment (environment,125.01 KB, text/plain)
2021-04-23 14:55 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,15.78 KB, application/x-bzip)
2021-04-23 14:55 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,8.70 KB, application/x-bzip)
2021-04-23 14:55 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,36.93 KB, application/x-bzip)
2021-04-23 14:55 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 2021-04-23 14:54:57 UTC
                 from ../gconfmm/callback.h:27,
                 from callback.cc:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include/g++-v10/type_traits:56:3: error: template with C linkage
   56 |   template<typename _Tp, _Tp __v>
      |   ^~~~~~~~
In file included from callback.cc:22:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-20210415-101632

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.3.1
 [3] x86_64-pc-linux-gnu-10.3.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.51.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.18.0 [icedtea-8]
2)	JamVM JDK 2.0.0 [jamvm]
*)	AdoptOpenJDK 8.282_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   jamvm 
  [3]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu Apr 22 21:35:13 UTC 2021

emerge -qpvO dev-cpp/gconfmm
[ebuild  N    ] dev-cpp/gconfmm-2.28.3-r1  USE="-doc"
Comment 1 Toralf Förster gentoo-dev 2021-04-23 14:54:58 UTC
Created attachment 701976 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-23 14:54:59 UTC
Created attachment 701979 [details]
dev-cpp:gconfmm-2.28.3-r1:20210422-215930.log
Comment 3 Toralf Förster gentoo-dev 2021-04-23 14:55:01 UTC
Created attachment 701982 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-04-23 14:55:03 UTC
Created attachment 701985 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-04-23 14:55:04 UTC
Created attachment 701988 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-04-23 14:55:05 UTC
Created attachment 701991 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-04-23 14:55:06 UTC
Created attachment 701994 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2021-04-27 02:06:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240d0c9699477f1c3871a47da4be620f696b4dc7

commit 240d0c9699477f1c3871a47da4be620f696b4dc7
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2021-04-27 02:03:14 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-04-27 02:06:33 +0000

    dev-cpp/gconfmm: Fix build with glib-2.68
    
    Also port to EAPI=7 and drop IUSE=doc.
    
    Closes: https://bugs.gentoo.org/785244
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 .../gconfmm-2.28.3-no-extern-c-glib-includes.patch | 44 ++++++++++++++++++++++
 dev-cpp/gconfmm/gconfmm-2.28.3-r1.ebuild           | 30 ++++++---------
 2 files changed, 55 insertions(+), 19 deletions(-)