Re: [gentoo-user] HTML emails

2016-08-17 Thread Stroller
> On 16 Aug 2016, at 17:24, Michael Mol wrote: > > > So, here's my crontab entry. It's not necessarily the most efficient, but > since I'm not around to wait on it, I don't really care; it works. > > 0 18 * * * /usr/bin/eix-sync >/dev/null; /usr/bin/glsa-check --list ; > /usr/sbin/perl-clea

Re: [gentoo-user] llvm / clang compile error

2016-08-17 Thread Silvio Siefke
On Tue, 16 Aug 2016 21:40:40 -0400 Fernando Rodriguez wrote: Hi, > If you havent, try disabling ccache to rule that out. i have do now. Same mistake. Same error message. Silvio pgp0yrcGvf49z.pgp Description: PGP signature

[gentoo-user] 2000 emails - printing, sorting by date

2016-08-17 Thread Stroller
As a professional matter, I have about 2000 email messages that I want to share with someone. I can find them all by grepping my Maildir for the email address (to and from) somen...@domain.com. The person receiving them will probably not read every email, but this allows me to be totally open.

Re: [gentoo-user] llvm / clang compile error

2016-08-17 Thread james
On 08/16/2016 04:43 PM, Silvio Siefke wrote: Please submit a full bug report Seems like a good recommendation. Also, once the bug is filed, you can provide all the details in the bug report and reference those details in your gentoo-user threads. That way the gentoo-user thread can focus on a

Re: [gentoo-user] llvm / clang compile error

2016-08-17 Thread siefke_lis...@web.de
On Wed, 17 Aug 2016 08:36:12 -0400 james wrote: Okay i will open Bug Report. But can it be that the memory / swap is to small? cat /proc/meminfo MemTotal:2024472 kB cat /proc/swaps FilenameTypeSizeUsedPriority /dev/sda2 partition 2046972 1741732

Re: [gentoo-user] 2000 emails - printing, sorting by date

2016-08-17 Thread Daniel Quinn
I’m a Python guy, so my answer to this would be "use Python" :-) [The ReportLab library](https://www.reportlab.com/docs/reportlab-userguide.pdf) is extremely powerful and can be used to generate a PDF for every email or a pdf for all emails. I've not used it myself, but I hear it's very good.

Re: [gentoo-user] llvm / clang compile error

2016-08-17 Thread siefke_lis...@web.de
On Wed, 17 Aug 2016 08:36:12 -0400 james wrote: > On 08/16/2016 04:43 PM, Silvio Siefke wrote: > > Please submit a full bug report https://bugs.gentoo.org/show_bug.cgi?id=591514 Silvio

Re: [gentoo-user] llvm / clang compile error

2016-08-17 Thread james
On 08/17/2016 10:24 AM, siefke_lis...@web.de wrote: On Wed, 17 Aug 2016 08:36:12 -0400 james wrote: On 08/16/2016 04:43 PM, Silvio Siefke wrote: Please submit a full bug report https://bugs.gentoo.org/show_bug.cgi?id=591514 Silvio Reading the bug, here is a request for specific info::

[gentoo-user] Can't create valid btrfs on NVMe

2016-08-17 Thread Neil Bothwick
I'm putting together a new desktop using a Samsung SM951 NVMe drive. I booted sysrescd, partitioned the drive and ran mkfs.btrfs /dev/nvme0n1p3 mount /dev/nvme0n1p3 /mnt/custom df -T, mount and findmnt all show this is mounted as a btrfs filesystem, e.g. /dev/nvme0n1p3 on /mnt/custom type btrfs

[gentoo-user] XOrg / XRanR segfault starting X

2016-08-17 Thread Dave Trombley
Hi all! New to Gentoo, just followed the handbook install for amd64 and then for XOrg. I'm seeing the server segfault on 'startx'. Here is the console output (and I've attached the logfile). X.Org X Server 1.17.4 Release Date: 2015-10-28 X Protocol Version 11, Revision 0 Build Opera

Re: [gentoo-user] Can't create valid btrfs on NVMe

2016-08-17 Thread Adam Carter
On Thu, Aug 18, 2016 at 8:26 AM, Neil Bothwick wrote: > I'm putting together a new desktop using a Samsung SM951 NVMe drive. I > booted sysrescd, partitioned the drive and ran > > mkfs.btrfs /dev/nvme0n1p3 > mount /dev/nvme0n1p3 /mnt/custom > > df -T, mount and findmnt all show this is mounted as

Re: [gentoo-user] XOrg / XRanR segfault starting X

2016-08-17 Thread Adam Carter
On Thu, Aug 18, 2016 at 2:59 PM, Dave Trombley wrote: > Hi all! > >New to Gentoo, just followed the handbook install for amd64 and then > for XOrg. > > I'm seeing the server segfault on 'startx'. Here is the console > output (and I've attached the logfile). > > X.Org X Server 1.17.4

Re: [gentoo-user] XOrg / XRanR segfault starting X

2016-08-17 Thread J. Roeleveld
On August 18, 2016 6:59:53 AM GMT+02:00, Dave Trombley wrote: >Hi all! > >New to Gentoo, just followed the handbook install for amd64 and then >for >XOrg. > >I'm seeing the server segfault on 'startx'. Here is the console >output (and I've attached the logfile). > >X.Org X Server 1.17.4

Re: [gentoo-user] 2000 emails - printing, sorting by date

2016-08-17 Thread Stroller
> On 17 Aug 2016, at 15:12, Daniel Quinn wrote: > > I’m a Python guy, so my answer to this would be "use Python" :-) > > [The ReportLab > library](https://www.reportlab.com/docs/reportlab-userguide.pdf > ) is extremely > powerful and ca