Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 767862 - app-text/openjade does not build with clang++
Summary: app-text/openjade does not build with clang++
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: compiler-rt-tracker
  Show dependency tree
 
Reported: 2021-01-29 14:47 UTC by Paolo Pedroni
Modified: 2022-04-17 04:12 UTC (History)
1 user (show)

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


Attachments
openjade-1.3.2-r9:20210129-110124.log.gz (openjade-1.3.2-r9:20210129-110124.log.gz,6.33 KB, application/gzip)
2021-01-29 14:47 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2021-01-29 14:47:44 UTC
Created attachment 685116 [details]
openjade-1.3.2-r9:20210129-110124.log.gz

>>> Compiling source in /var/tmp/portage/app-text/openjade-1.3.2-r9/work/openjade-1.3.2 ...
make -j7 -l6 -j1 SHELL=/bin/bash 
make[1]: Entering directory '/var/tmp/portage/app-text/openjade-1.3.2-r9/work/openjade-1.3.2'
make[2]: Entering directory '/var/tmp/portage/app-text/openjade-1.3.2-r9/work/openjade-1.3.2/grove'
echo 'LT_OBJS='`echo Node.o LocNode.o|sed 's/\.o/.lo/g'` >Makefile.lt
make[2]: Leaving directory '/var/tmp/portage/app-text/openjade-1.3.2-r9/work/openjade-1.3.2/grove'
make[2]: Entering directory '/var/tmp/portage/app-text/openjade-1.3.2-r9/work/openjade-1.3.2/grove'
libtool: compile:  clang++ -O2 -pipe -frecord-gcc-switches -march=skylake -I. -I./../include -I/usr/include/OpenSP -I/usr/include/Op
enSP/.. -DPACKAGE_NAME=\"openjade\" -DPACKAGE_TARNAME=\"openjade\" -DPACKAGE_VERSION=\"1.3.2\" "-DPACKAGE_STRING=\"openjade 1.3.2\""
 -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSP_DEFINE_TEMPLATES=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAV
E_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_L
IMITS_H=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DSIZEOF_SIZE_T=8 -DSIZEOF_UNSIGNED_INT=4 -DSP_HAVE_LOCALE=1 -DSP_HAVE
_WCHAR=1 -DSP_HAVE_GETTEXT=1 -DSP_HAVE_BOOL=1 -DSP_ANSI_CLASS_INST=1 -DSP_HAVE_SOCKET=1 -DJADE_MIF=1 -DJADE_HTML=1 -DSP_MULTI_BYTE=1
 -DSGML_CATALOG_FILES_DEFAULT=\"/etc/sgml/catalog\" -DSGML_SEARCH_PATH_DEFAULT=\"/usr/share/sgml\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".l
ibs/\" -DDEFAULT_SCHEME_BUILTINS=\"/usr/share/sgml/openjade-1.3.2/builtins.dsl\" -c Node.cxx  -fPIC -DPIC -o .libs/Node.o
In file included from Node.cxx:8:
In file included from ./../include/config.h:10:
/usr/include/OpenSP/config.h:311:9: warning: 'PACKAGE_NAME' macro redefined [-Wmacro-redefined]
#define PACKAGE_NAME ""
        ^
<command line>:1:9: note: previous definition is here
#define PACKAGE_NAME "openjade"
        ^
In file included from Node.cxx:8:
In file included from ./../include/config.h:10:
/usr/include/OpenSP/config.h:314:9: warning: 'PACKAGE_STRING' macro redefined [-Wmacro-redefined]
#define PACKAGE_STRING ""
        ^
<command line>:4:9: note: previous definition is here
#define PACKAGE_STRING "openjade 1.3.2"
        ^
In file included from Node.cxx:8:
In file included from ./../include/config.h:10:
/usr/include/OpenSP/config.h:317:9: warning: 'PACKAGE_TARNAME' macro redefined [-Wmacro-redefined]
#define PACKAGE_TARNAME ""
        ^
<command line>:2:9: note: previous definition is here
#define PACKAGE_TARNAME "openjade"
        ^
In file included from Node.cxx:8:
In file included from ./../include/config.h:10:
/usr/include/OpenSP/config.h:320:9: warning: 'PACKAGE_VERSION' macro redefined [-Wmacro-redefined]
#define PACKAGE_VERSION ""
        ^
<command line>:3:9: note: previous definition is here
#define PACKAGE_VERSION "1.3.2"
        ^
In file included from Node.cxx:10:
In file included from ./Node.h:12:
/usr/include/OpenSP/IList.h:29:14: error: ISO C++11 does not allow access declarations; use using declarations
      instead
  IListBase::clear;
             ^
  using 
/usr/include/OpenSP/IList.h:30:14: error: ISO C++11 does not allow access declarations; use using declarations
      instead
  IListBase::empty;
             ^
  using 
4 warnings and 2 errors generated.
make[2]: *** [../Makefile.comm:45: Node.lo] Error 1
make[2]: Leaving directory '/var/tmp/portage/app-text/openjade-1.3.2-r9/work/openjade-1.3.2/grove'
make[1]: *** [Makefile:64: grove] Error 2
make[1]: Leaving directory '/var/tmp/portage/app-text/openjade-1.3.2-r9/work/openjade-1.3.2'
make: *** [Makefile:56: all] Error 2

With g++ the two errors are just warnings:
>>> Compiling source in /var/tmp/portage/app-text/openjade-1.3.2-r9/work/openjade-1.3.2 ...
make -j7 -l6 -j1 SHELL=/bin/bash 
make[1]: Entering directory '/var/tmp/portage/app-text/openjade-1.3.2-r9/work/openjade-1.3.2'
make[2]: Entering directory '/var/tmp/portage/app-text/openjade-1.3.2-r9/work/openjade-1.3.2/grove'
echo 'LT_OBJS='`echo Node.o LocNode.o|sed 's/\.o/.lo/g'` >Makefile.lt
make[2]: Leaving directory '/var/tmp/portage/app-text/openjade-1.3.2-r9/work/openjade-1.3.2/grove'
make[2]: Entering directory '/var/tmp/portage/app-text/openjade-1.3.2-r9/work/openjade-1.3.2/grove'
libtool: compile:  x86_64-pc-linux-gnu-g++ -O2 -pipe -frecord-gcc-switches -march=skylake -fno-lifetime-dse -I. -I./../include -I/usr/include/OpenSP -I/usr/include/OpenSP/.. -DPACKAGE_NAME=\"openjade\" -DPACKAGE_TARNAME=\"openjade\" -DPACKAGE_VERSION=\"1.3.2\" "-DPACKAGE_STRING=\"openjade 1.3.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSP_DEFINE_TEMPLATES=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DSIZEOF_SIZE_T=8 -DSIZEOF_UNSIGNED_INT=4 -DSP_HAVE_LOCALE=1 -DSP_HAVE_WCHAR=1 -DSP_HAVE_GETTEXT=1 -DSP_HAVE_BOOL=1 -DSP_ANSI_CLASS_INST=1 -DSP_HAVE_SOCKET=1 -DJADE_MIF=1 -DJADE_HTML=1 -DSP_MULTI_BYTE=1 -DSGML_CATALOG_FILES_DEFAULT=\"/etc/sgml/catalog\" -DSGML_SEARCH_PATH_DEFAULT=\"/usr/share/sgml\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DDEFAULT_SCHEME_BUILTINS=\"/usr/share/sgml/openjade-1.3.2/builtins.dsl\" -c Node.cxx  -fPIC -DPIC -o .libs/Node.o
In file included from ./../include/config.h:10,
                 from Node.cxx:8:
/usr/include/OpenSP/config.h:311: warning: "PACKAGE_NAME" redefined
  311 | #define PACKAGE_NAME ""
      | 
<command-line>: note: this is the location of the previous definition
In file included from ./../include/config.h:10,
                 from Node.cxx:8:
/usr/include/OpenSP/config.h:314: warning: "PACKAGE_STRING" redefined
  314 | #define PACKAGE_STRING ""
      | 
<command-line>: note: this is the location of the previous definition
In file included from ./../include/config.h:10,
                 from Node.cxx:8:
/usr/include/OpenSP/config.h:317: warning: "PACKAGE_TARNAME" redefined
  317 | #define PACKAGE_TARNAME ""
      | 
<command-line>: note: this is the location of the previous definition
In file included from ./../include/config.h:10,
                 from Node.cxx:8:
/usr/include/OpenSP/config.h:320: warning: "PACKAGE_VERSION" redefined
  320 | #define PACKAGE_VERSION ""
      | 
<command-line>: note: this is the location of the previous definition
In file included from Node.h:12,
                 from Node.cxx:10:
/usr/include/OpenSP/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the  using’ keyword [-Wdeprecated]
   29 |   IListBase::clear;
      |   ^~~~~~~~~
/usr/include/OpenSP/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the  using’ keyword [-Wdeprecated]
   30 |   IListBase::empty;
      |   ^~~~~~~~~

# emerge --info =app-text/openjade-1.3.2-r9
Portage 3.0.13 (python 3.8.7-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-9.3.0, glibc-2.32-r5, 5.10.10-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.10.10-gentoo-x86_64-Intel-R-_Core-TM-_i5-8400_CPU_@_2.80GHz-with-glibc2.2.5
KiB Mem:    16055268 total,    195684 free
KiB Swap:   16777212 total,  15954940 free
Timestamp of repository gentoo: Fri, 29 Jan 2021 08:00:01 +0000
Head commit of repository gentoo: b54caa93cd4b26f828a4640345832210c3c641e8
sh dash 0.5.11.3-r1
ld GNU gold (Gentoo 2.34 p6 2.34.0) 1.16
ccache version 4.1 [disabled]
app-shells/bash:          5.0_p18::gentoo
dev-java/java-config:     2.3.1::gentoo
dev-lang/perl:            5.30.3::gentoo
dev-lang/python:          2.7.18-r6::gentoo, 3.8.7-r1::gentoo, 3.9.1-r1::gentoo
dev-util/ccache:          4.1::gentoo
dev-util/cmake:           3.17.4-r1::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/sandbox:         2.20::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.16.2-r1::gentoo
sys-devel/binutils:       2.34-r2::gentoo
sys-devel/gcc:            9.3.0-r2::gentoo
sys-devel/gcc-config:     2.3.2-r1::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc:           2.32-r5::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: 
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup compress-build-logs config-protect-if-modified distlocks ebuild-locks ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-elog split-log strict strict-keepdir test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
GENTOO_MIRRORS="http://mirror.leaseweb.com/gentoo/ http://mirror.netcologne.de/gentoo/ http://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/"
LANG="it_IT.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -ftree-vectorize -flto=6"
LINGUAS="it it_IT"
MAKEOPTS="-j7 -l6"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac aalib acl acpi activities adns alsa amd64 ao audiofile bash-completion bluetooth branding brotli bzip2 cairo caps cdda cddb cdparanoia cdr cli crypt css cups curl dbus declarative dga djvu dri dts dvd dvdr emboss encode exif expat fbcon ffmpeg fftw flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp gmp gnutls gphoto2 gpm graphviz gtk gui handbook iconv icu idn imagemagick imlib introspection ipv6 java javascript jbig jemalloc jpeg jpeg2k kde kipi kwallet lame lcms libass libglvnd libnotify libsamplerate libtirpc lm_sensors lua lzma lzo mad mmap mng mp3 mp4 mpeg mplayer multilib musicbrainz ncurses nls nptl nsplugin offensive ogg openal opengl openmp pam pango pcre pdf phonon plasma png policykit postscript ppds pulseaudio qml qt5 rdesktop readline recode samba sctp sdl seccomp sndfile sockets speex spell split-usr sqlite ssl startup-notification svg symlink syslog systemd sysvipc taglib telemetry test theora threads tidy tiff truetype udev udisks unicode upower usb vaapi vala verify-sig vim-syntax vnc vorbis wavpack wayland widgets win32codecs wmf wxwidgets x264 xattr xcb xine xml xpm xscreensaver xv xvid yahoo zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="hda-intel virmidi" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" CAMERAS="kodak ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" CURL_SSL="gnutls" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" L10N="it en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="nlpsolver wiki-publisher" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3 php7-4" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_8" PYTHON_TARGETS="python3_8" RUBY_TARGETS="ruby25" USERLAND="GNU" VIDEO_CARDS="intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

=================================================================
                        Package Settings
=================================================================

app-text/openjade-1.3.2-r9::gentoo was built with the following:
USE="" ABI_X86="(64)"
CFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake"
CXXFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -fno-lifetime-dse"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common"

# emerge -1pqv =app-text/openjade-1.3.2-r9
[ebuild   R   ] app-text/openjade-1.3.2-r9
Comment 1 Denis Pronin 2022-04-16 13:32:09 UTC
The bug seems to have been fixed in the current portage tree

clang-13 has just compiled openjade package on my machine