Re: [gentoo-user] {OT} dvdrip permissions error, alternative?

2006-10-13 Thread Bo Ørsted Andresen
On Friday 13 October 2006 07:55, Grant wrote: #!/bin/bash [SNIP] vobcopy -m || exit mkisofs -dvd-video -V $TITLE -o $FILENAME $TITLE || exit [SNIP] Can you tell me what purpose the || exit portions serve? It's quite common is bash scripts to define a function named die: die() { echo $@

Re: [gentoo-user] Blocking package cannot be removed...

2006-10-13 Thread Bo Ørsted Andresen
On Saturday 14 October 2006 06:35, Meino Christian Cramer wrote: [SNIP] So I did a emerge --pretend --verbose --update --deep world and it was reported, that dev-java/java-config is blocking dev-java/java-config-wrapper . I decided to remove java-config by emerge -C

Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-12 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 06:39, Lord Sauron wrote: $ zgrep IPW2100\\\|IEEE80211 /proc/config.gz CONFIG_IEEE80211=m # CONFIG_IEEE80211_DEBUG is not set CONFIG_IEEE80211_CRYPT_WEP=m CONFIG_IEEE80211_CRYPT_CCMP=m CONFIG_IEEE80211_CRYPT_TKIP=m # CONFIG_IEEE80211_SOFTMAC is not set

Re: [gentoo-user] Dumb question

2006-10-12 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 08:17, Anthony E. Caudel wrote: Thanks all.  I guess I now understand how it works. Someone noted that if you update sshd for example, a restart would be in order afterward.  This would seem to be true of a lot of programs.  So would a total restart of the system

Re: [gentoo-user] revdep-rebuild attempts to emerge old package

2006-10-12 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 03:23, Trenton Adams wrote: Why does revdep-rebuild try and update packages that do not exist? Is this a bug, or am I missing something? # revdep-rebuild --library libstdc++.so.5 -- -p -v 21 ... Calculating dependencies / emerge: there are no ebuilds to satisfy

Re: [gentoo-user] revdep-rebuild attempts to emerge old package

2006-10-12 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 08:30, PaulNM wrote: It looks like an old version of python is still on your system from when there was an ebuild for it. I'd suggest emerge -p --depclean to see if it would remove it. emerge --depclean doesn't clean old slots. It will keep all installed versions

Re: [gentoo-user] Re: problem getting UTF-8 locale

2006-10-12 Thread Bo Ørsted Andresen
On Monday 09 October 2006 15:03, Liviu Andronic wrote: {SNIP] Are you saying that it lacks a maintainer for keeping emelFM2 up-to-date in portage? Yes. [SNIP] Is there any way to ask portage devels to update regularly emelFM2 ebuilds? (As it can be seen in [1], there are people providing

Re: [gentoo-user] Segmentation fault on Emerge -S

2006-10-12 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 09:59, Wagner Vaz wrote: It's a bit funny if not sad. Just look: #emerge -S netrw Searching... |Segmentation fault What is these? It really would help if we knew what version you were running. Try this: # emerge -u portage # emerge -u python # python-updater

Re: [gentoo-user] eselect could not source blas.eselect

2006-10-12 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 18:51, Trenton Adams wrote: Ahah, looks like you just found a bug Bo. [SNIP] To be honest I don't have a clue about what I just found. I am not seeing this behaviour on any of my systems. But I guess it is time to go file a bug and include that info (and the info

Re: [gentoo-user] Re: Flac - emerge error

2006-10-12 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 22:10, Mick wrote: [SNIP] What now? BTW, this is the revdep-rebuild output that started it all: === Checking dynamic linking consistency... broken /usr/bin/imlib_config (requires libgdk-1.2.so.0 libgtk-1.2.so.0)

Re: [gentoo-user] OT - Question about conditionals and bash scripting

2006-10-12 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 23:08, Michael Sullivan wrote: [SNIP] OK. Here's my new code: [SNIP] Maybe you should have a look at: http://devmanual.gentoo.org/tools-reference/bash/index.html -- Bo Andresen pgpxpDTTnsL1r.pgp Description: PGP signature

Re: [gentoo-user] OT - Need /etc/conf.d/net setup help

2006-10-12 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 23:04, Michael Sullivan wrote: [SNIP] camille conf.d # /etc/init.d/net.eth0 restart * Caching service dependencies ... [ ok ] * ERROR: not enough args. * Usage: net.eth0 { start|stop|restart } *net.eth0 without arguments for full help What exactly is

Re: [gentoo-user] Package dependencies

2006-10-11 Thread Bo Ørsted Andresen
On Wednesday 11 October 2006 08:26, Anthony E. Caudel wrote: Maybe I meant reverse dependency. Not sure. I want to know what depends on a particular package so that I can decide whether I can delete it or not. Yes, that's reverse dependencies. The portage way is to see if it shows up on

Re: [gentoo-user] Version conflicts when mixing arch and ~arch

2006-10-11 Thread Bo Ørsted Andresen
On Tuesday 10 October 2006 22:37, Alan McKinnon wrote: [SNIP] emerge -p world had to parse the entire portage tree anyway, it could easily check for versioning conflicts while doing it and display a message to the user, much like blockers do currently. I get it that portage likely can't

Re: [gentoo-user] Package dependencies

2006-10-11 Thread Bo Ørsted Andresen
On Wednesday 11 October 2006 08:47, Bo Ørsted Andresen wrote: [SNIP] Yes, that's reverse dependencies. The portage way is to see if it shows up on emerge --depclean --pretend. If it doesn't then you have something in your world file that depends on it. If the package itself is in your world

Re: [gentoo-user] Re: Circular Block? kde-env / kdelibs -- RESOLVED

2006-10-11 Thread Bo Ørsted Andresen
On Wednesday 11 October 2006 12:40, Stefan Wimmer wrote: You could have seen this straight away by adding --tree to the emerge command. Well - in my case emerge --tree brings up that media-fonts/font-alias needs kde-env?!?!! Any explanation for that? Please show us that output of emerge

Re: [gentoo-user] Re: Circular Block? kde-env / kdelibs -- RESOLVED

2006-10-11 Thread Bo Ørsted Andresen
On Wednesday 11 October 2006 18:53, Stefan Wimmer wrote: Please show us that output of emerge --tree. Makes it soo much easier to explain it... Uh sorry - did not want to spam this list with too much text ;-) No, this is not spam. It is necessary info to explain what's going on. portage

Re: [gentoo-user] emerge -pvuND world versus emerge -pveuND world

2006-10-11 Thread Bo Ørsted Andresen
On Wednesday 11 October 2006 21:31, Daniel Pielmeier wrote: [SNIP] Calculating world dependencies . ... done! [ebuild N] sys-devel/binutils [2.16.1-r3]USE=nls -multislot -multitarget -test -vanilla 109 kB $ emerge -pv binutils These are the packages that would be merged,

Re: [gentoo-user] x11-base/xorg-x11 not needed?!

2006-10-11 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 00:56, Jorge Almeida wrote: I did emerge -p --depclean and it would remove x11-base/xorg-x11 (version 7.0-r1). Now, how can this be? (No, I don't run a X-less workstation!) I know --depclean is not to be blindly trusted, but is this normal? As has been mentioned

Re: [gentoo-user] emerge deps AFTER build

2006-10-11 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 04:43, Trenton Adams wrote: Is there a way of asking emerge to only merge the packages after all dependencies have been successfully built into tar.bz2 packages? From `man emerge`: --buildpkgonly (-B) Creates binary packages for all ebuilds processed without

Re: [gentoo-user] xsm and dependency...

2006-10-11 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 02:49, Daniel Barkalow wrote: Does anyone know why they have appeared? I don't have them installed previously and I am quite skeptical about netkit-rsh since it installs rexec, rlogin and rsh. emerge --update --deep --tree world will tell you why. It'll

Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-11 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 06:00, Lord Sauron wrote: [SNIP] I isolated my problem to this: emerge ipw2100 ties in ieee80211, and that fails to compile because it says that the current kernel cannot have the option IEEE80211 in either module or enabled. It needs it disabled. I tried to use

Re: [gentoo-user] eselect could not source blas.eselect

2006-10-11 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 06:41, Trenton Adams wrote: [SNIP] [22:41 [EMAIL PROTECTED] trenta]# eselect [SNIP] Extra modules: bashcomp Manage contributed bash-completion scripts binutils Manage installed versions of sys-devel/binutils !!! Error: Couldn't

Re: [gentoo-user] can't log in gnome and xfce desktop gone!

2006-10-10 Thread Bo Ørsted Andresen
On Wednesday 11 October 2006 04:55, Chuanwen Wu wrote: i can't enter my gnome and the error is: The application gnome-panel has quit unexpectedly. The application nautilus has quit unexpectedly. It's not like you haven't mentioned this before but I guess we forgot about it... :p What is the

Re: [gentoo-user] Problem emerging kdebase

2006-10-10 Thread Bo Ørsted Andresen
On Wednesday 11 October 2006 06:03, Trenton Adams wrote: Did this ever get resolved?  I've been having the same problems with kdemultimedia-arts. So you followed Richard's advice from this thread? Was that a problem? -- Bo Andresen pgp41nlWF0ErY.pgp Description: PGP signature

Re: [gentoo-user] Quake3 Can't load libGL.so.1 from /etc/ld.so.conf

2006-10-10 Thread Bo Ørsted Andresen
On Tuesday 10 October 2006 16:41, Fred Kastl wrote: when i try to start quke3 i always get this error message: Quake3 Can't load libGL.so.1 from /etc/ld.so.conf although it exists and ld knows about it. It also seems that the game can find it too, but don't load it. [SNIP] I suggest you post

Re: [gentoo-user] Package dependencies

2006-10-10 Thread Bo Ørsted Andresen
On Wednesday 11 October 2006 06:13, Anthony E. Caudel wrote: I have seen it mentioned here several times that equery depends ... is broken. Is there a good way to determine package dependency? This shows all dependencies required for $pkg: # emerge -pve $pkg For an alternative you may have a

Re: [gentoo-user] Problem emerging kdebase

2006-10-10 Thread Bo Ørsted Andresen
On Wednesday 11 October 2006 07:23, Trenton Adams wrote: Any other ideas? Sure. Post actual error messages that show what your problem is... -- Bo Andresen pgpLl2d7oSZ88.pgp Description: PGP signature

Re: [gentoo-user] About Dictionary

2006-10-09 Thread Bo Ørsted Andresen
On Monday 09 October 2006 11:40, Stephen Liu wrote: [SNIP] I just have dictionary installed. # equery l dictionary [ Searching for package 'dictionary' in all categories among: ] * installed packages [I--] [ ] app-misc/jdictionary-1.8-r1 (0) * end * But it did not work on OpenOffice.

Re: [gentoo-user] Java Config Problems.

2006-10-09 Thread Bo Ørsted Andresen
On Tuesday 10 October 2006 01:47, Joshua Schmidlkofer wrote: Java Config is screwing up. (The gentoo java changes have been a long haul of sucky experiance.) I have severeal systems that now work, and one that doesn't which i will speak of. I have others, but likely they all have the same

Re: [gentoo-user] Emerging world selectively

2006-10-08 Thread Bo Ørsted Andresen
On Sunday 08 October 2006 19:24, Fredrik Tolf wrote: If, when I emerge -Duva world, it calculates a package that I, for any reason, would like to delay/not emerge at all, how would I do to emerge all the packages except that one. This far, I've been running emerge -1va on all the others in the

Re: [gentoo-user] Cannot unsubscribe

2006-10-08 Thread Bo Ørsted Andresen
On Sunday 08 October 2006 21:02, Ed Jabbour wrote: I sent mail to [EMAIL PROTECTED] which bounced with a notice:_Recipient_address_rejected:_User_unknown_in_local_recipient_table . Consequently, I'm still getting list mail. Not sure anyone here with a clue for the clueless, but if so . . . .

Re: [gentoo-user] Portage: Show list of required files without downloading anything?

2006-10-08 Thread Bo Ørsted Andresen
On Sunday 08 October 2006 21:35, Statux wrote: [SNIP] Question: Is there a way that I can get Portage to run through the packages/ebuilds and, instead of downloading anything from the net, just have it show me which files were not in /usr/portage/distfiles which will be needed? So if I had 8

Re: [gentoo-user] gnomeapplet?

2006-10-08 Thread Bo Ørsted Andresen
On Saturday 07 October 2006 22:22, Martin Larsson wrote: I'm getting the following error when trying to compile gnome-extra/deskbar-applet-2.14.2: configure: error: gnomeapplet module required to build deskbar Anyone know what to compile to get this 'gnomeapplet module'? I'd probably try

Re: [gentoo-user] lsmod and startx don't agree

2006-10-08 Thread Bo Ørsted Andresen
On Monday 09 October 2006 05:56, maxim wexler wrote: I don't remember the exact details but I noticed that any attempt to upgrade x11 revealed that everything under xorg-x11 was blocked. At that point you were supposed to follow the migration to modular X guide [1]. The important bits you've

Re: [gentoo-user] lsmod and startx don't agree

2006-10-08 Thread Bo Ørsted Andresen
On Monday 09 October 2006 06:54, Bo Ørsted Andresen wrote: At that point you were supposed to follow the migration to modular X guide [1]. Heh, forgot the reference.. [1] http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml -- Bo Andresen pgp2nDiXq3KPp.pgp Description: PGP

Re: [gentoo-user] ERROR: dev-libs/openssl-0.9.8c-r2 failed.

2006-10-07 Thread Bo Ørsted Andresen
On Saturday 07 October 2006 19:11, Marc Blumentritt wrote: by a stupid mistake from me I deleted a lib from openssl. I wanted to reemrge it to get the lib back, but now it does not compile. I looked for open bugs and at the forums, but did not find any clue for this: [SNIP] Error: [SNIP] !!!

Re: [gentoo-user] Fortran g77 support

2006-10-06 Thread Bo Ørsted Andresen
On Friday 06 October 2006 08:50, JC Denton wrote: I need g77 and g95 on my system in order to install a few things like: Both are provided by gfortran on gcc-4.x with the fortran use flag enabled. Look at `man gfortran` for details. `gfortran` acts as g95 and `gfortran -ff2c` acts as g77. They

Re: [gentoo-user] Building lapack failed

2006-10-06 Thread Bo Ørsted Andresen
On Friday 06 October 2006 09:05, JC Denton wrote: I try to install lapack on my machine. This is what I get when I try to emerge lapack: [SNIP] !!! ERROR: sci-libs/lapack-3.0 failed. [SNIP] I think bug #146448 [1] is the most relevant bug (which you should be able to find on your own).

Re: [gentoo-user] Building lapack failed

2006-10-06 Thread Bo Ørsted Andresen
On Friday 06 October 2006 10:49, Bo Ørsted Andresen wrote: I think bug #146448 [1] is the most relevant bug (which you should be able to find on your own). Unfortunately it provides no solutions. This package simply isn't prepared for gcc-4.x yet. [SNIP] [1] https://bugs.gentoo.org

Re: [gentoo-user] Re: OT: auto rename konsole session tabs?

2006-10-06 Thread Bo Ørsted Andresen
On Friday 06 October 2006 13:18, James wrote: To get only the hostname (\h is substituted with the hostname as you can read in `man bash`) ... # export PS1=$PS1'\[\033]0;\h\007\]' Well I tryied this command by puting it in the .bashrc file on both the host system and the target remote.

Re: [gentoo-user] Different install prefix - howto ?

2006-10-06 Thread Bo Ørsted Andresen
On Friday 06 October 2006 13:08, Hans-Werner Hilse wrote: I'd like to install an experimental package with a different prefix, say /usr/local/test What should I write into the ebuild file? I don't think the ROOT environment variable when emerging is what you want. I think you can just

Re: [gentoo-user] Bugday reminder

2006-10-06 Thread Bo Ørsted Andresen
On Friday 06 October 2006 13:29, Liviu Andronic wrote: I have a slight problem with defining a en_US.UTF-8 locale. I tried the Gentoo Official Documentation on Localization and Syste-wide UTF-8, but I cannot make actually having en_US.UTF-8. Here are some commands I ran: The locales I have

Re: [gentoo-user] Different install prefix - howto ?

2006-10-06 Thread Bo Ørsted Andresen
On Friday 06 October 2006 14:50, Hans-Werner Hilse wrote: [SNIP] I'm not sure why you don't think he wants the ROOT var. Because it didn't sound like he was trying to set up a chroot environment just for that package but rather make shure its installed files don't cludder /usr. If ROOT is

Re: [gentoo-user] Re: problem getting UTF-8 locale

2006-10-06 Thread Bo Ørsted Andresen
On Friday 06 October 2006 20:51, Liviu Andronic wrote: Thanks for answering. Was a mistake by me that I replied to the wrong mail of yours.. ;) [SNIP] Please note that here locale -a doesn't show en_US.UTF-8, but en_US*.utf8 *(case change and missing dash). That's expected. Not an error.

Re: [gentoo-user] how to execute some scripts after an emerge

2006-10-06 Thread Bo Ørsted Andresen
On Saturday 07 October 2006 03:16, Robert Welz wrote: Are there hooks in portage with which I can execute some scripts after an emerge -u world? I need to check my libraries in the chroot jail :) I build for boinc today against their original counterparts in the file system. This would be

Re: [gentoo-user] how to execute some scripts after an emerge

2006-10-06 Thread Bo Ørsted Andresen
On Saturday 07 October 2006 05:23, Robert Welz wrote: [SNIP] What do you think? There is no such hook. Write a separate script or a wrapper. Since it's supposed to run after the emerge and not during the emerge I really don't see why it should need to use a hook. [SNIP] What is the right

Re: [gentoo-user] Re: OT: auto rename konsole session tabs?

2006-10-05 Thread Bo Ørsted Andresen
On Friday 06 October 2006 02:41, James wrote: This works very good, but it's a bit long. I prefer just the host name or just the ip address. Using this technique I get something like this: [EMAIL PROTECTED]:~/projects/manuals - Shell To get only the hostname (\h is substituted with the

Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails

2006-10-05 Thread Bo Ørsted Andresen
On Friday 06 October 2006 04:32, Kevin O'Gorman wrote: gcc -Wall ctype.c -o ctype I get ctype.c:21: warning: implicit declaration of function 'isblank' $ gcc -std=gnu99 -Wall ctype.c -o ctype -- Bo Andresen pgpclOwMeZ9b7.pgp Description: PGP signature

Re: [gentoo-user] python-fchksum problem + access denied

2006-10-05 Thread Bo Ørsted Andresen
On Wednesday 04 October 2006 15:36, Marco Calviani wrote: # ls -ld /usr/lib* Here it is: drwxr-xr-x 15 root root 4096 Oct 4 08:54 /usr/lib drwxr-xr-x 9 root root 4096 Oct 3 19:19 /usr/lib32 drwxr-xr-x 41 root root 36864 Oct 4 14:49 /usr/lib64 drwxr-xr-x 6 root root 4096 Oct 4

Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails

2006-10-05 Thread Bo Ørsted Andresen
On Friday 06 October 2006 06:49, Kevin O'Gorman wrote: On 10/5/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote: On Friday 06 October 2006 04:32, Kevin O'Gorman wrote: gcc -Wall ctype.c -o ctype I get ctype.c:21: warning: implicit declaration of function 'isblank' $ gcc -std=gnu99

Re: [gentoo-user] locale settings

2006-10-04 Thread Bo Ørsted Andresen
On Wednesday 04 October 2006 15:28, Stefán István wrote: I have problem with the locale settings of my system. My main problem is, that I can't use some special hungarian characters in file names. They don't even appear on the console screen, when I try to type them. But in X applications

Re: [gentoo-user] python-fchksum problem + access denied

2006-10-04 Thread Bo Ørsted Andresen
On Wednesday 04 October 2006 15:36, Marco Calviani wrote: On 10/3/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote: Err... could you please provide the output of: # ls -ld /usr/lib* Here it is: drwxr-xr-x 15 root root 4096 Oct 4 08:54 /usr/lib drwxr-xr-x 9 root root 4096 Oct 3 19:19

Re: [gentoo-user] locale settings

2006-10-04 Thread Bo Ørsted Andresen
On Wednesday 04 October 2006 15:53, Stefán István wrote: Yes, I've read it but my filenames are encoded with iso8859-2 (or at least I think so), and I dont want to change them to utf-8. At least not yet. How can I determine the character encoding of an existing filename? The whole point of

Re: [gentoo-user] Re: OT: auto rename konsole session tabs?

2006-10-04 Thread Bo Ørsted Andresen
On Wednesday 04 October 2006 22:51, Boyd Stephen Smith Jr. wrote: You may be able to put some magic into your PS1 to send the right escape code(s) to your terminal to set the window title xterm and/or screen style. http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/xterm-title-bar-manipulations.html

Re: [gentoo-user] python-fchksum problem + access denied

2006-10-03 Thread Bo Ørsted Andresen
On Tuesday 03 October 2006 19:25, Marco Calviani wrote: Hi everybody, the problem has been solved. See http://bugs.gentoo.org/show_bug.cgi?id=149648 On the bug: Portage 2.1.1-r1 (default-linux/amd64/2006.1, gcc-3.4.6, glibc-2.3.6-r4, 2.6.16-gentoo-r12 x86_64) [SNIP] Bug solved. This was

Re: [gentoo-user] eselect vs eselect-opengl (or Why does xterm deeply depend on eselect-opengl)

2006-10-03 Thread Bo Ørsted Andresen
On Tuesday 03 October 2006 22:14, Justin Patrin wrote: I'm getting this very odd behavior when trying to --update --deep world. # emerge -atuDv world These are the packages that would be merged, in reverse order: Calculating world dependencies... done! [blocks B ]

Re: [gentoo-user] pygame, framebuffer SDL_SysWMinfo has no member named 'info'

2006-10-02 Thread Bo Ørsted Andresen
On Monday 02 October 2006 07:02, Stefano Guglia wrote: Hello everybody ! I was going to install a Gentoo box without X (framebuffer only) + Freevo. Pygame is needed by the ebuild, but no way to install: [SNIP] src/display.c:390: error: 'SDL_SysWMinfo' has no member named 'info'

Re: [gentoo-user] Portage parenthesis

2006-10-02 Thread Bo Ørsted Andresen
On Monday 02 October 2006 08:21, Danie Iliev wrote: Several days ago the guys at gentoo-am64 mailing list explained to me all these flags enable different CFLAGS optimizations which came as the [SNIP] Please don't confuse CFLAGS with USE flags. CFLAGS are passed on to the compiler and tell it

Re: [gentoo-user] Portage parenthesis

2006-10-02 Thread Bo Ørsted Andresen
On Monday 02 October 2006 16:13, Grant wrote: I'm actually using -march=k8 in accordance with the Gentoo Handbook's recommendation.  Should I be using -march=amd64?  I have an AMD Sempron64 3000+ CPU. No! Of course not. As you can see in `man gcc` there is no -march=amd64... k8 is fine. --

Re: [gentoo-user] Re: gnome - circular dependencies?

2006-10-02 Thread Bo Ørsted Andresen
On Monday 02 October 2006 14:54, karsten wrote: Hey, could anyone give me a hint on the nature of this problem? I have tried with a completely new portage tree, yet no success. I really have no clue how this can happen. anyone? [SNIP] foo-a.ebuild depends on foo-b.ebuild and foo-b.ebuild

Re: [gentoo-user] What is that (compile errors in system headers...)

2006-10-02 Thread Bo Ørsted Andresen
On Monday 02 October 2006 19:48, Meino Christian Cramer wrote: I tried to compile a little program (nothing special) and got this errors: In file included from /usr/include/stdlib.h:438, from ethlinkstat.c:10: /usr/include/sys/types.h:62: error: conflicting

Re: [gentoo-user] What is that (compile errors in system headers...)

2006-10-02 Thread Bo Ørsted Andresen
On Monday 02 October 2006 20:15, Meino Christian Cramer wrote: [SNIP] My includes are now: #include linux/if.h #include linux/ethtool.h #include stdio.h #include stdlib.h #include string.h #include errno.h #include sys/types.h #include linux/types.h

Re: [gentoo-user] amd64 install from x86 livecd?

2006-10-01 Thread Bo Ørsted Andresen
On Monday 02 October 2006 00:07, Ryan Sims wrote: There are a couple liveCDs in the forums for booting boards with the tricky JMicron goodness, but the one that seems to have the best shot at booting correctly is an x86-based livecd. If I boot from that, use it to setup my partitions and so

Re: [gentoo-user] Portage parenthesis

2006-10-01 Thread Bo Ørsted Andresen
On Monday 02 October 2006 05:20, Grant wrote: Could someone tell me why certain USE flags that should be enabled in ebuilds are not and have parenthesis around them instead? As you can read in `man emerge` it may mean one of three things. Either it's forced on, masked off or removed since the

Re: [gentoo-user] emerge -D pulling in more than it should these days?!

2006-10-01 Thread Bo Ørsted Andresen
Reordering for readability. Please don't toppost... On Monday 02 October 2006 05:14, Daevid Vincent wrote: From: Walter Dnes: [SNIP] WARN: postinst In portage-2.1.1, emerge --newuse is now sensitive to changes in IUSE. [SNIP] ...and that has what to do with emerge -Davu? [SNIP] Obviously

Re: [gentoo-user] Portage parenthesis

2006-10-01 Thread Bo Ørsted Andresen
On Monday 02 October 2006 07:01, Grant wrote: Could someone tell me why certain USE flags that should be enabled in ebuilds are not and have parenthesis around them instead? As you can read in `man emerge` it may mean one of three things. Either it's forced on, masked off or removed

Re: [gentoo-user] Portage parenthesis

2006-10-01 Thread Bo Ørsted Andresen
On Monday 02 October 2006 07:30, Bo Ørsted Andresen wrote: Why would flags like mmx, mmxext, sse, and sse2 be masked from mplayer for me? /etc/make.profile - /usr/portage/profiles/default-linux/amd64/2006.1/desktop I'm not sure why the use flags are masked. Heh, and then I found

Re: [gentoo-user] python-fchksum problem + access denied

2006-09-30 Thread Bo Ørsted Andresen
On Saturday 30 September 2006 11:33, Marco Calviani wrote: Hi, i was trying to emerge -e system on my x86_64 box. However when it comes to python-related packages it shows this error: Emerging (1 of 1) dev-python/python-fchksum-1.7.1 to / [SNIP] I guess I would try to remerge

Re: [gentoo-user] Hooks for Portage 2.1?

2006-09-30 Thread Bo Ørsted Andresen
On Saturday 30 September 2006 19:32, [EMAIL PROTECTED] wrote: I don't think the hooks are useful for that. i have been told to use these two: post_src_unpack/pre_src_compile (but dont know how). Why not just copy the ebuild to an overlay and apply the patch in the ebuild in the overlay?

Re: [gentoo-user] Digest verification failed:

2006-09-30 Thread Bo Ørsted Andresen
On Sunday 01 October 2006 02:23, David Relson wrote: In the last few days I've been encountering lots of Digest verification failed messages indicating SHA256 verification problems (see below). Searching the web, I've found the generate your own digest solution, i.e. ebuild

Re: [gentoo-user] upgrading a large package, say Xorg

2006-09-29 Thread Bo Ørsted Andresen
On Friday 29 September 2006 14:46, John Newman wrote: [SNIP] But later on I decided what the hell, I may as well upgrade X. However, when I attempt emerge xorg-base/xorg-x11, I get a whole list of Blocked packages, the gist of it being my installation of x11-base/xorg-x11-6.9 is blocking...

Re: [gentoo-user] Hooks for Portage 2.1?

2006-09-29 Thread Bo Ørsted Andresen
On Friday 29 September 2006 23:03, [EMAIL PROTECTED] wrote: i would like to have a script (usage e.g. emerge_patch package path/patch_file) which would emerge a given package and apply given patch after source unpack phase. as i understood some time ago the hooks could be used for it, but i

Re: [gentoo-user] [nomerge] ?

2006-09-29 Thread Bo Ørsted Andresen
On Saturday 30 September 2006 03:41, Meino Christian Cramer wrote: when doing a eix-sync emerge --pretend --tree --verbose --update --deep world I got often an output like this one: [nomerge ] perl-core/Test-Harness-2.56 I looked in the manual pages of emerge and ebuild but

Re: [gentoo-user] emerge -D pulling in more than it should these days?!

2006-09-28 Thread Bo Ørsted Andresen
On Thursday 28 September 2006 23:15, Daevid Vincent wrote: Something has changed recently with 'emerge'. Whenever I use the -D option, which I am pretty much in the habbit of typing 'emerge -Dav' or 'emerge -Davu world/system', I notice it pulling in more stuff than it should. It never acted

Re: [gentoo-user] emerge -D pulling in more than it should these days?!

2006-09-28 Thread Bo Ørsted Andresen
On Friday 29 September 2006 01:32, Daevid Vincent wrote: Portage is developing quite fast at the moment so it is quite possible that you have discovered some change in behaviour (either due to a bug or due to permanent changes) but I don't see anything wrong in this mail... What makes you

Re: [gentoo-user] emerge -D pulling in more than it should these days?!

2006-09-28 Thread Bo Ørsted Andresen
On Friday 29 September 2006 01:04, Boyd Stephen Smith Jr. wrote: On Thursday 28 September 2006 17:53, Wolfgang Illmeyer [EMAIL PROTECTED] wrote about 'Re: [gentoo-user] emerge -D pulling in more than it should these days?!': If I remember correctly, -D usually meant do not downgrade.

Re: [gentoo-user] pysol problems

2006-09-27 Thread Bo Ørsted Andresen
On Wednesday 27 September 2006 16:08, Mark Knecht wrote: __main__.TclError: this isn't a Tk applicationunknown color name Black [SNIP] All ideas appreciated. How about? https://bugs.gentoo.org/show_bug.cgi?id=96933#c15 Hi Bo, I'm assuming you are pointing me at the

Re: [gentoo-user] /etc/portage/package.keywords '/'

2006-09-27 Thread Bo Ørsted Andresen
On Wednesday 27 September 2006 15:20, kiorky wrote: I ve heard about /etc/portage/package.keywords directory instead of file. Yes, that's documented in `man portage` ... So now what is the read priodity for files in ? I have no clue what you mean by this question! Do you have a problem?? --

Re: [SOLVED - MAYBE]: [gentoo-user] pysol problems

2006-09-27 Thread Bo Ørsted Andresen
On Wednesday 27 September 2006 18:06, Mark Knecht wrote: Hi. I searched around more in Google and found this link link which seemed related to my problem: [SNIP] It seems on my wife's machine, as well as on my AMD64 machine, neither of us has the Rgb.txt file. Using slocate I did find a

Re: [gentoo-user] emerge tinyca fails...

2006-09-26 Thread Bo Ørsted Andresen
On Tuesday 26 September 2006 11:54, Steve [Gentoo] wrote: [SNIP] Any ideas? [SNIP] Yep. Search bugs.gentoo.org for open bugs against gnome-libs... http://bugs.gentoo.org/show_bug.cgi?id=135283 -- Bo Andresen pgpSTQhgj3jzr.pgp Description: PGP signature

Re: [gentoo-user] pysol problems

2006-09-26 Thread Bo Ørsted Andresen
On Wednesday 27 September 2006 04:44, Mark Knecht wrote: [SNIP] __main__.TclError: this isn't a Tk applicationunknown color name Black [SNIP] All ideas appreciated. How about? https://bugs.gentoo.org/show_bug.cgi?id=96933#c15 -- Bo Andresen pgpnetUCPhUh7.pgp Description: PGP signature

Re: [gentoo-user] About dig command and others

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 06:40, Stephen Liu wrote: # emerge --search dig [SNIP] Is there another method to check/verify my suspicion. TIA http://www.rommel.stw.uni-erlangen.de/~fejf/cgi-bin/pfs-web.pl?filter=%2Fusr%2Fbin%2Fdigaction=search_filelimit=500 -- Bo Andresen pgpueR2GYYjJh.pgp

Re: [gentoo-user] gnome-panel-2.14.2 ACCESS VIOLATION

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 13:22, Helmut Jarausch wrote: I've found a strange thing. During an emerge --update --deep --newuse world I've got Leaving directory `/var/tmp/portage/gnome-panel-2.14.2/work/gnome-panel-2.14.2' Source compiled. --- ACCESS VIOLATION

Re: [gentoo-user] mozilla-thunderbird-bin-1.5.0.7 missing

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 12:13, Sigi Schwartz wrote: ever since Thunderbird-1.5.0.7 came out I've been waiting for the binary package (thunderbird-bin) to find its way to portage. [SNIP] So, my questions would be: - When do new thunderbird-bin versions arrive? OR You really should search

Re: [gentoo-user] klaptopdaemon

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 14:42, Stefán István wrote: I would like to use the program metioned in the subject. I installed the package, but I don't know how to start the program itself. The acpid is running, the battery kernel module is loaded, and in /proc/acpi/battery there is the battery.

Re: [gentoo-user] mozilla-thunderbird-bin-1.5.0.7 missing

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 15:57, Sigi Schwartz wrote: Now I know, they're looking for new ebuilds in bugzilla, too. Great news, but I don't like to keep on waiting for a new binary-ebuild. It's just taking too long, especially since there are security fixes in the new version. Did you try

Re: [gentoo-user] unmasking a cvs-version - a mystery ?

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 16:26, Helmut Jarausch wrote: how can I unmask a cvs version of a package I'd like to build x11-wm/enlightenment-0.16. I believe I've read all documentation. I've tried to add x11-wm/enlightenment or fine x11-wm/enlightenment-0.16.*or

Re: [gentoo-user] how to get vi!?

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 21:50, Mick wrote: Indeed.  How does one get Vi?  I thought that it comes with any vanilla Linux installation. A bunch of packages including app-editors/vim provide vi (as well as vim in that case)... And the kernel doesn't provide any editors. Don't really get why

Re: [gentoo-user] Hooks for Portage 2.1?

2006-09-24 Thread Bo Ørsted Andresen
On Sunday 24 September 2006 23:05, Jerry McBride wrote: Well... it's time I revisited my /etc/portage/bashrc file, now that Portage 2.1 is vogue. My old bashrc doesn't work anymore and things have changed sufficiently with 2.1 that I need some help... documentation. Would anyone happen to

Re: [gentoo-user] Hooks for Portage 2.1?

2006-09-24 Thread Bo Ørsted Andresen
On Monday 25 September 2006 01:34, Jerry McBride wrote: On Sunday 24 September 2006 19:16, Bo Ørsted Andresen wrote: On Sunday 24 September 2006 23:05, Jerry McBride wrote: Well... it's time I revisited my /etc/portage/bashrc file, now that Portage 2.1 is vogue. My old bashrc doesn't work

Re: [gentoo-user] Problem updating madwifi-ng.

2006-09-24 Thread Bo Ørsted Andresen
On Monday 25 September 2006 04:49, Christopher Granade wrote: I have madwifi-ng installed and working, but portage tells me that there are updates available. Upon trying to emerge these updates, I get the following during compiling: WARNING: Symbol version dump

Re: [gentoo-user] Problems with libstdc++.

2006-09-23 Thread Bo Ørsted Andresen
On Saturday 23 September 2006 10:04, Christopher E. Granade wrote: Bo Ørsted Andresen wrote: On Saturday 23 September 2006 05:59, Christopher Granade wrote: [...] /opt/skype/skype.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file

Re: [gentoo-user] can't find libdbus-1.so.2 ?

2006-09-22 Thread Bo Ørsted Andresen
On Saturday 23 September 2006 03:52, Chuanwen Wu wrote: Run revdep-rebuild without -p? Or do you mean revdep-rebuild -p quits with errors before completing? Yes!Quiting with errors! Well, you'll have to show us those errors if you want help... -- Bo Andresen pgpg0NQCjWxQa.pgp

Re: [gentoo-user] can't find libdbus-1.so.2 ?

2006-09-22 Thread Bo Ørsted Andresen
On Saturday 23 September 2006 04:34, Chuanwen Wu wrote: The libdbus prolem i think is solved,now. [...] Right. #revdep-rebuild -p [...] broken /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcjawt.la (requires /usr/lib/lib-gnu-java-awt-peer-gtk.la) broken

Re: [gentoo-user] Problems with libstdc++.

2006-09-22 Thread Bo Ørsted Andresen
On Saturday 23 September 2006 05:59, Christopher Granade wrote: [...] /opt/skype/skype.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory I then ran revdep-rebuild to try and fix the problem, and it said that that

Re: [gentoo-user] Xdm doesn´t start anymore

2006-09-22 Thread Bo Ørsted Andresen
On Friday 22 September 2006 20:21, Oliver Klein wrote: After update the hole system xdm doesn´t start anymore. During the boot process i saw this error message /sbin/start-stop-daemon stat /usr/bin/xdm no such file or directory Error could not start the display manager I have installed

Re: [gentoo-user] amd64 - ~amd64

2006-09-21 Thread Bo Ørsted Andresen
On Thursday 21 September 2006 18:18, S. M. Ibrahim (Lavlu) wrote: what is the easy way to upgrade to ~amd64 from amd64 ?? Please read the handbook... http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=3chap=3#doc_chap1 -- Bo Andresen pgpeKXymQpB9s.pgp Description: PGP signature

Re: [gentoo-user] modular X : where is xorg.conf ?

2006-09-21 Thread Bo Ørsted Andresen
On Friday 22 September 2006 02:35, Philip Webb wrote: I've updated to modular X [...] and everything seems to be working as before, but where is xorg.conf ? root: X11 pwd /etc/X11 root: X11 ls -l total 8 drwxr-xr-x 2 root root 72 Sep 20 15:56 Sessions -rwxr-xr-x 1

Re: [gentoo-user] chroot to gentoo amd64

2006-09-20 Thread Bo Ørsted Andresen
On Wednesday 20 September 2006 22:07, S. M. Ibrahim (Lavlu) wrote: how can i chroot to gentoo amd64 from 32 bit Linux ?? You need a 64 bit kernel with CONFIG_IA32_EMUL enabled. See [1] for more details... [1]

<    3   4   5   6   7   8   9   10   11   >