Re: [gentoo-user] about sys-fs/zfs-fuse and qmerge

2010-03-14 Thread William Kenworthy
On Sun, 2010-03-14 at 00:43 -0600, Harry Putnam wrote: I need a little coaching on qmerge usage. qmerge is an argument to ebuild: ebuild file.ebuild compile install qmerge documented in man ebuild BillK -- William Kenworthy bi...@iinet.net.au Home in Perth!

Re: [gentoo-user] about sys-fs/zfs-fuse and qmerge

2010-03-14 Thread Neil Bothwick
On Sun, 14 Mar 2010 00:43:09 -0600, Harry Putnam wrote: In the comments... (#3) someone has asked to make the emerge once a specific file is edited to remove Werror calls. Someone replies with these few lines: ebuild /path/to/ebuild unpack edit the file ebuild /path/to/ebuild

Re: [gentoo-user] what's wrong with rsync 3.0.6?

2010-03-14 Thread Florian Philipp
Am 14.03.2010 00:42, schrieb pk: On 2010-03-13 20:15, Jarry wrote: obelix ~ # emerge --sync Starting rsync with rsync://134.68.220.73/gentoo-portage... Checking server timestamp ... timed out rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(544) [receiver=3.0.6]

Re: [gentoo-user] bluez

2010-03-14 Thread Stroller
On 13 Mar 2010, at 21:15, dhk wrote: The Gentoo Linux Bluetooth Guide says to ... According to the last person who posted on this list on this subject, that guide is obsolete incorrect. See: http://www.mail-archive.com/gentoo-user@lists.gentoo.org/msg97261.html

[gentoo-user] Re: about sys-fs/zfs-fuse and qmerge

2010-03-14 Thread Harry Putnam
William Kenworthy bi...@iinet.net.au writes: [...] qmerge is an argument to ebuild: Neil Bothwick n...@digimed.co.uk writes: [...] Actually, you don't need all of this as ebuild will perform all uncompleted previous stages, so you only need ebuild unpack edit file ebuild qmerge

[gentoo-user] Starting up gpg-agent script

2010-03-14 Thread Mick
Hi All, I am trying this script in /etc/env.d/90gpg-agent: if test -f $HOME/.gpg-agent-info kill -0 `cut -d: -f 2 $HOME/.gpg-agent-info` 2/dev/null; then GPG_AGENT_INFO=`cat $HOME/.gpg-agent-info` export GPG_AGENT_INFO else eval `/usr/bin/gpg-agent

Re: [gentoo-user] Starting up gpg-agent script

2010-03-14 Thread Neil Bothwick
On Sun, 14 Mar 2010 20:23:40 +, Mick wrote: I am trying this script in /etc/env.d/90gpg-agent: if test -f $HOME/.gpg-agent-info kill -0 `cut -d: -f 2 $HOME/.gpg-agent-info` 2/dev/null; then GPG_AGENT_INFO=`cat $HOME/.gpg-agent-info` export

Re: [gentoo-user] Re: Compiz effects vs kwin

2010-03-14 Thread Kacper Kopczyński
Dnia 2010-03-14, o godz. 05:34:04 Nikos Chantziaras rea...@arcor.de napisał(a): On 03/14/2010 04:57 AM, ubiquitous1980 wrote: Nikos Chantziaras wrote: On 03/14/2010 02:53 AM, ubiquitous1980 wrote: The effects in kwin (such as window wobble) are vastly less smooth than that in compiz. I

[gentoo-user] MASKED Tilde with no `arch' what does it mean

2010-03-14 Thread Harry Putnam
Trying to emerge emacs-24, testing with: emerge -vp =emacs-vcs-24.0. I'm told its masked in /usr/portage/profiles/package.mask But when I look there, I see: # Ulrich Mueller u...@gentoo.org (10 Mar 2010) # Emacs live ebuilds. Use at your own risk. ~app-editors/emacs-vcs-23.1.

Re: [gentoo-user] MASKED Tilde with no `arch' what does it mean

2010-03-14 Thread Neil Bothwick
On Sun, 14 Mar 2010 18:19:03 -0500, Harry Putnam wrote: Ok, fine but first I want to find out what the unexplained tilde means. There are only a handfull of packagew with that notation in the masked file... where do look to find out its meaning? Try man 5 ebuild. ~ means match any revision

Re: [gentoo-user] MASKED Tilde with no `arch' what does it mean

2010-03-14 Thread Paul Hartman
On Sun, Mar 14, 2010 at 5:19 PM, Harry Putnam rea...@newsguy.com wrote: Trying to emerge emacs-24, testing with: emerge -vp =emacs-vcs-24.0. I'm told its masked in /usr/portage/profiles/package.mask But when I look there, I see: # Ulrich Mueller u...@gentoo.org (10 Mar 2010) # Emacs

[gentoo-user] Re: MASKED Tilde with no `arch' what does it mean

2010-03-14 Thread »Q«
On Sun, 14 Mar 2010 18:19:03 -0500 Harry Putnam rea...@newsguy.com wrote: Ok, fine but first I want to find out what the unexplained tilde means. There are only a handfull of packagew with that notation in the masked file... where do look to find out its meaning? ~category/package-version

Re: [gentoo-user] Re: Compiz effects vs kwin

2010-03-14 Thread ubiquitous1980
Kacper Kopczyński wrote: Dnia 2010-03-14, o godz. 05:34:04 Nikos Chantziaras rea...@arcor.de napisał(a): On 03/14/2010 04:57 AM, ubiquitous1980 wrote: Nikos Chantziaras wrote: On 03/14/2010 02:53 AM, ubiquitous1980 wrote: The effects in kwin (such as window

Re: [gentoo-user] what's wrong with rsync 3.0.6?

2010-03-14 Thread fire-eyes
Jarry wrote: Hi, I noticed this error when I try to sync my portage tree: --- obelix ~ # emerge --sync Starting rsync with rsync://134.68.220.73/gentoo-portage... Checking server timestamp ... timed out rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(544)

[gentoo-user] Re: MASKED Tilde with no `arch' what does it mean

2010-03-14 Thread Harry Putnam
Neil Bothwick n...@digimed.co.uk writes: On Sun, 14 Mar 2010 18:19:03 -0500, Harry Putnam wrote: Ok, fine but first I want to find out what the unexplained tilde means. There are only a handfull of packagew with that notation in the masked file... where do look to find out its meaning? Try