Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dev-util/electron-1.6.16, ninja failure
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6655
Location: The soundosphere

PostPosted: Fri Mar 02, 2018 1:07 pm    Post subject: dev-util/electron-1.6.16, ninja failure Reply with quote

Am trying to emerge app-editors/atom. electron always fails like so:

Code:

In file included from ../../third_party/WebKit/Source/wtf/Assertions.h:37:0,
                 from ../../third_party/WebKit/Source/wtf/Allocator.h:8,
                 from ../../third_party/WebKit/Source/platform/heap/BlinkGC.h:11,
                 from ../../third_party/WebKit/Source/platform/heap/ThreadState.h:35,
                 from ../../third_party/WebKit/Source/platform/heap/GarbageCollected.h:8,
                 from ../../third_party/WebKit/Source/platform/heap/Visitor.h:35,
                 from ../../third_party/WebKit/Source/platform/heap/GCInfo.h:8,
                 from ../../third_party/WebKit/Source/platform/heap/Heap.h:35,
                 from ../../third_party/WebKit/Source/platform/heap/Handle.h:34,
                 from ../../third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.h:9,
                 from ../../third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h:34,
                 from ../../third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h:34,
                 from gen/blink/bindings/modules/v8/V8SharedWorkerGlobalScopePartial.h:12,
                 from gen/blink/bindings/modules/v8/V8SharedWorkerGlobalScopePartial.cpp:9:
../../base/logging.h: In instantiation of ‘typename std::enable_if<base::internal::SupportsOstreamOperator<const T&>::value, void>::type logging::MakeCheckOpValueString(std::ostream*, const T&) [with T = void(long int); typename std::enable_if<base::internal::SupportsOstreamOperator<const T&>::value, void>::type = void; std::ostream = std::basic_ostream<char>]’:
../../base/logging.h:560:25:   required from ‘std::__cxx11::string* logging::MakeCheckOpString(const t1&, const t2&, const char*) [with t1 = void (*)(long int); t2 = void(long int); std::__cxx11::string = std::__cxx11::basic_string<char>]’
../../base/logging.h:598:1:   required from ‘std::__cxx11::string* logging::CheckEQImpl(const t1&, const t2&, const char*) [with t1 = void (*)(long int); t2 = void(long int); std::__cxx11::string = std::__cxx11::basic_string<char>]’
../../third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.h:87:5:   required from here
../../base/logging.h:533:9: warning: the compiler can assume that the address of ‘v’ will always evaluate to ‘true’ [-Waddress]
   (*os) << v;
   ~~~~~~^~~~
../../base/logging.h:533:9: warning: the compiler can assume that the address of ‘v’ will always evaluate to ‘true’ [-Waddress]
ninja: build stopped: subcommand failed.


I looked it up and this is apparently a common problem, but I'm not sure given solutions apply, as I have not found results for this version.
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31094
Location: here

PostPosted: Fri Mar 02, 2018 1:16 pm    Post subject: Reply with quote

You can post full build.log? I see only warning
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6655
Location: The soundosphere

PostPosted: Fri Mar 02, 2018 1:35 pm    Post subject: Reply with quote

Yeah, at first I tried MAKEOPTS="-j1" because I thought it was similar to a GCC segfault. It failed almost right away with that.

build.log is 34MB, so I had to upload it: http://gentoostudio.org/logs/electron-build.log
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31094
Location: here

PostPosted: Fri Mar 02, 2018 2:59 pm    Post subject: Reply with quote

Code:
../../third_party/WebKit/Source/wtf/HashTable.h:1868:1: internal compiler error: Segmentation fault

Some hardware issue?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6655
Location: The soundosphere

PostPosted: Fri Mar 02, 2018 4:26 pm    Post subject: Reply with quote

I think the probability of that is very low. Everything else works/runs/compiles just fine. I know that electron has space/memory requirements, but that check passed at the beginning of compile.
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31094
Location: here

PostPosted: Fri Mar 02, 2018 6:16 pm    Post subject: Reply with quote

Can be cpu overheating? dmesg report something?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6655
Location: The soundosphere

PostPosted: Fri Mar 02, 2018 6:56 pm    Post subject: Reply with quote

Nothing looks wrong there. MAKEOPTS="-j1" won't run, but I'm trying -j2. (Normally 4.)

I'm wondering if I should file a bug if it fails one more time.
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6655
Location: The soundosphere

PostPosted: Sat Mar 03, 2018 12:05 am    Post subject: Reply with quote

Got a ninja failure for clang, too, when emerging firefox. Also trying -j2 to see if it helps. This failure actually listed the number of threads in the output, so I'm hoping it was complaining that it needed to run in fewer threads.

Still waiting on electron. I wish there were a binary for this.

EDIT:

Thinking something is bjorked on this particular system. Seeing if emerge -e @system @world helps.
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
pcfreak85
n00b
n00b


Joined: 11 Feb 2005
Posts: 57

PostPosted: Thu Mar 29, 2018 2:31 pm    Post subject: Reply with quote

Hey!

same issue here.

My system is completely up2date and should be clean. The error I get is also related to Ninja:

Code:

processor/Tokenizer.cpp -o obj/third_party/angle/preprocessor/Tokenizer.o
ninja: build stopped: subcommand failed.
 * ERROR: dev-util/electron-1.6.16::gentoo failed (compile phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  124:  Called src_compile
 *   environment, line 5106:  Called eninja '-C' '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16/chromium/out/Release' 'chromiumcontent:chromiumcontent'
 *   environment, line 1808:  Called die
 * The specific snippet of code:
 *       "$@" || die
 *
 * If you need support, post the output of `emerge --info '=dev-util/electron-1.6.16::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/electron-1.6.16::gentoo'`.
 *
 * MemTotal:        8111628 kB
 * SwapTotal:      16777212 kB
 *
 * The complete build log is located at '/var/log/portage/dev-util:electron-1.6.16:20180329-124125.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-util/electron-1.6.16/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/electron-1.6.16/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16/chromium'
 * S: '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16'

>>> Failed to emerge dev-util/electron-1.6.16, Log file:

>>>  '/var/log/portage/dev-util:electron-1.6.16:20180329-124125.log'

 * Messages for package dev-util/electron-1.6.16:
 * Log file: /var/log/portage/dev-util:electron-1.6.16:20180329-124125.log

 *   PID_NS is required for sandbox to work
 *   USER_NS is required for sandbox to work
 *   CONFIG_COMPAT_VDSO causes segfaults (bug #556286)
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
 * ERROR: dev-util/electron-1.6.16::gentoo failed (compile phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  124:  Called src_compile
 *   environment, line 5106:  Called eninja '-C' '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16/chromium/out/Release' 'chromiumcontent:chromiumcontent'
 *   environment, line 1808:  Called die
 * The specific snippet of code:
 *       "$@" || die
 *
 * If you need support, post the output of `emerge --info '=dev-util/electron-1.6.16::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/electron-1.6.16::gentoo'`.
 * The complete build log is located at '/var/log/portage/dev-util:electron-1.6.16:20180329-124125.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-util/electron-1.6.16/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/electron-1.6.16/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16/chromium'
 * S: '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16'


_________________
---
Gentoo running on Lenovo Thinkpad T420 with KDE / SDDM
Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz / 8GB memory / nvidia graphics
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31094
Location: here

PostPosted: Thu Mar 29, 2018 2:46 pm    Post subject: Reply with quote

You should post /var/tmp/portage/dev-util/electron-1.6.16/temp/build.log with wgetpaste and also emerge --info
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
pcfreak85
n00b
n00b


Joined: 11 Feb 2005
Posts: 57

PostPosted: Thu Mar 29, 2018 3:24 pm    Post subject: Reply with quote

Hi,

Sure, thanks, here we are:

https://paste.pound-python.org/show/qwdWqYeKZWvuiHrOXiLP/

Code:

~ # emerge --info
Portage 2.3.26 (python 3.5.4-final-0, default/linux/amd64/17.0/desktop/plasma, gcc-7.3.0, glibc-2.26-r6, 4.15.12-gentoo x86_64)
=================================================================
System uname: Linux-4.15.12-gentoo-x86_64-Intel-R-_Core-TM-_i7-2620M_CPU_@_2.70GHz-with-gentoo-2.4.1
KiB Swap:   16777212 total,  14180568 free
Timestamp of repository gentoo: Thu, 29 Mar 2018 07:15:01 +0000
Head commit of repository gentoo: fc91b6b932b2ab1fc65b5d9f17e211a55b8f101c
sh bash 4.4_p19
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.4_p19::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.26.1-r2::gentoo
dev-lang/python:          2.7.14-r1::gentoo, 3.4.6-r1::gentoo, 3.5.4-r1::gentoo, 3.6.4::gentoo
dev-util/cmake:           3.10.3::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.35.5::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.13.4::gentoo, 1.14.1-r1::gentoo, 1.15.1-r1::gentoo, 1.16.1-r1::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo, 2.29.1-r1::gentoo, 2.30::gentoo
sys-devel/gcc:            7.3.0::gentoo
sys-devel/gcc-config:     1.9.1::gentoo
sys-devel/libtool:        2.4.6-r5::gentoo
sys-devel/make:           4.2.1-r3::gentoo
sys-kernel/linux-headers: 4.15::gentoo (virtual/os-headers)
sys-libs/glibc:           2.26-r6::gentoo
Repositories:

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

andreas
    location: /usr/local/portage
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="amd64 ~amd64 ~x86"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=sandybridge -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /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="-march=sandybridge -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_DE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="de"
MAKEOPTS="-j5 -s"
PKGDIR="/usr/portage"
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 accessibility acl acpi activities administrator alsa amd amd64 apache2 apm apng arts artswrappersuid audiofile avi bash-completion bashlogger bcmath berkdb bitmap-fonts bluetooth branding bzip2 cairo ccache cdda cdparanoia cdr ck-plus clamav clamd cli consolekit cpudetection cracklib crypt cscope ctype cups curl cxx dba dbus declarative divx divx4linux dri dts dvb dvd dvdr dvdread eds emboss encode esd ethereal evdev exif expat exscalibar fam fastbuild ffmpeg flac foomaticdb force-cgi-redirect fortran ftp gd-external gdbm gif gimpprint glamor glitz glut gmp gnutls gocr gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hdaps iconv icq idn imagemagick imap imlib ios iphone ipod ipv6 ipw4965 java jpeg kde kipi kpathsea kqemu kwallet lame lcms legacy-systray libclamav libg++ libnotify libwww lm-sensors logrotate mad maildir memlimit mhash mikmod mime ming mmx mmxext mng modules motif mozdevelop mozilla mp3 mp4 mpeg mpeg2 mplayer mpm-perchild mpm-prefork multilib musepack musicbrainz ncurses networkmanager nls nptl nptlonly nsplugin nvidia obex ocrad ogg oggvorbis on-the-fly-crypt openexr opengl openmp openssh openssl oscar oss pam pango pcmcia pcre pdf pdflib pdo-external pear pear-db perl phonon plasma plotutils png pnp policykit pop posix ppds profile python qml qt3support qt5 query-browser quicktime rdesktop readline real realmedia rtc samba sdl seccomp secure-delete semantic-desktop session sftplogging simplexml slang smime snmp soap socket sockets spamassassin speex spell spl sqlite sse sse2 ssl startup-notification subject-rewrite svg symlink tcltk tcpd tesseract tetex tidy tiff tk tki tokenizer transcode truetype truetype-fonts type1-fonts udev udisks unicode upower usb utf8 vcd vcdimager vcdx vhosts vim vim-pager vim-with-x visualization vorbis widgets win32codecs wmp workbench wxwidgets wxwindows x264 xattr xcb xcomposite xgl xine xinerama xml xml2 xmlreader xmlwriter xmms xosd xrandr xsl xv xvid xvmc zip zlib zlibi" ABI_X86="64" ALSA_CARDS="hda_intel usb-audio" 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="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3" CURL_SSL="openssl" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_5" RUBY_TARGETS="ruby22 ruby23" USERLAND="GNU" VIDEO_CARDS="nvidia intel" 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, EMERGE_DEFAULT_OPTS, ENV_UNSET, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

_________________
---
Gentoo running on Lenovo Thinkpad T420 with KDE / SDDM
Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz / 8GB memory / nvidia graphics
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31094
Location: here

PostPosted: Thu Mar 29, 2018 3:35 pm    Post subject: Reply with quote

What dev-python/html5lib version you installed
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
pcfreak85
n00b
n00b


Joined: 11 Feb 2005
Posts: 57

PostPosted: Thu Mar 29, 2018 4:53 pm    Post subject: Reply with quote

fedeliallalinea wrote:
What dev-python/html5lib version you installed


~ # equery list dev-python/html5lib
* Searching for html5lib in dev-python ...
[IP-] [ ] dev-python/html5lib-1.0.1:0
_________________
---
Gentoo running on Lenovo Thinkpad T420 with KDE / SDDM
Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz / 8GB memory / nvidia graphics
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31094
Location: here

PostPosted: Thu Mar 29, 2018 5:11 pm    Post subject: Reply with quote

Try to dowgrade to stable version 0.9999999 (not 0.999999999)
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
pcfreak85
n00b
n00b


Joined: 11 Feb 2005
Posts: 57

PostPosted: Fri Mar 30, 2018 12:36 am    Post subject: Reply with quote

downgraded, next issue:

https://paste.pound-python.org/show/hdg4jCR0dlo5aqek8gBI/

Code:

no-narrowing -fno-rtti -fno-exceptions -march=sandybridge -O2 -pipe -fno-delete-null-pointer-checks -c ../../device/time_zone_monitor/time_zone_monitor.cc -o obj/device/time_zone_monitor/time_zone_monitor/time_zone_monitor.o
ninja: build stopped: subcommand failed.
 * ERROR: dev-util/electron-1.6.16::gentoo failed (compile phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  124:  Called src_compile
 *   environment, line 5106:  Called eninja '-C' '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16/chromium/out/Release' 'chromiumcontent:chromiumcontent'
 *   environment, line 1808:  Called die
 * The specific snippet of code:
 *       "$@" || die
 *
 * If you need support, post the output of `emerge --info '=dev-util/electron-1.6.16::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/electron-1.6.16::gentoo'`.

_________________
---
Gentoo running on Lenovo Thinkpad T420 with KDE / SDDM
Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz / 8GB memory / nvidia graphics
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31094
Location: here

PostPosted: Fri Mar 30, 2018 6:54 am    Post subject: Reply with quote

It's same issue, you are sure you have downgraded html5lib?
You can post output of emerge -pvq html5lib command?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
pcfreak85
n00b
n00b


Joined: 11 Feb 2005
Posts: 57

PostPosted: Sun Apr 01, 2018 9:32 am    Post subject: Reply with quote

fedeliallalinea wrote:
It's same issue, you are sure you have downgraded html5lib?
You can post output of emerge -pvq html5lib command?


Yes, it's downgraded:

Code:

~ # emerge -pvq html5lib
[ebuild   R   ] dev-python/html5lib-0.999999999  USE="{-test}" PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6"

_________________
---
Gentoo running on Lenovo Thinkpad T420 with KDE / SDDM
Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz / 8GB memory / nvidia graphics
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31094
Location: here

PostPosted: Sun Apr 01, 2018 2:40 pm    Post subject: Reply with quote

Yes you dawngrade to 0.999999999 but I say to dawngrade to 0.9999999 (with 7 time number 9, the latest stable)
Code:
$ eix html5lib
* dev-python/html5lib
     Available versions:  0.9999999 ~0.999999999 ~1.0.1 {test PYTHON_TARGETS="pypy pypy3 python2_7 python3_4 python3_5 python3_6"}
     Homepage:            https://github.com/html5lib/html5lib-python/ https://html5lib.readthedocs.org
     Description:         HTML parser based on the HTML5 specification

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
pcfreak85
n00b
n00b


Joined: 11 Feb 2005
Posts: 57

PostPosted: Mon Apr 02, 2018 9:51 am    Post subject: Reply with quote

confirmed to work with

Code:
dev-python/html5lib-0.9999999


Thanks!
_________________
---
Gentoo running on Lenovo Thinkpad T420 with KDE / SDDM
Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz / 8GB memory / nvidia graphics
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31094
Location: here

PostPosted: Mon Apr 02, 2018 3:27 pm    Post subject: Reply with quote

pcfreak85 wrote:
confirmed to work with

Code:
dev-python/html5lib-0.9999999


Thanks!

You can open a new bug?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31094
Location: here

PostPosted: Fri Apr 06, 2018 5:57 am    Post subject: Reply with quote

https://bugs.gentoo.org/652656
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
sad_dam
n00b
n00b


Joined: 07 May 2018
Posts: 23

PostPosted: Sun Jun 03, 2018 9:01 pm    Post subject: Reply with quote

I have a similar error and i tried to build it with all versions of html5lib. Attempt to build electron with libvpx-1.7 was also unsuccessful.

Code:
>>> Messages generated by process 17379 on 2018-06-03 08:19:48 for package dev-util/electron-1.6.16:

ERROR: compile
ERROR: dev-util/electron-1.6.16::gentoo failed (compile phase):
  (no error message)

Call stack:
    ebuild.sh, line  124:  Called src_compile
  environment, line 5084:  Called eninja '-C' '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16/chromium/out/Release' 'chromiumcontent:chromiumcontent'
  environment, line 1776:  Called die
The specific snippet of code:
      "$@" || die

If you need support, post the output of `emerge --info '=dev-util/electron-1.6.16::gentoo'`,
the complete build log and the output of `emerge -pqv '=dev-util/electron-1.6.16::gentoo'`.
The complete build log is located at '/var/tmp/portage/dev-util/electron-1.6.16/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/dev-util/electron-1.6.16/temp/environment'.
Working directory: '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16/chromium'
S: '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16'

>>> Messages generated by process 32679 on 2018-06-03 10:42:39 for package dev-util/electron-1.6.16:

ERROR: compile
ERROR: dev-util/electron-1.6.16::gentoo failed (compile phase):
  (no error message)

Call stack:
    ebuild.sh, line  124:  Called src_compile
  environment, line 5084:  Called eninja '-C' '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16/chromium/out/Release' 'chromiumcontent:chromiumcontent'
  environment, line 1776:  Called die
The specific snippet of code:
      "$@" || die

If you need support, post the output of `emerge --info '=dev-util/electron-1.6.16::gentoo'`,
the complete build log and the output of `emerge -pqv '=dev-util/electron-1.6.16::gentoo'`.
The complete build log is located at '/var/tmp/portage/dev-util/electron-1.6.16/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/dev-util/electron-1.6.16/temp/environment'.
Working directory: '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16/chromium'
S: '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16'

>>> Messages generated by process 502 on 2018-06-03 23:57:45 for package dev-util/electron-1.6.16:

ERROR: compile
ERROR: dev-util/electron-1.6.16::gentoo failed (compile phase):
  (no error message)

Call stack:
    ebuild.sh, line  124:  Called src_compile
  environment, line 5084:  Called eninja '-C' '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16/chromium/out/Release' 'chromiumcontent:chromiumcontent'
  environment, line 1776:  Called die
The specific snippet of code:
      "$@" || die

If you need support, post the output of `emerge --info '=dev-util/electron-1.6.16::gentoo'`,
the complete build log and the output of `emerge -pqv '=dev-util/electron-1.6.16::gentoo'`.
The complete build log is located at '/var/tmp/portage/dev-util/electron-1.6.16/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/dev-util/electron-1.6.16/temp/environment'.
Working directory: '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16/chromium'
S: '/var/tmp/portage/dev-util/electron-1.6.16/work/electron-1.6.16'


[Moderator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31094
Location: here

PostPosted: Mon Jun 04, 2018 5:20 am    Post subject: Reply with quote

You can post full build.log with wgetpaste?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum