Re: [gentoo-user] kde 3.2 question

2003-11-10 Thread Hemmann, Volker Armin
On Saturday 08 November 2003 23:54, Chris wrote:
 thats what i thought until it did the following:

 bash-2.05b# emerge -p '/home/chris/Desktop/downloads/kde 3.2/
 arts-20031107.diff.bz2'

 These are the packages that I would merge, in order:

 Calculating dependencies
 emerge: there are no masked or unmasked ebuilds to satisfy /home/chris/
 Desktop/downloads/kde 3.2/arts-20031107.diff.bz2.


that is not a package or an ebuild, that is a patch-file (the diff says 
everything)!
Copy your files into /usr/portage/distfiles.

if you want to emerge artsd try something like that:
cd /usr/portage
emerge  kde-base/arts/arts-1.2.0_beta1-r1.ebuild

voila, it starts emerging (at least for me).

Glück Auf
Volker
-- 
Conclusions
 In a straight-up fight, the Empire squashes the Federation like a bug. Even 
with its numerical advantage removed, the Empire would still squash the 
Federation like a bug. Accept it. -Michael Wong


--
[EMAIL PROTECTED] mailing list



[gentoo-user] kde 3.2 question

2003-11-08 Thread Chris
Where do I extract the bz2's so I can emerge them?
-- 
Chris
[EMAIL PROTECTED]

Science is an atempt to investegate the mirical of life. 

  The Martian Chronicles


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde 3.2 question

2003-11-08 Thread Andrej Kacian
On Sat, 8 Nov 2003 16:17:31 -0600
Chris [EMAIL PROTECTED] wrote:

 Where do I extract the bz2's so I can emerge them?

You don't extract anything, emerge handles everything by itself (downloads bz2
files, extracts, configures, compiles, merges)

-- 
/~\ The ASCIIAndrej Ticho Kacian andrej at kacian dot sk
\ / Ribbon Campaign  GnuPG public key ID: 7CD93FE2 (pgp.mit.edu)
 X  Against HTML Key fingerprint:
/ \ Email!   E87D 9DEF 2A23 6FFB 7AD9 542F 4253 3A46 7CD9 3FE2


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] kde 3.2 question

2003-11-08 Thread Chris
thats what i thought until it did the following:

bash-2.05b# emerge -p '/home/chris/Desktop/downloads/kde 3.2/
arts-20031107.diff.bz2'

These are the packages that I would merge, in order:

Calculating dependencies
emerge: there are no masked or unmasked ebuilds to satisfy /home/chris/
Desktop/downloads/kde 3.2/arts-20031107.diff.bz2.

!!! Error calculating dependencies. Please correct.

On Saturday 08 November 2003 04:43 pm, Andrej Kacian wrote:
 On Sat, 8 Nov 2003 16:17:31 -0600

 Chris [EMAIL PROTECTED] wrote:
  Where do I extract the bz2's so I can emerge them?

 You don't extract anything, emerge handles everything by itself (downloads
 bz2 files, extracts, configures, compiles, merges)

-- 
Chris
[EMAIL PROTECTED]

Science is an atempt to investegate the mirical of life. 

  The Martian Chronicles


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde 3.2 question

2003-11-08 Thread mike cola
umm you dont emerge the downloaded files.

in a console, as root or as a user with permission to start the emerge 
process, simply type emerge whateverpackagename and it will start to 
try to do so

mikecola

Chris wrote:
thats what i thought until it did the following:

bash-2.05b# emerge -p '/home/chris/Desktop/downloads/kde 3.2/
arts-20031107.diff.bz2'
These are the packages that I would merge, in order:

Calculating dependencies
emerge: there are no masked or unmasked ebuilds to satisfy /home/chris/
Desktop/downloads/kde 3.2/arts-20031107.diff.bz2.
!!! Error calculating dependencies. Please correct.

On Saturday 08 November 2003 04:43 pm, Andrej Kacian wrote:

On Sat, 8 Nov 2003 16:17:31 -0600

Chris [EMAIL PROTECTED] wrote:

Where do I extract the bz2's so I can emerge them?
You don't extract anything, emerge handles everything by itself (downloads
bz2 files, extracts, configures, compiles, merges)




--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] kde 3.2 question

2003-11-08 Thread Florian Schneider
Am Samstag, 08. November 2003 23:54 schrieb Chris:
 thats what i thought until it did the following:
 
 bash-2.05b# emerge -p '/home/chris/Desktop/downloads/kde 3.2/
 arts-20031107.diff.bz2'
 
 These are the packages that I would merge, in order:
 
 Calculating dependencies
 emerge: there are no masked or unmasked ebuilds to satisfy
 /home/chris/
 Desktop/downloads/kde 3.2/arts-20031107.diff.bz2.
 

The *.diffs.bz2 belong to the distfiles directory (/var/distfiles).
The kde-beta-3.2-20031107-ebuilds.tar.bz2 files contain the ebuild. Put 
them into the portage overlay dir (everything inside the overlay dir in 
the archive). You have to define it in /etc/make.conf. I have set it to 

PORTDIR_OVERLAY=/var/overportage

Flo



 !!! Error calculating dependencies. Please correct.
 
 On Saturday 08 November 2003 04:43 pm, Andrej Kacian wrote:

  On Sat, 8 Nov 2003 16:17:31 -0600
 
  Chris [EMAIL PROTECTED] wrote:
 
   Where do I extract the bz2's so I can emerge them?
 
 
  You don't extract anything, emerge handles everything by itself
  (downloads
 bz2 files, extracts, configures, compiles, merges)

 
 -- 
 Chris
 [EMAIL PROTECTED]
 
 Science is an atempt to investegate the mirical of life. 
 
   The Martian Chronicles
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde 3.2 question

2003-11-08 Thread Chris
thanks, this is what i was needing to know.

On Saturday 08 November 2003 05:06 pm, Florian Schneider wrote:
 Am Samstag, 08. November 2003 23:54 schrieb Chris:
  thats what i thought until it did the following:
 
  bash-2.05b# emerge -p '/home/chris/Desktop/downloads/kde 3.2/
  arts-20031107.diff.bz2'
 
  These are the packages that I would merge, in order:
 
  Calculating dependencies
  emerge: there are no masked or unmasked ebuilds to satisfy
  /home/chris/
 Desktop/downloads/kde 3.2/arts-20031107.diff.bz2.

 The *.diffs.bz2 belong to the distfiles directory (/var/distfiles).
 The kde-beta-3.2-20031107-ebuilds.tar.bz2 files contain the ebuild. Put
 them into the portage overlay dir (everything inside the overlay dir in
 the archive). You have to define it in /etc/make.conf. I have set it to

 PORTDIR_OVERLAY=/var/overportage

 Flo

  !!! Error calculating dependencies. Please correct.
 
  On Saturday 08 November 2003 04:43 pm, Andrej Kacian wrote:
   On Sat, 8 Nov 2003 16:17:31 -0600
  
   Chris [EMAIL PROTECTED] wrote:
Where do I extract the bz2's so I can emerge them?
  
   You don't extract anything, emerge handles everything by itself
   (downloads
 bz2 files, extracts, configures, compiles, merges)
 
  --
  Chris
  [EMAIL PROTECTED]
 
  Science is an atempt to investegate the mirical of life.
 
The Martian Chronicles
 
 
  --
  [EMAIL PROTECTED] mailing list

 --
 [EMAIL PROTECTED] mailing list

-- 
Chris
[EMAIL PROTECTED]

Science is an atempt to investegate the mirical of life. 

  The Martian Chronicles


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde 3.2 question

2003-11-08 Thread Chris
for some reason the only way i could get it to start emerging was to tell it 
to emerge kdebase

On Saturday 08 November 2003 05:18 pm, Chris wrote:
 thanks, this is what i was needing to know.

 On Saturday 08 November 2003 05:06 pm, Florian Schneider wrote:
  Am Samstag, 08. November 2003 23:54 schrieb Chris:
   thats what i thought until it did the following:
  
   bash-2.05b# emerge -p '/home/chris/Desktop/downloads/kde 3.2/
   arts-20031107.diff.bz2'
  
   These are the packages that I would merge, in order:
  
   Calculating dependencies
   emerge: there are no masked or unmasked ebuilds to satisfy
   /home/chris/
 Desktop/downloads/kde 3.2/arts-20031107.diff.bz2.
 
  The *.diffs.bz2 belong to the distfiles directory (/var/distfiles).
  The kde-beta-3.2-20031107-ebuilds.tar.bz2 files contain the ebuild. Put
  them into the portage overlay dir (everything inside the overlay dir in
  the archive). You have to define it in /etc/make.conf. I have set it to
 
  PORTDIR_OVERLAY=/var/overportage
 
  Flo
 
   !!! Error calculating dependencies. Please correct.
  
   On Saturday 08 November 2003 04:43 pm, Andrej Kacian wrote:
On Sat, 8 Nov 2003 16:17:31 -0600
   
Chris [EMAIL PROTECTED] wrote:
 Where do I extract the bz2's so I can emerge them?
   
You don't extract anything, emerge handles everything by itself
(downloads
 bz2 files, extracts, configures, compiles, merges)
  
   --
   Chris
   [EMAIL PROTECTED]
  
   Science is an atempt to investegate the mirical of life.
  
 The Martian Chronicles
  
  
   --
   [EMAIL PROTECTED] mailing list
 
  --
  [EMAIL PROTECTED] mailing list

-- 
Chris
[EMAIL PROTECTED]

Science is an atempt to investegate the mirical of life. 

  The Martian Chronicles


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde 3.2 question

2003-11-08 Thread Florian Schneider
Am Sonntag, 09. November 2003 01:45 schrieb Chris:
 for some reason the only way i could get it to start emerging was to
 tell it to emerge kdebase


when I do an emerge -puD `qpkg -i_nc`, it wants to downgrade kdebase. 
maybe kdepim and kdenetwork depend on the same kdebase revision (depend: 
=kde-base/kdebase-${PV} in the ebuild).

Flo

--
[EMAIL PROTECTED] mailing list