Re: [gentoo-user-pl] distcc z inną dystrybucją (Debian)

2007-08-02 Thread Kacper Goc
Chyba coś nie zadziałało, bo przyszła pusta odpowiedź.

Kacper

2007/8/2, Wojciech Ziniewicz [EMAIL PROTECTED]:



-- 
Navigare necesse est, vivere non est necesse.


[gentoo-user] Piggy Bank as a screen scraper

2007-08-02 Thread Thufir
I glanced over an article about Piggy Bank, http://simile.mit.edu/wiki/
Piggy_Bank, which interests me as a screen scraper.

What I have in mind are RSS feeds from http://www.craigslist.org/.  
Now, I can setup Feed-on-Feeds http://code.google.com/p/feed-on-feeds/ 
so that lotsa data from Craigslist downloads into the MySQL database.

However, much of the useful detail is buried in the text :(

So, this now makes me think of screen scraping the Feed-on-Feeds 
interface.  Kinda backwards, I'm sure others would come up with something 
more sophisticated, directly accessing the database, but...

Anyhow, my thinking is to use this piggy bank to break down, get at, some 
of the data.  Then I can add that to the database to better track, well, 
whatever.

Just kinda excited at the prospect of a new tool :)

While piggy bank may not really be Linux specific, and definitely not 
Gentoo specific, I just really like the way the different Linux magazines 
talk about software and tools, getting things done :)


-Thufir

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ufed and make.conf when emerging phpMyAdmin

2007-08-02 Thread Neil Bothwick
On Thu, 2 Aug 2007 08:30:48 + (UTC), Thufir wrote:

 
 ## ATTENTION: THIS IS THE MAKE.CONF ON THE LIVECD ##
 ## PLEASE EDIT /mnt/gentoo/etc/make.conf INSTEAD  ##
 

You really should be starting with the make.conf installed by portage
instead of copying across the live CD file. Read make.conf.example for an
explanation of the options, or even us that as a starting point.

 ACCEPT_KEYWORDS=
 MAKEOPTS=

Both of these are bad.

 CONFIG_PROTECT=-* 

This is dangerous. It remove config protection, so any update will
overwrite your configuration files.


-- 
Neil Bothwick

Bother, said Pooh, as he connected at 300 bps.


signature.asc
Description: PGP signature


[gentoo-user] ufed and make.conf when emerging phpMyAdmin

2007-08-02 Thread Thufir
According to ufed, the necesarry flags are enabled.  I've unmerged php, 
re-emerged, with new use flags.  can there be a discrepancy between ufed 
and what's really done?  what's going on?


localhost ~ # 
localhost ~ # 
localhost ~ # 
localhost ~ # cat /etc/make.conf

## ATTENTION: THIS IS THE MAKE.CONF ON THE LIVECD ##
## PLEASE EDIT /mnt/gentoo/etc/make.conf INSTEAD  ##

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
#CFLAGS=-O2 -march=i686 -pipe
CFLAGS=-march=i686 -O2 -pipe
CXXFLAGS=${CFLAGS}
# This should not be changed unless you know exactly what you are doing.  
You
# should probably be using a different stage, instead.
CHOST=i686-pc-linux-gnu
ACCEPT_KEYWORDS=
MAKEOPTS=
CONFIG_PROTECT=-* 
USE=7zip ctype fastcgi java java5 msn nsplugin sqlite
FEATURES=
localhost ~ # 
localhost ~ # date
Thu Aug  2 01:28:59 PDT 2007
localhost ~ # 


according to ufed, ctype, session, and other stuff has an x and is 
enabled...?  I only really see ctype here.



localhost ~ # 
localhost ~ # 
localhost ~ # emerge phpmyadmin --ask

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N] dev-db/phpmyadmin-2.10.1  USE=-vhosts 

Would you like to merge these packages? [Yes/No] 
 Verifying ebuild Manifests...

 Emerging (1 of 1) dev-db/phpmyadmin-2.10.1 to /
 * phpMyAdmin-2.10.1-all-languages-utf-8-only.tar.bz2 
RMD160 ;-) ...  [ ok ]
 * phpMyAdmin-2.10.1-all-languages-utf-8-only.tar.bz2 
SHA1 ;-) ...[ ok ]
 * phpMyAdmin-2.10.1-all-languages-utf-8-only.tar.bz2 
SHA256 ;-) ...  [ ok ]
 * phpMyAdmin-2.10.1-all-languages-utf-8-only.tar.bz2 
size ;-) ...[ ok ]
 * checking ebuild 
checksums ;-) ...  [ ok ]
 * checking auxfile 
checksums ;-) ... [ ok ]
 * checking miscfile 
checksums ;-) ...[ ok ]
 * checking phpMyAdmin-2.10.1-all-languages-utf-8-
only.tar.bz2 ;-) ...[ ok ]
 * 
 * Using dev-lang/php-5.2.2-r1
 * 
 * Checking for required PHP feature(s) ...
 * Checking for required PHP feature(s) ...
 * 
 * dev-lang/php-5.2.2-r1 needs to be re-installed with all of the 
following
 * USE flags enabled:
 * 
 * ctype pcre session unicode
 * 
 * as well as any of the following USE flags enabled:
 * 
 * mysql or mysqli if using dev-lang/php-5
 * mysql if using dev-lang/php-4
 * 

!!! ERROR: dev-db/phpmyadmin-2.10.1 failed.
Call stack:
  ebuild.sh, line 1637:   Called dyn_setup
  ebuild.sh, line 704:   Called qa_call 'pkg_setup'
  ebuild.sh, line 44:   Called pkg_setup
  phpmyadmin-2.10.1.ebuild, line 36:   Called die

!!! Re-install dev-lang/php-5.2.2-r1
!!! If you need support, post the topmost build error, and the call stack 
if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-db/
phpmyadmin-2.10.1/temp/build.log'.

localhost ~ # 
localhost ~ # 
localhost ~ # equery u php
[ Searching for packages matching php... ]
[ Colour Code : set unset ]
[ Legend : Left column  (U) - USE flags from make.conf  ]
[: Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for dev-lang/php-5.2.2-r1 ]
 U I
 - - adabas  : Adds support for the Adabas database engine
 - - apache2 : Chooses Apache2 support when a package 
supports both Apache1 and Apache2
 - - bcmath  : Adds support for libbcmath
 + + berkdb  : Adds support for sys-libs/db (Berkeley DB for 
MySQL)
 - - birdstep: Adds support for the Birdstep Database Server
 - - bzip2   : Use the bzlib compression library
 - - calendar: Adds support for calendars (not using mcal!)
 - - cdb : Adds support for the CDB database engine from 
the author of qmail
 - - cgi : Enable CGI SAPI
 - - cjk : Adds support for Multi-byte character 
languages (Chinese, Japanese, Korean)
 + + cli : Enable CLI SAPI
 - - concurrentmodphp: Make it possible to load both mod_php4 and 
mod_php5 into the same Apache2 instance (experimental)
 + + crypt   : Add support for encryption -- using mcrypt or 
gpg where applicable
 + + ctype   : Enables ctype functions
 - - curl: Adds support for client-side URL transfer 
library
 - - curlwrappers: Adds support for using curl in streams
 - - db2 : Enables support for IBM DB2 database server
 - - dbase   : Adds support for dbase file format
 - - dbmaker : Adds support for dbmaker database server
 - - debug   : Enable extra debug codepaths, like asserts and 
extra output. If you want to get meaningful backtraces see http://

Re: [gentoo-user] Crap is being added to site-gentoo.el

2007-08-02 Thread Jules Colding
On Wed, 2007-08-01 at 17:41 +0200, Jan Seeger wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Just add 'dev-util/subversion -emacs' to /etc/portage/package.use. That way,
 Subversion is installed without emacs support. To get fancy and only disable 
 the
 emacs flag for one version, try something like '=dev-util/subversion-1.3.2-r4
 - -emacs'.

Fortunately the problem has been fixed. It was a bug (#187336) in the
gtk-doc package.

Thanks,
  jules



-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Crap is being added to site-gentoo.el

2007-08-02 Thread Jules Colding
On Thu, 2007-08-02 at 11:02 +0200, Jules Colding wrote:
 On Wed, 2007-08-01 at 17:41 +0200, Jan Seeger wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  Just add 'dev-util/subversion -emacs' to /etc/portage/package.use. That way,
  Subversion is installed without emacs support. To get fancy and only 
  disable the
  emacs flag for one version, try something like 
  '=dev-util/subversion-1.3.2-r4
  - -emacs'.
 
 Fortunately the problem has been fixed. It was a bug (#187336) in the
 gtk-doc package.

Actually the bug was #187224.

Sorry,
  jules



-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] [OT] which DVB-T USB tuner?

2007-08-02 Thread pat
Hi all,

I want to buy DVB-T USB tuner. I'm thinking about MSI DigiVOX A/D II or MSI
DigiVOX mini II (there are two versions v2.0 and v3.0 - which to choose). Has
someone experiences with them? Which is better supported in linux?

I found, that both have to be supported in kernel (Em2880 and dvb-usb-m920x),
but I need someones experiences.

And if I'm wrong in my choice, please let me know.

Thanks a lot

 Pat
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] which DVB-T USB tuner?

2007-08-02 Thread Neil Bothwick
On Thu, 2 Aug 2007 11:18:16 +0200, pat wrote:

 I want to buy DVB-T USB tuner. I'm thinking about MSI DigiVOX A/D II
 or MSI DigiVOX mini II (there are two versions v2.0 and v3.0 - which
 to choose). Has someone experiences with them? Which is better
 supported in linux?

I've not tried these, but I had good results with a Freecom USB stick,
bought from Amazon.


-- 
Neil Bothwick

Bother, said Pooh, as his Harley's backend stepped out.


signature.asc
Description: PGP signature


Re: [gentoo-user] ufed and make.conf when emerging phpMyAdmin

2007-08-02 Thread Xav'
Thufir a écrit :
 According to ufed, the necesarry flags are enabled.  I've unmerged php, 
 re-emerged, with new use flags.  can there be a discrepancy between ufed 
 and what's really done?  what's going on?
 
 
 localhost ~ # 
 localhost ~ # 
 localhost ~ # 
 localhost ~ # cat /etc/make.conf
 
 ## ATTENTION: THIS IS THE MAKE.CONF ON THE LIVECD ##
 ## PLEASE EDIT /mnt/gentoo/etc/make.conf INSTEAD  ##
 
 # These settings were set by the catalyst build script that automatically
 # built this stage.
 # Please consult /etc/make.conf.example for a more detailed example.
 #CFLAGS=-O2 -march=i686 -pipe
 CFLAGS=-march=i686 -O2 -pipe
 CXXFLAGS=${CFLAGS}
 # This should not be changed unless you know exactly what you are doing.  
 You
 # should probably be using a different stage, instead.
 CHOST=i686-pc-linux-gnu
 ACCEPT_KEYWORDS=
 MAKEOPTS=
 CONFIG_PROTECT=-* 
 USE=7zip ctype fastcgi java java5 msn nsplugin sqlite
 FEATURES=
 localhost ~ # 
 localhost ~ # date
 Thu Aug  2 01:28:59 PDT 2007
 localhost ~ # 
 
 
 according to ufed, ctype, session, and other stuff has an x and is 
 enabled...?  I only really see ctype here.
 
 
 
 localhost ~ # 
 localhost ~ # 
 localhost ~ # emerge phpmyadmin --ask
 
 These are the packages that would be merged, in order:
 
 Calculating dependencies... done!
 [ebuild  N] dev-db/phpmyadmin-2.10.1  USE=-vhosts 
 
 Would you like to merge these packages? [Yes/No] 
 Verifying ebuild Manifests...
 
 Emerging (1 of 1) dev-db/phpmyadmin-2.10.1 to /
  * phpMyAdmin-2.10.1-all-languages-utf-8-only.tar.bz2 
 RMD160 ;-) ...  [ ok ]
  * phpMyAdmin-2.10.1-all-languages-utf-8-only.tar.bz2 
 SHA1 ;-) ...[ ok ]
  * phpMyAdmin-2.10.1-all-languages-utf-8-only.tar.bz2 
 SHA256 ;-) ...  [ ok ]
  * phpMyAdmin-2.10.1-all-languages-utf-8-only.tar.bz2 
 size ;-) ...[ ok ]
  * checking ebuild 
 checksums ;-) ...  [ ok ]
  * checking auxfile 
 checksums ;-) ... [ ok ]
  * checking miscfile 
 checksums ;-) ...[ ok ]
  * checking phpMyAdmin-2.10.1-all-languages-utf-8-
 only.tar.bz2 ;-) ...[ ok ]
  * 
  * Using dev-lang/php-5.2.2-r1
  * 
  * Checking for required PHP feature(s) ...
  * Checking for required PHP feature(s) ...
  * 
  * dev-lang/php-5.2.2-r1 needs to be re-installed with all of the 
 following
  * USE flags enabled:
  * 
  * ctype pcre session unicode
  * 
  * as well as any of the following USE flags enabled:
  * 
  * mysql or mysqli if using dev-lang/php-5

You could see there that phpmyadmin need php to be emerged with mysql or mysqli
use flag...

  * mysql if using dev-lang/php-4
  * 
 
 !!! ERROR: dev-db/phpmyadmin-2.10.1 failed.
 Call stack:
   ebuild.sh, line 1637:   Called dyn_setup
   ebuild.sh, line 704:   Called qa_call 'pkg_setup'
   ebuild.sh, line 44:   Called pkg_setup
   phpmyadmin-2.10.1.ebuild, line 36:   Called die
 
 !!! Re-install dev-lang/php-5.2.2-r1
 !!! If you need support, post the topmost build error, and the call stack 
 if relevant.
 !!! A complete build log is located at '/var/tmp/portage/dev-db/
 phpmyadmin-2.10.1/temp/build.log'.
 
 localhost ~ # 
 localhost ~ # 
 localhost ~ # equery u php
 [ Searching for packages matching php... ]
 [ Colour Code : set unset ]
 [ Legend : Left column  (U) - USE flags from make.conf  ]
 [: Right column (I) - USE flags packages was installed with ]
 [ Found these USE variables for dev-lang/php-5.2.2-r1 ]
  U I
  - - adabas  : Adds support for the Adabas database engine
  - - apache2 : Chooses Apache2 support when a package 
 supports both Apache1 and Apache2
  - - bcmath  : Adds support for libbcmath
  + + berkdb  : Adds support for sys-libs/db (Berkeley DB for 
 MySQL)
  - - birdstep: Adds support for the Birdstep Database Server
  - - bzip2   : Use the bzlib compression library
  - - calendar: Adds support for calendars (not using mcal!)
  - - cdb : Adds support for the CDB database engine from 
 the author of qmail
  - - cgi : Enable CGI SAPI
  - - cjk : Adds support for Multi-byte character 
 languages (Chinese, Japanese, Korean)
  + + cli : Enable CLI SAPI
  - - concurrentmodphp: Make it possible to load both mod_php4 and 
 mod_php5 into the same Apache2 instance (experimental)
  + + crypt   : Add support for encryption -- using mcrypt or 
 gpg where applicable
  + + ctype   : Enables ctype functions
  - - curl: Adds support for client-side URL transfer 
 library
  - - curlwrappers: Adds support for using curl in streams
  - - db2 : Enables support for IBM DB2 database server
  - - dbase   : Adds support for dbase 

[gentoo-user] USB devices and CDs don't get mounted automatically anymore

2007-08-02 Thread Alexander Skwar
Hello.

Since this morning, Gnome (?) doesn't mount USB sticks and CDs 
automatically anymore. I installed/updated the following packages
at that time:

1186040852:   emerge (1 of 66) sys-devel/binutils-2.17-r1 to /
1186041200:   emerge (2 of 66) x11-libs/libXi-1.1.2 to /
1186041234:   emerge (3 of 66) media-libs/mesa-6.5.3 to /
1186041469:   emerge (4 of 66) media-libs/alsa-lib-1.0.14a-r1 to /
1186041627:   emerge (5 of 66) app-editors/vim-core-7.1.042 to /
1186041699:   emerge (6 of 66) sys-devel/flex-2.5.33-r3 to /
1186041764:   emerge (7 of 66) sys-kernel/gentoo-sources-2.6.22-r2 to /
1186041989:   emerge (8 of 66) dev-libs/apr-1.2.9 to /
1186042152:   emerge (9 of 66) gnome-extra/gnome2-user-docs-2.18.2 to /
1186042348:   emerge (10 of 66) x11-libs/vte-0.16.6-r1 to /
1186042777:   emerge (11 of 66) kde-base/kdenetwork-meta-3.5.7 to /
1186042789:   emerge (12 of 66) kde-base/kdeedu-meta-3.5.7 to /
1186042796:   emerge (13 of 66) kde-base/kdeaddons-meta-3.5.7 to /
1186042803:   emerge (14 of 66) kde-base/kdebase-meta-3.5.7 to /
1186042821:   emerge (15 of 66) kde-base/kdepim-meta-3.5.7 to /
1186042831:   emerge (16 of 66) kde-base/kdetoys-meta-3.5.7 to /
1186042838:   emerge (17 of 66) kde-base/kdeutils-meta-3.5.7 to /
1186042846:   emerge (18 of 66) kde-base/kdewebdev-meta-3.5.7 to /
1186042854:   emerge (19 of 66) kde-base/kpdf-3.5.7-r1 to /
1186043088:   emerge (20 of 66) kde-base/kdegraphics-meta-3.5.7 to /
1186043096:   emerge (21 of 66) kde-base/kdeadmin-meta-3.5.7 to /
1186043103:   emerge (22 of 66) kde-base/kdeartwork-meta-3.5.7 to /
1186043110:   emerge (23 of 66) kde-base/kdegames-meta-3.5.7 to /
1186043117:   emerge (24 of 66) kde-base/kdemultimedia-meta-3.5.7 to /
1186043123:   emerge (25 of 66) app-office/kword-1.6.3-r1 to /
1186043942:   emerge (26 of 66) dev-util/boost-build-1.34.1 to /
1186043985:   emerge (27 of 66) app-editors/vim-7.1.042 to /
1186044117:   emerge (28 of 66) x11-misc/shared-mime-info-0.22 to /
1186044143:   emerge (29 of 66) sys-apps/parted-1.8.7 to /
1186044222:   emerge (30 of 66) dev-util/gtk-doc-1.8-r1 to /
1186044232:   emerge (31 of 66) x11-apps/iceauth-1.0.2 to /
1186044248:   emerge (32 of 66) app-crypt/pinentry-0.7.3 to /
1186044313:   emerge (33 of 66) app-arch/p7zip-4.51 to /
1186044663:   emerge (34 of 66) sys-apps/lomoco-1.0-r2 to /
1186044687:   emerge (35 of 66) www-client/mozilla-firefox-2.0.0.6 to /
1186045661:   emerge (36 of 66) app-editors/gvim-7.1.042 to /
1186045778:   emerge (37 of 66) app-emulation/wine-0.9.42 to /
1186047104:   emerge (38 of 66) x11-drivers/xf86-input-mouse-1.2.2 to /
1186047136:   emerge (39 of 66) x11-drivers/xf86-input-keyboard-1.1.1-r1 to /
1186047155:   emerge (40 of 66) media-video/nvidia-settings-1.0.20070621 to /
1186047267:   emerge (41 of 66) www-servers/apache-2.2.4-r11 to /
1186047446:   emerge (42 of 66) app-portage/eix-0.9.10 to /
1186047547:   emerge (43 of 66) net-misc/dhcpcd-3.1.3 to /
1186047560:   emerge (44 of 66) gnome-base/gnome-2.18.2 to /
1186047565:   emerge (45 of 66) dev-scheme/guile-1.8.2 to /
1186047734:   emerge (46 of 66) net-dns/bind-tools-9.4.1_p1 to /
1186047902:   emerge (47 of 66) mail-filter/spamassassin-3.2.2 to /
1186047939:   emerge (48 of 66) media-video/mplayer-1.0.20070622-r3 to /

Any idea what might have caused this breakage?

Although sys-kernel/gentoo-sources-2.6.22-r2 has been installed, I'm not
using this kernel yet. I'm still using sys-kernel/gentoo-sources-2.6.22-r1.
And I have not compiled/installed a new kernel since then (ie. when 
automount worked and now).

When I plugin a USB stick, I see the following messages in kern.log:

,[ kern.log syslog ]
| Aug  2 12:18:53 winnb000488 usb 5-5: new high speed USB device using ehci_hcd 
and address 14
| Aug  2 12:18:53 winnb000488 usb 5-5: configuration #1 chosen from 1 choice
| Aug  2 12:18:53 winnb000488 scsi7 : SCSI emulation for USB Mass Storage 
devices
| Aug  2 12:18:53 winnb000488 usb-storage: device found at 14
| Aug  2 12:18:53 winnb000488 usb-storage: waiting for device to settle before 
scanning
| Aug  2 12:18:58 winnb000488 usb-storage: device scan complete
| Aug  2 12:18:58 winnb000488 scsi 7:0:0:0: Direct-Access MultiFlash 
Reader 1.00 PQ: 0 ANSI: 0
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] 4022272 512-byte hardware 
sectors (2059 MB)
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Write Protect is off
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Mode Sense: 03 00 00 00
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Assuming drive cache: write 
through
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] 4022272 512-byte hardware 
sectors (2059 MB)
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Write Protect is off
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Mode Sense: 03 00 00 00
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Assuming drive cache: write 
through
| Aug  2 12:18:59 winnb000488 sdb: sdb1
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Attached SCSI removable disk
| Aug  2 

[gentoo-user] distcc with other distro (Debian)

2007-08-02 Thread Kacper Goc
I'm using Gentoo on my Dell Latitide D610 laptop. I also have root
access to Dell PowerEdge 860 server with 2 Xeon processors running
under Debian.
Is there any way to configure portage/distcc to compile on server?

Regards,
Kacper Goc

-- 
Navigare necesse est, vivere non est necesse.
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: USB devices and CDs don't get mounted automatically anymore

2007-08-02 Thread Alexander Skwar
I wrote:

 Since this morning, Gnome (?) doesn't mount USB sticks and CDs
 automatically anymore. 

I always used to be in the plugdev group and I still am a member of
this group:

,[ output of id ]
| uid=10001(askwar) gid=100(users) Gruppen=4(adm),10(wheel),16(cron),18(audio),
| 19(cdrom),27(video),35(games),80(cdrw),85(usb),100(users),250(portage),
| 443(plugdev)
`

Alexander Skwar

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] broken dependencies?¿

2007-08-02 Thread Arnau Bria
Hi, 

trying to purgue my system found next:

pataki ~ # emerge -p --depclean

*** WARNING ***  Depclean may break link level dependencies.  Thus, it is
*** WARNING ***  recommended to use a tool such as `revdep-rebuild` (from
*** WARNING ***  app-portage/gentoolkit) in order to detect such breakage.
*** WARNING ***  
*** WARNING ***  Also study the list of packages to be cleaned for any obvious
*** WARNING ***  mistakes. Packages that are part of the world set will always
*** WARNING ***  be kept.  They can be manually added to this set with
*** WARNING ***  `emerge --noreplace atom`.  Packages that are listed in
*** WARNING ***  package.provided (see portage(5)) will be removed by
*** WARNING ***  depclean, even if they are part of the world set.
*** WARNING ***  
*** WARNING ***  As a safety measure, depclean will not remove any packages
*** WARNING ***  unless *all* required dependencies have been resolved.  As a
*** WARNING ***  consequence, it is often necessary to run 
*** WARNING ***  `emerge --update --newuse --deep world` prior to depclean.

Calculating dependencies... done!

Dependencies could not be completely resolved due to
the following required packages not being installed:

~sys-apps/suspend2-userui-0.6.4 required by 
sys-kernel/suspend2-sources-2.6.19-r3

Have you forgotten to run `emerge --update --newuse --deep world` prior to
depclean?  It may be necessary to manually uninstall packages that no longer
exist in the portage tree since it may not be possible to satisfy their
dependencies.  Also, be aware of the --with-bdeps option that is documented
in `man emerge`.

But I've already done so:

pataki ~ # emerge -uDpvt world

These are the packages that would be merged, in reverse order:

Calculating world dependencies \
!!! Ebuilds for the following packages are either all
!!! masked or don't exist:
mail-client/sylpheed-claws

... done!

Total: 0 packages, Size of downloads: 0 kB

(ok, I must change my package.keywords...

So, I run a revdep-rebuild:

pataki ~ # revdep-rebuild -p
Configuring search environment for revdep-rebuild

Checking reverse dependencies...

Packages containing binaries and libraries broken by a package update
will be emerged.

Collecting system binaries and libraries... done.
  (/root/.revdep-rebuild.1_files)

Collecting complete LD_LIBRARY_PATH... done.
  (/root/.revdep-rebuild.2_ldpath)

Checking dynamic linking consistency...
 done.
  (/root/.revdep-rebuild.3_rebuild)

Assigning files to ebuilds... Nothing to rebuild

Evaluating package order... done.
  (/root/.revdep-rebuild.5_order)

Dynamic linking on your system is consistent... All done. 

And my kernel is:
pataki ~ # uname -a
Linux pataki 2.6.22-suspend2 #1 PREEMPT Wed Aug 1 ...

and I have both packages in package.keywords

# grep suspend *
package.keywords:sys-kernel/suspend2-sources ~x86
package.keywords:sys-apps/suspend2-userui ~x86


So, if all seems ok, why depclean says that I have a broken dependency?

TIA,

-- 
Arnau Bria
http://blog.emergetux.net
Bombing for peace is like fucking for virginity
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Gnome Applet Problem with Batterie Applet

2007-08-02 Thread Kabel The Real
Hi out there,

I own an IBM Thinkpad T60, and I use Gentoo with Gnome. Everything is
working very good, except on applet, the  Batterie Charge Monitor Applet.
Well this applet or a similar one is very important for me, because I mostly
use my notebook without Power Supply... When I want to add the applet to my
Panel I get the following Error message: The panel encountered a problem
while loading OAFIID:GNOME_BattstatApplet.
Now I know that the batterie Status indicator is working, because when I use
Kismet it's telling me how long I have batterie. Always starting Kismet to
know how long my power last isn't the right thing to do, so I'm asking you
if you can help me, either to fix the problem with that applet or indicate
me anotherone or a shellcommand to find out how long the power will last...

I'm happy for any hint,

Greetz,
Kabel


Re: [gentoo-user] HP9000 laptop complete (almost)

2007-08-02 Thread Alan McKinnon
On Wednesday 01 August 2007, James wrote:
 Hello,

 First of all, I'd like to thank everyone that has endured and
 answered my emails over the past few days related to the
 installation of an hp laptop. It is finally working fine.

 Looking a /var/log/Xorg.0.log there are numerous problems with
 fonts. Since I always seem to be moving over (word) documents
 from windows, I need as many fonts installed as possible, related
 to what one might expect from word documents. Additionally, I need
 to maintain a robust set of gentoo/linux centric fonts.

 snip
 (WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/util.
 Entry deleted from font path.
[snip more WW]

These don;t matter, as all of them just say that X is to look for a font 
in a dir which doesn't exist. It's just cruft on the screen

 For now I have these fonts listed in my xorg.conf file on most gentoo
 systems I maintain:

 Section Files
 FontPath/usr/share/fonts/util

[snip long FontPath]


 Now looking at /usr/portage/media-fonts I do not see a one to one
 naming convention between what is listed in the
 /usr/portage/media-fonts dir and the gentoo ebuild  names (eix
 fonts). Neither of those correspond either to what is listed in
 xorg.conf.

Well, the ebuild names displayed by eix must be the same as those 
in /usr/portage/media-fonts, otherwise portage can't be working.

eix's default behaviour is to search for the argument in the *ebuild* 
name. It looks like you are expecting it to find the search string in 
the *category* name as well, which it won't do. So, 'eix dejavu' won't 
find media-fonts/dejavu.

The dirs listed in xorg.conf can come from a variety of sources - stuff 
you put there yourself, stuff that got put there by old outdated 
ebuilds, etc, etc, etc. You will probably always need to verify those 
settings by hand in real life.

 Is there a 'fonts-meta' package? it's rhetorical question

No. I doubt there will ever be one as very very few people will ever 
need or want every font available in portage. The thing to do is to 
emerge each set of fonts that you do want individually.

 So how does one go about systematically installing and maintaining
 a complete set of fonts on  a gentoo system, particularly those
 related to a variety of windows generated document fonts

The main problem you will run into in your case is probably license 
issues with the font. Some cannot be installed just anywhere you want 
and some may only be run on Windows. As long as you are licensed to use 
the fonts, simpy have the .ttf be placed in the correct location per 
the wiki pages you mention below. That's all you need to do.

Sadly, it is a manual process to continually ensure you have all the 
fonts you need.

alan



-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] ati e xorg

2007-08-02 Thread dado
Hi everybody,
I'm a newbye on gentoo, this is the first time i've installed this distro and, 
for fun, i've decided to start the installation with stage3..
something bad appened because Xorg dosn't work on my IBM TP T40 laptop (ati 
radeon mobility 7500

when I try:
# startx
http://rafb.net/p/SCkXBV95.html

this is my Xorg.conf: http://rafb.net/p/KReXsf99.html
and here the modules: http://rafb.net/p/1H2VCw72.html

kernel: 2.6.20-suspend2-r6

help me.. please... thanks

dado
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Stop net.eth0 from starting?

2007-08-02 Thread Dan Cowsill
I've got wifi configured with madwifi and use my wifi interface a lot
more than the ethernet I had thought that removing net.eth0 from
rc-update, but that didn't seem to work.  Every time I booted, the
interface tried to go up and get dhcp information.  I then read about
and used a preup function to check that interfaces are actually
connected before they are brought up, and this essentially solves the
problem.  It occurs to me that it would just be a whole lot easier and
cleaner if net.eth0 just didn't try to start at all, but I haven't
found any way to do this short of removing the init.d script from
rc-update.

My question is, is there any way to stop net.eth0 from starting
besides ethtool's preup function?

Thanks.

-- 
-·=»Ðŧħ«=·-
z���(��j)b�   b�

Re: [gentoo-user] broken dependencies?¿

2007-08-02 Thread Alan McKinnon
On Thursday 02 August 2007, Arnau Bria wrote:
 Hi,

 trying to purgue my system found next:

 pataki ~ # emerge -p --depclean

 *** WARNING ***  Depclean may break link level dependencies.  Thus,
 it is *** WARNING ***  recommended to use a tool such as
 `revdep-rebuild` (from *** WARNING ***  app-portage/gentoolkit) in
 order to detect such breakage. *** WARNING ***
 *** WARNING ***  Also study the list of packages to be cleaned for
 any obvious *** WARNING ***  mistakes. Packages that are part of the
 world set will always *** WARNING ***  be kept.  They can be manually
 added to this set with *** WARNING ***  `emerge --noreplace atom`. 
 Packages that are listed in *** WARNING ***  package.provided (see
 portage(5)) will be removed by *** WARNING ***  depclean, even if
 they are part of the world set. *** WARNING ***
 *** WARNING ***  As a safety measure, depclean will not remove any
 packages *** WARNING ***  unless *all* required dependencies have
 been resolved.  As a *** WARNING ***  consequence, it is often
 necessary to run
 *** WARNING ***  `emerge --update --newuse --deep world` prior to
 depclean.

 Calculating dependencies... done!

 Dependencies could not be completely resolved due to
 the following required packages not being installed:

 ~sys-apps/suspend2-userui-0.6.4 required by
 sys-kernel/suspend2-sources-2.6.19-r3

So you have sys-kernel/suspend2-sources-2.6.19-r3 still installed, 
probably left over from some emerge in the past. It wants 
~sys-apps/suspend2-userui-0.6.4, probably because only that version 
worked with the kernel sources in the devs opinion. This kernel version 
and ui version is no longer in portage so they cannot be emerged

You are using 2.6.22-suspend2, with these DEPENDs:
RDEPEND=${RDEPEND}
=sys-apps/suspend2-userui-0.7.1
=sys-power/hibernate-script-1.95

That userui is in portage, so all you need is:

emerge -C =sys-kernel/suspend2-sources-2.6.19-r3

and everything should resolve.

Well, it won't fix your sylpheed-claws which is also not in portage, but 
that's another matter :-)

alan



-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Stop net.eth0 from starting?

2007-08-02 Thread Alexander Skwar
Dan Cowsill [EMAIL PROTECTED] wrote:

 My question is, is there any way to stop net.eth0 from starting
 besides ethtool's preup function?

If you never want net.eth0 to start, you could of course simply
delete /etc/init.d/net.eth0.

Another way to make net.eth0 NOT start is to modify /etc/conf.d/rc:

,[ /etc/conf.d/rc ]
| # Some people want a finer grain over hotplug/coldplug. RC_PLUG_SERVICES is a
| # list of services that are matched in order, either allowing or not. By
| # default we allow services through as RC_COLDPLUG/RC_HOTPLUG has to be yes
| # anyway.
| # Example - RC_PLUG_SERVICES=net.wlan !net.*
| # This allows net.wlan and any service not matching net.* to be plugged.
| 
| RC_PLUG_SERVICES=!net.eth*
`

That's what I do at home as well. Works very fine.

Alexander Skwar

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] rescrict command to certain dirs

2007-08-02 Thread Martin Gysel
Hi

I have a webserver running for multiple 'endusers'. No I want to give
some costumers access to certain files as user WEBSERVER for easy
editing configuration file owned by the webserver.

it should do something like jail the user to
/var/www/vhosts/DOMAIN/httpdocs/DIRtoFILES and let him perform some
commands (rm, less, nano, etc) there as user WEBSERVER.

AFAIK this isn't possible with sudo because I think it's not possible to
restrict it to certain files or dirs.

Is there an other utility which can do this? Or do I have to setup a
chroot environment?

thx
martin
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ati e xorg

2007-08-02 Thread Daniel da Veiga
On 8/2/07, dado [EMAIL PROTECTED] wrote:
 Hi everybody,
 I'm a newbye on gentoo, this is the first time i've installed this distro and,
 for fun, i've decided to start the installation with stage3..
 something bad appened because Xorg dosn't work on my IBM TP T40 laptop (ati
 radeon mobility 7500

 when I try:
 # startx
 http://rafb.net/p/SCkXBV95.html

 this is my Xorg.conf: http://rafb.net/p/KReXsf99.html
 and here the modules: http://rafb.net/p/1H2VCw72.html

 kernel: 2.6.20-suspend2-r6


I had my good times with ATI. Not with your specific model, of course.
Each different card acts in a different way and everything I needed to
know was outside in the web. Your problem is not really a Gentoo one,
its an ATI one. For a start try:

http://gentoo-wiki.com/HOWTO_ATI_Drivers
http://www.gentoo.org/doc/en/ati-faq.xml

And if that does not work, go for the web, foruns, etc...

Good luck (you'll need it)...

-- 
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Stop net.eth0 from starting?

2007-08-02 Thread Neil Bothwick
On Thu, 2 Aug 2007 08:47:32 -0500, Dan Cowsill wrote:

 My question is, is there any way to stop net.eth0 from starting
 besides ethtool's preup function?

Yes, emerge ifplugd. The net startup scripts will detect its presence,
and not try to bring the interface up unless it is connected by a cable.


-- 
Neil Bothwick

Code: (n.) a means of concealing bugs favored by programmers.
  (v.) the process of concealing bugs by programming.


signature.asc
Description: PGP signature


Re: [gentoo-user] ati e xorg

2007-08-02 Thread Steffen Loos
dado schrieb:
 Hi everybody,
 I'm a newbye on gentoo, this is the first time i've installed this distro 
 and, 
 for fun, i've decided to start the installation with stage3..
 something bad appened because Xorg dosn't work on my IBM TP T40 laptop (ati 
 radeon mobility 7500
 
 when I try:
 # startx
 http://rafb.net/p/SCkXBV95.html
the fglrx (ati precompiled driver) don't support this card anymore.
please use the open source one.

emerge -av xf86-video-ati

and don't forget to adapt your xorg.conf.

Steffen

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] broken dependencies?¿

2007-08-02 Thread Arnau Bria
On Thu, 2 Aug 2007 16:01:43 +0200
Alan McKinnon wrote:

 On Thursday 02 August 2007, Arnau Bria wrote:
[...]

 So you have sys-kernel/suspend2-sources-2.6.19-r3 still installed, 
 probably left over from some emerge in the past. 

Not sure why I do have a concrete verison of gentoo sources installed
blocking new one... (it's supposed that I have upgarded my sources,
isn't?)
Could you explain so, please?

 It wants 
 ~sys-apps/suspend2-userui-0.6.4, probably because only that version 
 worked with the kernel sources in the devs opinion. This kernel
 version and ui version is no longer in portage so they cannot be
 emerged
 
 You are using 2.6.22-suspend2, with these DEPENDs:
 RDEPEND=${RDEPEND}
 =sys-apps/suspend2-userui-0.7.1
 =sys-power/hibernate-script-1.95
 
 That userui is in portage, so all you need is:
 
 emerge -C =sys-kernel/suspend2-sources-2.6.19-r3
 
 and everything should resolve.
Now I have this:
# emerge -uD world
Calculating world dependencies... done!
 Auto-cleaning packages...

 No outdated packages were found on your system.
 * GNU info directory index is up-to-date.

and all works fine. Many thanks.

 Well, it won't fix your sylpheed-claws which is also not in portage,
 but that's another matter :-)
Yep, my poor laptop. A long time with no maintenance... :-)

Now I have my wonderful and new claws-mail installed!!!
# eix -c claws-mail
[I] mail-client/claws-mail ([EMAIL PROTECTED]/01/2007): Claws-Mail is an email 
client (and news reader) based on GTK+


 alan
Thanks!

-- 
Arnau Bria
http://blog.emergetux.net
Bombing for peace is like fucking for virginity
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gnome Applet Problem with Batterie Applet

2007-08-02 Thread Till
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kabel The Real schrieb:
 Hi out there,
 
 I own an IBM Thinkpad T60, and I use Gentoo with Gnome. Everything is
 working very good, except on applet, the  Batterie Charge Monitor
 Applet. Well this applet or a similar one is very important for me,
 because I mostly use my notebook without Power Supply... When I want to
 add the applet to my Panel I get the following Error message: The panel
 encountered a problem while loading OAFIID:GNOME_BattstatApplet.
 Now I know that the batterie Status indicator is working, because when I
 use Kismet it's telling me how long I have batterie. Always starting
 Kismet to know how long my power last isn't the right thing to do, so
 I'm asking you if you can help me, either to fix the problem with that
 applet or indicate me anotherone or a shellcommand to find out how long
 the power will last...
 
 I'm happy for any hint,

With the tp_smapi module, you could use:
cat /sys/devices/platform/smapi/BAT0/remaining_percent

And the time in minutes:
cat /sys/devices/platform/smapi/BAT0/remaining_running_time

Everything is well explained on:
http://www.thinkwiki.org/wiki/Tp_smapi


Till
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGsgEGHJkJE5KI9PERAt4UAKCdQRJOuNHSQrpv+59E7zg/jrc2QACdEX2X
S2DTpGamdiN0KVa2+HmaKqE=
=HbaI
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] broken dependencies?¿

2007-08-02 Thread Neil Bothwick
On Thu, 2 Aug 2007 18:00:02 +0200, Arnau Bria wrote:

  So you have sys-kernel/suspend2-sources-2.6.19-r3 still installed, 
  probably left over from some emerge in the past.   
 
 Not sure why I do have a concrete verison of gentoo sources installed
 blocking new one... (it's supposed that I have upgarded my sources,
 isn't?)
 Could you explain so, please?

Kernel sources are slotted, so each time you install a new version, the
old one remains. Like this

% equery list gentoo-sources
[ Searching for package 'gentoo-sources' in all categories among: ]
 * installed packages
[I--] [ ~] sys-kernel/gentoo-sources-2.6.21-r3 (2.6.21-r3)
[I--] [ ~] sys-kernel/gentoo-sources-2.6.22-r1 (2.6.22-r1)
[I--] [ ~] sys-kernel/gentoo-sources-2.6.22-r2 (2.6.22-r2)

You can unmerge the unwanted ones, but you'll also have to remove the
directories from /usr/src. In fact, it is faster if you remove the
directories before unmerging.


-- 
Neil Bothwick

ATTENTION: Despite any other listing of product content found in this
manual, you are advised that, in actuality, your computer consists of
99.9% empty space.


signature.asc
Description: PGP signature


[gentoo-user] Cannot compile texinfo: Illegal instruction - Wrong -march and -mtune flags?

2007-08-02 Thread Alexander Skwar
Hello.

I'm trying to compile sys-apps/texinfo-4.8-r5, which fails with this
error message:

  $restore $backupdir/* `echo ./texinfo.info | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
/bin/sh: line 13:  9091 Illegal instruction ..//makeinfo/makeinfo -I . -o 
texinfo.info `test -f 'texinfo.txi' || echo './'`texinfo.txi
make[2]: *** [texinfo.info] Error 132
make[2]: Leaving directory 
`/var/tmp/portage/sys-apps/texinfo-4.8-r5/work/texinfo-4.8/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/sys-apps/texinfo-4.8-r5/work/texinfo-4.8'
make: *** [all] Error 2

!!! ERROR: sys-apps/texinfo-4.8-r5 failed.
Call stack:
  ebuild.sh, line 1632:   Called dyn_compile
  ebuild.sh, line 983:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  texinfo-4.8-r5.ebuild, line 56:   Called die

Quite some time ago, I ran into the same problem and commented this in 
bgo at https://bugs.gentoo.org/show_bug.cgi?id=98951. The issue back
then was:

| Ok, I butchered your output a bit, but the fact is that you are using
| -march=pentium4 on a AMD XP, which will not work ...

I'm now trying to do something like this again. I'm trying to compile
Gentoo on AMD XP for my Celeron M (Pentium4) machine. To do this,
I have in make.conf:

CFLAGS=-O2 -march=pentium-m -mtune=athlon-xp -pipe -fomit-frame-pointer

Build machine is a Athlon XP system, target system shall be a Pentium M
system.

Why do I get the illegal instruction error? I thought that because of the
-mtune=athlon-xp, the compiler would generate code which would work
on athlon-xp machines and also on pentium-m machines, thanks to the -march
flag.

Or did I mix those two flags up? Should I use -march=athlon-xp -mtune=pentium-m
instead?

hetzner / # emerge --info
Portage 2.1.2.11 (default-linux/x86/2007.0/desktop, gcc-4.1.1, glibc-2.5-r0, 
2.6.21-gentoo-r4.04.non-hardened i686)
=
System uname: 2.6.21-gentoo-r4.04.non-hardened i686 AMD Athlon(tm) XP 2000+
Gentoo Base System release 1.12.9
Timestamp of tree: Thu, 02 Aug 2007 11:50:01 +
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.61
sys-devel/automake:  1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i486-pc-linux-gnu
CFLAGS=-O2 -march=pentium-m -mtune=athlon-xp -pipe -fomit-frame-pointer
CHOST=i486-pc-linux-gnu
CONFIG_PROTECT=/etc
CONFIG_PROTECT_MASK=/etc/env.d /etc/gconf /etc/terminfo
CXXFLAGS=-O2 -march=pentium-m -mtune=athlon-xp -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
EMERGE_DEFAULT_OPTS=--alphabetical
FEATURES=collision-protect distlocks metadata-transfer parallel-fetch sandbox 
sfperms strict
GENTOO_MIRRORS=http://mirror.switch.ch/ftp/mirror/gentoo/ 
http://gentoo.mirror.solnet.ch http://distfiles.gentoo.org/;
LINGUAS=de
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages 
--filter=H_**/files/digest-*
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.ch.gentoo.org/gentoo-portage
USE=X acpi alsa bash-completion berkdb bitmap-fonts cairo cdr cli cracklib 
crypt cups dbus dri dvd dvdr dvdread emboss encode esd evo fam firefox fortran 
gdbm gif gnome gstreamer gtk hal iconv isdnlog jpeg kde kdeenablefinal 
kdehiddenvisibility libg++ libnotify mad midi mikmod mmx mp3 mpeg mudflap 
ncurses nfs nls nptl nptlonly offensive ogg opengl openmp pam pcre pdf perl png 
pppd python qt3 qt3support qt4 quicktime readline reflection samba sdl session 
spell spl ssl svg tiff truetype truetype-fonts type1-fonts unicode vim-syntax 
vorbis wifi win32codecs x86 xml xorg xv zlib ALSA_CARDS=loopback usb-audio 
via82xx ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty 
extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null 
plug rate route share shm softvol ELIBC=glibc INPUT_DEVICES=evdev keyboard 
mouse synaptics KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk 
hd44780 lb216 lcdm001 mtxorb ncurses text LINGUAS=de USERLAND=GNU VID
 EO_CARDS=fbdev vesa vga via
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, MAKEOPTS, 
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, 
PORTDIR_OVERLAY

Thanks a lot,

Alexander Skwar
-- 
Can you MAIL a BEAN CAKE?


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cannot compile texinfo: Illegal instruction - Wrong -march and -mtune flags?

2007-08-02 Thread Jan Seeger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'd think that using -march overrides -mtune. You cannot at the same time tune
for two architectures. To cross-compile, you would need crossdev.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGsiCaMmLQdC6jvocRAuuSAJ0dMe4r+RXvJHvzZ/hYrYkE7+rYGgCfe6S0
CgWpT96ojIDcsmjJlItzWdo=
=3Di6
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] broken dependencies?¿

2007-08-02 Thread Arnau Bria
On Thu, 2 Aug 2007 18:58:02 +0100
Neil Bothwick wrote:

 On Thu, 2 Aug 2007 18:00:02 +0200, Arnau Bria wrote:
 
   So you have sys-kernel/suspend2-sources-2.6.19-r3 still
   installed, probably left over from some emerge in the past.   
  
  Not sure why I do have a concrete verison of gentoo sources
  installed blocking new one... (it's supposed that I have upgarded
  my sources, isn't?)
  Could you explain so, please?
 
 Kernel sources are slotted, so each time you install a new version,
 the old one remains. Like this
 
 % equery list gentoo-sources
 [ Searching for package 'gentoo-sources' in all categories among: ]
  * installed packages
 [I--] [ ~] sys-kernel/gentoo-sources-2.6.21-r3 (2.6.21-r3)
 [I--] [ ~] sys-kernel/gentoo-sources-2.6.22-r1 (2.6.22-r1)
 [I--] [ ~] sys-kernel/gentoo-sources-2.6.22-r2 (2.6.22-r2)
Ok, 
so how my system determines which is the version it must use for
calculating dependencies?
Cause I did not have that source in /usr/src and I did have just my
current one... and emerge says:

Installed versions:  2.6.18(2.6.18)(02:42:26 PM 11/22/2006)(-build -symlink 
-ultra1)
  2.6.19-r1(2.6.19-r1)(01:11:30 PM 01/11/2007)(-build 
-symlink -ultra1)
  2.6.22(2.6.22)(03:14:16 AM 07/31/2007)(-build 
-symlink)

Why 2.6.19-r3 and not 2.6.28?¿
(gonna unmerge 2.6.18 and 2.6.22!!)

 You can unmerge the unwanted ones, but you'll also have to remove the
 directories from /usr/src. In fact, it is faster if you remove the
 directories before unmerging.
In fact, as it's my laptop and I have no much space, I only keep
current kernel source (for modules buid)...
But thanks for the tip.

Thanks,
Arnau
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: HP9000 laptop complete (almost)

2007-08-02 Thread James
Alan McKinnon alan at linuxholdings.co.za writes:


 As long as you are licensed to use 
 the fonts, simpy have the .ttf be placed in the correct location per 
 the wiki pages you mention below. That's all you need to do.

Good to know
So if one has a windows/Office license for a laptop that is dual boot,
I can put the fonts in whatever dir/partition I want?

SWEET..



 Sadly, it is a manual process to continually ensure you have all the 
 fonts you need.

That was my worst fear. Hunting down each font package
I was looking for the magic wand for fonts, or even willing
to borrow one from a wizard.

That said,I'll make some notes, once I straighten it out on
one system, the rest will be duplicated.


As for the ttf and puting them in the right dir.
THANKS for the tip!



James





-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Cannot compile texinfo: Illegal instruction - Wrong -march and -mtune flags?

2007-08-02 Thread Alexander Skwar
· Jan Seeger [EMAIL PROTECTED]:

 I'd think that using -march overrides -mtune. You cannot at the same time tune
 for two architectures.

Hm, what's an architecture? From my understanding, I'd need crossdev
if I'd try to compile for, lets say, PA-RISC on a x86 system. But that's
not what I'm trying to do - I'm trying to compile for x86 on a x86
system.

Indeed, I think that I just have mixed up -march and -mtune (aka. -mcpu).
The GCC 3.4.6 docs have it quite clear:

,[ 
http://gcc.gnu.org/onlinedocs/gcc-3.3.6/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options
 ]
| -mcpu=cpu-type
| [...]
| While picking a specific cpu-type will schedule things appropriately
| for that particular chip, the compiler will not generate any code that
| does not run on the i386 without the -march=cpu-type option being used. 
`

That's for -mcpu, which is, in 4.x, a deprecated synonym for -mtune.

Well, I'll just give it a try.

Alexander Skwar
-- 
Another dream that failed.  There's nothing sadder.
-- Kirk, This side of Paradise, stardate 3417.3


-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Cannot compile texinfo: Illegal instruction - Wrong -march and -mtune flags?

2007-08-02 Thread Alexander Skwar
· Me, myself  I:

 Indeed, I think that I just have mixed up -march and -mtune (aka. -mcpu).

Seems like. I now have:

CFLAGS=-O2 -mtune=pentium-m -march=athlon-xp -pipe -fomit-frame-pointer

and with this CFLAGS, I am able to compile texinfo.

Alexander Skwar
-- 
Q:  What does it say on the bottom of Coke cans in North Dakota?
A:  Open other end.


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] broken dependencies?¿

2007-08-02 Thread Neil Bothwick
On Thu, 2 Aug 2007 19:37:59 +0200, Arnau Bria wrote:

  Kernel sources are slotted, so each time you install a new version,
  the old one remains. 
 
 so how my system determines which is the version it must use for
 calculating dependencies?

It uses all of them, because all installed packages need their
dependencies.

 Cause I did not have that source in /usr/src and I did have just my
 current one... and emerge says:
 
 Installed versions:  2.6.18(2.6.18)(02:42:26 PM 11/22/2006)(-build
 -symlink -ultra1) 2.6.19-r1(2.6.19-r1)(01:11:30 PM 01/11/2007)(-build
 -symlink -ultra1) 2.6.22(2.6.22)(03:14:16 AM 07/31/2007)(-build
 -symlink)

It looks like you deleted the source directory without letting portage
know what you'd done.

  You can unmerge the unwanted ones, but you'll also have to remove the
  directories from /usr/src. In fact, it is faster if you remove the
  directories before unmerging.  

 In fact, as it's my laptop and I have no much space, I only keep
 current kernel source (for modules buid)...

In that case emerge --prune --ask gentoo-sources will do what you
need, but you still need to remove the directories from /usr/src manually
because emerge only removes the files it installed, not any that were
created or modified by you, like when you compiled the kernel.


-- 
Neil Bothwick

One-seventh of your life is spent on Monday.


signature.asc
Description: PGP signature


[gentoo-user] Re: Thanks to the user community

2007-08-02 Thread James
Boyd Stephen Smith Jr. bss03 at volumehost.net writes:



why, what happens in November?

   In the U.S., Thanksgiving.

  ahh.  cheekAnd you can't be thankful except at thanksgiving?/cheek

 Are you suggesting undermining a great Amurican Holly-Day?  Why do you hate 
 freedom? ;)

He's an Aussie, mate

Beer Drinking wife beating party animals those Aussies

(Every time they drink and party they 
get a beaten from the wife{} ... when they crawl home.



cheers mate!


James

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Cannot compile texinfo: Illegal instruction - Wrong -march and -mtune flags?

2007-08-02 Thread Florian Philipp
Am Donnerstag 02 August 2007 22:07 schrieb Alexander Skwar:
 · Me, myself  I:
  Indeed, I think that I just have mixed up -march and -mtune (aka. -mcpu).

 Seems like. I now have:

 CFLAGS=-O2 -mtune=pentium-m -march=athlon-xp -pipe -fomit-frame-pointer

 and with this CFLAGS, I am able to compile texinfo.

 Alexander Skwar
 --

-march=pentium-m activates MMX, SSE and SSE2
-march=athlon-xp activates MMX, 3dNOW!, enhanced 3dNOW! and SSE

You see, they are not compatible and even if some code works I wouldn't bet 
multimedia apps will perform well.

With -mtune the instruction set stays the same. It is just rearranged.


pgplszzFoYaYl.pgp
Description: PGP signature


Re: [gentoo-user] HP9000 laptop complete (almost)

2007-08-02 Thread Mick
On Thursday 02 August 2007 12:28, Alan McKinnon wrote:
 On Wednesday 01 August 2007, James wrote:

  snip
  (WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/util.
  Entry deleted from font path.

 [snip more WW]

 These don;t matter, as all of them just say that X is to look for a font
 in a dir which doesn't exist. It's just cruft on the screen

Unless they do exist (they are present in my system) but James need to run, 
e.g.:

# mkfontdir /usr/share/fonts/util

and so on in each directory.  If any directories are empty then delete them 
and also delete the corresponding entry in xorg.conf.
-- 
Regards,
Mick


pgpZsM165PFsq.pgp
Description: PGP signature


[gentoo-user] Re: Cannot compile texinfo: Illegal instruction - Wrong -march and -mtune flags?

2007-08-02 Thread Alexander Skwar
· Florian Philipp [EMAIL PROTECTED]:

 You see, they are not compatible and even if some code works I wouldn't bet 
 multimedia apps will perform well.
 
 With -mtune the instruction set stays the same. It is just rearranged.

Hm. Allright. When using just -mtune (ie. without -march), the
docs at 
http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/i386-and-x86_002d64-Options.html
say:

| While picking a specific cpu-type will schedule things appropriately
| for that particular chip, the compiler will not generate any code that
| does not run on the i386 without the -march=cpu-type option being used.   

If -mtune=athlon-xp is used, code is generated which may make
use of 3dNOW!. 3dNOW! is, of course, not to be found on 386 :)
If the instruction set stays the same, code generated with
-mtune=athlon-xp would not be executable on 386 machines, if
I understand you correctly.

Hm. With -mtune, the set of available instructions (ie.
stuff like 3dNOW!, I suppose?) is NOT changed from the default
of i386, is it? Or what does Tune to cpu-type everything applicable
about the generated code, except for the ABI and the set of available
instructions. mean - especially note the except for [...] the set of 
available instructions part.

So with -mtune=pentium-m -march=athlon-xp I'm making the compiler
generate code which is ordered the way it's best for pentium-m
machines while allowing it to use athlon-xp instruction set? Is
that what I'm doing?

If so, then it seems you're right - code will run, but maybe not
so well.

Is that understanding correct? If so, then I really should think
twice about using -mtune=pentium-m -march=athlon-xp, shouldn't
I?

Curious,

Alexander Skwar
-- 
No matter how many resources you have, it is never enough. 
-- Murphy's Computer Laws n�1


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Cannot compile texinfo: Illegal instruction - Wrong -march and -mtune flags?

2007-08-02 Thread Florian Philipp
Am Donnerstag 02 August 2007 23:36 schrieb Alexander Skwar:
 · Florian Philipp [EMAIL PROTECTED]:
  You see, they are not compatible and even if some code works I wouldn't
  bet multimedia apps will perform well.
 
  With -mtune the instruction set stays the same. It is just rearranged.

 Hm. Allright. When using just -mtune (ie. without -march), the
 docs at
 http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/i386-and-x86_002d64-Options.htm
l

 say:
 | While picking a specific cpu-type will schedule things appropriately
 | for that particular chip, the compiler will not generate any code that
 | does not run on the i386 without the -march=cpu-type option being used.

 If -mtune=athlon-xp is used, code is generated which may make
 use of 3dNOW!. 3dNOW! is, of course, not to be found on 386 :)
 If the instruction set stays the same, code generated with
 -mtune=athlon-xp would not be executable on 386 machines, if
 I understand you correctly.

 Hm. With -mtune, the set of available instructions (ie.
 stuff like 3dNOW!, I suppose?) is NOT changed from the default
 of i386, is it? Or what does Tune to cpu-type everything applicable
 about the generated code, except for the ABI and the set of available
 instructions. mean - especially note the except for [...] the set of
 available instructions part.

 So with -mtune=pentium-m -march=athlon-xp I'm making the compiler
 generate code which is ordered the way it's best for pentium-m
 machines while allowing it to use athlon-xp instruction set? Is
 that what I'm doing?

 If so, then it seems you're right - code will run, but maybe not
 so well.

 Is that understanding correct? If so, then I really should think
 twice about using -mtune=pentium-m -march=athlon-xp, shouldn't
 I?

 Curious,

 Alexander Skwar
 --

At least that's how I understand the issue. At the moment I've got two ideas 
to solve your problem:

1. set march to an inferior target (pentium-3 and pentium-3m seem okay: mmx 
and sse) and mtune for one (or even both?) of them
2. set march to one of them and disable incompatible instruction sets with 
options like -mno-sse2 or -mno-3dnow 


pgppaKrqyPsIs.pgp
Description: PGP signature


[gentoo-user] Flashplayer 9 working for anybody?

2007-08-02 Thread Grant Edwards
Flashplayer 9 doesn't seem to work for me.  I've tried it in
both Opera and Firefox, but for most videos (e.g. nytimes.com)
it just sits there with the spinning loading arrow.  Clicking
play does nothing.

-- 
Grant Edwards   grante Yow! Hello.  I know
  at   the divorce rate among
   visi.comunmarried Catholic Alaskan
   females!!

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Flashplayer 9 working for anybody?

2007-08-02 Thread david
works here;
http://dwabbott.com/pictures/2007-08-02-191339_1440x900_scrot.png
http://dwabbott.com/pictures/2007-08-02-191744_1440x900_scrot.png

-- 
Powered by Gentoo/Linux

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Flashplayer 9 working for anybody?

2007-08-02 Thread Andrés Becerra Sandoval
On 8/2/07, Grant Edwards [EMAIL PROTECTED] wrote:
 Flashplayer 9 doesn't seem to work for me.  I've tried it in
 both Opera and Firefox, but for most videos (e.g. nytimes.com)
 it just sits there with the spinning loading arrow.  Clicking
 play does nothing.

 --
 Grant Edwards   grante Yow! Hello.  I know
   at   the divorce rate among
visi.comunmarried Catholic Alaskan
females!!

 --
 [EMAIL PROTECTED] mailing list




Hello,

Opera has problems with flash on linux (I guess in windows the plugin
works allright). konqueror works with some videos for me, and firefox
works for all the videos I have tested, including the ones on nytimes.

-- 
  Andrés
z���(��j)b�   b�

Re: [gentoo-user] Re: Cannot compile texinfo: Illegal instruction - Wrong -march and -mtune flags?

2007-08-02 Thread Daniel da Veiga
On 8/2/07, Florian Philipp [EMAIL PROTECTED] wrote:
 Am Donnerstag 02 August 2007 23:36 schrieb Alexander Skwar:
  · Florian Philipp [EMAIL PROTECTED]:
   You see, they are not compatible and even if some code works I wouldn't
   bet multimedia apps will perform well.
  
   With -mtune the instruction set stays the same. It is just rearranged.
 
  Hm. Allright. When using just -mtune (ie. without -march), the
  docs at
  http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/i386-and-x86_002d64-Options.htm
 l
 
  say:
  | While picking a specific cpu-type will schedule things appropriately
  | for that particular chip, the compiler will not generate any code that
  | does not run on the i386 without the -march=cpu-type option being used.
 
  If -mtune=athlon-xp is used, code is generated which may make
  use of 3dNOW!. 3dNOW! is, of course, not to be found on 386 :)
  If the instruction set stays the same, code generated with
  -mtune=athlon-xp would not be executable on 386 machines, if
  I understand you correctly.
 
  Hm. With -mtune, the set of available instructions (ie.
  stuff like 3dNOW!, I suppose?) is NOT changed from the default
  of i386, is it? Or what does Tune to cpu-type everything applicable
  about the generated code, except for the ABI and the set of available
  instructions. mean - especially note the except for [...] the set of
  available instructions part.
 
  So with -mtune=pentium-m -march=athlon-xp I'm making the compiler
  generate code which is ordered the way it's best for pentium-m
  machines while allowing it to use athlon-xp instruction set? Is
  that what I'm doing?
 
  If so, then it seems you're right - code will run, but maybe not
  so well.
 
  Is that understanding correct? If so, then I really should think
  twice about using -mtune=pentium-m -march=athlon-xp, shouldn't
  I?
 
  Curious,
 
  Alexander Skwar
  --

 At least that's how I understand the issue. At the moment I've got two ideas
 to solve your problem:

 1. set march to an inferior target (pentium-3 and pentium-3m seem okay: mmx
 and sse) and mtune for one (or even both?) of them
 2. set march to one of them and disable incompatible instruction sets with
 options like -mno-sse2 or -mno-3dnow



Isn't the -march=i686 valid?
I guess that would be the most compatible option for binaries that
will run on AMD and Intel processors... Or simply use no -march
setting, only -mtune... I did that recently to switch a whole system
from an Athlon XP to a Intel Core Duo...

-- 
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
--
[EMAIL PROTECTED] mailing list