Re: [gentoo-user] openshot-2.0.6.ebuild

2016-03-25 Thread Alan McKinnon
On 24/03/2016 19:19, Peter Humphrey wrote: > On Thursday 24 March 2016 11:54:03 Dale wrote: > >> I'm not sure if this has changed but I think it used to be recommended >> not to set Python 3 stuff to active, at the time anyway. That may have >> changed. I read that either here or on -dev a good

Re: [gentoo-user] Re: openshot-2.0.6.ebuild

2016-03-25 Thread Alan McKinnon
On 24/03/2016 20:14, James wrote: > Alan McKinnon gmail.com> writes: > >> What do you have for >> emerge --info | grep PYTHON > > > a ton of flagsHere's the relevant part?:: > > PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" > > USE_PYTHON > > > I thought I

Re: [gentoo-user] Re: Keyboard is dead after emerge-update

2016-03-25 Thread J. Roeleveld
On Wednesday, March 23, 2016 05:37:09 PM R0b0t1 wrote: > Err, pretend I quoted the person talking about Nvidia drivers not being too > bugguly. They ok, but people remember the bad times. If they don't load properly, X will fail to start and I get thrown into a text-console login. No need to defa

Re: [gentoo-user] NTFS suddenly not mounting

2016-03-25 Thread Neil Bothwick
On Fri, 25 Mar 2016 11:49:55 +0800, Andrew Lowe wrote: > Nothing has changed. One day, V2015.3.14, everything is fine and > working. Next day, update, V2016.2.22, change nothing, wrt config, and > it errors. Change back, V2015.3.14, once again changing nothing with > respect to config and th

Re: [gentoo-user] openshot-2.0.6.ebuild

2016-03-25 Thread Peter Humphrey
On Friday 25 March 2016 10:03:34 Alan McKinnon wrote: > On 24/03/2016 19:19, Peter Humphrey wrote: > > On Thursday 24 March 2016 11:54:03 Dale wrote: > >> I'm not sure if this has changed but I think it used to be recommended > >> not to set Python 3 stuff to active, at the time anyway. That may h

Re: [gentoo-user] NTFS suddenly not mounting

2016-03-25 Thread Andrew Lowe
On 03/25/16 17:38, Neil Bothwick wrote: > On Fri, 25 Mar 2016 11:49:55 +0800, Andrew Lowe wrote: > >> Nothing has changed. One day, V2015.3.14, everything is fine and >> working. Next day, update, V2016.2.22, change nothing, wrt config, and >> it errors. Change back, V2015.3.14, once again ch

[gentoo-user] logrotate: name of log file after it's rotated?

2016-03-25 Thread lee
Hi, is there a built-in way (like a place holder) to figure out what name a rotated log file has been given by logrotate? Here's what I'm trying to do: , [ cat /etc/logrotate.d/exim } | /var/log/exim/exim*.log { | daily | missingok | rotate 800 | compress |

[gentoo-user] Problems with cross-compiling

2016-03-25 Thread Dan Johansson
I have setup one of my VM's to do cross-compiling for my Raspberry PI 2. Now some packages (e.g. app-editors/vim and its dependencies) emerges fine while other (e.g. net-misc/wget or rather one of its dependencies dev-libs/libpcre-8.38:3) does not. What I have done is this: # emerge sys-devel/cro

Re: [gentoo-user] Problems with cross-compiling

2016-03-25 Thread Dan Johansson
On 25.03.2016 13:35, Dan Johansson wrote: > I have setup one of my VM's to do cross-compiling for my Raspberry PI 2. > Now some packages (e.g. app-editors/vim and its dependencies) emerges > fine while other (e.g. net-misc/wget or rather one of its dependencies > dev-libs/libpcre-8.38:3) does not.

Re: [gentoo-user] openshot-2.0.6.ebuild

2016-03-25 Thread Neil Bothwick
On Fri, 25 Mar 2016 09:40:07 +, Peter Humphrey wrote: > > A user has 2 choices: > > > > - set python2 as default and configure packages that can use python3 > > to use it > > - set python3 as default and configure packages that requires python2 > > to use it > > > > Which method you use depe

[gentoo-user] Resolved : openshot-2.0.6.ebuild

2016-03-25 Thread James
Alan McKinnon gmail.com> writes: > > Alan McKinnon gmail.com> writes: > >> emerge --info | grep PYTHON > > PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" > > USE_PYTHON > The solution is right there in the original output. The ebuild needs > 3_4, you have 2_7. So set

[gentoo-user] Can't get any boot method working

2016-03-25 Thread Dan Douglas
I'm installing gentoo hardened on several machines all with btrfs root filesystems, the simplest of which is a single gpt partitioned disk. This is my current partitioning scheme (based on numerous conflicting explainations on the wiki and handbook): # gdisk /dev/sda -l GPT fdisk (gdisk) version

Re: [gentoo-user] Can't get any boot method working

2016-03-25 Thread Jeremi Piotrowski
On Fri, Mar 25, 2016 at 04:31:11PM +, Dan Douglas wrote: > > grub2-mkconfig generates no menu entries. Do I need anything generated > by /etc/grub.d/00_header? That output looks like garbage. > You are better off not removing the header. Are you running grub2-mkconfig from the chroot? The k

[gentoo-user] Re: Can't get any boot method working

2016-03-25 Thread James
Dan Douglas gmail.com> writes: > I'm installing gentoo hardened on several machines all with btrfs root > filesystems, the simplest of which is a single gpt partitioned disk. > Is there any simpler way of doing this? I've gotten grub2 to work with > a btrfs RAID 10 and initramfs in the past but

Re: [gentoo-user] Resolved : openshot-2.0.6.ebuild

2016-03-25 Thread Alan McKinnon
On 25/03/2016 17:09, James wrote: > Alan McKinnon gmail.com> writes: > > >>> Alan McKinnon gmail.com> writes: emerge --info | grep PYTHON > >>> PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" >>> USE_PYTHON > >> The solution is right there in the original output.

Re: [gentoo-user] logrotate: name of log file after it's rotated?

2016-03-25 Thread Alan McKinnon
On 25/03/2016 13:46, lee wrote: > > Hi, > > is there a built-in way (like a place holder) to figure out what name a > rotated log file has been given by logrotate? > > Here's what I'm trying to do: > > > , [ cat /etc/logrotate.d/exim } > | /var/log/exim/exim*.log { > | daily > |

[gentoo-user] Re: Resolved : openshot-2.0.6.ebuild

2016-03-25 Thread »Q«
On Fri, 25 Mar 2016 22:27:14 +0200 Alan McKinnon wrote: > The following REQUIRED_USE flag constraints are unsatisfied: > exactly-one-of ( python_single_target_python3_4 > python_single_target_python3_5 ) > > It says right there it needs PYTHON_SINGLE_TARGET > to be 1, and only 1, between 3

[gentoo-user] Re: Resolved : openshot-2.0.6.ebuild

2016-03-25 Thread James
Alan McKinnon gmail.com> writes: > > # eselect python list > > [2] python3.4 * > You are being especially obtuse this time. Ate too many chocolate easter > eggs this weekend? That's the nicest way somebody has ever call me a moron, pig-headed or just dense. sorry... > LOOK at the emerge

Re: [gentoo-user] openshot-2.0.6.ebuild

2016-03-25 Thread Peter Humphrey
On Friday 25 March 2016 14:40:57 Neil Bothwick wrote: > On Fri, 25 Mar 2016 09:40:07 +, Peter Humphrey wrote: > > > A user has 2 choices: > > > > > > - set python2 as default and configure packages that can use python3 > > > to use it > > > - set python3 as default and configure packages that