Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 700280 - =dev-dotnet/libgdiplus-6.0.2 USE=cairo - ../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_map_set_config'
Summary: =dev-dotnet/libgdiplus-6.0.2 USE=cairo - ../src/.libs/libgdiplus.so: error: u...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal with 2 votes (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-11-16 17:51 UTC by Chris
Modified: 2021-10-18 09:32 UTC (History)
7 users (show)

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


Attachments
build.log (dev-dotnet:libgdiplus-6.0.2:20191115-185209.log,130.67 KB, text/plain)
2019-11-16 17:51 UTC, Chris
Details
fix configure with cairo using pangoft2 (0001-configure-Fix-build-with-Gentoo-pango.patch,1.47 KB, patch)
2020-04-18 10:48 UTC, Kai Krakow
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris 2019-11-16 17:51:38 UTC
Created attachment 596432 [details]
build.log

=dev-dotnet/libgdiplus-6.0.2 fails with the linker errors stated below. Adding -lpangoft2-1.0 to LDFLAGS resolves the issue.

libtool: link: x86_64-pc-linux-gnu-gcc -O2 -march=native -fomit-frame-pointer -fno-stack-protector -pipe -pthread -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -Wl,--relax -o .libs/testbitmap testbitmap.o  ../src/.libs/libgdiplus.so -lm -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo -lfontconfig -lfreetype -ljpeg -L/usr -ltiff -lgif -lpng16 -lz -lX11 -lexif -pthread
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_map_set_config'
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_lock_face'
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_unlock_face'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:926: testadjustablearrowcap] Error 1
make[2]: *** Waiting for unfinished jobs....
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_map_set_config'
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_lock_face'
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_unlock_face'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:930: testbitmap] Error 1
libtool: link: x86_64-pc-linux-gnu-gcc -O2 -march=native -fomit-frame-pointer -fno-stack-protector -pipe -pthread -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -Wl,--relax -o .libs/testbits testbits.o  ../src/.libs/libgdiplus.so -lm -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo -lfontconfig -lfreetype -ljpeg -L/usr -ltiff -lgif -lpng16 -lz -lX11 -lexif -pthread
libtool: link: x86_64-pc-linux-gnu-gcc -O2 -march=native -fomit-frame-pointer -fno-stack-protector -pipe -pthread -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -Wl,--relax -o .libs/testbrush testbrush.o  ../src/.libs/libgdiplus.so -lm -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo -lfontconfig -lfreetype -ljpeg -L/usr -ltiff -lgif -lpng16 -lz -lX11 -lexif -pthread
libtool: link: x86_64-pc-linux-gnu-gcc -O2 -march=native -fomit-frame-pointer -fno-stack-protector -pipe -pthread -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -Wl,--relax -o .libs/testclip testclip.o  ../src/.libs/libgdiplus.so -lm -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo -lfontconfig -lfreetype -ljpeg -L/usr -ltiff -lgif -lpng16 -lz -lX11 -lexif -pthread
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_map_set_config'
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_lock_face'
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_unlock_face'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:934: testbits] Error 1
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_map_set_config'
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_lock_face'
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_unlock_face'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:942: testbrush] Error 1
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_map_set_config'
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_lock_face'
../src/.libs/libgdiplus.so: error: undefined reference to 'pango_fc_font_unlock_face'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:946: testclip] Error 1
make[2]: Leaving directory '/var/tmp/portage/dev-dotnet/libgdiplus-6.0.2/work/libgdiplus-6.0.2/tests'
make[1]: *** [Makefile:483: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-dotnet/libgdiplus-6.0.2/work/libgdiplus-6.0.2'
make: *** [Makefile:390: all] Error 2
 * ERROR: dev-dotnet/libgdiplus-6.0.2::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-dotnet/libgdiplus-6.0.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-dotnet/libgdiplus-6.0.2::gentoo'`.
 * The complete build log is located at '/var/log/portage/dev-dotnet:libgdiplus-6.0.2:20191115-185209.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-dotnet/libgdiplus-6.0.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-dotnet/libgdiplus-6.0.2/work/libgdiplus-6.0.2'
 * S: '/var/tmp/portage/dev-dotnet/libgdiplus-6.0.2/work/libgdiplus-6.0.2'
Comment 1 Chris 2019-11-16 17:54:16 UTC
emerge --info:

Portage 2.3.79 (python 3.6.9-final-0, default/linux/amd64/17.1/desktop/gnome/systemd, gcc-9.2.0, glibc-2.30-r2, 5.3.8-gentoo-amdgpu x86_64)
=================================================================
System uname: Linux-5.3.8-gentoo-amdgpu-x86_64-Intel-R-_Core-TM-_i7-5820K_CPU_@_3.30GHz-with-gentoo-2.6
KiB Mem:    16298016 total,   1189776 free
KiB Swap:    8388604 total,   8388604 free
Timestamp of repository gentoo: Fri, 15 Nov 2019 10:00:01 +0000
Head commit of repository gentoo: e05896ec3b6df5e70a7e14cc114ac5a4b286497a
sh bash 5.0_p11
ld GNU gold (Gentoo 2.33.1 p1 2.33.1) 1.16
distcc 3.3.3 x86_64-pc-linux-gnu [disabled]
ccache version 3.7.5 [disabled]
app-shells/bash:          5.0_p11::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.30.1::gentoo
dev-lang/python:          2.7.17::gentoo, 3.5.9::gentoo, 3.6.9::gentoo, 3.7.5-r1::gentoo
dev-util/ccache:          3.7.5::gentoo
dev-util/cmake:           3.15.5::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/sandbox:         2.18::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.11.6-r3::gentoo, 1.15.1-r2::gentoo, 1.16.1-r2::gentoo
sys-devel/binutils:       2.32-r1::gentoo, 2.33.1::gentoo
sys-devel/gcc:            8.3.0-r1::gentoo, 9.1.0-r1::gentoo, 9.2.0-r2::gentoo
sys-devel/gcc-config:     2.1::gentoo
sys-devel/libtool:        2.4.6-r5::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.3-r1::gentoo (virtual/os-headers)
sys-libs/glibc:           2.30-r2::gentoo
Repositories:

gentoo-crypto
    location: /var/lib/layman/gentoo-crypto
    sync-type: laymansync
    sync-uri: https://github.com/gentoo-crypto/gentoo-crypto-overlay.git
    masters: gentoo
    priority: 50

reagentoo
    location: /var/lib/layman/reagentoo
    sync-type: laymansync
    sync-uri: https://github.com/reagentoo/gentoo-overlay.git
    masters: gentoo
    priority: 50

local-overlay
    location: /usr/local/portage
    masters: gentoo
    priority: 100

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

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -fomit-frame-pointer -fno-stack-protector -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /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 /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=native -fomit-frame-pointer -fno-stack-protector -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going --autounmask-write"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN 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 -march=native -fomit-frame-pointer -fno-stack-protector -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fail-clean fixlafiles ipc-sandbox merge-sync metadata-transfer multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -march=native -fomit-frame-pointer -fno-stack-protector -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="sv_SE.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--sort-common -Wl,--relax"
LINGUAS="en sv"
MAKEOPTS="-j12 -l12"
PKGDIR="/usr/portage/packages"
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 aacplus acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli colord crypt cups cxx dbus djvu dri dts dvd dvdr egl exif fam fftw flac fortran gdbm gif gnome gnome-keyring gpm gstreamer gtk gtk3 iconv icu introspection ipv6 jpeg lcms ldap libnotify libsecret libtirpc lm-sensors mad mng mp3 mp4 mpeg mtp multilib nautilus ncurses networkmanager nls nptl nsplugin ogg opencl opengl openmp opus pam pango pcre pdf png policykit ppds pulseaudio qt5 readline schroedinger sdl seccomp smp speex spell split-usr ssl startup-notification svg systemd tcpd theora threads tiff truetype udev udisks unicode usb vaapi vdpau vorbis vpx wayland webm webp x264 x265 xattr xcb xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="hda-intel" 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" 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" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="libinput wacom" KERNEL="linux" L10N="en sv" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="radeon radeonsi amdgpu" 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
Comment 2 Dennis Schridde 2020-02-09 11:24:27 UTC
Same issue, also building dev-dotnet/libgdiplus-6.0.2[cairo]:

Portage 2.3.87 (python 3.6.9-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-9.2.0, glibc-2.30-r3, 5.4.17 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.4.17-x86_64-AMD_Ryzen_5_2400G_with_Radeon_Vega_Graphics-with-gentoo-2.6
KiB Mem:    14134704 total,   8135376 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Sat, 08 Feb 2020 13:45:01 +0000
Head commit of repository gentoo: aa517616e8f295beb1204bee4fdadfc595419b92
Head commit of repository flatpak-overlay: 5a60266f5803ac62b58994da0020d101fe424dd7

Head commit of repository local: 178e4c57d196a3f1573a5ee583c88ecfe8079842

sh bash 5.0_p11
ld GNU gold (Gentoo 2.33.1 p2 2.33.1) 1.16
ccache version 3.7.7 [disabled]
app-shells/bash:          5.0_p11::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.30.1::gentoo
dev-lang/python:          2.7.17-r1::gentoo, 3.6.10::gentoo, 3.7.6::gentoo, 3.8.1::gentoo, 3.9.0_alpha2::gentoo
dev-util/ccache:          3.7.7::gentoo
dev-util/cmake:           3.16.4::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/sandbox:         2.18::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.13.4-r2::gentoo, 1.16.1-r2::gentoo
sys-devel/binutils:       2.33.1-r1::gentoo, 2.34::gentoo
sys-devel/gcc:            9.2.0-r3::gentoo
sys-devel/gcc-config:     2.2.1::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.5::gentoo (virtual/os-headers)
sys-libs/glibc:           2.30-r3::gentoo
Repositories:

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

flatpak-overlay
    location: /var/db/repos/flatpak-overlay
    sync-type: git
    sync-uri: https://github.com/fosero/flatpak-overlay.git
    masters: gentoo

local
    location: /var/cache/portage/local
    sync-type: git
    sync-uri: https://github.com/devurandom/gentoo-overlay.git
    masters: gentoo
    priority: 1000

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-pipe -O2 -march=znver1"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/grs/systems.conf /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/maven-bin-3.6/conf"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.4/ext-active/ /etc/php/cgi-php7.4/ext-active/ /etc/php/cli-php7.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-pipe -O2 -march=znver1"
DISTDIR="/var/cache/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going --nospinner --verbose-conflicts"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN 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"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildsyspkg cgroup compressdebug config-protect-if-modified distlocks ebuild-locks fakeroot fixlafiles ipc-sandbox merge-sync mount-sandbox multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
MAKEOPTS="-j6 -l4"
PKGDIR="/var/cache/portage/packages"
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="/tmp"
USE="7z 7zip X a52 aac aacplus aacs acl acpi activities aio alsa amd64 appindicator appstream archive audit avahi ayatana bash-completion bdplus berkdb blake2 bluetooth bluray branding brotli bs2b btrfs bzip2 cairo caps cdda cddb cdio cdr celt chromaprint cjk clang cli clipboard color-management colord conntrack crypt cups cxx d3d9 dav1d dbus declarative device-mapper dirac djvu dri drm dts dvb dvd dvdr ed25519 editorconfig egl elf emboss encode epub evdev exif faudio fax fbcon ffmpeg fftw filecaps firefox firewalld fish-completion fits flac fontconfig fontforge fortran fribidi gamepad gbm gdal gdbm geoclue geolocation gif git gmp gnupg google googledrive gpg gps graphicsmagick gstreamer gtk gtk3 gzip harfbuzz hdf5 heif http2 ibus iconv icu idn imlib inotify introspection ipv6 jemalloc jpeg jpeg2k json kde kipi kms kwallet ladspa latex lcms ldap libatomic libglvnd libidn2 libinput libnotify libproxy libsecret libsoxr libtirpc libvirt lm-sensors lrz lv2 lvm lz4 lzma lzo mad mariadb markdown mbim mercurial mjpeg mng mobi modemmanager modplug mp3 mp4 mpeg mplayer mpris mtp multilib mysql ncurses netlink networkmanager nls nptl office ofx ogg openal opencl opencv openexr opengl openh264 openmax openmp opus pam pango pcap pch pcre pcre2 pdf pgo phonon pixman pkcs7 plasma pm-utils png policykit postscript ppds prison pulseaudio python qml qrcode qt5 raw rdp readline redfish samba sasl scanner schroedinger screencast sctp sdl sdl2 seccomp semantic-desktop share smartcard snappy sparse speech speex spell ssl startup-notification steamruntime stemmer svg systemd systemtap tbb tcpd teamd telepathy tga theora threads thunderbolt tiff timezone tmux truetype tslib udev udisks uinput unicode unwind upnp upnp-av upower usb utempter v4l v4l2 vaapi vdpau vkd3d vorbis vpx vulkan wasm wavpack wayland webchannel webengine webkit webp widgets wmf wps x264 x265 xattr xcb xcomposite xinerama xkb xml xmp xrandr xscreensaver xv xvid xwayland xz yaml zeroconf zeromq zimg zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="hda-intel" 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="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" ELIBC="glibc" ENLIGHTENMENT_MODULES="*" 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" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="joystick libinput" KERNEL="linux" L10N="de de-DE en en-GB ar fa tr ja ko zh zh-CN zh-TW" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="nlpsolver scripting-javascript wiki-publisher" LIRC_DEVICES="devinput" LLVM_TARGETS="AMDGPU BPF RISCV WebAssembly" LUA_TARGET="lua5-2" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6 pypy pypy3" QEMU_SOFTMMU_TARGETS="riscv32 riscv64 x86_64" QEMU_USER_TARGETS="riscv32 riscv64" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu virgl" 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, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

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

x11-libs/pango-1.42.4-r2::gentoo was built with the following:
USE="X introspection -test" ABI_X86="32 (64) (-x32)"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildsyspkg cgroup compressdebug config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"


x11-libs/cairo-1.16.0-r3::gentoo was built with the following:
USE="X glib opengl svg (-aqua) -debug (-gles2-only) -static-libs -utils -valgrind" ABI_X86="32 (64) (-x32)"
Comment 3 Kai Krakow 2020-04-18 10:48:36 UTC
Created attachment 633570 [details, diff]
fix configure with cairo using pangoft2

This patch can be placed in /etc/portage/patches/dev-dotnet/libgdiplus

It could probably also go straight to portage ${F}/patches and shouldn't require a revbump.
Comment 4 Larry the Git Cow gentoo-dev 2021-04-28 07:31:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86bd90724e3a4e13b1b4ef7b97e08b611d5d6da9

commit 86bd90724e3a4e13b1b4ef7b97e08b611d5d6da9
Author:     Theo Anderson <telans@posteo.de>
AuthorDate: 2021-01-18 01:56:41 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-04-28 07:31:33 +0000

    dev-dotnet/libgdiplus: fix --with-pango configure, fix pango linking
    
    Closes: https://bugs.gentoo.org/700280
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Theo Anderson <telans@posteo.de>
    Closes: https://github.com/gentoo/gentoo/pull/19096
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-dotnet/libgdiplus/libgdiplus-6.0.2-r1.ebuild | 60 ++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
Comment 5 Joakim Tjernlund 2021-04-28 08:08:55 UTC
(In reply to Kai Krakow from comment #3)
> Created attachment 633570 [details, diff] [details, diff]
> fix configure with cairo using pangoft2
> 
> This patch can be placed in /etc/portage/patches/dev-dotnet/libgdiplus
> 
> It could probably also go straight to portage ${F}/patches and shouldn't
> require a revbump.

Maybe use PKG_CONFIG instead of using pkg-config directly too?
Comment 6 Daniel Santos 2021-10-18 09:32:05 UTC
Suggest moving to stable amd64 keyword, since breakage exists in stable.