[gentoo-user] Bug in spidermonkey?

2013-02-07 Thread Elias Diem
Hello all I'm encountering a bug when emerging spidermonkey. The output from build.log is attached. If you need more info, please tell me so. Thanks. -- Greetings Elias  * Package:dev-lang/spidermonkey-1.8.5-r1  * Repository: gentoo  * [39;

Re: [gentoo-user] Bug in spidermonkey?

2013-02-07 Thread Elias Diem
Hi Nilesh On 2013-02-07, Nilesh Govindrajan wrote: > Seems like one. Try compiling an older version? I'm about to try. I will report back. -- Greetings Elias

Re: [gentoo-user] Re: Bug in spidermonkey?

2013-02-08 Thread Elias Diem
Hi Walt On 2013-02-07, walt wrote: > Any time perl is involved in a bug I suggest running 'perl-cleaner'. May not > help, but it couldn't hurt :) Unfortunately it didn't help... -- Greetings Elias

Re: [gentoo-user] Bug in spidermonkey?

2013-02-08 Thread Elias Diem
On 2013-02-07, Nilesh Govindrajan wrote: > Seems like one. Try compiling an older version? Actually I can compile version 1.7.0 But: When I want to update world, it needs (I think) version 1.8.5-r1 -- Greetings Elias

Re: [gentoo-user] Re: Bug in spidermonkey?

2013-02-09 Thread Elias Diem
Hi Walt On 2013-02-08, walt wrote: > I just built 1.8.5-r1 on my ~amd64 machine without errors, and I have 1.8.5-r4 > already installed. Can you unmask and compile r4 just as a test? I tried the r4 version but it failed the same way. > BTW, in your build log I see "waiting for unfinished jobs

Re: [gentoo-user] Bug in spidermonkey?

2013-02-11 Thread Elias Diem
Hi there Well I did reinstall my whole system but without luck. Emerging gnome-light showed the very same error when compiling spidermonkey. Then I thought I will install awesome, because it does not need spidermonkey. But the same problem here when compiling awesome. `Illegal statement' in t

Re: [gentoo-user] Bug in spidermonkey?

2013-02-11 Thread Elias Diem
On 2013-02-12, Elias Diem wrote: > `Illegal statement' in the build.log. The above should read `Illegal instruction'. -- Greetings Elias

Re: [gentoo-user] Bug in spidermonkey? SOLVED!!

2013-02-21 Thread Elias Diem
Hello there Just for the record: I was able to solve the problem!! I created a separate environment file in /etc/portage/env. The content of this file is: -8<--- CFLAGS="-pipe " CXXFLAGS="${CFLAGS} " MAKEOPTS="-j1 " -8<--- The CFLAGS n

[gentoo-user] Which Radeon Firmware?

2013-11-11 Thread Elias Diem
Hi all I've got a Radeon graphics card and I don't know which firmware to use. My model doesn't seem to be listed on https://wiki.gentoo.org/wiki/Radeon#Firmware Here is the output from lspci: 00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Trinity [Radeon HD 7560D]

Re: [gentoo-user] Which Radeon Firmware?

2013-11-11 Thread Elias Diem
Hi Bruce On 2013-11-11, Bruce Hill wrote: > If you have CONFIG_DRM_RADEON=m, and > CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware/", then the kernel will pick the > right firmware automatically, without having to name the microcode in > CONFIG_EXTRA_FIRMWARE at all. Yes, thank you. It worked. > Buil

[gentoo-user] uzbl

2013-12-06 Thread Elias Diem
Hello there I've got a problem with uzbl, a web browser. The install works fine. I can also start the program. However it seems that uzbl doesn't want to listen to any keystrokes I type. For example 'o' to open an URL does nothing. Is anybody else here using uzbl and can help me with the pro

Re: [gentoo-user] uzbl

2013-12-06 Thread Elias Diem
Hi Tim On 2013-12-06, Tim Millican wrote: > I had the exact same problem when I switched, but its a pretty easy fix. > UZBL is written to use Python 2, so you either have to set that as your > default > in `eselect python`, or change the shebang at the top of > /usr/bin/uzbl-event-manager > to

Re: [gentoo-user] uzbl

2013-12-06 Thread Elias Diem
On 2013-12-06, Tim Millican wrote: > I had the exact same problem when I switched, but its a pretty easy fix. > UZBL is written to use Python 2, so you either have to set that as your > default > in `eselect python`, or change the shebang at the top of > /usr/bin/uzbl-event-manager > to explici

Re: [gentoo-user] uzbl

2013-12-06 Thread Elias Diem
Or this: https://bugs.gentoo.org/show_bug.cgi?id=490348 -- Greetings Elias

Re: [gentoo-user] uzbl

2013-12-09 Thread Elias Diem
Hi Walter On 2013-12-08, Walter Dnes wrote: > Believe me, you will want uzbl-tabbed, not uzbl-browser. Yes indeed. I use uzbl-tabbed now. > There is a mailing list at Thanks for the info. -- Greetings Elias

[gentoo-user] D and Gentoo

2014-01-12 Thread Elias Diem
Hi all What's the best way to have a D compiler in Gentoo? I know that there is a USE flag for gcc which adds D, but apparently it doesn't work. -- Greetings Elias

Re: [gentoo-user] Re: D and Gentoo

2014-01-13 Thread Elias Diem
On 2014-01-12, walt wrote: > I know absolutely nothing about D, which makes me qualified to ask > how you can tell if the 'd' useflag is working or not ;) Hehe. Good question. Well I enabled this USE flag for gcc but I don't have an executable that starts with gcc... gdc... And furthermore i

Re: [gentoo-user] Re: D and Gentoo

2014-01-13 Thread Elias Diem
Hi Pavel On 2014-01-13, Pavel Kazakov wrote: > According to 'euse -i d', the 'd' flag only shows up for > '=sys-devel/gcc-3.4.6-r2' and '=sys-devel/gcc-4.1.2'. I'm assuming you > are using a newer version of gcc that doesn't have the d use flag. Indeed. Thank you for the explanation. -- Gree

Re: [gentoo-user] D and Gentoo

2014-02-08 Thread Elias Diem
Hi there Just for the records. I finally managed to build GCC with D support myself (without using the overlay). What I did: - Download and enpack a tar for GCC 4.8.2 - Clone the git repo from gdcproject.org - Check out the appropriate branch in the git repo - Run the setup-gcc.sh script -

Re: [gentoo-user] troubles with mutt+gnupg

2014-05-01 Thread Elias Diem
Hi Michael On 2014-04-27, Michael Mair-Keimberger wrote: > > > Any ideas whats wrong here? Unfortunately no. But you may try the mutt mailing list. It's at mutt-us...@mutt.org -- Greetings Elias

[gentoo-user] Maybe bug? (glibc related?)

2015-12-21 Thread Elias Diem
Hi I just got the following while running Vim's testsuite. *** buffer overflow detected ***: vim terminated; report to Makefile:151: recipe for target 'af.ck' failed make[2]: *** [af.ck] Killed The compiler gave me the following warning. gcc -c -I. -Iproto -DHAVE_C

Re: [gentoo-user] Maybe bug? (glibc related?)

2015-12-29 Thread Elias Diem
Hi lee On 2015-12-29, lee wrote: > Elias Diem writes: > > > Hi > > > > I just got the following while running Vim's testsuite. > > > > > > *** buffer overflow detected ***: vim terminated; report to > > <http://bugs.gentoo.org/> &g

Re: [gentoo-user] Maybe bug? (glibc related?)

2015-12-30 Thread Elias Diem
Hi lee On 2015-12-29, lee wrote: > When you perform a strcpy() and overflow the destination buffer, you are > supposed to experience a segmentation fault. It shouldn't matter > whether you run a hardened profile or not for detecting these. Ok. Thanks for the explanation. > I imagine it was dis

Re: [gentoo-user] Maybe bug? (glibc related?)

2016-01-01 Thread Elias Diem
Hi lee On 2015-12-30, lee wrote: > Elias Diem writes: > > >> Whether this is a bug or not depends on what you're supposed to expect, > >> which I don't know. If someone would run the test suite on a > >> non-hardened profile and got the same