Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde installation problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Armahalma
n00b
n00b


Joined: 08 Jul 2004
Posts: 33

PostPosted: Sat Jul 10, 2004 9:44 am    Post subject: kde installation problem Reply with quote

Hello, I'm a n00b, I try to install gentoo on my box.
Had it setup correctly until i got the console mode with # prompt.

I use stage3 installation and networkless installation. So i install the snapshot and distfiles from the cd.
#cp -ar /mnt/cdrom/distfiles/* /usr/portage/distfiles/
#tar -xvjf /mnt/cdrom/snapshot/(the snapshot..) -C /usr/

When i want to emerge kde from the package cd it said like this:
#USE="bindist" emerge -k kde

!!! invalid binary package : Xfree....
!!! invalid binary package : ....
!!! invalid binary package : ....
.... and so on.

and then trying to connect to the internet (which i don't want to)! I'd also check the cd for the package that were being downloaded, and it's right there. But the emerge did not pick them from the cd...
I had set the $PKGDIR=/mnt/cdrom and did not use emerge sync before. Wonder what's the problem... can anyone help me on this? I want to setup kde on my gentoo right away...
_________________
-= There's always the first for everything =-
Back to top
View user's profile Send private message
blaster999
l33t
l33t


Joined: 09 May 2004
Posts: 902
Location: Between keyboard and chair

PostPosted: Sat Jul 10, 2004 9:51 am    Post subject: Reply with quote

Do you have the packages cd for your arch? You could download it and copy everything to /usr/portage/packages. Then you could write
emerge -k kde
_________________
60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
https://forums.gentoo.org/viewtopic.php?p=1896734#1896734
Back to top
View user's profile Send private message
Armahalma
n00b
n00b


Joined: 08 Jul 2004
Posts: 33

PostPosted: Sun Jul 11, 2004 4:04 pm    Post subject: still can't do Reply with quote

i've tried it.

but it still won't work...

i've copied all the files from the package cd to /usr/portage/packages

and the emerge result is still the same:
#USE="bindist" emerge -k -p kde

!!! invalid binary package: ....
...
checking dependencies
....
_________________
-= There's always the first for everything =-
Back to top
View user's profile Send private message
blaster999
l33t
l33t


Joined: 09 May 2004
Posts: 902
Location: Between keyboard and chair

PostPosted: Mon Jul 12, 2004 1:48 pm    Post subject: Reply with quote

No, don't use bindist. Just
Code:
emerge -k kde

_________________
60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
https://forums.gentoo.org/viewtopic.php?p=1896734#1896734
Back to top
View user's profile Send private message
Armahalma
n00b
n00b


Joined: 08 Jul 2004
Posts: 33

PostPosted: Tue Jul 13, 2004 3:37 am    Post subject: still the same.... Reply with quote

it won't work too :(
#emerge -K kde

the output is:

Code:

!!! Invalid binary package: ..
... (there's many invalid package list here...)
!!! Invalid binary package: ..
!!! Invalid binary package: xloadimage-4.1-r1.tbz2
!!! Invalid binary package: XML-Parser-2.34.tbz2
Calculating dependencies
!!! There are no packages available to satisfy: "kde"
!!! Either add a suitable binary package or compile from an ebuild

!!! Error calculating dependencies. Please correct


if i use "-k" it started to download the files! :?
i really need help on this....
_________________
-= There's always the first for everything =-
Back to top
View user's profile Send private message
blaster999
l33t
l33t


Joined: 09 May 2004
Posts: 902
Location: Between keyboard and chair

PostPosted: Tue Jul 13, 2004 4:32 am    Post subject: Reply with quote

well, what output do you have after
Code:
ls /usr/portage/packages/All
?
_________________
60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
https://forums.gentoo.org/viewtopic.php?p=1896734#1896734
Back to top
View user's profile Send private message
Armahalma
n00b
n00b


Joined: 08 Jul 2004
Posts: 33

PostPosted: Tue Jul 13, 2004 11:07 am    Post subject: this one... Reply with quote

well, it lists all *.tbz2 files i've copied from the package cd..

the output:

Code:

DBD-mysql-2.1027.tbz2
DBI-1.38.tbz2
DirectFB-0.9.20.tbz2
...  (i cut it here, it's too long)
kde-3.2.1.tbz2 
kde-env-3-r2.tbz2 
kdeaccessibility-3.2.1.tbz2 
kdeaddons-3.2.1.tbz2 
kdeadmin-3.2.1.tbz2 
kdeartwork-3.2.1.tbz2 
kdebase-3.2.1.tbz2 
kdeedu-3.2.1.tbz2 
kdegames-3.2.1.tbz2 
kdegraphics-3.2.1.tbz2 
kdelibs-3.2.1.tbz2 
kdemultimedia-3.2.1.tbz2 
kdenetwork-3.2.1.tbz2 
kdepim-3.2.1.tbz2 
kdetoys-3.2.1.tbz2 
kdeutils-3.2.1.tbz2 
..... (here one also..)
yacc-1.9.1-r2.tbz2 
yelp-2.4.2.tbz2 
zenity-1.8.tbz2 
zip-2.3-r2.tbz2


did i do something wrong?
_________________
-= There's always the first for everything =-
Back to top
View user's profile Send private message
blaster999
l33t
l33t


Joined: 09 May 2004
Posts: 902
Location: Between keyboard and chair

PostPosted: Tue Jul 13, 2004 11:34 am    Post subject: Reply with quote

well, try
Code:
emerge -pvk =kde-3.2.1

What does it say?
_________________
60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
https://forums.gentoo.org/viewtopic.php?p=1896734#1896734
Back to top
View user's profile Send private message
Armahalma
n00b
n00b


Joined: 08 Jul 2004
Posts: 33

PostPosted: Wed Jul 14, 2004 3:40 am    Post subject: well... Reply with quote

it still shows invalid binary packages message.
# emerge -pvk =kde-3.2.1

here's the output:

Code:

!!! Invalid binary package: ..
.. and so on...
!!! Invalid binary package: XML-Parser-2.34.tbz2

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

Calculating dependencies ...done!

[ebuild  N    ] x11-base/xfree-4.3.0-r5  -3dfx -3dnow -bindist -cjk -debug -doc -ipv6 -mmx +nls +pam -sdk -sse -static +truetype +xml2  56,232 kB
[binary  N    ] x11-libs/openmotif-2.1.30-r4   [binary  N    ] x11-libs/gtk+-1.2.10-r10  -debug +nls 
[ebuild  N    ] dev-lang/nasm-0.98.38  -build -doc  0 kB
[ebuild  N    ] media-sound/lame-3.93.1-r1  -debug +gtk  1,013 kB
[binary  N    ] kde-base/kdebase-3.2.1  +cups +encode -java +ldap +motif +opengl +pam -samba +ssl [ebuild  N    ] media-libs/libmad-0.15.1b  -debug  490 kB
[binary  N    ] dev-libs/glib-2.2.3  -debug -doc 
[ebuild  N    ] media-libs/libogg-1.0   217 kB
[ebuild  N    ] kde-base/kde-env-3-r2   [empty/missing/bad digest]
[ebuild  N    ] media-libs/libvorbis-1.0.1-r2   1,189 kB
[ebuild  N    ] media-libs/libid3tag-0.15.1b  -debug  330 kB
[ebuild  N    ] media-libs/audiofile-0.2.5   353 kB
[ebuild  N    ] media-libs/giflib-4.1.0-r3  +X +gif  294 kB
[ebuild  N    ] media-libs/lcms-1.12  +jpeg +python -tiff +zlib  0 kB
[ebuild  N    ] media-libs/libmng-1.0.4   0 kB
[ebuild  N    ] dev-db/mysql-4.0.18  +berkdb -debug -innodb +perl +readline +ssl -static +tcpd  13,108 kB
[binary  N    ] dev-perl/Net-Daemon-0.37   
[binary  N    ] dev-perl/Storable-2.07-r1   
[ebuild  N    ] dev-perl/PlRPC-0.2016-r1   17 kB
[binary  N    ] dev-perl/DBI-1.38   
[binary  N    ] dev-perl/DBD-mysql-2.1027   
[ebuild  N    ] media-libs/libungif-4.1.0.1b  +X +gif  305 kB
[binary  N    ] x11-libs/qt-3.3.0-r1  +cups -doc -firebird +gif -icc -ipv6 +mysql -nas -odbc +opengl -postgres -sqlite -xinerama +zlib 
[ebuild  N    ] kde-base/arts-1.2.1  -alsa -artswrappersuid -esd +mad +oggvorbis  1,015 kB [ebuild  N    ] media-libs/svgalib-1.9.17-r3  -build  900 kB
[ebuild  N    ] media-libs/libsdl-1.2.6-r3  +X -aalib -alsa +arts -dga -directfb -esd -fbcon -ggi -nas -noaudio -nojoystick -novideo +opengl +oss +svga -xinerama +xv  1,994 kB
[ebuild  N    ] media-sound/esound-0.2.33  -alsa -ipv6 +tcpd  339 kB
[ebuild  N    ] media-libs/libmikmod-3.1.10-r1  -alsa -esd +oss  516 kB
[binary  N    ] media-sound/xmms-1.2.10-r1  +3dnow -alsa -cjk -directfb +esd -ipv6 +mikmod +mmx +nls +oggvorbis +opengl -xml 
[binary  N    ] app-crypt/gpgme-0.3.14  +crypt -doc +nls 
[binary  N    ] app-crypt/cryptplug-0.3.15   
[ebuild  N    ] media-gfx/xloadimage-4.1-r1  +jpeg +png -tiff  622 kB
[ebuild  N    ] app-crypt/gnupg-1.2.4  +X -caps -idea +ldap +nls -static  2,326 kB
[ebuild  N    ] media-libs/libart_lgpl-2.3.16   259 kB
[ebuild  N    ] dev-libs/libpcre-4.4   0 kB
[ebuild  N    ] dev-libs/libxml2-2.6.6  -ipv6 +python +readline  2,590 kB
[ebuild  N    ] dev-libs/libxslt-1.1.3  +python  1,676 kB
[ebuild  N    ] app-text/ghostscript-7.07.1-r1  +X -cjk +cups  13,813 kB
[binary  N    ] app-text/sgml-common-0.6.3-r3   
[ebuild  N    ] net-nds/portmap-5b-r8  -(selinux)  18 kB
[ebuild  N    ] app-admin/fam-2.7.0   294 kB
[ebuild  N    ] kde-base/kdelibs-3.2.1  -alsa +cups -doc -ipv6 +ldap +ssl  12,301 kB
[ebuild  N    ] kde-base/kdenetwork-3.2.1  -samba -slp  6,064 kB
[ebuild  N    ] kde-base/kdepim-3.2.1  +crypt +ldap -pda  7,572 kB
[binary  N    ] dev-util/indent-2.2.9   
[ebuild  N    ] dev-libs/libIDL-0.8.2   247 kB
[ebuild  N    ] gnome-base/ORBit2-2.8.3  -doc +ssl  618 kB
[ebuild  N    ] gnome-base/libbonobo-2.4.3  -doc  1,349 kB
[ebuild  N    ] x11-libs/pango-1.2.5-r1  -doc  0 kB
[ebuild  N    ] dev-libs/atk-1.4.1  -doc  0 kB
[binary  N    ] x11-libs/gtk+-2.2.4-r1  -doc +jpeg -tiff 
[ebuild  N    ] gnome-base/gconf-2.4.0.1  -doc  1,258 kB
[ebuild  N    ] gnome-base/gnome-mime-data-2.4.1   636 kB
[ebuild  N    ] gnome-base/gnome-vfs-2.4.2-r1  -doc +ssl  1,042 kB
[ebuild  N    ] sys-libs/lib-compat-1.3   3,076 kB
[binary  N    ] media-libs/divx4linux-20030428-r1   
[ebuild  N    ] media-libs/win32codecs-0.90.1-r2  +quicktime  10,586 kB
[ebuild  N    ] media-libs/flac-1.1.0  +X -sse +xmms  1,173 kB
[ebuild  N    ] media-libs/libfame-0.9.0   231 kB
[binary  N    ] media-libs/xvid-0.9.1   
[ebuild  N    ] media-libs/xine-lib-1_rc2  +X -aalib -alsa +arts +avi -directfb -dvd -esd +gnome +nls +oggvorbis +sdl -speex  5,123 kB
[binary  N    ] sys-libs/slang-1.4.9  -cjk 
[ebuild  N    ] media-sound/mpg123-0.59s-r2  -mmx  239 kB
[ebuild  N    ] media-libs/taglib-1.0   672 kB
[ebuild  N    ] media-libs/musicbrainz-2.0.1   555 kB
[binary  N    ] media-libs/id3lib-3.8.3-r1   
[ebuild  N    ] kde-base/kdemultimedia-3.2.1  -alsa +encode -esd -gstreamer +gtk +motif -nas +oggvorbis +slang -tcltk  4,810 kB
[binary  N    ] kde-base/kdeaddons-3.2.1  +esd +sdl -svga +xmms 
[binary  N    ] dev-libs/fribidi-0.10.4   
[binary  N    ] media-libs/imlib-1.9.14-r1   
[ebuild  N    ] media-libs/t1lib-5.0.0-r2  +X -doc  1,595 kB
[binary  N    ] app-text/xpdf-2.03  +motif 
[binary  N    ] media-libs/glut-3.7.1   
[binary  N    ] kde-base/kdegraphics-3.2.1  -gphoto2 +opengl -scanner -tetex 
[binary  N    ] kde-base/kdeaccessibility-3.2.1  -debug 
[ebuild  N    ] kde-base/kdeedu-3.2.1  -debug  21,875 kB
[ebuild  N    ] kde-base/kdetoys-3.2.1  -debug  2,394 kB
[ebuild  N    ] kde-base/kdeartwork-3.2.1  +opengl  16,800 kB
[ebuild  N    ] kde-base/kdeadmin-3.2.1  +pam  1,577 kB
[ebuild  N    ] kde-base/kdeutils-3.2.1  -debug  2,517 kB
[ebuild  N    ] kde-base/kdegames-3.2.1  -debug  8,907 kB
[ebuild  N    ] kde-base/kde-3.2.1   [empty/missing/bad digest]

Total size of downloads: 213,150 kB

_________________
-= There's always the first for everything =-
Back to top
View user's profile Send private message
Armahalma
n00b
n00b


Joined: 08 Jul 2004
Posts: 33

PostPosted: Fri Jul 16, 2004 2:07 am    Post subject: so? Reply with quote

so? did something wrong happen to it?
_________________
-= There's always the first for everything =-
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum