Re: [gentoo-user] Atheros WLAN loosing link

2010-06-27 Thread Nagatoro
On Saturday 26 June 2010 14.35.28 Mick wrote:
 On Friday 25 June 2010 18:52:18 Enrico Weigelt wrote:
  Hi folks,
  
  
  my Atheros wlan (builtin, internal intenna) is regularily
  loosing link. Reproducible in various different networks.
  At home, my wlan ap is about 2 meter away (within the room),
  so link quality (currently 53) shouldnt be the problem.
  
  Does anyone know what could cause the problem ?
  
  # cat /proc/version
  
  Linux version 2.6.31-gentoo-r10 (r...@excalibur.local) \
  (gcc version 4.3.4 (Gentoo 4.3.4 p1.0, pie-10.1.5) )\
  #1 SMP Wed Jun 2 00:51:13 CEST 2010
  
  # lspci -v
  ...
  
  02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless
  Network Adapter (PCI-Express) (rev 01) Subsystem: Askey Computer Corp.
  Device 7167
  
  Flags: bus master, fast devsel, latency 0, IRQ 16
  Memory at f600 (64-bit, non-prefetchable) [size=64K]
  Capabilities: [40] Power Management version 3
  Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
  Capabilities: [60] Express Legacy Endpoint, MSI 00
  Capabilities: [100] Advanced Error Reporting
  Capabilities: [140] Virtual Channel ?
  Capabilities: [160] Device Serial Number 00-15-17-ff-ff-24-14-12
  Capabilities: [170] Power Budgeting ?
  Kernel driver in use: ath9k
  Kernel modules: ath9k
  
  ...
  
  
  Jun 25 19:36:51 excalibur kernel: wlan0: no probe response from AP
  00:23:08:86:d6:8f - disassociating Jun 25 19:36:51 excalibur
  dhcpcd[10182]: wlan0: carrier lost
 
 I have seen the same problem with my internal broadcom card and of course a
 different driver.  If you check google there seem to be pages and pages of
 users reporting such a problem on different distros and with different
 makes of wireless cards.
 
 The jury's out as to what's causing this.  Is it related to modern cards
 with low power management capabilities and how this may interact with the
 kernel, or is it something to do with the tolerance built into TTL packets
 between the card and the AP?
 
 With regards to my card I have noticed that at home I stay connected for
 hours on end, at work it's a miracle if I stay online for longer than 5
 minutes (both on the same channel).  This to me says that the problem is
 one of interaction with the router, which points to tolerance on the TTL
 packets.
 
 Of course YMMV ...


Last time I had this problem I tracked it to a conflict between wpa_supplicant 
and the card driver. Basicly the card driver would send a request to assosiate 
with mac 00:00::00 each time a new card was found on the air and 
wpa_supplicatnt interpreted this as a request from the driver to drop the 
connection. The driver folks said that this request should be ignored and the 
wpa_supplicant folks said that this should not be ignored but instead was a 
disconnect request. Catch 22...

Because of this I had to use wep instead of wpa(2) for along time.

/Naga



Re: [gentoo-user] Downgrade glibc-2.11 to 2.10

2009-11-17 Thread Nagatoro
On Tuesday 17 November 2009 17.06.45 Alan McKinnon wrote:
 Yes, I have read this in
 /var/portage/sys-libs/glibc/files/eblits/pkg_setup.eblit
 and I understand the risks.
 
 if has_version ''${CATEGORY}/${PF} ; then
   eerror Sanity check to keep you from breaking your system:
   eerror  Downgrading glibc is not supported and a sure way to
  destruction die aborting to save your system
 fi
 
 I want to do it anyway.
 
 A multitude of apps that used to run just fine now give free(): invalid
 pointer errors since I upgraded to glibc-2.11
 
 A simple downgrade doesn't work - too many apps will not start including
  bash. Has anyone done this or knows of a howto? I'm happy to rebuild a few
  critical apps statically if that's what it takes. I'm not happy chasing
  down half the system to do it :-)

http://bugs.gentoo.org/show_bug.cgi?id=293527

Fixed in upstream so should be fix in Gentoo soon.

/Naga



Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Nagatoro
On Tuesday 10 November 2009 13.14.13 Alan McKinnon wrote:
[...]
 *** glibc detected *** amarok: free(): invalid pointer: 0x03295080
  ***

This is a highly debated issue, glibc has new checks for various things and it 
seems like some think the checks are to strict or even wrong while others 
think that the checks are ok and the applications are wrong.

I suffer from the same issue but with KDevelop and Qt-Creator.

Time will tell what side is right and what side is wrong I guess...

/Naga



Re: [gentoo-user] KDE-4.3.73 I've disabled right mouse buttons

2009-11-08 Thread Nagatoro
On Sunday 08 November 2009 23.37.18 Alan McKinnon wrote:
 KDE-4.3.73 from kde-testing.
 
 I was playing around with the desktop and found new shiny extra stuff on
  the right-click context menu. Including configs for mouse buttons presses.
 
 Now I have no right click on the desktop (everywhere else works) and middle
 click is disabled everywhere. Being an old-time X lad, this grieves me
 greatly.
 
 Systemsettings has nothing I can see about this - 1000s of hotkeys for
 keyboard, nothing for mouse clicks. Any ideas on how to revert this desktop
 change?

Top right corner of your screen - Destop Activities - Mouse tab



Re: [gentoo-user] KDE-4.3.37 with USE=semantic-desktop

2009-11-05 Thread Nagatoro
On Thursday 05 November 2009 22.40.47 Alan McKinnon wrote:
 Has anyone successfully built kde-4.3.73 from kde-testing overlays with
 USE=semantic-desktop? If so, how did you manage?
 
 I get about 8 build failures with the flag set, due to this failure in
 nepomuk:
 
  $ grep -i error kde-base\:nepomuk-4.3.73\:
 20091105-205415.log
 /var/tmp/portage/kde-base/nepomuk-4.3.73/work/nepomuk-4.3.73/nepomuk/servic
 es/queryservice/queryservice.cpp:52: error: 'class Soprano::NRLModel' has
  no member named
 'setEnableQueryPrefixExpansion'

Looks like you have the wrong version of soprano installed.

/Naga



Re: [gentoo-user] Confusion

2009-10-18 Thread Nagatoro
On Sunday 18 October 2009 18.54.54 econti wrote:
 Dirk Heinrichs ha scritto:
  Am Samstag 17 Oktober 2009 17:54:49 schrieb econti:
  Now, to emerge akonadi-server, kcontrol I should downgrade all the qt-*
  to the 4.5.1 version.
 
  Says who? You can only tell what want's the downgrade when you add -t.
  akonadi-server needs some qt packages with a version =4.5.0 and
  kcontrol is a KDE 3.5 package which won't pull in QT 4 at all.
 
 Attached the output of emerge -tp akonadi-server. :-(

Don't know for sure but could it be that you have qt packages from two 
different versions installed?
(try running eix -Ic ^qt- and see if all versions match)

/Naga



Re: [gentoo-user] ERROR: kde-base/kdepimlibs-4.3.2 failed:

2009-10-07 Thread Nagatoro
On Thursday 08 October 2009 05.33.18 Dale wrote:
 James Ausmus wrote:
  On Wed, Oct 7, 2009 at 7:17 PM, Dale rdalek1...@gmail.com
[...]
  Hmm - looks like maybe the error is further back in the scroll buffer
  - can you send the build log?
[...]
 [ 26%] Building CXX object
 akonadi/CMakeFiles/akonadi-kde.dir/itemserializerplugin.o
 [ 26%] Building CXX object
 akonadi/CMakeFiles/akonadi-kde.dir/itemmodifyjob.o
 /var/tmp/portage/kde-base/kdepimlibs-4.3.2/work/kdepimlibs-4.3.2/akonadi/it
 emserializer.cpp:64: warning: unused parameter 'label'
 [ 26%] Building CXX object akonadi/CMakeFiles/akonadi-kde.dir/itemsync.o
 make[2]: *** [akonadi/CMakeFiles/akonadi-kde.dir/itemserializer.o] Error 1
 make[2]: *** Waiting for unfinished jobs

Further back...

/Regards
Naga



Re: [gentoo-user] Packages that do not compile.

2007-05-08 Thread Nagatoro
Hemmann, Volker Armin wrote:
 On Montag, 7. Mai 2007, David Harel wrote:
[...]
 I think at one point I tried to change gcc configuration (gcc-config) to
 version 4.1.1 but if that is the only way I understand I will have to
 reinstall everything.
 
 you don't need to reinstall everything just for upgrading gcc to 4.1.x. 
 Please 
 read the update guide.
 
 For your problem, I would try MAKEOPTS=-j1 first. Oh, and reset every 
 LDFLAGS you might have set - what about emerge --info?

Also if you tried to upgrade and did compile some packages they
_might_ need to be recompiled. Some packages don't like different gcc
versions in their libs (or just kernel + modules?).

-- 
Naga
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge -uDpvt world kdelibs

2006-11-15 Thread Nagatoro

Arnau Bria wrote:

- kde-base/kdelibs-3.5.5-r5 (masked by: ~x86 keyword)


You need to sync your portage tree. kdelibs-3.5.5-r5 is marked x86 as of 
13 Nov.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] X resources contorl file

2006-11-15 Thread Nagatoro

[EMAIL PROTECTED] wrote:
[...]

Currently the .xresoruces file appears to be ignored.


Try with a capital X (.Xresources).

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] changing CHOST

2006-09-13 Thread Nagatoro
Timothy A. Holmes wrote:
 Hi folks:
 
 In the course of learning gentoo, I managed to create several systems
 using the wrong stage 3 tarballs (or something) 
 
 They all have a CHOST setting of i386
 
 Should I change this? What benefits will it bring me, and 

Since the new glibc - yes

 How do I do it?

http://dev.gentoo.org/~amne/temp/change-chost.txt

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: borked gcc

2006-09-13 Thread Nagatoro
David Talkington wrote:
 Richard Fish wrote:
 
 On 9/12/06, Richard Fish [EMAIL PROTECTED] wrote:
 http: //article.gmane.org/gmane.linux.gentoo.user/169677
 http: //article.gmane.org/gmane.linux.gentoo.user/169844

 Bah, 169844 is not the one I wanted to link to.  I wanted this one:

 http://article.gmane.org/gmane.linux.gentoo.user/169894

You should use this one :)

http://dev.gentoo.org/~amne/temp/change-chost.txt

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: [Very OT] - Kill-A-Watt (240V Version) to measure my Gentoo Server Power Usage

2006-08-11 Thread Nagatoro

Herman Grootaers wrote:

On Friday 11 August 2006 11:22, Hamish Marson wrote:

All-in-all I prefer 240V single phase.


So do I, although in itself that voltage is deadly


When combined with a high enough current...

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Hardwarespec

2006-05-21 Thread Nagatoro
Nicolas MASSÉ wrote:
 Yes, with 3 HDD in the box and the fan at the lowest speed, I can sleep near 
 the computer (ok, my CPU is passively watercooled).

Sound nice.

 Another question: two sticks or just one ?
 
 I meant : One stick of memory or two ? (i.e. dual channel or not).

Two


-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Hardwarespec

2006-05-20 Thread Nagatoro
[EMAIL PROTECTED] wrote:
 Just 2 remarks:
 - be carefull with nForce4-based mobo, and sata-II disks!
 If possible, test it somewhere else before. Some nF4 chipset
 revisions have big problems with certain sata-II disk...

Thanks for the headsup, I got a warranty of sorts that if the combo
doesn't work I will get a replacement.

 - If I were you, I'd probaby go with AM2 socket.
 S-939 is slowly dying, and today you can buy nforce5-based
 motherboards and cpu, both for AM2-socket for the same price
 (MSI, or Asus). It sure has better future, then s-939...

Hmm, the dealer didn't have any AM2 sockets, but since I've never
upgraded the CPU without changing just about everything I don't think
that will be a dealbreaker.

Thanks!
-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Hardwarespec

2006-05-20 Thread Nagatoro
Nicolas MASSÉ wrote:
 On Friday 19 May 2006 12:59, Nagatoro wrote:
 Case:   Antec Sonata II 450W
 
 I have this case and it is a really good product !

Quiet one?

 Board:  Gigabyte GA-K8NF-9
 CPU:AMD S939 4200+ Dual Core
 Memory: 2GB DDR400
 
 Simple question: did you check the compatibility of the memory with the 
 motherboard ? For example, with my Asus A8N-E, I can't use any memory : the 
 compatibility table is on the manual of the mother board.

Not really, this is what my local dealer suggested, and the specs from
the respective webpages seem to fit.

 
 Another question: two sticks or just one ?
 
 HD: 200GB SATA-II (Maxtor Plus10)

One, atleast for now (the old one got another 200GB drive that will be
added)

 Have this one, too. Don't forget to install smartd and hddtemp because 
 the 
 maxtor drives seem to be hot (40°C while idle).

Think I'll run it with all monitoring on for awhile when I get it, to
see if anything needs to be changed.

Thanks!

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT] Hardwarespec

2006-05-19 Thread Nagatoro
Hi,

I found to my horror that my main workstation is no more...
So before I spend way to much money on a new one I would like to know
what you think of this:

Case:   Antec Sonata II 450W
Board:  Gigabyte GA-K8NF-9
CPU:AMD S939 4200+ Dual Core
Memory: 2GB DDR400
HD: 200GB SATA-II (Maxtor Plus10)
Graphics:   MSI PCIE 7800GT 256MB

Anything that I should avoid/change?

Thanks in advance!
-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - which X terminal do you use?

2006-05-13 Thread Nagatoro
Bo Andresen wrote:
 On Friday 12 May 2006 21:18, Nagatoro wrote:
 Note that the prompt for konsole is blinking ie invisible every other
 second.
 
 What is the output of:
 
 # echo $PS1
 

\[\033[38;5;[EMAIL PROTECTED];5;39m\]\h \[\033[38;5;25m\]\w
\[$(ps_retc_f $?)\]$?
\[\033[38;5;70m\]$(ps_job_f)\[\033[38;5;52m\]$(ps_dir_f)\n\[\]\D{%a
%T} \[\033[38;5;77m\]$ \[\033[0;0m\]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - which X terminal do you use?

2006-05-13 Thread Nagatoro
Bo Andresen wrote:
 On Saturday 13 May 2006 14:02, Nagatoro wrote:
 What is the output of:

 # echo $PS1
 \[\033[38;5;[EMAIL PROTECTED];5;39m\]\h \[\033[38;5;25m\]\w
 \[$(ps_retc_f $?)\]$?
 \[\033[38;5;70m\]$(ps_job_f)\[\033[38;5;52m\]$(ps_dir_f)\n\[\]\D{%a
 %T} \[\033[38;5;77m\]$ \[\033[0;0m\]
 
 Holy crap! How on earth did you come up with that? ;) Could you post the 
 output of

Different color for username and host based on the user and host. and
some more stuff :) (borrowed from some .bashrc I found in some gentoo
dev's webspace).

 
 # env | grep ps

lör 19:31:33 $ env | grep ps
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.qt=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.flac=01;35:*.mp3=01;35:*.
mpc=00;36:*.ogg=00;36:*.wav=00;36:*.mid=00;36:*.midi=00;36:*.au=00;36:*.flac=00;36:*.aac=00;36:
PS1=\[\033[38;5;[EMAIL PROTECTED];5;39m\]\h \[\033[38;5;25m\]\w
\[$(ps_retc_f $?)\]$?
\[\033[38;5;70m\]$(ps_job_f)\[\033[38;5;52m\]$(ps_dir_f)\n\[\]\D{%a
%T} \[\033[38;5;77m\]$ \[\033[0;0m\]
HISTCONTROL=ignorespace:ignoredups

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - which X terminal do you use?

2006-05-12 Thread Nagatoro
Alexander Skwar wrote:
 Nagatoro wrote:
 
 But the deal breaker for me is the color support. It's not nearly as
 good as xterm or rxvt(-unicode) (here my bash prompt that is set to some
 nice colors is displayed as underlined in gnome-terminal and blinking in
 konsole).
 
 Could you maybe provide screenshots? If you don't have webspace

http://dx.homelinux.org/gentoo/

Note that the prompt for konsole is blinking ie invisible every other
second.

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - which X terminal do you use?

2006-05-11 Thread Nagatoro
Jim wrote:
 The early versions of gnome-terminal were a little slow.  Have you tried
 gnome-terminal 2.14?  It is *really* fast now.  About 4x faster then
 xterm.  If you use antialiased fonts, xterm gets *real* slow.  xterm is
 more then 60x slower then gnome-terminal for scrolling a lot of
 antialiased text.

I have, see other posts, and it's about 1/2 as fast as rxvt(-unicode).
But the deal breaker for me is the color support. It's not nearly as
good as xterm or rxvt(-unicode) (here my bash prompt that is set to some
nice colors is displayed as underlined in gnome-terminal and blinking in
konsole). And another realy nice feature of rxvt(-unicode) is that the
text rewraps if you change the window size.

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - which X terminal do you use?

2006-05-10 Thread Nagatoro
Neil Bothwick wrote:
 I am writing a comparative review of a number of X terminals, so I
 thought I'd draw on the collective wisdom of this list. which are your
 most/least favourite X terminals, and why?

Most:
rxvt-unicode because it's the fastest I've used (and it has unicode
support), one down side is that it hasn't got 100% VT100 support so
all colors doesn't work (still better then most others).
Otherwise xterm.

Least:
Konsole + Gnome-terminal, slow, and in my opinion horrible color support.
Don't use the tabs since I like to be able to look at all (or many)
sessions at once, so tabs makes no sense to me.

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - which X terminal do you use?

2006-05-10 Thread Nagatoro
Matthias Langer wrote:
 On Wed, 2006-05-10 at 13:58 +0200, Matthias Langer wrote:
 On Wed, 2006-05-10 at 07:51 +0200, Nagatoro wrote:
 [snip]
 Least:
 ... Gnome-terminal, slow, and in my opinion horrible color support.
 [snip]

 Gnome terminal used to be slow, but vte (the underlying library) has
 beem optimized heavily during the last few month. I've a simple program
 that measures the speed of terminals. According to this program
 gnome-terminal is now __50__ times faster than it was 5 month ago.

 Matthias
 
 Well, here are some comparisons done with my test-prog (attached)
 (higher is better):
 
 eterm:~ 14 000 l/s
 xterm:~  8 500 l/s
 gnome-terminal:   ~  3 500 l/s
 frame-buffer: ~ 40 l/s

Om my (slow?) laptop I get:

frame-buffer:  34 l/s
rxvt-unicode:  12 000 l/s
xterm: 4500 l/s
Konsole:    l/s
gnome-terminal: l/s
   ^^^
_not_ faked :)

And another thing I love about rxvt(-unicode) is that if you change the
width of the terminal the text rewraps ie: it follows the window size.

-- 
Naga

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - which X terminal do you use?

2006-05-10 Thread Nagatoro
Matthias Langer wrote:
 Maybe this has something to do with your screen resolution; as you are
 using a 'slow' laptop, i guess you are using 1024x768, while i use
 1280x1024 in my athlon-xp 2400+.

Same resluts (more or less) with 100 000 lines and new version.

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: xorg-server-1.0.99.901 and ati-drivers error

2006-04-17 Thread Nagatoro

Sven Köhler wrote:
that is the point, i recompiled after xorg-server update, and before too if 
that matters ;)


I see!
So perhaps the ATI-driver is only for xorg up to version 7.0?




From gentoo-dev

Hi all,

Just wanted to make you aware that xorg-server 1.1 (and all release
candidates, including 1.0.99 and up) breaks the server-driver ABI from 
1.0.


This means drivers are not compatible following an upgrade of
xorg-server, and both sides will require an update to work again properly.

This also means that all binary drivers (nvidia, ati, etc) will be
broken with xorg-server 1.1 and RC's until their upstream vendor
provides a compatible update.

Everything with the new ABI is currently masked, but when X.Org 7.1 is
released, will come out of package.mask.

We are working to ensure the dependencies work as smoothly as possible,
but I expect there will be some issues since it's difficult to require
updates to all these optional drivers following an update to the server.

Thanks,
Donnie
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package.mask

2006-04-12 Thread Nagatoro

Niki Balov wrote:

Hi there,
i want to ask how to mask versions of glibc above 2.4? I compile my
entire system with gcc3.4.5 and glibc 2.4 and i don't want to upgrade
them. I added the following lines in package.mask

sys-devel/gcc-3.4.5
sys-libs/glibc-2.4


sys-devel/gcc-3.4.5
sys-libs/glibc-2.4

Should do it.
Look in /usr/portage/profiles/package.mask too see how the devs do it.


but there is glibc-2.4-r1 and the system wants to upgrade. I don't! I
tried to mask =sys-libs/glibc-2.4-r1 but then the system wants to
downgrade. The question! How can I mask glibc-2.4 so the system don't
downgrade or upgrade and just use glibc-2.4?

10x in advance :)
Regards,
Niki



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc upgrade, should it upgrade?

2006-03-29 Thread Nagatoro
Neil Bothwick wrote:
 On Tue, 28 Mar 2006 20:41:14 -0800, Ryan Tandy wrote:
 
 Assuming it's the gcc-3.4.5-r1 update you're considering postponing,
 you could just:

 # echo 'sys-devel/gcc-3.4.5'  /etc/portage/package.mask

 and just remove that line when you're ready to upgrade.  It's a *far* 
 better idea than trying to modify your profile.
 
 echo '=sys-devel/gcc-3.4.5-r1'  /etc/portage/package.mask is better if you 
 only want to postpone this upgrade. Your suggestion blocks all future 
 upgrades.
 
 

Why don't upgrade? As far as I know upgrading gcc isn't a big deal. It
was just the 3.3.x - 3.4.x that was due to that the api for c++ had
changed.
-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: KDE version

2006-03-24 Thread Nagatoro
Iain Buchanan wrote:
 On Thu, 2006-03-23 at 21:30 -0500, Philip Webb wrote:
 Isn't the solution to have  3  levels: 'testing', 'probation'  'stable' ?
 
 There are 3 levels:
 
 Masked, ~ARCH, and ARCH.
 
 Masked you can install if you want, like gnome-2.14, but it's your own
 fault if it kills your system.

== Upstream unstable, ebuild unstable.

 
 ~ARCH you can install if you want, it may do bad things, but if so
 you're probably the first to know about it.  File a bug and help move it
 to ARCH.

== Upstream stable, ebuild testing.
 
 ARCH is good for everyone else.

== Upstream stable, ebuild stable

So it's not just the software that needs to be stable, the ebuild
needs to be tested too.

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SSH + Keys

2006-03-08 Thread Nagatoro
John Jolet wrote:
 this says for all hosts i ssh to, use port 26, and username john at the
[...]
 I've had NO ssh portscans on my boxes since I moved them off of port
 22.  for security's sake, i won't tell you where I moved them to :)

Missed something? :)

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)

2006-03-08 Thread Nagatoro
Boyd Stephen Smith Jr. wrote:
 I am trying to move my system over to modular X, but I'm having a few 
 troubles.  There are 4 packages that don't seem like they should be 
 bringing in virtual/x11-6.8, but they are.

You could try and look at the DEPEND/RDEPEND of those ebuild's too see
if any have virtual-x11 as a dep.

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg 7.0 emerge question

2006-02-21 Thread Nagatoro
krgn wrote:
 hi
 
 I have a question concerning my modular X installation. I did this
 according to the gentoo guide here
 http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml.
 now, I have synced again, and a lot of blocks are coming up and I am not
 sure really how to solve this. These are the blocks. how can I get rid
 of them? is it to do with the virtual ebuild or so, I have not really an
 idea...
 
 Karsten
 

Try and run the emerge command again and add --tree. this will show
you what package (perhaps more then one) that want's to install
Xorg-6.9 (all the blocks are from this).

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gateway tring to emerge xorg, don´t know why

2006-02-14 Thread Nagatoro
Allan Spagnol Comar wrote:
 Hi Gentoo-List, I am having a bit of a problem with my gentoo box
 running as a gateway/proxy.
 
 I am trying to update it and I my box without my concern want to
 emerge xorg ( snip )
 emerge -pvDu world returns:
 [blocks B ] app-text/xpdf-3.01-r4 (is blocking app-text/poppler-0.5.0-r4)
[...]
 any one has a clue about what is wrong and why it wants to emerge xorg ?

You have an outdated xpdf installation. unmerge it and try again.

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ethereal with GTK1.2 broken ebuild

2006-02-13 Thread Nagatoro
Sadin Nurkic wrote:
 Hi,
 
 I was just wondering if anyone has any hints as to how to build
 ethereal with GTK-1.2 support only and not have GTK2.

When looking at the ebuild it's clear that gtk-1.2 support has been
dropped. The solution to your problem might be to add it and use a
personal portage overlay, or file a bug and request that it be added
again however if you do this I'd be sure to checkout the reason for
which it got dropped in the first place first.

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ethereal with GTK1.2 broken ebuild

2006-02-13 Thread Nagatoro
Sadin Nurkic wrote:
 Hi,
 
 How and where can I check why it got dropped in the first place?

Try searching mailing lists and looking at the Chanelog.

 Also,
 where can I get more info about how to add a portage overlay - gentoo
 wiki/docs?

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3chap=5
http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Browser not launching.

2006-01-28 Thread Nagatoro

Nagatoro wrote:

Hi,

I have a very annoying problem. I can't open web links by clicking them.
If I set the default (Control-Center-KDE Components-Component Chooser 
and File Associations) and it works from pure KDE applications

but from others (eg thunderbird and xchat) it doesn't work. This behavior
seems to have developed when I made the change to ~x86.



Just to document the solution. Emerge gnome(-light?) and set the 
default browser there.


--
Naga
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Browser not launching.

2006-01-24 Thread Nagatoro

Hi,

I have a very annoying problem. I can't open web links by clicking them.
If I set the default (Control-Center-KDE Components-Component Chooser 
and File Associations) and it works from pure KDE applications

but from others (eg thunderbird and xchat) it doesn't work. This behavior
seems to have developed when I made the change to ~x86.

I've tried removing the .kde, .mozilla-firefox and .thunderbird dirs but 
to no help.


Can anyone give some help to help me solve this?

--
Naga

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] big problem with emerge

2006-01-18 Thread Nagatoro

Manuel Pérez López wrote:

Hello everyone:

Yesterday I did a portage sync, and now I can not emerge anything. Help me to 
correct this issue. See this lines:


run emerge --sync and try again.

It was a misstake by one developer.

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge world?

2006-01-17 Thread Nagatoro

Uwe Thiem wrote:

RDEPEND==net-zope/cmf-1.4.7
app-text/htmltidy
app-text/wv
dev-libs/libxslt
app-text/xlhtml
app-text/unrtf
dev-python/docutils
www-client/lynx
|| ( app-text/pdftohtml app-text/poppler )

Isn't that || a logical OR? Actually, what does the whole last line mean?


That it has either app-text/pdftohtml _or_ app-text/poppler as a 
RDEPEND. So yes it is a logical OR.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mozilla firefox 1.5 and gnome

2006-01-15 Thread Nagatoro

Trenton Adams wrote:

On 1/14/06, Alexander Skwar [EMAIL PROTECTED] wrote:



Well, it's not the gnome use flag because I disable gnome in my use
flags.  And besides, the firefox 1.5 ebuild does not use the gnome use
flag.  And I added it for testing purposes to see if I could prevent
it from being used.  I just copied from the older firefox.


It's moved from the mozilla-firefox ebuild into mozconfig-2.eclass.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Let's make a map of Gentoo users

2005-12-07 Thread Nagatoro

pclouds wrote:

Hi all,
We've got a map of Gentoo users here: http://www.frappr.com/gentoo
It's currently 95 users but I don't think Gentoo community is that
small. If you don't mind, please add yourself to the map :)
Cheers,


Hmm I'm in but I can't see any map... just my own marker.
(Firefox 1.0.7)

Any ideas?

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: 'emerge --resume' problem

2005-12-07 Thread Nagatoro

Francesco Talamona wrote:

On Thursday 08 December 2005 03:43, Grant wrote:


Hello, I've been recompiling my system with gcc 3.4 and utilizing
emerge --resume.  The last time I used emerge --resume it started
emerging firefox and said 1 of 3.  The next time I checked on it,
firefox had emerged successfully but the process then stopped.  I ran
emerge --resume again and it started emerging firefox again and again
said 1 of 3.  Is this a bug?



You are searching for emerge --resume --skipfirst.


Or are you 100% sure that Firefox was realy compleated? (as in started 
the next emerge)


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] system audit

2005-12-07 Thread Nagatoro

J.A.H. wrote:
Hi --- Is there a way to print all of the installed programs by 
category. I would like to know what development libraries and tools are 
installed and also what is installed that I never use. 


you could try
cat /var/lib/portage/world | sort



Basically I want to remove everything not in use so that another upgrade 
will take less time. Once I remove a program, library, or something 
else, how will I know that there will be no affected dependencies.


Run
revdep-rebuild -v -p
followed by
revdep-rebuild

Also is there something which will reveal that an executable or library 
has never been used or infrequently used.


Not that I know of but if there is I'd like to know too.

Note: Why are there administration, laptop, and server related posts at 
gentoo-user and less at gentoo-admin or the other ones? The amount of 
emails at gentoo-user is too high volume IMO.


Why not remove gentoo-user and instead add more lists like 
gentoo-install, or whatever else. The gentoo-user list is misleading 
since every user using gentoo is a user. It should be removed instead.


Misleading in what way? If we all are users don't we all belong here?

--
Naga
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro

Hi,

I've just upgraded my desktop computer to use gcc-3.4 and right after 
that I decided to try KDE-3.5. Everything compiled just fine but now i 
see that KDE-3.5 is linked against libstdc++.so.5 _and_ libstdc++.so.6.


Does anyone know where I've gone wrong?

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro

Jan Callewaert wrote:

2005/12/6, Nagatoro [EMAIL PROTECTED]:

I've just upgraded my desktop computer to use gcc-3.4 and right after
that I decided to try KDE-3.5. Everything compiled just fine but now i
see that KDE-3.5 is linked against libstdc++.so.5 _and_ libstdc++.so.6.

Does anyone know where I've gone wrong?


Have you run gcc-config to change the gcc-version? When installing a
new gcc, the default one is not automatically switched.


Yes
Also cleared the ccache cache and stopped distcc and did a emerge -e 
system. Didn't do a emerge -e world due to time issues (genlop tells 
me it should take 4 days and 12 hours...) but as I understand it every 
new emerge after the change of gcc should use the new version of 
libstdc++.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro

Peter Ruskin wrote:

From http://www.gentoo.org/proj/en/base/x86/gcc-upgrading-guide.xml:

# revdep-rebuild --library libstdc++.so.5 -- -pv
# revdep-rebuild --library libstdc++.so.5


Yes I've read that too. But why is the newly compiled KDE linking 
against libstdc++.so.5 when it was compiled _after_ the gcc change?


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro

Richard Fish wrote:

Because it is also linking against some other library that you already
have installed (Qt, maybe?) that is linked against stdc++.so.5.


Point well taken.
But would I see this link on the actual KDE binaries (eg ldd kview) or 
would I see this if I checked the QT library that KDE links against?


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro

Richard Fish wrote:

You can check both.  The ldd output of a binary shows the complete
dependancy tree.  You can then check individual libraries.  The
following script should identify the 'offender':

for x in `ldd /usr/kde/3.5/bin/kview | awk '{ print $3}' | grep lib` ; do
  echo $x
  ldd $x

changed this to ldd $x | grep libstdc++.so.5

  read
done

Just press enter to move from one library to the next...


Thanks!

This shows me that kview and some of it's libraries link to 
libstdc++.so.5. Or am I missreading the display (libstdc++.so.5 shows up 
both for kview and some of the libs)?


I not back to the former question should kview link directly to 
libstdc++.so.5 at all?


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro

Richard Fish wrote:

On 12/6/05, Nagatoro [EMAIL PROTECTED] wrote:

I not back to the former question should kview link directly to
libstdc++.so.5 at all?



It probably doesn't.  You can check this with:

strings /usr/kde/3.5/bin/kview | grep stdc++


Thanks, it turns out that it does link to both...
An emerge -e is running now ...
Will be back when it's done.

Thanks for you help.

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems upgrading gcc

2005-11-29 Thread Nagatoro

Thiago Lüttig wrote:
Hi, i have an gentoo with gcc 3.4.4, and I´ve executed the tcupdate 
script to upgrade the gcc(after executed an emerge sync), well, the 
tcupdate doesnt did nothing, and when i try tu run an emerge gcc, the 
las version of gcc appears as 3.4.4.


Not sure what you want.

[EMAIL PROTECTED] ~ 0 $ eix ^gcc$
* sys-devel/gcc
 Available versions:  [P]2.95.3-r9 [P]3.1.1-r2 [P]3.2.2 
[P]3.2.3-r4 [P]3.3.2-r7 3.3.5-r1 3.3.5.20050130-r1 3.3.5.20050130-r2 
3.3.6 3.4.1-r3 3.4.3-r1 3.4.3.20050110-r2 3.4.4-r1 *4.0.1 *4.0.2-r1 
*4.1.0_beta20051125

 Installed:   3.3.6 3.4.4-r1

So here it would seem like 3.4.4-r1 is the latest ~x86 marked version 
and 3.3.6 is the latest x86 marked. So if you already have 3.4.4 
installed what are you trying to update to?



On a side note what is tcupdate? Some script on the forum?

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How serious is revdep-rebuild failure

2005-11-25 Thread Nagatoro

Harry Putnam wrote:

Someone once advised me to run this command after sync and update
world.

[...]

   Assigning files to ebuilds... using existing
   /root/.revdep-rebuild.4_ebuilds.
   
   Evaluating package order... using existing

   /root/.revdep-rebuild.5_order.


^^^using existing^^^ means that you are using the results from an 
older run of revdep-rebuild. First remove all .revdep* files and the 
run it again and see if you find the same errors.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: default stage3 (was : [gentoo-user] Is Gentoo still on the right path?)

2005-11-22 Thread Nagatoro

Hemmann, Volker Armin wrote:

Therefore we can deduce that anyone who wants a harder install is a
hobbyist, dilettante, and a dabbler.


no, I want an installation, that filters out everybody too dumb to read the 
fucking manual.


Or the FAQ? Where it's described how to do a stage1/2 equivalent install 
from a stage3.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Which are the modularised xorg ebuilds

2005-11-22 Thread Nagatoro

Nick Rout wrote:

Which of these are the new modularised ones? does it start with 6.8.99
or with the 7.0.x series?


Looking at the ebuild I'd say 7.0.0_rc1.

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge sync

2005-11-18 Thread Nagatoro

Cédric FINANCE wrote:
The Link quality is not supported by the driver (ndiswrapper). I am 
connected to an irc server and I have no problems. I don't think that 
the problem come from the wireless connection. It might have something 
to do with the rsync protocol, the modem or my ISP. But I don't know how 
to figure out where the problem is.


The only time I've seen this has been if the link has gone down or if 
the rsync server is under heavy load (i.e. if I run an emerge on my 
server and try to sync against it at the same time).


Try and download a big file with ftp and see how the throughput is. 
This should show if it's a modem/ISP problem or a rsync one.


Btw when I first got my wireless it constantly lost connection ( 5 
connected 1 not connected, 5 seconds connected...) but that was solved 
by changing the channel for the wireless link.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge sync

2005-11-17 Thread Nagatoro

Cédric FINANCE wrote:

Hello,

   I have some trouble when I try to sync the portage tree. It works
fine when I try by a friend in a wire network. At home, I have a
wireless network and a treeway adsl modem. When I execute the emerge
sync, it starts to download some files but everytime, it stops after 272
files.

dev-util/kdevelop/kdevelop-3.3.0_rc1.ebuild
   3001 100%2.66kB/s0:00:01  (270, 31.2% of 131566)
eclass/kde-meta.eclass
  15598 100%   13.20kB/s0:00:01  (271, 32.1% of 131566)
eclass/kde.eclass
   8465 100%7.11kB/s0:00:01  (272, 32.1% of 131566)
media-libs/mesa/
media-libs/mesa/files/
media-libs/netpbm/files/
...
metadata/cache/x11-apps/
io timeout after 180 seconds - exiting


This seems to indicate that the server you are trying to sync with 
hasn't responded in 180 seconds. How is the quality of you wireless 
connection?



--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] binary package installation problem

2005-11-17 Thread Nagatoro

askar k wrote:

Hello!

I have packages CD. Mounted it and did #export PKGDIR=/mnt/cdrom

When I do #emerge --usepkg packagename - sometimes it works, but 
sometimes it doesn't work and bedins compiling.
For example, I wanted to install kde from package CD but it goes to 
compiling, though I see a lot of tbz files for kde.

Can anybody tell what do I do wrong?


A guess would be that the packages that portage want's to compile 
isn't on the CD. Not all packages from portage is there... Check tha 
package names and versions that want's to compile against the CD.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Is Gentoo still on the right path?

2005-11-17 Thread Nagatoro

Derek Tracy wrote:
[...]


(I did not change any other config files) and low and behold after a
quick reboot everything was working again.



The magic of computers :)


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sun-jdk

2005-11-16 Thread Nagatoro

Thiago Lüttig wrote:
Hi folks ! i´m trying to emerge the sun-jdk but i receive an emerge 
restrictuin to this package. How can I merge this package to the tree 
instead installing this package manualy ??



!!! dev-java/sun-jdk-1.4.2.09 has fetch restriction turned on.
!!! This probably means that this ebuild's files must be downloaded
!!! manually.  See the comments in the ebuild for more information.

 * Please download j2sdk-1_4_2_09-linux-i586.bin from:
 * 
http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22PartDetailId=j2sdk-1.4.2_09-oth-JPRSiteId=JSCTransactionId=noreg 
http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22PartDetailId=j2sdk-1.4.2_09-oth-JPRSiteId=JSCTransactionId=noreg
 * (SDK 32-bit/64-bit for Windows/Linux/Solaris SPARC 32-bit for Solaris 
x86, then select download Linux Self-extracting.

 * and move it to /usr/portage/distfiles


Read this and do as it says.

You need to dowload it manualy and _then_ emerge it.

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ccache disabled

2005-11-15 Thread Nagatoro

Roger Mason wrote:

Hello,

I have installed ccache and followed the instructions in the official
documentation to set it up.  Specifically I have this in my
/etc/make.conf:

MAKEOPTS=-j6
FEATURES=ccache
# Probably not required but...
CCACHE_DIR=/var/tmp/ccache
CCACHE_SIZE=2G
FEATURES=distcc
DISTCC_DIR=/var/tmp/portage/.distcc


Try and put the FEATURES lines into one.

FEATURES=ccache distcc

otherwise the last will cancel all others.

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /usr/local/portage does not seem to have a valid PORTDIR structure.

2005-11-07 Thread Nagatoro

Neil Bothwick wrote:

On Sun, 6 Nov 2005 15:01:27 -0300, Norberto Bensa wrote:



I've found the problem. Portage doesn't like packge-0.0.1beta. Instead
you must name it like package-0.0.1_beta. Now I need to do some magic
inside the ebuild to s/_// 



Something along the lines of
 
My_P=$(P/beta/_beta}


and use ${My_P} instead of ${P} throughout the ebuild.




Or better look at
http://dev.gentoo.org/~plasmaroo/devmanual/ebuild-writing/

since _beta is a recogniced suffix there should be built in methods to 
deal with it.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge R

2005-10-27 Thread Nagatoro

Ian Porter wrote:

Hi All,

I am just wondering if there is an option within emerge that will tell me
which packages need to be re-compiled
[  R  ]


try:
module-rebuild list
(and change list to rebuild if you want to rebuild them)

This will give you the packages that needs to be rebuilt when the 
kernel change. But it _wont_ give you what packages needs to be 
rebuilt now.


try:
revdep-rebuild
to see what packages needs to be rebuilt due to broken deps.

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A simple explanation on how to get wireless working on my laptop ...

2005-10-07 Thread Nagatoro

Richard Watson wrote:

Everything works ... So ... how do I enter this into /etc/conf.d/net so
it happens automatically at boot.


My net only contains :
iface_eth0=dhcp

The real config is in /etc/conf.d/wireless
you should have a wireless.example file there to help you out.

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] character confusion

2005-10-07 Thread Nagatoro

Mark Knecht wrote:

Hello,
   Here's a small config/usage question I've never managed to get
worked out in my brain. Why does Nautilus see a file name 'correctly'
while ls in a terminal does not?


Can depend on more then one thing. What I know is that
1: it could depend on your language settings (iso vs utf for instance).
2: it can depend on the terminal you use (is it unicode aware?).
3: it could probably depend on your font settings.
4: Some other things I don't know about.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] character confusion

2005-10-07 Thread Nagatoro

Mark Knecht wrote:

On 10/7/05, Nagatoro [EMAIL PROTECTED] wrote:

Mark Knecht wrote:

worked out in my brain. Why does Nautilus see a file name 'correctly'
while ls in a terminal does not?

Can depend on more then one thing. What I know is that
1: it could depend on your language settings (iso vs utf for instance).


Meaning the choice when I built the kernel or something else?
Currently this is chosen, but I don't know if this makes sense:


/etc/conf.d/keymaps
/etc/conf.d/consolefont
/etc/env.d/02locale  (check what you have with: locale)
probably the USE flag unicode
and



(iso8859-1) Default NLS Option


I think this specifies what encoding your filenames will have.


2: it can depend on the terminal you use (is it unicode aware?).



gnome-terminal mostly. I'll check some others.


What I've heard xterm is about the only terminal that is compatible 
with all standards.



3: it could probably depend on your font settings.



yeah, there's a Linux mystery if I ever met one... ;-)


Don't I know it :)


4: Some other things I don't know about.



You're far better then I. Thanks!


Don't be too sure...

Btw there are some great docs on www.gentoo.org/doc/en/ regarding 
unicode and localizing a system.

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cannot merge mozilla or mozilla-firefox

2005-09-25 Thread Nagatoro

Walter Dnes wrote:

On Sat, Sep 24, 2005 at 12:26:20PM -0400, fire-eyes wrote

ACCEPT_KEYWORDS=x86 ~x86 RRRGGGHHH N

  ACCEPT_KEYWORDS=~x86 is OK (sort of) if you want strictly testing
and bleeding edge.  Expect some breakage along the way, but it shouldn't
die on you.  However, mixing X86 *AND* ~X86 in ACCEPT_KEYWORDS is a
*BAD* idea.  You'll get a mish-mash of stable and unstable stuff and


Sure? I just installed a ~x86 chroot. And emerge --info shows x86 _and_ 
~x86 (only ~x86 in make.conf).



--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cannot merge mozilla or mozilla-firefox

2005-09-25 Thread Nagatoro

Walter Dnes wrote:

  I can make mistakes, and this looks like one.  My corrected
interpretation is that accepting *ALL* ~X86 is a problem.


Not a problem per say, but it will make you use packages that are 
flagged for ebuild testing (the package *should* be stable but the 
ebuild might not be). Hence you might run into some nasty bugs but they 
should be quite unfrequent.



 If someone
needs a couple of ~X86 packages, package.unmask is the way to go.



Or rather package.keywords. package.unmask is for using packages that 
are masked in package.mask.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Incompatible gcc

2005-09-24 Thread Nagatoro

Rupert Young (Restart) wrote:
I have emerged gcc-3.4.4, but emerge --info, see below, still shows 
3.4.1. There was a PORTDIR_OVERLAY=/usr/local/portage in make.conf and 
3.4.1 was in this dir. I commented out the PORTDIR_OVERLAY, but no change


gcc along with some other packages are _slotted_. That means that you 
can have more that one version installed at once. To chose what 
version to use there is a program called gcc-config.
Try and run gcc-config -c to see what compiler your system currently 
use, and try and run gcc-config -l to see what compliers are 
currently installed on your system. Finally run gcc-config # where # 
is the number of the complier listed above that you want to use.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo ebuild for munin

2005-09-24 Thread Nagatoro

martin hudec wrote:

Hello,

  are there any ebuilds for munin (http://www.linpro.no/projects/munin/)
  available for gentoo? Only relevant information I found was Bug #76018
  on bugs.gentoo.org, but it seems to be cold track at least for last
  months.

  If there is no ebuild available, what should one do to create an
  ebuild?


Did you look at the attachment list for that bug? There is an ebuild...

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ebuild for eggs.

2005-09-20 Thread Nagatoro

Pupeno wrote:
I am making an ebuild for an egg[1], an egg is an extension to a scheme system 

[]

Can you please take a look at it and give me some feedback ?


Not an ebuild guru so I'll point you to a good manual instead :)
http://dev.gentoo.org/~plasmaroo/devmanual/

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] scp or sftp from another local machine in GENTOO_MIRRORS?

2005-09-19 Thread Nagatoro

Nagatoro wrote:
Try and search the wiki (gentoo-wiki) for http-mirror. It does a great 


Guess I got a brain fart... As Mark wrote it should be http-replicator 
and nothing else.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] applets on gnome-2.12.0

2005-09-18 Thread Nagatoro

Bruno Lustosa wrote:

Hello.
Anyone on this list using gnome-2.12.0 already?
I managed to emerge everything, and almost everything is working fine.
I'm having some problems with a few applets though, that are annoying me.
Important applets such as window list and workspace switcher won't load, 
giving panel errors.

Can someone help me?


Don't remember the bug number but the solution is in bugzilla (search 
for gnome 2.12 applet). If I recall correctly you need to reemerge a 
certain package. (btw Gnome 2.12 looks good! :) )

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] scp or sftp from another local machine in GENTOO_MIRRORS?

2005-09-18 Thread Nagatoro

Walter Dnes wrote:

can back up each other.  I turn on m450 once a week to emerge --sync and
update it.  I'd like the first mirror choice to be scp or sftp from m3000
(or 192.168.123.252 if that's easier).  Can it be done, and if so, what
is the syntax?


Try and search the wiki (gentoo-wiki) for http-mirror. It does a great 
job here. Basically it's a caching http proxy. So all your packages 
gets downloaded from m3000 if they exist there and if not they get 
downloaded from the mirrors.



--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xine-ui installation

2005-09-14 Thread Nagatoro

Luigi Pinna wrote:

You can use emerge -pv xine-ui and you can see your flags.


Or even better emerge --pretend --tree --verbose xine-ui to see what 
package requires what other package


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge --oneshot vs emerge --uDvp differences

2005-09-13 Thread Nagatoro

Ed Jabbour wrote:
emerge --ask --oneshot --verbose =dev-lang/python-2.3.5-r2, as directed in 
the GLSA, returns a download for xemacs, which I do not now or ever had 
installed.  It is not in use flags.  However, an emerge -uDvp python doesn't 
even mention xemacs.  Any clue as to why the difference?  Any problems if 
the --oneshot is not used?  Thanks.





Try running:
emerge --ask --oneshot --verbose --tree =dev-lang/python-2.3.5-r2
to see what package wants to install xemacs

Btw: here it's:
[ebuild  N] dev-lang/python-2.3.5-r2  +X +berkdb -bootstrap -build 
-doc +gdbm +ipv6 +ncurses -nocxx +readline +ssl -tcltk -ucs2 0 kB

[ebuild  N]  sys-libs/readline-5.0-r2  1,777 kB
[ebuild  N]   app-shells/bash-3.0-r12  -bashlogger -build +nls 
2,404 kB
[ebuild  N]sys-libs/ncurses-5.4-r6  -bootstrap -build -debug 
-doc +gpm -minimal -nocxx +unicode 0 kB

[ebuild  N] sys-libs/gpm-1.20.1-r4  +emacs (-selinux) 561 kB
[ebuild  N]  app-editors/emacs-21.4-r1  +X -Xaw3d +gnome -leim 
-lesstif +motif +nls -nosendmail 19,925 kB


if you count emacs and xemacs as equivalent.

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage logs

2005-09-12 Thread Nagatoro

Neil Bothwick wrote:

I like the idea of giving the two logs different names, it would make
parsing this information with a script much easier. You'd still need some
sort of unique identifier in the names, because you could merge the same
package version more than once. But naming the files .log and .msg would
at least allow the same identifier for both files for the same merge.




try searching for enotice on gentooexperimental. It's a nice script that 
stores all messages for later use.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: authorization faliure when sending email

2005-09-06 Thread Nagatoro

Matthew Lee wrote:

I've tried using telnet, to more than one server, and
no joy.  The connection did nothing then timed out
after a few mins.


Did you telnet to the right port (SMTP - 25, POP - 110, IMAP 143)?
If so does your ISP block connections to that port (like *many* does 
with port 25 to avoid spammers)?


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] why is Joe part of 'system' ?

2005-09-05 Thread Nagatoro

Philip Webb wrote:

050904 Holly Bostick wrote:


I'm surprised no one has said,
Look in  /var/cache/edb/virtuals , where you will likely see
that Joe is set as an in-use virtual/editor(s) on your actual system.



Yes, it is, along with Vim Gvim  Nano.  However, (1) that file still lists


Hmm, mine is empty... Could you have an outdated cache tree?

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] log4j-1.2.9 failed to compile

2005-09-04 Thread Nagatoro

Martin Ullrich wrote:

Hi!

I wanted to compile eclipse-sdk (emerge eclipse-sdk). emerge compiled some
other packages, but failed compiling log4j-1.2.9.
Can someone help me?


I spent a long time yesterday doing this emerge my self... I finally 
got it when I emerged all relevant dev-java/* stuff with the 
sun-jdk-1.4* compiler (after emerge -C the relevant packages). It 
seemed like some packages didn't like when some other package had been 
emerged with another compiler (sun-jdk-1.5*).


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Slightly OT: favorite window manager/desktop environ?

2005-09-02 Thread Nagatoro

Holly Bostick wrote:

Nagatoro schreef:


[Way off topic]
But where did you find AA? I've looked around and all I've seen is
sorry tray again later when we've upgraded the linux code


Portage?

Doh!
/me goes into a corner for awhile.

Thanks!
--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Slightly OT: favorite window manager/desktop environ?

2005-09-01 Thread Nagatoro

Steve B wrote:
On 9/1/05, *Matt Garman* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:

[...]
So, having said that, what window manager do you use, and why? 


I use gnome with enlightenment as the WM, nice and good looking setup.
But... still I'm thinking about trying KDE for real.


doesn't take much more resources than Fluxbox.  However I still use 
fluxbox if I am going to run a game such as AA.


[Way off topic]
But where did you find AA? I've looked around and all I've seen is 
sorry tray again later when we've upgraded the linux code


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modifying locally an ebuild

2005-08-31 Thread Nagatoro

For a _great_ place to read about ebuilds go to:
http://dev.gentoo.org/~plasmaroo/devmanual/

It has next to everything :)
--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Personal firewall for Linux?

2005-08-30 Thread Nagatoro

Matt Randolph wrote:
I've seen related threads here recently, but I think my question is 
different enough to warrant a new thread.


I'm looking for a personal firewall along the lines of the ZoneAlarm 
product for Windows.  I don't want to take the time to teach myself 


Not an answer but a follow up question: Is there a firewall for Linux 
that can do application level filtering (probably wrong terms but...), 
that is is there a program that can block foo from web access but 
allow it to imap and at the same time allow bar web access? (like most 
Win* firewalls can)

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Personal firewall for Linux?

2005-08-30 Thread Nagatoro

Holly Bostick wrote:

It's all about the ruleset. In this case, it looks like this option is
involved:

[...]

Thanks. This seems like it would do the trick.
--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: How to instruct emerge to leave certain stuff alone

2005-08-29 Thread Nagatoro

Harry Putnam wrote:

Alex [EMAIL PROTECTED] writes:
Yes I saw that too,  But that wasn't necessary before.  So maybe new?
But it also raises another question.  The emacs I wanted to keep is an
older version than the newest in portage.   So do I enter that version?

That is, will portage just ignore the fact that there is a newer
version.  Or does it mean I need to put the newest version number in
 /etc/portage/profile/package.provided
even though that isn't what I have?


From Harry Putnam's post:
Portage will not  attempt to update a package that is listed here 
unless another package explicitly requires a version that is newer 
than what has been listed.


In my mind that means just that; as long as someother package doesn't 
_need_ a newer version portage will ignore all versions of the 
provided package.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wpa_supplicant (WPA-PSK + TKIP) + Intel 2200bg (ipw2200)

2005-08-29 Thread Nagatoro

Greg Armer wrote:

Hi List,

I am having a few issues with the below setup, the wireless lan
connection intermittently drops and reconnects every couple seconds.
This only happens while using wireless, and only with the setup below.


Not sure if it's the same problem but I had the same symptoms and I 
fixed it by changing the channel in the router (to #11) and of course 
on the laptop.

--
Naga
--
gentoo-user@gentoo.org mailing list



[gentoo-user] More splash problems

2005-08-23 Thread Nagatoro

Hi,

I've got another interesting problem with the splash. It seems like
no matter what I specify the computer always wants to use a 800x600
resolution.

At startup I get this (not word for word since showconsole won't play 
nicely):

---
can't open config file /etc/splash/livecd-2005.1/800x600.cfg
No 8bpp verbose pic found...
Failed to get ...
---

But as you can see below i specify a 1280x1024 resolution in 16bpp 
mode (same result if I try 1024x768).


dmesg:
---
[2001] $ dmesg | grep fb
Kernel command line: root=/dev/hda2
video=vesafb-tng:ywrap,mtrr,[EMAIL PROTECTED]
splash=verbose,theme:livecd-2005.1 quiet CONSOLE=/dev/tty1 udev
CPU: After generic identify, caps: 3febfbff   
  
CPU: After vendor identify, caps: 3febfbff   
  
CPU: After all inits, caps: 3febfbff   0080
  
vesafb: NVIDIA Corporation, NV34 Board - c116dnz , Chip Rev(OEM:
NVIDIA)
vesafb: VBE version: 3.0
vesafb: protected mode interface info at c000:f090
vesafb: pmi: set display start = c00cf0c6, set palette = c00cf130
vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc
3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
vesafb: hardware supports DDC2 transfers
vesafb: monitor limits: vf = 76 Hz, hf = 81 kHz, clk = 140 MHz
vesafb: scrolling: redraw
fbsplash: console 0 using theme 'livecd-2005.1'
vesafb: framebuffer at 0xd000, mapped to 0xe888, using 937k,
total 131072k
fb0: VESA VGA frame buffer device
 [c012fb07] load_module+0xa15/0xb69
 [c012fb07] load_module+0xa15/0xb69
 [c012fb07] load_module+0xa15/0xb69
 [c012fb07] load_module+0xa15/0xb69
 [c012fb07] load_module+0xa15/0xb69
fbsplash: console 0 using theme 'livecd-2005.1'
fbsplash: console 1 using theme 'livecd-2005.1'
fbsplash: switched splash state to 'on' on console 1
---

Kernel config:
---
[2001] $ zcat /proc/config.gz | grep FB_
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SOFT_CURSOR=y
# CONFIG_FB_MACMODES is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_VESA_STD is not set
CONFIG_FB_VESA_TNG=y
CONFIG_FB_VESA_DEFAULT_MODE=[EMAIL PROTECTED]
# CONFIG_FB_HGA is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_FB_SPLASH=y
---

Does anyone have an idea as to what is wrong here? It used to work 
(some emerge -uDNav world 's ago...).


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More splash problems

2005-08-23 Thread Nagatoro

Michael Kintzios wrote:


Have you tried: [EMAIL PROTECTED], or [EMAIL PROTECTED] ?


Same result I'm afraid :(

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More splash problems

2005-08-23 Thread Nagatoro

Uwe Thiem wrote:


Try video=vesafb:... instead of vesafb-tng.


Same thing...

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] newbie install - emerge: command not found

2005-08-23 Thread Nagatoro

Assaf Urieli wrote:


But when I try to run the emerge command, I get:
emerge: command not found (no surprise, it's not in /bin).


[2000] $ whereis emerge
emerge: /usr/bin/emerge /usr/X11R6/bin/emerge /usr/bin/X11/emerge 
/usr/man/man1/emerge.1.gz /usr/share/man/man1/emerge.1.gz


At least here it should be in /usr/bin, might it be a $PATH problem?
--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More splash problems

2005-08-23 Thread Nagatoro

Holly Bostick wrote:

Yes... you see your kernel config for the default mode? It does not
specify a bit depth. Neither did mine. Change the setting in the kernel to
[EMAIL PROTECTED]
(or whatever your preferred resolution is, thereby specifying a bit
depth to the kernel config)
recompile the kernel, and try again, using the setting you want in
grub.conf, and it should work. At least, that's what fixed it for me.


Sorry didn't work.
The 8bpp message did dissapear but the framebuffer still want's to 
read the config file for 800x600.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More splash problems

2005-08-23 Thread Nagatoro

Michael Kintzios wrote:


Did you re-emerge your splashutils and rerun genitramfs with /boot
mounted?  Also, did you check the resolution for your vesa-tng entry in
the kernel menuconfig? (see Holly's previous post on this topic).


Yes, unfortunaly no change.

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More splash problems

2005-08-23 Thread Nagatoro

Matthias Krebs wrote:


Maybe you want to use a mode your graphic board doesn't support. Do a
cat /proc/fb0/modes to get the modes your board supports. And as


Well that's where it get weird! cat /proc/fb0/modes report that 
800x600 *is* the highest resolution I can have but I've had 1280x1024 
before and altho not the same driver but the same card X is at 1280x1024.


This needs some probing...


someone else mentioned before, vesafb-tng is not a valid kernel
parameter, so everything after it is ignored.


Since I get exactly the same result with vesafb as whit vesafb-tng I 
don't think this is the problem.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More splash problems

2005-08-23 Thread Nagatoro

Holly Bostick wrote:

wrap) will be ignored. So opening up the file with nano and going to the
beginning of any apparently wrapped line and hitting Backspace to pull
it all together is not a bad idea.


Nope al in one line.

On side note I found some fourum posting claming that agppart and 
nvidia doesn't play together so I'm recompiling (again...). Hope it 
works this time.

--
Naga

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] where's the splash?

2005-08-20 Thread Nagatoro

Holly Bostick wrote:

1024x768). What happened was no change, but the message specifically
said something about looking for 1280x1024.cfg... which wasn't right.


Sound like the problem I'm having now... But mine wants a 800x600 one. 
The strange thing is that I've _never_ used that reslolution.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] alsa config

2005-08-20 Thread Nagatoro

John Dangler wrote:

I've tried modifying the conf file for this by putting in snd-intel8x0, but
the system isn't reading it for some reason.  do I need to unmerge
alsa-driver and start again ?

[...]

-Original Message-
From: John Dangler [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 20, 2005 4:04 AM

To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] alsa config

I have alsa configured into the kernel, but I think I goofed reading through


As I've understood it you either use alsa-driver *or* configure it in 
the kernel *not* both.


See http://www.gentoo.org/doc/en/alsa-guide.xml for more info.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] where's the splash?

2005-08-18 Thread Nagatoro

Holly Bostick wrote:


None of it works. The images cannot be found.


A shoot in the dark but I  saw something regarding a default sym link in 
/etc/splash. If you have that try and delete it (think it was on the 
wiki page regading making your own splash theme)


/
HTH
Naga
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Default compiler

2005-08-16 Thread Nagatoro

Hi,

a small question: what's the default (or recommended) compiler for 
Gentoo now? I use gcc-3.3 but at least one program must have gcc-3.4 and 
I'm getting tired of changing all the time. But (don't ask why :)) I've 
gotten the impression that gcc-3.4 is the standard now.


--
Naga
--
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT] Ebuild with scons and sandbox

2005-08-16 Thread Nagatoro

Hi,

First off, I'm sorry if this is the wrong place to ask!

I'm trying to write an ebuild for linuxdcpp (a gtk port of DC++). This 
nice app uses scons and not make as the build tool. When I build it 
manually it works just fine, but when I try to build it with emerge (or 
ebuild) I get this:

Code:

scons: done building targets.
ACCESS DENIED  open_wr:   /usr/include/gtk-2.0/gtk/.scons25064
ACCESS DENIED  open_wr:   /usr/include/gtk-2.0/gtk/.sconsign
ACCESS DENIED  open_wr:   /usr/include/libglade-2.0/glade/.scons25064
ACCESS DENIED  open_wr:   /usr/include/libglade-2.0/glade/.sconsign
ACCESS DENIED  open_wr:   /usr/include/gtk-2.0/gdk/.scons25064
ACCESS DENIED  open_wr:   /usr/include/gtk-2.0/gdk/.sconsign
ACCESS DENIED  open_wr:   /usr/include/glib-2.0/.scons25064
ACCESS DENIED  open_wr:   /usr/include/glib-2.0/.sconsign
ACCESS DENIED  open_wr:   /usr/include/atk-1.0/atk/.scons25064
ACCESS DENIED  open_wr:   /usr/include/atk-1.0/atk/.sconsign
ACCESS DENIED  open_wr:   /usr/include/pango-1.0/pango/.scons25064
ACCESS DENIED  open_wr:   /usr/include/pango-1.0/pango/.sconsign
ACCESS DENIED  open_wr:   /usr/include/gtk-2.0/gdk-pixbuf/.scons25064
ACCESS DENIED  open_wr:   /usr/include/gtk-2.0/gdk-pixbuf/.sconsign
ACCESS DENIED  open_wr:   /usr/include/glib-2.0/glib/.scons25064
ACCESS DENIED  open_wr:   /usr/include/glib-2.0/glib/.sconsign
ACCESS DENIED  open_wr:   /usr/lib/gtk-2.0/include/.scons25064
ACCESS DENIED  open_wr:   /usr/lib/gtk-2.0/include/.sconsign
ACCESS DENIED  open_wr:   /usr/include/glib-2.0/gobject/.scons25064
ACCESS DENIED  open_wr:   /usr/include/glib-2.0/gobject/.sconsign
ACCESS DENIED  open_wr:   /usr/lib/glib-2.0/include/.scons25064
ACCESS DENIED  open_wr:   /usr/lib/glib-2.0/include/.sconsign
bzip2: Output file environment.bz2 already exists.
--- ACCESS VIOLATION SUMMARY 
---

LOG FILE = /var/log/sandbox/sandbox-net-p2p_-_dcpp-0.-25040.log
[...]


it seems to me like scons is littering the filesystem with somesort of 
lock files but I've been unable to find any information on this. Does 
anyone know how I can prevent scons from trying to make these files or 
how I can fool scons into thinking that it could?


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Ebuild with scons and sandbox

2005-08-16 Thread Nagatoro

Zac Medico wrote:
Maybe you can configure the build so that it won't write outside of the 
sandbox.  If you post your ebuild then we might be able to help.


Here it is:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils cvs

DESCRIPTION=A gtk port of DC++, using the unmodified DC++ core
HOMEPAGE=linuxdcpp.berlios.de
SRC_URI=

LICENSE=GPL
SLOT=0
KEYWORDS=x86
IUSE=

RDEPEND=virtual/x11
=x11-libs/gtk+-2.4.0
=gnome-base/libglade-2.4.0
sys-libs/zlib

# Haven't found where these live yet
# pthread
# libbz2

DEPEND=${RDEPEND}
dev-util/scons
=sys-devel/gcc-3.4.0


ECVS_SERVER=cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp
ECVS_MODULE=linuxdcpp

S=${WORKDIR}/linuxdcpp

src_unpack() {
cvs_src_unpack
}

src_compile() {
# Waring message borrowed from the enlightenment.eclass
# by [EMAIL PROTECTED]
eerror This is a LIVE CVS ebuild.
eerror That means there are NO promises it will work.
eerror If it fails to build, FIX THE CODE YOURSELF
eerror before reporting any issues.

scons release=1 || die scons failed
}

src_install() {
INTO=/usr/local/lib/dcpp
exeinto ${INTO}/
doexe dcpp || die Couldn't copy the binary
#   docsinto ${INTO}
dodoc *.txt
insinto ${INTO}/pixmaps/
doins pixmaps/* || die Couldn't copy the icons
insinto ${INTO}/glade/
doins glade/* || die
dodir /usr/local/bin
dosym ${INTO}/dcpp /usr/local/bin/dcpp
}


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Ebuild with scons and sandbox

2005-08-16 Thread Nagatoro

Zac Medico wrote:
If you run equery depends -a scons and read some of those ebuilds 
you'll see something like this:


scons DESTDIR=${D}

See the explanation of ${D} in the ebuild(5) manpage.  That helps keep 
you inside the sandbox.


Thanks for the tip. It led me to a way off getting the paths mention in 
the error message (so I can prevent them...) but the DESTDIR=${D} only 
seems to be valid for scons install and not just scons (ie the compile).


The problem now is that gtk-config and glib-config always returns the 
1.x version and not the 2.x version I need.


Here's a hackish way I managed to put together,
---
# This is a hack to be able to dynamically determine which directories
# scons will try to create .scons* files in.
get_config() {
for lib in `grep ParseConfig('pkg-config  SConstruct |
tr ' ' ' | cut -d  -f   5- | tr ')' ' '`; do
echo `pkg-config --libs --cflags ${lib} | tr ' ' '\n' |
grep -E -- '-L|-I' | cut -c 3-`
done
}

addpredict_from_config() {
for i in $(get_config); do
echo addpredict ${i}
addpredict ${i}
done;
}
---

Any sugestions as to I might do this abit cleaner?

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't get mozilla-sunbird

2005-08-16 Thread Nagatoro

Anthony E. Caudel wrote:

I have been trying to emerge mozilla-sunbird-bin-0.2 but without any
success. It is masked ~M (hard masked?) and I have tried including it in
/etc/portage/package.unmask as so:

app-office/mozilla-sunbird-bin-0.2

But I get this error:

!!! All ebuilds that could satisfy mozilla-sunbird-bin have been masked.
!!! One of the following masked packages is required to complete your request:
- app-office/mozilla-sunbird-bin-0.2 (masked by: package.mask, ~x86 keyword)
# [EMAIL PROTECTED] (19 Aug 2004)
# Masking because this package is not ready for prime, but want it in
# portage for better observation (and users are clamoring)

- app-office/mozilla-sunbird-bin-0.2.20050724 (masked by: package.mask, ~x86 
keyword)

I have also tried USE=~x86, again without any luck. Am I using the
wrong syntax or is it something else.


You need to find the line in /usr/portage/profiles/package.mask that 
masks the app and the add that _exact_ line to /etc/portage/package.unmask.
Since it's also ~x86 masked you need to add 
app-office/mozilla-sunbird-bin ~x86 to /etc/portage/package.keywords



--
Naga
--
gentoo-user@gentoo.org mailing list



  1   2   >