Fulgurance Veteran
Joined: 15 Feb 2017 Posts: 1233
|
Posted: Thu Dec 21, 2017 1:06 pm Post subject: Gentoo Cross Dev minGW with qt fail to emerge |
|
|
Hello, i have difficulty for emerge qtcore for compiling Qt programs for Windows:
Code: | fulgurance@MSI-GS73VR-6RF /usr/x86_64-w64-mingw32/etc/portage/make.profile $ sudo x86_64-w64-mingw32-emerge --ask libpcre2
* IMPORTANT: 3 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
These are the packages that would be merged, in order:
Calculating dependencies... done!
!!! All ebuilds that could satisfy "libpcre2" for /usr/x86_64-w64-mingw32/ have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-libs/libpcre2-10.30::gentoo (masked by: invalid: DEPEND: USE flag 'userland_GNU' referenced in conditional 'userland_GNU?' is not in IUSE)
- dev-libs/libpcre2-10.23::gentoo (masked by: invalid: DEPEND: USE flag 'userland_GNU' referenced in conditional 'userland_GNU?' is not in IUSE)
- dev-libs/libpcre2-10.22::gentoo (masked by: invalid: DEPEND: USE flag 'userland_GNU' referenced in conditional 'userland_GNU?' is not in IUSE)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
fulgurance@MSI-GS73VR-6RF /usr/x86_64-w64-mingw32/etc/portage/make.profile $ sudo nano make.conf
fulgurance@MSI-GS73VR-6RF /usr/x86_64-w64-mingw32/etc/portage/make.profile $ sudo x86_64-w64-mingw32-emerge --info
Portage 2.3.19 (python 3.5.4-final-0, unavailable, gcc-7.2.0, unavailable, 4.14.7-gentoo x86_64)
=================================================================
System uname: Linux-4.14.7-gentoo-x86_64-Intel-R-_Core-TM-_i7-6700HQ_CPU_@_2.60GHz-with-gentoo-2.4.1
KiB Mem: 16315952 total, 12802912 free
KiB Swap: 0 total, 0 free
Timestamp of repository gentoo: Thu, 21 Dec 2017 12:30:01 +0000
Head commit of repository gentoo: 855a26cb2380f20a90fe1873e3a35cb685320af4
sh bash 4.4_p12
ld GNU ld (Gentoo 2.29.1 p3) 2.29.1
Repositories:
gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-extra-opts:
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-w64-mingw32"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d"
CXXFLAGS="-O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FCFLAGS=""
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news nodoc noinfo noman nostrip parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="fr_FR.UTF-8"
LDFLAGS=""
PKGDIR="/usr/x86_64-w64-mingw32/packages/"
PORTAGE_CONFIGROOT="/usr/x86_64-w64-mingw32/"
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="/usr/x86_64-w64-mingw32/tmp/"
USE="amd64 elibc_Winnt"
Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS |
Any idea ? |
|