[arch-general] opendmarc / opendkim - suggestion

2015-02-18 Thread Genes Lists
opendkim is in community repo. dmarc and dkim are now in broad use by the major internet mail companies (google, yahoo, microsoft, etc). If a maintainer is willing, it would makes sense to move opendmarc from AUR to community as well. For those who may not know, while dkim cryptographic

[arch-general] Maybe bug in glibc

2015-02-18 Thread Klaus
Hi, my firefox and seamonkey have been segfaulting for a month or so. Running the software with gdb produces the following errors: Firefox: Program received signal SIGSEGV, Segmentation fault. 0x77de6567 in _dl_relocate_object () from /lib64/ld-linux-x86-64.so.2 Seamonkey: Program rec

Re: [arch-general] Maybe bug in glibc

2015-02-18 Thread Anatol Pomozov
Hi On Wed, Feb 18, 2015 at 12:55 PM, Klaus wrote: > Hi, > > my firefox and seamonkey have been segfaulting for a month or so. > > Running the software with gdb produces the following errors: > > Firefox: > Program received signal SIGSEGV, Segmentation fault. > 0x77de6567 in _dl_relocate_

Re: [arch-general] Maybe bug in glibc

2015-02-18 Thread Klaus
Anatol Pomozov schrieb: > Hi > > On Wed, Feb 18, 2015 at 12:55 PM, Klaus wrote: > > Hi, > > > > my firefox and seamonkey have been segfaulting for a month or so. > > > > Running the software with gdb produces the following errors: > > > > Firefox: > > Program received signal SIGSEGV, Segmentatio

Re: [arch-general] Maybe bug in glibc

2015-02-18 Thread Anatol Pomozov
Hi On Wed, Feb 18, 2015 at 1:43 PM, Klaus wrote: > Anatol Pomozov schrieb: >> Hi >> >> On Wed, Feb 18, 2015 at 12:55 PM, Klaus wrote: >> > Hi, >> > >> > my firefox and seamonkey have been segfaulting for a month or so. >> > >> > Running the software with gdb produces the following errors: >> >

Re: [arch-general] Maybe bug in glibc

2015-02-18 Thread Neven Sajko
You can use '-ggdb -fvar-tracking-assignments -fno-omit-frame-pointer', although with -g instead of -ggdb if it wouldn't be meant for GDB only. If you're compiling with makepkg I think the glibc package requires special handling with regards to stripping of debugging symbols, you may need to read