Re: [gentoo-user] How to tell portage about manual builds

2007-12-09 Thread Vladimir G. Ivanovic
on 12/07/2007 07:30 PM Mark Shields said the following:
 man portage
 
 snip
 package.provided
 A list of packages (one per  line)  that  portage should
 assume  have  been  provided.  

My impression is that /etc/portage/package.provided is ignored.

If I execute

  # strace -Ff -e trace=open emerge -DpvuN world 21 \
  | fgrep /etc/portage

package.provided never shows up as having been opened.

Also, entries that I have made in package.provided don't seem to
affect ebuilds.

--- Vladimir

-- 

Vladimir G. Ivanovic
+1 650 450 4101




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] How to tell portage about manual builds

2007-12-09 Thread Aline de Freitas
Em Sunday 09 December 2007 10:25:03 Vladimir G. Ivanovic escreveu:
 on 12/07/2007 07:30 PM Mark Shields said the following:
  man portage
 
  snip
  package.provided
  A list of packages (one per  line)  that  portage should
  assume  have  been  provided.

 My impression is that /etc/portage/package.provided is ignored.

 If I execute

   # strace -Ff -e trace=open emerge -DpvuN world 21 \

   | fgrep /etc/portage

 package.provided never shows up as having been opened.

 Also, entries that I have made in package.provided don't seem to
 affect ebuilds.

 --- Vladimir

from man portage

/etc/make.profile/
  site-specific overrides go in /etc/portage/profile/
  deprecated
  make.defaults
  packages
  packages.build
  package.mask
  package.provided ---
  package.use
  package.use.force
  package.use.mask
  parent
  profile.bashrc
  use.force
  use.mask
  virtuals
Also

/etc/portage/profile/
  site-specific overrides of /etc/make.profile/

My one is under /etc/portage/profile/

-- 
Aline de Freitas - Chave pública: ID DE632016 / keys.indymedia.org
gpg --keyserver keys.indymedia.org --recv-keys DE632016


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] disk problem after kernel update

2007-12-09 Thread pat
Hello,

I've try to update kernel from 2.6.20-gentoo-r8 to 2.6.23-gentoo-r3. I've copied
config, run make oldconfig and then make.

At boot time the new kernel maps disks as hdax, but previous kernel mapped disks
as sdax. So, if I want to use new kernel I have to change fstab (that's not so
bad), but I have to setup DMA for the disk, and that's not possible (an error 
occur)

Did I something wrong? How to solve it?

The GRUB boot options:

*** new one
title GNU/Linux 2.6.23-gentoo-r3
root (hd0,2)
kernel /boot/kernel-2.6.23-gentoo-r3 real_root=/dev/hda5 atapi_enabled=1
hdc=noprobe nmi_watchdog=0 root=/dev/hda5


*** old one
title GNU/Linux 2.6.20-gentoo-r8
root (hd0,2)
kernel /boot/kernel-2.6.20-gentoo-r8 real_root=/dev/sda5 atapi_enabled=1
hdc=noprobe nmi_watchdog=0


Thanks a lot.

Pat
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] disk problem after kernel update

2007-12-09 Thread Florian Philipp
On Sun, 2007-12-09 at 13:59 +0100, pat wrote:
 Hello,
 
 I've try to update kernel from 2.6.20-gentoo-r8 to 2.6.23-gentoo-r3. I've 
 copied
 config, run make oldconfig and then make.
 
 At boot time the new kernel maps disks as hdax, but previous kernel mapped 
 disks
 as sdax. So, if I want to use new kernel I have to change fstab (that's not so
 bad), but I have to setup DMA for the disk, and that's not possible (an error 
 occur)
 
 Did I something wrong? How to solve it?
 
 The GRUB boot options:
 
 *** new one
 title GNU/Linux 2.6.23-gentoo-r3
 root (hd0,2)
 kernel /boot/kernel-2.6.23-gentoo-r3 real_root=/dev/hda5 atapi_enabled=1
 hdc=noprobe nmi_watchdog=0 root=/dev/hda5
 
 
 *** old one
 title GNU/Linux 2.6.20-gentoo-r8
 root (hd0,2)
 kernel /boot/kernel-2.6.20-gentoo-r8 real_root=/dev/sda5 atapi_enabled=1
 hdc=noprobe nmi_watchdog=0
 
 
 Thanks a lot.
 
   Pat

Remove 
Device Drivers -
ATA/ATAPI/MFM/RLL support -
generic/default IDE chipset support

and 

Device Drivers -
Serial ATA (prod) and Parallel ATA (experimental) drivers -
Generic ATA support

from your Kernel config. You might be using generic drivers instead of
your specific drivers. Also double check all kernel options concerning
Disk controllers.


signature.asc
Description: This is a digitally signed message part


[gentoo-user] kde-misc/kio-beagle-0.2: configure: error: cannot find sources (acinclude.m4) in . or ..

2007-12-09 Thread Fred Kastl

Hello,

When I compile kio-beagle i get the following error Message:


configure: error: cannot find sources (acinclude.m4) in . or ..
 *
 * ERROR: kde-misc/kio-beagle-0.2 failed.
 * Call stack:
 *   ebuild.sh, line 1701:  Called dyn_compile
 *   ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *   ebuild.sh, line   44:  Called src_compile
 *   kio-beagle-0.2.ebuild, line   30:  Called kde_src_compile
 *  kde.eclass, line  170:  Called kde_src_compile 'all'
 *  kde.eclass, line  340:  Called kde_src_compile 'myconf' 
'configure' 'make'
 *  kde.eclass, line  322:  Called econf '--with-x' 
'--enable-mitshm' '--without-xinerama' '--with-qt-dir=/usr/qt/3' 
'--enable-mt' '--with-qt-libraries=/usr/qt/3/lib' 
'--disable-dependency-tracking' '--disable-debug' '--without-debug' 
'--with-arts' '--with-extra-includes=/usr/kde/3.5/include' 
'--with-extra-libs=/usr/kde/3.5/lib'

 *   ebuild.sh, line  638:  Called die
 * The specific snippet of code:
 *  die econf failed
 *  The die message:
 *   econf failed
 *
 * 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/kde-misc/kio-beagle-0.2/temp/build.log'.
 * This ebuild is from an overlay: 
'/usr/portage-overlay-lefou/lefous_portage_overlay/'



Regards


Fred
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde-misc/kio-beagle-0.2: configure: error: cannot find sources (acinclude.m4) in . or ..

2007-12-09 Thread Neil Bothwick
On Sun, 09 Dec 2007 14:51:27 +0100, Fred Kastl wrote:

 When I compile kio-beagle i get the following error Message:
 
 
 configure: error: cannot find sources (acinclude.m4) in . or ..
   *
   * ERROR: kde-misc/kio-beagle-0.2 failed.

That's a very old version of kio-beagle that may not work with current
Beagle releases. Did you get this ebuild for te lefous overlay? That one
is two years old, the latest kio-beagke on kde-apps.org is 0.3.1

See the comments at http://www.kde-apps.org/content/show.php?content=28437


-- 
Neil Bothwick

WinErr 01A: Operating system overwritten - Please reinstall all your
software. We are terribly sorry.


signature.asc
Description: PGP signature


[gentoo-user] unable to install php-docs

2007-12-09 Thread John covici
Hi folks.  On an update I was doing today I ran into this error while
trying to install phpdocs -- here is the fragment:

 Install php-docs-20071125-r1 into
 /var/tmp/portage/app-doc/php-docs-20071125-r1/image/ category
 app-doc
 * Installing en manual, this will take a while... ...
/usr/portage/app-doc/php-docs/php-docs-20071125-r1.ebuild: line 63:
/bin/mv: Argument list too long
 *
 * ERROR: app-doc/php-docs-20071125-r1 failed.
 * Call stack:
 * ebuild.sh, line 1701:  Called dyn_install
 * ebuild.sh, line 1138:  Called qa_call
 * 'src_install'
 * ebuild.sh, line   44:  Called src_install
 *   php-docs-20071125-r1.ebuild, line   64:  Called die
 * The specific snippet of code:
 *  mv
 * ${D}/usr/share/doc/${PF}/html/{*.html,figures}
 * ${D}/usr/share/doc/${PF}/html/${lang} \
 *  || die mv failed on ${lang}
 *  The die message:
 *   mv failed on en
 *
 * If you need support, post the topmost build error, and the call
   stack if relevant.
 * A complete build log is located at
   '/var/log/portage/app-doc:php-docs-20071125-r1:20071209-131352.log'.
 *

Anyone with any ideas on how to fix this?

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] unable to install php-docs

2007-12-09 Thread John covici
on Sunday 12/09/2007 John covici([EMAIL PROTECTED]) wrote
  Hi folks.  On an update I was doing today I ran into this error while
  trying to install phpdocs -- here is the fragment:
  
   Install php-docs-20071125-r1 into
   /var/tmp/portage/app-doc/php-docs-20071125-r1/image/ category
   app-doc
   * Installing en manual, this will take a while... ...
  /usr/portage/app-doc/php-docs/php-docs-20071125-r1.ebuild: line 63:
  /bin/mv: Argument list too long
   *
   * ERROR: app-doc/php-docs-20071125-r1 failed.
   * Call stack:
   * ebuild.sh, line 1701:  Called dyn_install
   * ebuild.sh, line 1138:  Called qa_call
   * 'src_install'
   * ebuild.sh, line   44:  Called src_install
   *   php-docs-20071125-r1.ebuild, line   64:  Called die
   * The specific snippet of code:
   *  mv
   * ${D}/usr/share/doc/${PF}/html/{*.html,figures}
   * ${D}/usr/share/doc/${PF}/html/${lang} \
   *  || die mv failed on ${lang}
   *  The die message:
   *   mv failed on en
   *
   * If you need support, post the topmost build error, and the call
 stack if relevant.
   * A complete build log is located at
 '/var/log/portage/app-doc:php-docs-20071125-r1:20071209-131352.log'.
   *
  
  Anyone with any ideas on how to fix this?
  
  Thanks.
OK, an emerge --sync solved the problem, although I got a collision
warning strangely enough.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bookmarks invisible in Firefox fullscreen

2007-12-09 Thread Benno Schulenberg
Anthony E. Caudel wrote:
 Benno Schulenberg wrote:
  When the bookmarks list is longer than what fits vertically on
  the screen, then hitting Alt+B while Firefox is in fullscreen
  mode won't show the list of bookmarks.  The bookmark list is
  there -- because it is possible to select for example the last
  entry with Up and Enter -- but it is invisible.

 I see the same thing here.

Thanks for confirming.  Meanwhile I've seen it  too on Kubuntu 
Feisty.  On Gentoo I use KDE, maybe you do too?  Possibly Gnome
users don't see this?

Anyway, the bug has been reported:
  https://bugzilla.mozilla.org/show_bug.cgi?id=407580

Benno
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Printer

2007-12-09 Thread Cahn Roger
Hi,

I think to buy the following printer:

 EPSON Stylus Color D120 Ethernet or Wifi

Has anybody an (good) experience with it?
Thank you for your answers
Roger
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Problems emerging xorg-docs and several other packages

2007-12-09 Thread John covici
I am getting messages like the following when trying to emerge
xorg-docs and others:

jade:/usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/ent/iso-lat1.ent:6:19:E:
X00E1 is not a function name

I have reinstalled the app-text/docbook packages, but no joy.  

Anyone have some ideas why this happens?

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] hibernate: press SPACE to continue?

2007-12-09 Thread Iain Buchanan
Hi all,

I just upgraded from hibernate-script-1.97-r3 to
hibernate-script-1.97-r4, and now at every stage of the suspend to disk
and resume process, I see this message:

Press SPACE to continue.

So I have to press the space bar about 4 times during suspend, and again
during resume.

I can't find any reference in the docs, readme, google, or even the
source!  (well, there is a bit on google, but no help really).

Any ideas?  thanks!

-- 
Iain Buchanan iaindb at netspace dot net dot au

He married that Palliard girl, remember? The one with the air-cooled teeth?
-- (Terry Pratchett, Lords and Ladies)

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] hibernate: press SPACE to continue?

2007-12-09 Thread Rumen Yotov
On (10/12/07 10:37) Iain Buchanan wrote:
 Hi all,
 
 I just upgraded from hibernate-script-1.97-r3 to
 hibernate-script-1.97-r4, and now at every stage of the suspend to disk
 and resume process, I see this message:
 
 Press SPACE to continue.
 
 So I have to press the space bar about 4 times during suspend, and again
 during resume.
 
 I can't find any reference in the docs, readme, google, or even the
 source!  (well, there is a bit on google, but no help really).
 
 Any ideas?  thanks!
 
 -- 
 Iain Buchanan iaindb at netspace dot net dot au
 
 He married that Palliard girl, remember? The one with the air-cooled teeth?
 -- (Terry Pratchett, Lords and Ladies)
 
 -- 
 [EMAIL PROTECTED] mailing list

Hi,

Using the same version on 2.6.22-suspend2-rX sources with no problem.
But have tried it only from X-less terminal, what's your WM/DM ?
HTH. Rumen
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Insanely long delay in loading xorg+gnome

2007-12-09 Thread Kristian Poul Herkild
Heh...

Well, good morning to all in the list.


I've run into a silly issue with loading xorg+gnome. I've split the
process in three stages.

1) Loading xorg (startx). This stage works as expected and takes ~1 second.

2) Insanely long delay. This stage is weird and takes ~12 minutes (have
measured it several times, though slightly imprecise).

3) Loading Gnome 2.20. This stage works as expected and takes ~1 second.

After the third stage everything works fine and smooth and
near-instantaneous (quite opposite Windows :p )

The second stage (the insanely long unexplainable delay) takes the
mentioned ~12 minutes. There is no harddisk activity at all. The only
thing I have is a black screen and the black'n'white standard X-cursor
(though it does react instantaneously on mouse movements :p ).

Does anybody know where to look for information useful to find the
problem. I haven't found any logfile with any information related to
this weird delay, which of course is consistent with the complete lack
of harddisk activity.

Kind regards,

Kristian Poul Herkild
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Insanely long delay in loading xorg+gnome

2007-12-09 Thread Graham Murray
Kristian Poul Herkild [EMAIL PROTECTED] writes:

 The second stage (the insanely long unexplainable delay) takes the
 mentioned ~12 minutes. There is no harddisk activity at all. The only
 thing I have is a black screen and the black'n'white standard X-cursor
 (though it does react instantaneously on mouse movements :p ).

That sounds like the sort of delay you might get if it is waiting for a
TCP connection attempt which gets no response (eg DROP rule in iptables). 
-- 
[EMAIL PROTECTED] mailing list