Re: [gentoo-user] cmake 3.16.5 Segmentation Violation

2020-06-03 Thread David Haller
signal SIGSEGV, Segmentation fault. >0xb7de7296 in uv_loop_close (loop=0x0) at >/usr/src/debug/dev-libs/libuv-1.35.0/libuv-1.35.0/src/uv-common.c:757 ^^ >757 if (uv__has_active_reqs(loop)) >(gdb) up >#1 0x0053fab4 in main (ac=, av

Re: [gentoo-user] cmake 3.16.5 Segmentation Violation

2020-06-03 Thread tedheadster
tage/dev-util/cmake-3.16.5/image/usr/bin # gdb ./cmake > [..] > >Program received signal SIGSEGV, Segmentation fault. > >0xb7de7296 in uv_loop_close (loop=0x0) at > > >/usr/src/debug/dev-libs/libuv-1.35.0/libuv-1.35.0/src/uv-common.c:757 >

Re: [gentoo-user] Running Gentoo infrastructure on MacOS

2017-04-13 Thread Andrej Rode
he system (libz on his MacOS was too new) - cmake has to be built without LIBUV After fixing those issues it built straight through to stage3. Cheers, Andrej

Re: [gentoo-user] portage has 0 debugging support for binary emerges

2021-04-04 Thread Neil Bothwick
On Sun, 4 Apr 2021 10:33:15 +0200, n952162 wrote: > [ebuild   R    ]    dev-libs/libuv-1.40.0:0/1::gentoo USE="-static-libs" > 0 KiB > > I'm not sure where the static-libs USE flag comes from, it's not in > /etc/portage/package.use. The flag is defined in the ebuild

[gentoo-user] I'm using mariadb or mysql?

2017-03-23 Thread Cogumelos Maravilha
Hi list, Calculating dependencies... done! [ebuild N ] dev-libs/libuv-1.10.2 USE="-static-libs" ABI_X86="(64) -32 (-x32)" [ebuild U ] dev-util/cmake-3.7.2 [3.2.2] [ebuild U ] dev-db/mariadb-10.0.30 [10.0.19] USE="openssl%* server%* -jdbc% (-libr

[gentoo-user] cmake 3.16.5 Segmentation Violation

2020-06-03 Thread tedheadster
by Kitware (kitware.com/cmake). Program received signal SIGSEGV, Segmentation fault. 0xb7de7296 in uv_loop_close (loop=0x0) at /usr/src/debug/dev-libs/libuv-1.35.0/libuv-1.35.0/src/uv-common.c:757 757 if (uv__has_active_reqs(loop)) (gdb) up #1 0x0053fab4 in main (ac=, av=0xb09a60) at

Re: [gentoo-user] I'm using mariadb or mysql?

2017-03-23 Thread Cogumelos Maravilha
:28:44PM +, Cogumelos Maravilha wrote >> Hi list, >> >> Calculating dependencies... done! >> [ebuild N ] dev-libs/libuv-1.10.2 USE="-static-libs" ABI_X86="(64) >> -32 (-x32)" >> [ebuild U ] dev-util/cmake-3.7.2 [3.2.2] >&g

Re: [gentoo-user] I'm using mariadb or mysql?

2017-03-23 Thread Alan McKinnon
On 23/03/2017 19:28, Cogumelos Maravilha wrote: Hi list, Calculating dependencies... done! [ebuild N ] dev-libs/libuv-1.10.2 USE="-static-libs" ABI_X86="(64) -32 (-x32)" [ebuild U ] dev-util/cmake-3.7.2 [3.2.2] [ebuild U ] dev-db/mariadb-10.0.30 [10.0.19] U

Re: [gentoo-user] I'm using mariadb or mysql?

2017-03-23 Thread Walter Dnes
On Thu, Mar 23, 2017 at 05:28:44PM +, Cogumelos Maravilha wrote > > Hi list, > > Calculating dependencies... done! > [ebuild N ] dev-libs/libuv-1.10.2 USE="-static-libs" ABI_X86="(64) > -32 (-x32)" > [ebuild U ] dev-util/cmake-3.7.2

[gentoo-user] Problem with socks syscall

2020-06-03 Thread tuxic
lse http:aria2c http://example.com Aria2, torsocks and torify are freshly compiled/installed: [I] net-misc/aria2 Available versions: 1.34.0-r2^t {adns bittorrent +gnutls jemalloc libuv +libxml2 metalink +nettle nls scripts sqlite ssh ssl tcmalloc test xmlrpc} Installed versions: 1.34.0-r2^t(12

[gentoo-user] Warning: libuv-1.36.0 breaks bind

2020-04-16 Thread Adam Carter
For me at least. Going back to 1.35 makes bind work again. Error looks like Apr 16 15:48:51 proxy named[944]: netmgr.c:1000: REQUIRE(worker->recvbuf_inuse) failed, back trace Apr 16 15:48:51 proxy named[944]: #0 0x61943fe4dc20 in ?? Apr 16 15:48:51 proxy named[944]: #1 0x70cde3c7cf4c in ?? Apr 16

Re: [gentoo-user] Re: Wayland - too early to try?

2017-07-11 Thread Mick
postscript ppm psd pulseaudio sndfile ssl svg tga tiff v4l2 wayland webp -avahi -cxx-bindings -debug -doc -drm - fbcon -glib -gnutls -gstreamer -harfbuzz -ibus -jpeg2k -libuv -opengl (- pixman) -raw -scim -sdl -static-libs -system-lz4 -systemd {-test} -tslib -xim -xine -xpm" ABI_X86="(6

Re: [gentoo-user] portage has 0 debugging support for binary emerges

2021-04-04 Thread n952162
On 4/4/21 10:56 AM, Neil Bothwick wrote: On Sun, 4 Apr 2021 10:33:15 +0200, n952162 wrote: [ebuild   R    ]    dev-libs/libuv-1.40.0:0/1::gentoo USE="-static-libs" 0 KiB I'm not sure where the static-libs USE flag comes from, it's not in /etc/portage/package.use. The flag

Re: [gentoo-user] portage has 0 debugging support for binary emerges

2021-04-04 Thread n952162
at I checked had: * neither server or client USE flags * the CPU_FLAGS match * the required package exists on the server E.g.: [ebuild   R    ]    dev-libs/libuv-1.40.0:0/1::gentoo USE="-static-libs" 0 KiB I'm not sure where the static-libs USE flag comes from, it's not in /etc/portage/

[gentoo-user] upgrading 1-year old system

2017-01-29 Thread thelma
that would be merged, in order: Calculating dependencies... done! [ebuild N ] dev-libs/libuv-1.10.2 USE="-static-libs" [ebuild N ] dev-util/ninja-1.6.0 USE="-doc -emacs {-test} -vim-syntax -zsh-completion" [ebuild U ] www-client/firefox-bin-45.6.0 [38.6.1] L10N=&

[gentoo-user] point and click in vim stopped working

2019-05-23 Thread Raffaele Belardi
19 >>> media-libs/alsa-lib-1.1.9 Thu May 16 15:34:14 2019 >>> sys-block/thin-provisioning-tools-0.8.1 Thu May 16 15:35:40 2019 >>> app-editors/vim-core-8.1.1312 Thu May 16 15:36:57 2019 >>> sys-libs/e2fsprogs-libs-1.45.1 Thu May 16 15:38:56 2019 >>> sys-app

Re: [gentoo-user] emerge @world output unfamiliar. Am I updated?

2020-10-02 Thread n952162
)    (/, app-arch/zstd:0)    (/, sys-devel/llvm:10)    (/, sys-libs/zlib:0)    (/, dev-libs/libffi:0)    (/, app-arch/libarchive:0)    (/, dev-libs/jsoncpp:0)    (/, dev-libs/libuv:0)    (/, x11-libs/libpciaccess:0)    (/, x11-base/xorg-server:0)    (/, dev-libs/libinput:0)    (/, dev-libs/apr:1

Re: [gentoo-user] emerge @world output unfamiliar. Am I updated?

2020-10-02 Thread John Covici
  (/, sys-libs/db:5.3) >    (/, sys-libs/gdbm:0) >    (/, x11-libs/libX11:0) >    (/, dev-libs/libgcrypt:0) >    (/, dev-libs/openssl:0) >    (/, dev-libs/expat:0) >    (/, x11-libs/libxshmfence:0) >    (/, x11-libs/libXdamage:0) >    (/, x11-libs/libXext:0) >    (/

Re: [gentoo-user] upgrading 1-year old system

2017-01-29 Thread Alan McKinnon
t once. > > emerge -p firefox-bin > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild N ] dev-libs/libuv-1.10.2 USE="-static-libs" > [ebuild N ] dev-util/ninja-1.6.0 USE="-doc -emacs {-test} -vim-syntax &g

Re: [gentoo-user] upgrading 1-year old system

2017-01-29 Thread Dale
o you gotta bite of small chunks > > With those basics out the way, it's a great learning experience. I > recommend you do it at least once. > >> emerge -p firefox-bin >> >> These are the packages that would be merged, in order: >> >> Calculating dependencie

[gentoo-user] wifi networks not seen by networkmanager

2022-03-18 Thread Andrés Becerra Sandoval
temd-tmpfiles-249.9 Thu Mar 17 09:28:22 2022 >>> media-libs/gstreamer-1.20.1 Thu Mar 17 09:28:31 2022 >>> dev-lang/orc-0.4.31 Thu Mar 17 09:28:46 2022 >>> dev-libs/libsigc++-2.10.7 Thu Mar 17 09:28:54 2022 >>> dev-libs/libgudev-237-r1 Thu Ma

Re: [gentoo-user] wifi networks not seen by networkmanager

2022-03-19 Thread MK
0722-r1      Thu Mar 17 09:27:53 2022 >>> sys-apps/systemd-tmpfiles-249.9      Thu Mar 17 09:28:22 2022 >>> media-libs/gstreamer-1.20.1      Thu Mar 17 09:28:31 2022 >>> dev-lang/orc-0.4.31      Thu Mar 17 09:28:46 2022 >>> dev-libs/libsigc++-2.10.7      Thu Mar 17 09:

Re: [gentoo-user] pcre build failure

2020-10-05 Thread John Covici
::gentoo [1.18.1:0/6::gentoo] > USE="berkdb nls readline -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB > [ebuild U ] dev-libs/expat-2.2.10::gentoo [2.2.8::gentoo] > USE="(split-usr) unicode -examples -static-libs" ABI_X86="(64) -32 (-x32)" 0

Re: [gentoo-user] how to prevent portage from installing masked package

2018-10-06 Thread John Covici
v-python/setuptools-40.0.0::gentoo USE="-test" PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6 -python3_7" [ebuild U ] dev-python/certifi-2018.8.24::gentoo [2018.4.16::gentoo] PYTHO

[gentoo-user] Tensorflow 2.1.0 failing to compile

2020-04-24 Thread Aisha Tammy
dev-libs/fribidi-1.0.9 dev-libs/glib-2.62.6 dev-libs/gmp-6.2.0-r1 dev-libs/gobject-introspection-1.62.0 dev-libs/gobject-introspection-common-1.62.0 dev-libs/icu-65.1-r1 dev-libs/iniparser-3.1-r1 dev-libs/ivykis-0.42.4 dev-libs/jansson-2.11 dev-libs/jsoncpp-1.9.2-r2 dev-libs/libaio-0.3.110 dev-libs/

Re: [gentoo-user] update fails, but I don't see why

2020-12-04 Thread n952162
/nspr-4.29::gentoo [4.28::gentoo] USE="-debug" ABI_X86="(64) -32 (-x32)" 1053 KiB [ebuild   R    ] media-libs/alsa-lib-1.2.3.2-r1::gentoo USE="thread-safety -alisp -debug -doc -python" ABI_X86="(64) -32 (-x32)" PYTHON_SINGLE_TARGET="python3_8* -python3_6

[gentoo-user] update fails, but I don't see why

2020-12-03 Thread n952162
2)" 0 KiB [ebuild U  ] x11-libs/libXrender-0.9.10-r2::gentoo [0.9.10-r1::gentoo] USE="-static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB [ebuild U  ] dev-libs/nspr-4.29::gentoo [4.28::gentoo] USE="-debug" ABI_X86="(64) -32 (-x32)" 1053 KiB [ebuild   R   

Re: [gentoo-user] update fails, but I don't see why

2020-12-04 Thread n952162
libs/libXfixes-5.0.3-r3::gentoo [5.0.3-r1::gentoo] USE="-doc% -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB [ebuild U  ] x11-libs/libXrender-0.9.10-r2::gentoo [0.9.10-r1::gentoo] USE="-static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB [ebuild U  ] dev-libs/ns

[gentoo-user] newish vbox gentoo guest crashes from startx

2016-12-07 Thread Harry Putnam
libs/xtrans-1.3.5 Wed Nov 16 21:38:03 2016 >>> x11-libs/libICE-1.0.9 Wed Nov 16 21:38:59 2016 >>> x11-libs/libSM-1.2.2-r1 Thu Nov 17 00:07:23 2016 >>> sys-devel/gcc-5.4.0 Thu Nov 17 00:08:19 2016 >>> x11-libs/libXau-1.0.8 Thu Nov 17 00:09:04 2016 >>> dev-

Re: [gentoo-user] newish vbox gentoo guest crashes from startx

2016-12-07 Thread Alan McKinnon
virtual/perl-Data-Dumper-2.160.0 > Wed Nov 16 21:19:10 2016 >>> virtual/perl-File-Spec-3.630.0 > Wed Nov 16 21:19:23 2016 >>> virtual/perl-CPAN-Meta-YAML-0.18.0 > Wed Nov 16 21:19:36 2016 >>> virtual/perl-Parse-CPAN-Meta-1.441.700 > Wed Nov 16 21:19:58 2016 >>

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic
Sorry...a typo... It has to be 463 packages NOT 4563 packages... Cheers Meino On 02/27 04:08, tu...@posteo.de wrote: > On 02/26 11:55, Peter Humphrey wrote: > > On Monday, 26 February 2018 18:42:33 GMT tu...@posteo.de wrote: > > > > > Hi Peter, > > > > > > luky you...I got 462 packages to