[gentoo-user] emerge dev-hasell/stack fails with unclear error

2018-02-26 Thread Anton Molyboha
When emerging dev-haskell/stack-1.3.2 I'm getting: [ 84 of 121] Compiling Stack.Path ( src/Stack/Path.hs, dist/build/Stack/Path.o ) [ 85 of 121] Compiling Stack.Package( src/Stack/Package.hs, dist/build/Stack/Package.o ) [100 of 121] Compiling Stack.Upload ( src/Stack/Uplo

Re: [gentoo-user] segfault from C stack overflow

2021-02-05 Thread Joshua M. Murphy
On Fri, Feb 5, 2021 at 8:44 AM wrote: > > When emerging R, I got: > > ... > ** R > ** data > *** moving datasets to lazyload DB > ** demo > ** inst > ** byte-compile and prepare package for lazy loading > Error: segfault from C stack overflow > ... > >

[gentoo-user] Re: emerge dev-hasell/stack fails with unclear error

2018-02-26 Thread anton . stay . connected
On Monday, February 26, 2018 10:24:44 AM EST you wrote: > When emerging dev-haskell/stack-1.3.2 I'm getting: > > > [ 84 of 121] Compiling Stack.Path ( src/Stack/Path.hs, > dist/build/Stack/Path.o ) > [ 85 of 121] Compiling Stack.Package( src/Stack/Package

Re: [gentoo-user] Re: emerge dev-hasell/stack fails with unclear error

2018-02-26 Thread R0b0t1
On Mon, Feb 26, 2018 at 11:59 PM, wrote: > On Monday, February 26, 2018 10:24:44 AM EST you wrote: >> When emerging dev-haskell/stack-1.3.2 I'm getting: >> >> >> [ 84 of 121] Compiling Stack.Path ( src/Stack/Path.hs, >> dist/build/Stack/Path.o ) &

[gentoo-user] segfault from C stack overflow

2021-02-05 Thread karl
When emerging R, I got: ... ** R ** data *** moving datasets to lazyload DB ** demo ** inst ** byte-compile and prepare package for lazy loading Error: segfault from C stack overflow ... Since linux automatically grows the stack, doesn't this mean that I'm out of memory. Btw. #

[gentoo-user] How to disable stack randomization?

2007-08-03 Thread Shaochun Wang
Every time I execute the same program, its stack starts at a different address. After some studying, I know it is caused by stack randomization in kernel. Although stack randomization impedes stack buffer overflow, it introduces some nondeterminism. Does anyone know how to disable it? Thank you

Re: [gentoo-user] How to disable stack randomization?

2007-08-03 Thread Ryan Sims
On 8/3/07, Shaochun Wang <[EMAIL PROTECTED]> wrote: > Every time I execute the same program, its stack starts at a different > address. After some studying, I know it is caused by stack randomization > in kernel. Although stack randomization impedes stack buffer overflow, >

[gentoo-user] Re: "stack-protector-strong" option results in gcc error

2014-09-23 Thread James
t; version. > Ironically enough, your last sentence overflowed my parsing stack. :) From: https://securityblog.redhat.com/tag/stack-protector/ "The GCC flags -fstack-protector and -fstack-protector-all activate the Stack Smashing Protector (SSP). When any of these flags are used, GCC instrument

Re: [gentoo-user] Re: Pipewire not a dependency?

2022-10-01 Thread Wol
is designed to happily sit under pulseaudio. The design aim was to replace both Jack and pulseaudio but it basically just presents a sound device to the layers above, so just like you can stack block devices for disk access, you can stack jack, pulseaudio and pipewire for sound. The big diffe

[gentoo-user] Question about the ".section .note.GNU-stack," failure during compilation

2014-10-22 Thread Mat Troi
Hi, I am trying to compile GNUTLS 3.3.9 on a Solaris system with Solaris Studio 12.2 and I got a bunch of errors relating to GNU-stack. Assembler: "elf/cpuid-x86_64.s", line 59 : Syntax error Near line: ".section .note.GNU-stack,"",%progbits" Ass

Re: [gentoo-user] gcc-4.9.x and stack protection ?

2015-01-19 Thread Michael Cook
On 01/19/2015 06:09 PM, walt wrote: gcc-4.9.2 surprised me by landing on ~amd64 today, and I'm still very vague about the status of stack protection on gentoo. I seem to recall reading (somewhere) that gcc-4.9.x is needed for compiling the kernel with CONFIG_CC_STACK_PROTECTOR_STRONG so

Re: [gentoo-user] Question about the ".section .note.GNU-stack," failure during compilation

2014-10-23 Thread Alexander Kapshuk
On Thu, Oct 23, 2014 at 12:43 AM, Mat Troi wrote: > Hi, > > I am trying to compile GNUTLS 3.3.9 on a Solaris system with Solaris > Studio 12.2 and I got a bunch of errors relating to GNU-stack. > > Assembler: > "elf/cpuid-x86_64.s", line 59 : Syntax error

Re: [gentoo-user] Re: Pipewire not a dependency?

2022-10-01 Thread Michael
on't access the microphone. 🙁 > > I've got some vague feeling that pipewire is designed to happily sit > under pulseaudio. The design aim was to replace both Jack and pulseaudio > but it basically just presents a sound device to the layers above, so > just like you can

[gentoo-user] gcc-4.9.x and stack protection ?

2015-01-19 Thread walt
gcc-4.9.2 surprised me by landing on ~amd64 today, and I'm still very vague about the status of stack protection on gentoo. I seem to recall reading (somewhere) that gcc-4.9.x is needed for compiling the kernel with CONFIG_CC_STACK_PROTECTOR_STRONG so I've never tried it until tod

[gentoo-user] -fstack-clash-protection vs -fstack-check

2019-01-10 Thread Adam Carter
;s the case, but i'm not sure i understand what i'm reading. My lay person understanding is; stack-check verifies that memory is not accessed past what should be the end of the stack (based on the memory range allocated for the stack?). stack-clash-protection accesses each location iterati

Re: [gentoo-user] IPv6 not ready here; Hmmm

2011-06-08 Thread Mick
On Wednesday 08 Jun 2011 20:51:10 Paul Hartman wrote: > 2011/6/8 Volker Armin Hemmann : > > 1&1: > > > > Test mit IPv4 DNS Eintrag > > ok (0.712s) verwende ipv4 > > Test mit IPv6 DNS Eintrag > > ok (0.712s) verwende ipv6 6to4 > > Test mit Dua

Re: [gentoo-user] Question about the ".section .note.GNU-stack," failure during compilation

2014-10-23 Thread Mat Troi
.9 on a Solaris system with Solaris > > Studio 12.2 and I got a bunch of errors relating to GNU-stack. > > > > Assembler: > > "elf/cpuid-x86_64.s", line 59 : Syntax error > > Near line: ".section .note.GNU-stack,"",%progbit

Re: [gentoo-user] Re: Pipewire not a dependency?

2022-10-01 Thread Daniel Sonck
on't access the microphone. 🙁 > > I've got some vague feeling that pipewire is designed to happily sit > under pulseaudio. The design aim was to replace both Jack and pulseaudio > but it basically just presents a sound device to the layers above, so > just like you can

Re: [gentoo-user] Re: Building packages in different prefix without rebuilding system packages

2020-05-15 Thread François-Xavier Carton
On Fri, May 15, 2020 at 12:53:16PM +0200, Michael Haubenwallner wrote: > Hi François-Xavier, > > What you're after is known as "Prefix/Stack", where you have some "base" > Prefix, which's portage does manage packages in another - stacked - Prefix. >

[gentoo-user] Re: gcc-4.9.x and stack protection ?

2015-01-19 Thread walt
On 01/19/2015 03:27 PM, Michael Cook wrote: > On 01/19/2015 06:09 PM, walt wrote: >> gcc-4.9.2 surprised me by landing on ~amd64 today, and I'm still >> very vague about the status of stack protection on gentoo. >> >> I seem to recall reading (somewhere) that gcc-

Re: [gentoo-user] Re: X segfault with nvidia-drivers-295.40 on GT520

2012-05-03 Thread Raffaele BELARDI
gt; sysctl, sorry), and open up the core dump in gdb. At the very least, > you might get something interesting if the segfault happens in a stack > frame belonging to an open-source function a closed blob links to, or > if the segfault happens in a pure portion of the stack. > > (For

Re: [gentoo-user] IPv6 not ready here; Hmmm

2011-06-08 Thread Paul Hartman
2011/6/8 Volker Armin Hemmann : > 1&1: > > Test mit IPv4 DNS Eintrag > ok (0.712s) verwende ipv4 > Test mit IPv6 DNS Eintrag > ok (0.712s) verwende ipv6 6to4 > Test mit Dual Stack DNS Eintrag > ok (0.726s) verwende ipv4 > Test mit Dual Stack und grosse Pakete >

[gentoo-user] IO Failure -- Failed 'touch .unpacked' in /var/tmp/portage/

2006-10-24 Thread Rafael Alfaro
/work>>> Unpacking MesaDemos-6.5.1.tar.bz2 to /var/tmp/portage/mesa-progs-6.5.1/work touch: setting times of `/var/tmp/portage/mesa-progs-6.5.1/.unpacked': Function not implemented!!! ERROR: x11-apps/mesa-progs-6.5.1 failed.Call stack:  ebuild.sh, line 1546:   Called dyn_unpack  ebuild.s

[gentoo-user] error emerging acpiasus4

2007-01-13 Thread Bayrouni
/src/linux/include `./get_include.sh /usr/src/linux/drivers/acpi /usr/src/linux/include/acpi` -Wall -Wstrict-prototypes -fno-strict- aliasing -pipe -mpreferred-stack-boundary=2 -fomit-frame-pointer -c -o asus_core.o asus_core.c asus_core.c:1: erreur: -mpreferred-stac

Re: [gentoo-user] Asterisk - need some help

2024-02-02 Thread Thelma
S mark 5 > 0x7fe0e00339a0 -- Strict RTP learning after remote address set to: 10.0.0.110:6000 -- Executing [877@internal:1] Dial("SIP/55-0005", "IAX2/home_server:5xx7@192.168.143.1/877,30,rw") in new stack -- Called IAX2/home_server:5xx7@192.168.143.1/

[gentoo-user] emerge nano ?

2008-05-11 Thread Dani Crisan
hello, I'm trying to emerge nano but here is the message error: make: *** [all] Error 2 * * ERROR: app-editors/nano-2.1.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2033: Called die * The specific snippet of

Re: [gentoo-user] How to disable stack randomization?

2007-08-05 Thread Shaochun Wang
I got the way: sysctl -w kernel.randomize_va_space=0 Disabling stack randomization is usefull for learning. -- Shaochun Wang <[EMAIL PROTECTED]> Jabber: [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Building packages in different prefix without rebuilding system packages

2020-05-15 Thread Michael Haubenwallner
gt; compile twice. So ideally, only dependencies that are not installed > globally should be pulled in. > > I was not able to find a way of doing that, but I feel like it shouldn't > be too hard, because EPREFIX almost does what I want. Does someone know > if it's possibl

[gentoo-user] can not compile the gimp

2007-11-27 Thread Robert Spahr
[all] Error 2 * * ERROR: media-gfx/gimp-2.4.2 failed. * Call stack: * ebuild.sh, line 1762: Called dyn_compile * ebuild.sh, line 891: Called qa_call 'src_compile' * ebuild.sh, line 35: Called src_compile * environment, line 25

[gentoo-user] ghostscript fails to find Helvetica font

2012-09-27 Thread José Romildo Malaquias
Hello. Recently ghostscript stopped working on my ~amd64 system. The error message indicates it cannot find basic fonts like Times and Helvetica. $ ps2pdf a.ps Error: /invalidfont in /findfont Operand stack: Times-Italic@0 --nostringval-- Times-Italic Execution stack: %interp_exit

Re: [gentoo-user] xx used greatest stack depth: nnn bytes left

2009-06-30 Thread Duane Griffin
2009/6/30 David Shen : > Hi, > > I setup a gentoo 2008 amd 64 system, and then created my own initramfs > file. But when the initramfs is processed during boot, I got the > following message: > > exe used greatest stack depth: 6040bytes left > mdev ...(similar as above) &g

[gentoo-user] python: stack smashing attack in function sha_done()

2006-02-05 Thread ibarbu
I have this problem on emerge package and I don't know the cause. emerge --oneshot subversion Calculating dependencies ...done! >>> emerge (1 of 1) dev-util/subversion-1.3.0 to / python: stack smashing attack in function sha_done() Aborted emerge bash Calculating dependencies ...do

Re: [gentoo-user] problem compiling glibc

2005-11-11 Thread Richard Fish
> On Thu, 2005-11-10 at 13:57 +0200, Vesselin Mladenov wrote: > > > cc1: error: unrecognized option `-fno-stack-protector' > > > gcc (GCC) 3.3.6 (Gentoo 3.3.6) -fno-stack-protector was added in gcc 3.4, which is still keyworded ~x86. Can you try to isolate which o

[gentoo-user] Re: "stack-protector-strong" option results in gcc error

2014-09-23 Thread Nikos Chantziaras
On 23/09/14 11:54, Walter Dnes wrote: On Tue, Sep 23, 2014 at 09:16:42AM +0300, Alexander Kapshuk wrote Looks like support for '-fstack-protector-strong' was implemented in more recent versions of gcc. The the URL below for details: https://securityblog.redhat.com/tag/stack

[gentoo-user] psnup vs. dvips

2021-10-30 Thread karl
9.53.3: Unrecoverable error, exit code 1 in PStoPSmatrix Operand stack: --dict:101/200(L)-- PStoPSxform Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1

Re: [gentoo-user] can't get accelerated opengl renderer ati radeon xpress 200M

2010-04-12 Thread Tony Miller
compiled X stack. It shouldn't be interfering with running the portage installed X stack, but I should make sure to be completely certain. > Have you followed the Hardware Acceleration Guide's Kernel config > directions? > > I've got the: > > Processor type and f

RE: [gentoo-user] ath5k in the kernel - where is it?

2008-10-15 Thread Adam Carter
Location: Device Drivers ---> [*] Network device support ---> Wireless LAN ---> Atheros 5xxx wireless cards support You also need; Networking ---> Wireless ---> Improved wireless configuration API Generic IEEE 802.11 Networking Stack (mac80

[gentoo-user] no Affix bluetooth protocol stack on gentoo?

2007-01-15 Thread Gabriel Rossetti
Hello, is there a reason (other than no one having created an ebuild) that the Affix bluetooth protocol stack is not in portage? I know there is Bluez, but it seams not to work as well with symbian os based smartphones. Thank you, Gabriel -- gentoo-user@gentoo.org mailing list

[gentoo-user] Can't build wine

2006-04-20 Thread Justin Hart
Anybody know what this error is about? I can't seem to build wine. i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include -DINCLUDEDIR="\"/usr/include/wine\"" -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -march=pent

[gentoo-user] ebuild to fix bug in XFCE window manager xfwm4 4.6.1

2009-07-26 Thread Grant Edwards
xfwm 4.6 introduced a rather nasty "feature" for users of certain window manager configurations: new windows are created at the bottom of the "stack" (underneath existing windows). This is pretty annoying for several reasons: * Everytime you start a new app, you have to go di

Re: [gentoo-user] ghostscript fails to find Helvetica font

2012-10-01 Thread Joseph
On 09/27/12 22:42, José Romildo Malaquias wrote: Hello. Recently ghostscript stopped working on my ~amd64 system. The error message indicates it cannot find basic fonts like Times and Helvetica. $ ps2pdf a.ps Error: /invalidfont in /findfont Operand stack: Times-Italic@0 --nostringval

[gentoo-user] Re: ghostscript fails to find Helvetica font

2012-10-01 Thread José Romildo Malaquias
t in /findfont > Operand stack: >Times-Italic@0 --nostringval-- Times-Italic > Execution stack: >%interp_exit .runexec2 --nostringval-- --nostringval-- > --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- > --nostringval-- false 1 %

Re: [gentoo-user] python: stack smashing attack in function sha_done()

2006-02-05 Thread Max Lorenz
Hi, On 2/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have this problem on emerge package and I don't know the cause. > > emerge --oneshot subversion > Calculating dependencies ...done! > >>> emerge (1 of 1) dev-util/subversion-1.3.0 to / > pyt

Re: [gentoo-user] "stack-protector-strong" option results in gcc error

2014-09-23 Thread Walter Dnes
On Tue, Sep 23, 2014 at 09:16:42AM +0300, Alexander Kapshuk wrote > > Looks like support for '-fstack-protector-strong' was implemented in > more recent versions of gcc. The the URL below for details: > > https://securityblog.redhat.com/tag/stack-protector/ Thanks

[gentoo-user] Can't emerge apache

2008-01-18 Thread Mike Diehl
irectory `/var/tmp/portage/dev-libs/apr-1.2.11/work/apr-1.2.11' make: *** [all-recursive] Error 1 * * ERROR: dev-libs/apr-1.2.11 failed. * Call stack: * ebuild.sh, line 1701: Called dyn_compile * ebuild.sh, line 1039: Called qa_call 'src_compile' *

[gentoo-user] portage update problems due to sane-backends

2007-11-15 Thread Jeff Cranmer
** No rule to make target `libsane-hpaio.la', needed by `all'. Stop. make[1]: Leaving directory `/var/tmp/portage/media-gfx/sane-backends-1.0.18-r4/work/sane-backends-1.0.18/backend' make: *** [all-recursive] Error 1 * * ERROR: media-gfx/sane-backends-1.0.18-r4 f

[gentoo-user] can not compile the gimp - more complete error message

2007-11-27 Thread Robert Spahr
ommon' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/media-gfx/gimp-2.4.2/work/gimp-2.4.2/plug -ins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/media-gfx/gimp-2.4.2/work/gimp-2.4.2' make: *** [all

Re: [gentoo-user] "stack-protector-strong" option results in gcc error

2014-09-23 Thread Rich Freeman
the strong > version. Ironically enough, your last sentence overflowed my parsing stack. :) -- Rich

[gentoo-user] ghostscript / a2ps Courier invalidfont

2010-03-29 Thread Helmut Jarausch
Hi, having emerged app-text/ghostscript-gpl-8.71-r2 ghostscript bails out for a postscript file which was generated by a2ps containing /fCourier ISO-8859-1Encoding /Courier reencode_font which causes a ghostscript error: Error: /invalidfont in /findfont Operand stack: iso1dict fCourier

Re: [gentoo-user] ghostscript fails to find Helvetica font

2012-10-01 Thread Daniel Wagener
On Thu, 27 Sep 2012 22:42:26 -0300 José Romildo Malaquias wrote: > Hello. > > Recently ghostscript stopped working on my ~amd64 system. The error > message indicates it cannot find basic fonts like Times and Helvetica. > > > $ ps2pdf a.ps > Error: /invalidfont in /

[gentoo-user] viewer for "ps" postscript files

2021-12-23 Thread thelma
error: yajhfc.file.FileConverter$ConversionException: Non-zero exit code of GhostScript (1): Error: /undefined in .setpdfwrite Operand stack: Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval

[gentoo-user] pdf error

2007-06-21 Thread Squall Liu
Hey guys I have met a problems , that when I open the pdf file , the kde show a error message : I had tried to remerge xpdf , Adobe Reader , it's useless . and the error is still at here -_-!.. Unknown device: x11 Unrecoverable error: underfined in .uninstallpagedevice > Opera

[gentoo-user] Rather ugly portage output today...

2012-06-02 Thread Mark Knecht
c2stable ~ # emerge -fDuN @world Calculating dependencies \ * ERROR: sys-devel/gcc-4.5.3-r2 failed (depend phase): * EXPORT_FUNCTIONS: toolchain_pkg_prerm is not defined * * Call stack: * ebuild.sh, line 541: Called source '/usr/portage/sys-devel/gcc/gcc-4.5.3-r2.e

[gentoo-user] Re: emerge nano ?

2008-05-11 Thread Anno v. Heimburg
Dani Crisan wrote: > * If you need support, post the topmost build error, and the call stack if > relevant. Um... since you seem to need support, could you please post the topmost build error, and the call stack of relvant? "make: *** [all] Error 2" is the bottommost buil

[gentoo-user] xx used greatest stack depth: nnn bytes left

2009-06-30 Thread David Shen
Hi, I setup a gentoo 2008 amd 64 system, and then created my own initramfs file. But when the initramfs is processed during boot, I got the following message: exe used greatest stack depth: 6040bytes left mdev ...(similar as above) lvm ...(similar as above) The system could boot, but I am

Re: [gentoo-user] can't install ati-drivers

2006-07-25 Thread Ptitjack
StefĂĄn IstvĂĄn a gentiment tapote: > !!! ERROR: x11-drivers/ati-drivers-8.21.7-r1 failed. > Call stack: > ebuild.sh, line 1539: Called dyn_install > ebuild.sh, line 1013: Called src_install > ati-drivers-8.21.7-r1.ebuild, line 182: Called linux-mod_src_install > linu

Re: [gentoo-user] Can't emerge apache

2008-01-26 Thread Mike Diehl
make[1]: *** [libapr-1.la] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/dev-libs/apr-1.2.11/work/apr-1.2.11' > make: *** [all-recursive] Error 1 > * > * ERROR: dev-libs/apr-1.2.11 failed. > * Call stack: > * ebuild.sh, line 1701: Called dyn_compile

Re: [gentoo-user] net-wireless/zd1211 -> configuring kernel

2008-02-07 Thread Arnau Bria
(NET [=y]) │ │ -> Wireless │ │ -> Generic IEEE 802.11 Networking Stack (IEEE80211 [=y])

[gentoo-user] Re: emerge ruby fails

2008-02-15 Thread Thufir
/var/tmp/portage/dev-ruby/rails-2.0.2/image/ category dev-ruby ERROR: While executing gem ... (RuntimeError) Error instaling /var/tmp/portage/dev-ruby/rails-2.0.2/distdir/ rails-2.0.2: rails requires rake >= 0.7.2 * * ERROR: dev-ruby/rails-2.0.2 failed. * Call stack: *

Re: [gentoo-user] can not compile the gimp - more complete error message

2007-11-27 Thread Marcin Dzierzkowski
make[1]: Leaving directory > `/var/tmp/portage/media-gfx/gimp-2.4.2/work/gimp-2.4.2' > make: *** [all] Error 2 > * > * ERROR: media-gfx/gimp-2.4.2 failed. > * Call stack: > * ebuild.sh, line 1762: Called dyn_compile > * ebuild.sh, line 891:

Re: [gentoo-user] Can't build wine

2006-04-20 Thread Matthias Langer
On Thu, 2006-04-20 at 03:12 -0400, Justin Hart wrote: > Anybody know what this error is about? I can't seem to build wine. > > i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include > -DINCLUDEDIR="\"/usr/include/wine\"" -Wall -pipe > -mpreferr

[gentoo-user] mono and stale files.

2018-03-03 Thread Alan Grimes
oleDriver.CreateTermInfoDriver (System.String term) [0x0] in :0   at System.ConsoleDriver..cctor () [0x0004d] in :0    --- End of inner exception stack trace ---   at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x7] in :0   at System.Con

Re: [gentoo-user] Can I safely switch (no)multilib profile???

2023-04-17 Thread Walter Dnes
-doc -gd -hash-sysv-compat -headers-only (-multilib*) -multilib-bootstrap -nscd -perl% -profile (-selinux) (-stack-realign*) -suid -systemd -systemtap -test (-vanilla)" 0 KiB The forced (multilib) flag has changed to forced (-

[gentoo-user] emerge Squeak fails misteriously

2007-11-08 Thread Rafael Barrera Oro
Hello people, i have a problem i don't know hoy to approach. When i try to emerge Squeak, it fails throwing the following error message: * * ERROR: dev-lang/squeak-3.9.7 failed. * Call stack: * ebuild.sh, line 1701: Called dyn_compile * ebuild.sh, line 1039: C

[gentoo-user] install of vbox guest-additions failing

2017-07-09 Thread Harry Putnam
-I./include -I./arch/x86/include/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89

Re: [gentoo-user] [SOLVED]Does gcc 11.3 need a special/new kernel version?

2022-06-06 Thread Matthias Hanft
I wrote: > > I have also found https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827 > and made "ulimit -s 32768" (instead of 8192), but to no avail. "ulimit -s 32768" doesn't work. "ulimit -s 65535" doesn't work either. "ulimit -s unlimited

Re: [gentoo-user] python stack smashing attack

2006-02-27 Thread Richard Fish
On 2/27/06, El Nino <[EMAIL PROTECTED]> wrote: > yesterday i sync my portage. but after it completed i can't compile > some applications, its always saying following error. please help me > to solv this. i sync the portage today but still same result. > > python: stack s

Re: [gentoo-user] Vmware 1.0.9 emerge problem

2009-09-04 Thread Nick Khamis
Hello Everyone, I moddified the "CONFIG_UNUSED_SYMBOLS" paramter and when trying to emerge vmware-server I am presented with another error: * * ERROR: app-emulation/vmware-modules-1.0.0.15-r2 failed. * Call stack: * ebuild.sh, line 49: Called s

Re: [gentoo-user] Vmware 1.0.9 emerge problem

2009-09-04 Thread Nick Khamis
Hello Everyone, I moddified the "CONFIG_UNUSED_SYMBOLS" paramter and when trying to emerge vmware-server I am presented with another error: * * ERROR: app-emulation/vmware-modules-1.0.0.15-r2 failed. * Call stack: * ebuild.sh, line 49: Called s

[gentoo-user] Another error when emerging kdelibs-4.1.3-r1

2008-11-17 Thread Rafael Barrera Oro
] Error 2 * * ERROR: kde-base/kdelibs-4.1.3-r1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3119: Called kde4-base_src_compile * environment, line 2361: Called kde4-base_src_make * environment, line

[gentoo-user] Exclude package from emerge world ?

2007-01-15 Thread Jean-Baptiste Mestelan
Hello. I am trying to emerge -uD world and getting an error on app-emulation/wine-20050930 (error stack is below, if YOU can decipher it;). wine- builds fine, but emerge world insists on building 20050930, and I am not too sure why ? Probably some other package depends on 20050930, but how

Re: [gentoo-user] Can't build wine

2006-04-20 Thread Justin Hart
can't seem to build wine. > > > > i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include > > -DINCLUDEDIR="\"/usr/include/wine\"" -Wall -pipe > > -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ > > -Wpointer-arith -march=pentium4 -

Re: [gentoo-user] gcc upgrade: openldap/perl error...

2006-09-05 Thread Jarry
d) 1157483055: *** terminating. - more /var/log/portage/3714-openldap-2.3.24-r1.log !!! ERROR: net-nds/openldap-2.3.24-r1 failed. Call stack: ebuild.sh, line 1555: Called dyn_setup ebuild.sh, line 668: Called pkg_setup openldap-2.3.24-r1.ebuild, line 152: Called die !!! You must have a

Re: [gentoo-user] "stack-protector-strong" option results in gcc error

2014-09-22 Thread Alexander Kapshuk
On Tue, Sep 23, 2014 at 5:49 AM, Walter Dnes wrote: > I did an emerge update just now, and figured it was time to jump to > the latest stable kernel (3.14.16). I ran "make oldconfig". Amongst > the new features, I selected "stack-protector-strong". When trying

Re: [gentoo-user] Does (-win32codecs) mean Slots?

2005-07-14 Thread Edward Catmur
t yet :) USE flag masking is controlled by use.mask, which is a standard stackable profile file; as with package.mask, the masked USE flags are generated by combining use.mask from all the directories in the profile stack; but unlike package.mask, which is counteracted by package.unmask, the way to

[gentoo-user] can't compile kernel

2006-07-02 Thread Sven Köhler
if [ `echo -n "2.6.17.3 .file null .ident GCC:(GNU)4.1.1(Gentoo4.1.1) .section .note.GNU-stack,,@progbits" | wc -c ` -gt 64 ]; then echo '"2.6.17.3 .file null .ident GCC:(GNU)4.1.1(Gentoo4.1.1) .section .note.GNU-stack,,@progbits" exceeds 64 characters' >&2; exit 1;

Re: [gentoo-user] python: stack smashing attack

2006-01-20 Thread Richard Fish
On 1/20/06, El Nino <[EMAIL PROTECTED]> wrote: > Dear my friends, > > i just try to issue '#emerge -e world' but it stoped by giving > following error... please help me to solve this problem. There are a few bug reports of "stack smashing" problems on bugs.

[gentoo-user] spca5xx

2007-03-09 Thread Ted Ozolins
Searching Google I take it that the "spca5xx" under kernel 2.6.19-gentoo-r5 is still a no go? Anyone know of a work-around? !!! ERROR: media-video/spca5xx-20060501-r2 failed. Call stack: ebuild.sh, line 1614: Called dyn_compile ebuild.sh, line 971: Called qa_call &#

Re: [gentoo-user] pdf error

2007-06-21 Thread [EMAIL PROTECTED]
7;s useless . and the error is still at here -_-!.. > Unknown device: x11 > > Unrecoverable error: underfined in .uninstallpagedevice > > > Operand stack: > > > > > > defaultdevice > > > > Unknown device: x11 > > Unrecovera

Re: [gentoo-user] IPv6 not ready here; Hmmm

2011-06-08 Thread Volker Armin Hemmann
On Tuesday 07 June 2011 20:27:45 Dale wrote: 1&1: Test mit IPv4 DNS Eintrag ok (0.712s) verwende ipv4 Test mit IPv6 DNS Eintrag ok (0.712s) verwende ipv6 6to4 Test mit Dual Stack DNS Eintrag ok (0.726s) verwende ipv4 Test mit Dual Stack und grosse Pa

[gentoo-user] emerge - system error

2006-07-21 Thread James Lockie
checking size of long double... configure: error: cannot compute sizeof (long double), 77 See `config.log' for more details. !!! ERROR: sys-libs/glibc-2.3.6-r4 failed. Call stack: ebuild.sh, line 1539: Called dyn_compile ebuild.sh, line 939: Called src_compile glibc-2.3.6-r4.ebuild,

[gentoo-user] gcc upgrade: openldap/perl error...

2006-09-04 Thread Jarry
Hi, I tried to upgrade my gcc, but failed while doing "emerge -eav world" with this error-message: !!! ERROR: net-nds/openldap-2.3.24-r1 failed. Call stack: ebuild.sh, line 1555: Called dyn_setup ebuild.sh, line 668

Re: [gentoo-user] viewer for "ps" postscript files

2021-12-23 Thread thelma
cript" support, enable it solved the problem with evince but hylafax viewer "YajHFC" still has a problem viewing PS files. Before upgrade I was able to view PS files with evince. Now I'm getting strange output: yajhfc.file.FileConverter$ConversionException: Non-zero exit cod

[gentoo-user] emerge portage error

2010-05-16 Thread Simon
y removed in Python 3. You should use external, still maintained "bsddb3" * module provided by dev-python/bsddb3 which supports both Python 2 and Python 3. * * ERROR: dev-lang/python-2.5.4-r4 failed. * Call stack: *ebuild.sh, line 49: Called pkg_setup * python-2.5

Re: [gentoo-user] KDE 4.0.0

2008-01-21 Thread pu stshine
Hi,everyone,I wanted to install KDE4 and meet a problem like this : emerge kde Linking CXX shared module ../../../../lib/kcm_kwinoptions.so [ 45%] Built target kcm_kwinoptions make: *** [all] Error 2 * * ERROR: kde-base/kdebase-4.0.0 failed. * Call stack: * ebuild.sh, line 1701

[gentoo-user] Ant-Core Failed Build due to Sun-SDK?

2008-01-31 Thread Keith R.
t-1.7.0 ... ... Bootstrapping Ant Distribution ... Compiling Ant Classes /opt/sun-jdk-1.6.0.04/bin/javac: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory ... Failed compiling Ant classes ! Bootstrap FAILED * * ERROR: dev-java/ant-core-1.7.0

Re: [gentoo-user] emerge -av mysql

2008-04-07 Thread Webhost Blackgate
-db/mysql-5.0.44-r1/work/mysql/sql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-db/mysql-5.0.44-r1/work/mysql' make: *** [all] Error 2 * * ERROR: dev-db/mysql-5.0.44-r1 failed. * Call stack: * ebuild.sh, line 1654: Called dyn_compile *

Re: [gentoo-user] emerge -av mysql

2008-04-07 Thread Kaushal Shriyan
ake[1]: Leaving directory `/var/tmp/portage/dev-db/mysql-5.0.44-r1/work/mysql' make: *** [all] Error 2 * * ERROR: dev-db/mysql-5.0.44-r1 failed. * Call stack: * ebuild.sh, line 1654: Called dyn_compile * ebuild.sh, line 990: Called qa_call 'src_compile' * ebuild.sh, line

[gentoo-user] cannot compile eclipse-ecj using gcj

2008-10-03 Thread Andrey Vul
cter for encoding 'UTF-8'. // JLS 3 §8.4.5: more are accepted, with an unchecked conversion ^ 1 error * * ERROR: dev-java/eclipse-ecj-3.4-r2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3838:

[gentoo-user] mono broken?

2018-03-01 Thread Alan Grimes
rmInfoDriver..ctor (System.String term) [0x00055] in :0   at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x0] in :0   at System.ConsoleDriver..cctor () [0x0004d] in :0    --- End of inner exception stack trace ---   at System.Console.SetupStreams (System.Text.Encoding inputEncodin

Re: [gentoo-user] mono broken?

2018-03-02 Thread R0b0t1
[0x00028] in :0 > at System.TermInfoReader..ctor (System.String term, System.String > filename) [0x0005f] in :0 > at System.TermInfoDriver..ctor (System.String term) [0x00055] in > :0 > at System.ConsoleDriver.CreateTermInfoDriver (System.String term) > [0x0] in :0 >

Re: [gentoo-user] mono and stale files.

2018-03-04 Thread Stefan Schmiedl
System.TermInfoDriver..ctor (System.String term) [0x00055] in > :0 > at System.ConsoleDriver.CreateTermInfoDriver (System.String term) > [0x0] in :0 > at System.ConsoleDriver..cctor () [0x0004d] in > :0 >--- End of inner exception stack trace --- > at System.Cons

Re: [gentoo-user] Problems booting vanilla kernel 4.1.x

2015-08-25 Thread Alexander Kapshuk
ntation/RCU/stallwarn.txt:104,109 If the CONFIG_RCU_CPU_STALL_INFO kernel configuration parameter is set, more information is printed with the stall-warning message, for example: INFO: rcu_preempt detected stall on CPU 0: (63959 ticks this GP) idle=241/3fff/0 softirq=82/543

Re: [gentoo-user] from Firefox52: NO pure ALSA?, WAS: Firefox 49.0 & Youtube... Audio: No

2016-12-18 Thread Andrej Rode
gt; obsolete or have to change their dependencies all the time. But if a > business is targeting specific parts of the stack, replacing it with > theirs, and urging others to depend on their new stack, it's blatantly > obvious that they're not interested in collaboration or playi

[gentoo-user] Error while compiling python

2008-04-23 Thread Net Warrior
: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-python/pygtk-2.12.0/work/pygtk-2.12.0' make: *** [all] Error 2 * * ERROR: dev-python/pygtk-2.12.0 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 25

[gentoo-user] virtualbox-ose build failed

2008-08-31 Thread pat
Hello, I'm trying to build virtualbox-ose, but it fails :-( I've googled but without luck. Error message is: Checking for Qt4 uic3: ** not found! * * ERROR: app-emulation/virtualbox-ose-1.6.4 failed. * Call stack: * ebuild.sh, line 49: Called s

Re: [gentoo-user] Program for Sound Recording of Church Services

2007-01-22 Thread b.n.
to change your software stack if the one you used works? Just install it on the new machine (if it's really needed to change the machine). Or are you having problems with the current software stack? I also suspect you don't even need audacity, you could do everything from the co

Re: [gentoo-user] "stack-protector-strong" option results in gcc error

2014-09-23 Thread J. Roeleveld
> > > >... > > > > I think it's not even that unlikely that you don't even want the strong > > version. > > Ironically enough, your last sentence overflowed my parsing stack. :) > > -- > Rich I am guessing: " I think it is not unlikely tha

[gentoo-user] KDE 4.0 and dbus compile error

2008-01-22 Thread Dale
] > * checking strigi-0.5.7.tar.bz2 ;-) > ... [ ok ] > > * You are building Strigi with qt4 but without dbus. > * Strigiclient needs dbus to detect a running Strigi daemon. > * Please enable both qt4 and dbus. > > * > * ERROR: app-misc/strigi-0.5.7 failed. &g

Re: [gentoo-user] "stack-protector-strong" option results in gcc error

2014-09-23 Thread Hinnerk van Bruinehsen
ognized command line option '-fstack-protector-strong' > > make[1]: *** [kernel/bounds.s] Error 1 > > make: *** [prepare0] Error 2 > > > > I switched stack-protector to "regular", and it built OK. I rebooted > > into it, and it works OK. > > >

  1   2   3   4   5   6   7   8   9   10   >