All times are UTC-06:00




Post new topic  Reply to topic  [ 24 posts ] 
Author Message
 Post subject: Working with Gentoo
PostPosted: Fri May 12, 2006 4:53 pm 
Hello everyone !

I'm getting almost mad with gentoo !
On almost every emerge I have a problem. :cry:

I'm working on it since two weeks and I still don't have a working system.
It's getting desperate ! :cry: :cry:
So here all my current problems, if case you would have an idea on how to solve some of them (or all of them -- maybe by just telling me to stop using Gentoo ?) I would be really happy !
I'm starting to think that this Linux is really not for me.
I've tried to post some of my problems on Gentoo forums but nobody ever answers and it seems that many people have difficulties with it :-(

gnome
"emerge gnome" gives :
...
tmsg = unicode(tmsg, self._charset)
LookupError: no codec search functions registered: can't find encoding

I've open/continued many threads about this. The most complete details are here :
->Compiling fileroller errors out - prevents install of GNOME : http://forums.gentoo.org/viewtopic-t-448667.html
->emerge gnome-panel wierdness : http://forums.gentoo.org/viewtopic-t-427900.html

openoffice
"emerge openoffice" gives :
...
ERROR: Could not register all components!
in function: create_services_rdb
...
Failed to install: at ./ooinstall line 120.
...
ERROR: app-office/openoffice-2.0.1-r1 failed.


eclipse-sdk
emerge eclipse-sdk
fails on "xercesImpl" (xerces-2.7.1 package)
build errors such as :
[xjavac] symbol : class String
[xjavac] location: class org.apache.html.dom.HTMLElementImpl
[xjavac] public String getAttributeNS( String namespaceURI,

3ddesktop
"emerge 3ddesktop" fails because there is no gl.h file on my system (but glut is installed) :
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
So I've found something about it but I can't solve it with that :
->Error by merging 3ddesktop : http://forums.gentoo.org/viewtopic-t-269767.html


etc... and I have many more packages to add and nothing damn works :-(

If someone could help that would be great because it's my second Gentoo installing trial and I think I'm going to give up :-(

Regards.

Note : is there a Pegasos PPC big snapshot for newbies like me that I could download somewhere ?


Top
   
 Post subject:
PostPosted: Sat May 13, 2006 2:01 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 297
Hi, geoffrey!


Although I can't help you with most of your probs, I try so :)
GL/gl.h is a symlink to /usr/lib/opengl/xorg-x11/include/gl.h.
As far as I know it's in the Mesa package not in the glut package (?).
If /usr/lib/opengl/xorg-x11/include/gl.h exists on your system for
some strange reason the link is probably not there...

Not sure if you want it, as I usually don't emerge s.th. & it will probably mess
up the gentoo-ebuild-system I can send you a (dangerous :) ) wip-snapshot
of my enlightenmedia per snail-mail. You'll need a partition with about
9GB for everything ...

cheers
frostwork


Top
   
 Post subject:
PostPosted: Sat May 13, 2006 4:24 am 
Offline

Joined: Thu Nov 18, 2004 11:48 am
Posts: 110
It's a bit hard to figure out your problem for sure.

After some time spent looking at your forum reports (next time please use http://bugs.gentoo.org)

I could see that:

gnome-doc-utils seems failing (problems about gnome)

you don't have neither opengl nor dri useflags on. (problem about 3ddesktop)

eclipse-sdk is building fine here

openoffice is a pain to build so would take some time to build it today, we got some report about it recently and we are working on solving them but were for 2.0.2
http://bugs.gentoo.org/show_bug.cgi?id=126587

a fix should appear soon


some suggestions:

you did a stage1 instal: did you follow all the instructions?
you have some issues due useflags: double check them and emerge -Np world to see would change.

I'm building file-roller on my pegII just to see if I could reproduce the issue.


Top
   
 Post subject:
PostPosted: Sat May 13, 2006 7:16 am 
Hi !

Thank you both for your replies !

@frostwork :
Quote:
...GL/gl.h is a symlink to /usr/lib/opengl/xorg-x11/include/gl.h.
As far as I know it's in the Mesa package not in the glut package (?).
If /usr/lib/opengl/xorg-x11/include/gl.h exists on your system for
some strange reason the link is probably not there...
OK, I'm going to try to install Mesa if it's needed and check the link.
Quote:
Not sure if you want it, as I usually don't emerge s.th. & it will probably mess
up the gentoo-ebuild-system I can send you a (dangerous ) wip-snapshot
of my enlightenmedia per snail-mail. You'll need a partition with about
9GB for everything ...
Why not ? That might help and I could "beta test" your current version (I'm very interested) :-)
Do you have my "snail" address ? (I think so but I'm not sure). Maybe we can talk about this by email ;-)

@lu_zero:
Quote:
...next time please use http://bugs.gentoo.org...
oops sorry, I'm a really newbie with Gentoo :-) and I was not sure it was not mistakes than errors.
Quote:
gnome-doc-utils seems failing
OK... what can I do then ?
Quote:
you don't have neither opengl nor dri useflags on.
OK.
Quote:
eclipse-sdk is building fine here
Maybe it's because gnome is not working ?
Note that I'm using Java 1.5.
Quote:
...stage1 install ...: did you follow all the instructions?
Well I think so.
I'm following a Genesi tutorial to build a HMCS from scratch, and I've followed each step until then.
But, maybe that would be a good idea to check the Gentoo official tutorial for this part to see if it's still the same.
Quote:
openoffice is a pain to build so would take some time to build it today, we got some report about it recently and we are working on solving them but were for 2.0.2
http://bugs.gentoo.org/show_bug.cgi?id=126587

a fix should appear soon
OK... I'll wait then.
It takes more than 24h to build here with an error at the end (grrr).
But it's not as important as gnome.
Quote:
I'm building file-roller on my pegII just to see if I could reproduce the issue.
Great ! That's very kind of you :-) I'm staying "tuned"


Top
   
 Post subject:
PostPosted: Sat May 13, 2006 1:05 pm 
Offline

Joined: Thu Nov 18, 2004 11:48 am
Posts: 110
the pegII was completely gnomeless
emerge file-roller worked as should.


please sync and emerge again the
gnome-doc-utils package.

about java please check if with the jdk 1.4 is working better.


Top
   
 Post subject:
PostPosted: Sat May 13, 2006 3:43 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 297
Hi!

Sorry for not having more "official" help!
But, Geooffrey I've got an email ;)

Good night!
frostwork


Top
   
 Post subject:
PostPosted: Sun May 14, 2006 2:30 am 
@lu_zero:
Quote:
the pegII was completely gnomeless
emerge file-roller worked as should.
OK, there must be something ***f***up in my gentoo :-(
Quote:
please sync and emerge again the
I did this many times ! I'm going to do it again :(
Quote:
gnome-doc-utils package.
OK
Quote:
about java please check if with the jdk 1.4 is working better.
At the begining I was using jdk 1.4.2.04 but 1.5 was needed for a emerge (apache if I remember well).


@frost: ok ;-)


Top
   
 Post subject:
PostPosted: Sun May 14, 2006 6:52 am 
Hi again !

Sorry but It still don't work.
So, I've did this since your post :

emerge sync
emerge -f gnome-doc-utils
emerge gnome-doc-utils
emerge file-roller => SAME ERROR

emerge dev-libs/libxml libxml2 libxslt
emerge file-roller => SAME ERROR

The :x :x bloody bast*** :x :x really don't want to work.
So I'm removing my TunerTV card right now, and am going to try MythTV on my PC Intel P4 with Ubuntu...
That's desperating :-(

Here is my current make.conf file (just in case you might found something weird) :
Quote:
# 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="-O3 -mtune=G4 -mabi=altivec -maltivec -fno-strict-aliasing -pipe"
CHOST="powerpc-unknown-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="ppc altivec nptl socks5 smartcard pcsc-lite ldap bzip2 Xaw3d lesstif tetex
mysal postgres sasl javascript tiff howl samba jack bash-completion xml libclamav browserplugin mozilla sdl arts sqlite vorbis libcaca jpeg2k zeroconf ieee1394
pda snmp wifi xine guile flac speex gstreamer curl cdr dvdr dvd dxr3 ffmpeg v4l
v4l2 vcd graphviz unicode ssl berkdb crypt nls tcpd python vorbis ipv6 perl zlib readline eds kde gtk"
FEATURES="buildpkg sandbox"
ACCEPT_KEYWORDS="ppc"
CONFIG_PROTECT_MASK="/etc/wget /etc/rc.d"
My /etc/portage/package.keywords
Quote:
dev-java/ibm-jdk-bin ~ppc
dev-java/ibm-jre-bin ~ppc
My /etc/portage/package.unmask
Quote:
dev-java/ibm-jdk-bin
dev-java/ibm-jre-bin
And here is all what I've emerged before (hope it's complete):
Quote:
emerge sync
/usr/portage/scripts/bootstrap.sh
emerge gentoo-sources
emerge system
emerge metalog vixie-cron vim-emacs xfsprogs dhcpcd
emerge ibm-jre-bin ibm-jdk-bin
USE "-sasl"; emerge openldap
emerge cyrus-sasl
emerge gettext
emerge kde koffice
emerge mozilla-firefox
emerge apache
emerge mysql
emerge portage-utils


Top
   
 Post subject:
PostPosted: Sun May 14, 2006 6:57 am 
Here is the "qlop -l" (emerge history). That might help to understand what wrong.
Quote:
Sat Apr 29 17:57:07 2006 >>> sys-apps/portage-2.0.54
Sat Apr 29 18:01:48 2006 >>> sys-kernel/linux-headers-2.6.11-r4
Sat Apr 29 18:04:46 2006 >>> sys-apps/texinfo-4.8-r2
Sat Apr 29 18:18:11 2006 >>> sys-devel/gettext-0.14.4
Sat Apr 29 18:33:07 2006 >>> sys-devel/binutils-2.16.1
Sat Apr 29 19:37:11 2006 >>> sys-devel/gcc-3.4.5-r1
Sat Apr 29 22:05:14 2006 >>> sys-libs/glibc-2.3.5-r3
Sat Apr 29 22:06:05 2006 >>> sys-apps/baselayout-1.11.14-r8
Sat Apr 29 22:06:57 2006 >>> sys-libs/zlib-1.2.3
Sun Apr 30 09:04:40 2006 >>> sys-apps/hotplug-base-20040401
Sun Apr 30 09:05:45 2006 >>> sys-fs/udev-087
Sun Apr 30 09:18:21 2006 >>> sys-kernel/gentoo-sources-2.6.15-r1
Sun Apr 30 09:45:08 2006 >>> app-arch/bzip2-1.0.3-r6
Sun Apr 30 09:46:59 2006 >>> app-arch/cpio-2.6-r5
Sun Apr 30 09:50:02 2006 >>> app-arch/tar-1.15.1-r1
Sun Apr 30 09:55:22 2006 >>> app-shells/bash-3.1_p16
Sun Apr 30 09:56:06 2006 >>> net-misc/iputils-021109-r3
Sun Apr 30 09:56:27 2006 >>> perl-core/Test-Simple-0.62
Sun Apr 30 09:56:42 2006 >>> virtual/perl-Test-Simple-0.62
Sun Apr 30 09:57:03 2006 >>> dev-perl/Locale-gettext-1.05
Sun Apr 30 10:25:06 2006 >>> sys-devel/gettext-0.14.4
Sun Apr 30 10:39:34 2006 >>> dev-util/dialog-1.0.20050206
Sun Apr 30 10:39:55 2006 >>> app-portage/gentoolkit-0.2.1
Sun Apr 30 11:01:22 2006 >>> sys-libs/db-4.2.52_p2-r1
Sun Apr 30 11:16:22 2006 >>> dev-lang/perl-5.8.7-r3
Sun Apr 30 11:58:44 2006 >>> dev-perl/Locale-gettext-1.05
Sun Apr 30 11:59:17 2006 >>> sys-apps/help2man-1.33.1
Sun Apr 30 12:00:30 2006 >>> sys-devel/m4-1.4.4
Sun Apr 30 12:00:56 2006 >>> sys-devel/autoconf-2.13
Sun Apr 30 12:01:12 2006 >>> sys-devel/autoconf-wrapper-3-r1
Sun Apr 30 12:02:02 2006 >>> sys-devel/autoconf-2.59-r7
Sun Apr 30 12:02:29 2006 >>> sys-devel/gnuconfig-20060227
Sun Apr 30 12:03:02 2006 >>> sys-devel/automake-1.5
Sun Apr 30 12:03:44 2006 >>> sys-devel/automake-1.8.5-r3
Sun Apr 30 12:04:19 2006 >>> sys-devel/automake-1.6.3
Sun Apr 30 12:04:56 2006 >>> sys-devel/automake-1.7.9-r1
Sun Apr 30 12:05:25 2006 >>> sys-devel/automake-1.4_p6
Sun Apr 30 12:05:42 2006 >>> sys-devel/automake-wrapper-1-r1
Sun Apr 30 12:06:27 2006 >>> sys-devel/automake-1.9.6-r1
Sun Apr 30 12:09:37 2006 >>> sys-devel/libtool-1.5.22
Sun Apr 30 12:09:53 2006 >>> virtual/libintl-0
Sun Apr 30 12:11:29 2006 >>> dev-libs/popt-1.7-r1
Sun Apr 30 12:14:16 2006 >>> net-misc/rsync-2.6.8
Sun Apr 30 12:24:51 2006 >>> sys-apps/coreutils-5.94-r1
Sun Apr 30 12:25:41 2006 >>> sys-apps/debianutils-2.15
Sun Apr 30 12:28:40 2006 >>> sys-apps/gawk-3.1.5
Sun Apr 30 12:30:24 2006 >>> sys-apps/grep-2.5.1a
Sun Apr 30 12:35:54 2006 >>> sys-apps/groff-1.19.1-r2
Sun Apr 30 12:37:13 2006 >>> sys-apps/man-1.6-r1
Sun Apr 30 12:38:16 2006 >>> sys-apps/kbd-1.12-r6
Sun Apr 30 12:39:22 2006 >>> sys-process/procps-3.2.6
Sun Apr 30 12:40:20 2006 >>> sys-process/psmisc-22.1
Sun Apr 30 12:42:23 2006 >>> sys-apps/sed-4.1.4-r1
Sun Apr 30 12:44:03 2006 >>> sys-libs/cracklib-2.8.5-r1
Sun Apr 30 12:49:13 2006 >>> sys-apps/shadow-4.0.14-r1
Sun Apr 30 12:49:59 2006 >>> sys-apps/which-2.16
Sun Apr 30 12:52:57 2006 >>> sys-devel/bison-2.1
Sun Apr 30 12:54:55 2006 >>> sys-devel/flex-2.5.33-r1
Sun Apr 30 12:56:42 2006 >>> sys-devel/make-3.80-r4
Sun Apr 30 12:59:01 2006 >>> sys-libs/com_err-1.38
Sun Apr 30 13:01:01 2006 >>> sys-libs/ss-1.38
Sun Apr 30 13:05:16 2006 >>> sys-fs/e2fsprogs-1.38-r1
Sun Apr 30 13:07:43 2006 >>> sys-libs/readline-5.1_p4
Sun Apr 30 13:09:25 2006 >>> app-editors/nano-1.3.10-r1
Sun Apr 30 13:11:25 2006 >>> sys-apps/module-init-tools-3.2.1
Sun Apr 30 13:12:01 2006 >>> sys-apps/tcp-wrappers-7.6-r8
Sun Apr 30 13:25:08 2006 >>> dev-libs/openssl-0.9.7i
Sun Apr 30 13:30:43 2006 >>> net-misc/openssh-4.3_p2-r1
Sun Apr 30 13:31:09 2006 >>> app-misc/ca-certificates-20050804
Sun Apr 30 13:38:57 2006 >>> sys-apps/busybox-1.1.0
Sun Apr 30 13:39:24 2006 >>> sys-apps/hdparm-6.3
Sun Apr 30 13:41:08 2006 >>> sys-apps/man-pages-2.28
Sun Apr 30 13:41:47 2006 >>> app-crypt/hashalot-0.3-r2
Sun Apr 30 13:44:43 2006 >>> sys-apps/util-linux-2.12r-r3
Sun Apr 30 13:45:29 2006 >>> sys-libs/pwdb-0.62
Sun Apr 30 14:46:25 2006 >>> dev-util/pkgconfig-0.20
Sun Apr 30 14:49:53 2006 >>> dev-libs/libpcre-6.3
Sun Apr 30 14:50:59 2006 >>> app-admin/metalog-0.8_rc1-r2
Sun Apr 30 14:51:18 2006 >>> sys-process/cronbase-0.3.2
Sun Apr 30 14:51:34 2006 >>> net-mail/mailbase-1
Sun Apr 30 14:52:05 2006 >>> mail-mta/ssmtp-2.61
Sun Apr 30 14:52:41 2006 >>> sys-process/vixie-cron-4.1-r8
Sun Apr 30 14:53:54 2006 >>> dev-util/ctags-5.5.4-r2
Sun Apr 30 14:54:23 2006 >>> app-admin/eselect-1.0
Sun Apr 30 14:57:16 2006 >>> app-editors/vim-core-6.4
Sun Apr 30 15:02:26 2006 >>> app-editors/vim-6.4
Sun Apr 30 15:02:54 2006 >>> app-vim/gentoo-syntax-20051221
Sun Apr 30 15:04:19 2006 >>> sys-libs/gdbm-1.8.3-r2
Sun Apr 30 16:05:04 2006 >>> app-admin/metalog-0.8_rc1-r2
Sun Apr 30 16:05:43 2006 >>> sys-process/vixie-cron-4.1-r8
Sun Apr 30 16:11:01 2006 >>> app-editors/vim-6.4
Sun Apr 30 16:45:15 2006 >>> app-misc/pax-utils-0.1.11-r1
Sun Apr 30 16:45:57 2006 >>> sys-apps/portage-2.0.54-r1
Sun Apr 30 17:21:36 2006 >>> app-admin/metalog-0.8_rc1-r2
Sun Apr 30 17:22:14 2006 >>> sys-process/vixie-cron-4.1-r8
Sun Apr 30 17:27:32 2006 >>> app-editors/vim-6.4
Sun Apr 30 17:35:10 2006 >>> app-admin/metalog-0.8_rc1-r2
Sun Apr 30 17:38:29 2006 >>> app-admin/metalog-0.8_rc1-r2
Sun Apr 30 17:39:08 2006 >>> sys-process/vixie-cron-4.1-r8
Sun Apr 30 17:44:24 2006 >>> app-editors/vim-6.4
Sun Apr 30 17:51:05 2006 >>> app-editors/emacs-21.4-r3
Sun Apr 30 18:02:59 2006 >>> sys-kernel/gentoo-sources-2.6.15-r1
Sun Apr 30 18:08:03 2006 >>> sys-fs/xfsprogs-2.7.11
Sun Apr 30 18:09:07 2006 >>> net-misc/dhcpcd-2.0.3
Sun Apr 30 18:37:41 2006 >>> media-libs/freetype-2.1.9-r1
Sun Apr 30 18:38:52 2006 >>> media-libs/libpng-1.2.8-r1
Sun Apr 30 18:40:01 2006 >>> x11-apps/ttmkfdir-3.0.9-r3
Sun Apr 30 18:41:31 2006 >>> dev-libs/expat-1.95.8
Sun Apr 30 18:44:18 2006 >>> media-libs/fontconfig-2.2.3
Sun Apr 30 20:18:47 2006 >>> x11-base/xorg-x11-6.8.2-r6
Sun Apr 30 20:19:03 2006 >>> virtual/xft-6.8
Sun Apr 30 20:20:49 2006 >>> x11-libs/Xaw3d-1.5-r1
Sun Apr 30 20:21:11 2006 >>> app-arch/rpm2targz-9.0-r3
Sun Apr 30 20:21:38 2006 >>> sys-apps/utempter-0.5.5.6
Sun Apr 30 20:23:38 2006 >>> x11-terms/xterm-207
Sun Apr 30 20:26:23 2006 >>> media-libs/jpeg-6b-r5
Sun Apr 30 20:43:32 2006 >>> media-libs/tiff-3.7.3
Sun Apr 30 20:47:38 2006 >>> media-libs/lcms-1.14-r1
Sun Apr 30 20:51:18 2006 >>> media-libs/libmng-1.0.8-r1
Sun Apr 30 20:52:12 2006 >>> dev-python/egenix-mx-base-2.0.5
Sun Apr 30 20:55:40 2006 >>> dev-db/libpq-8.0.4
Sun Apr 30 21:07:27 2006 >>> dev-db/postgresql-8.0.4
Sun Apr 30 22:35:48 2006 >>> x11-libs/qt-3.3.4-r8
Sun Apr 30 22:36:05 2006 >>> virtual/libiconv-0
Sun Apr 30 22:43:21 2006 >>> dev-libs/glib-2.8.6
Sun Apr 30 22:48:39 2006 >>> media-libs/libsndfile-1.0.11
Sun Apr 30 22:51:32 2006 >>> media-sound/jack-audio-connection-kit-0.99.0-r1
Sun Apr 30 22:53:01 2006 >>> media-libs/libogg-1.1.2
Sun Apr 30 22:53:17 2006 >>> kde-base/kde-env-3-r4
Sun Apr 30 22:56:20 2006 >>> media-libs/libvorbis-1.1.0
Sun Apr 30 22:59:35 2006 >>> media-libs/audiofile-0.2.6-r1
Sun Apr 30 23:20:24 2006 >>> kde-base/arts-3.4.3
Sun Apr 30 23:23:22 2006 >>> media-libs/libcaca-0.9-r1
Sun Apr 30 23:32:02 2006 >>> media-libs/libsdl-1.2.8-r1
Sun Apr 30 23:32:44 2006 >>> sys-libs/lib-compat-1.4
Sun Apr 30 23:33:10 2006 >>> dev-java/java-config-1.2.11-r1
Mon May 1 13:22:40 2006 >>> x11-libs/cairo-1.0.4
Mon May 1 13:29:48 2006 >>> x11-libs/pango-1.10.3
Mon May 1 13:32:03 2006 >>> dev-libs/atk-1.10.3
Mon May 1 13:32:38 2006 >>> dev-perl/XML-Parser-2.34
Mon May 1 13:33:07 2006 >>> dev-util/intltool-0.34.1
Mon May 1 13:48:04 2006 >>> dev-libs/libxml2-2.6.23
Mon May 1 13:51:19 2006 >>> net-ftp/ftp-0.17-r6
Mon May 1 13:56:07 2006 >>> x11-misc/shared-mime-info-0.16
Mon May 1 14:20:21 2006 >>> dev-java/ibm-jre-bin-1.4.2.04
Mon May 1 14:28:36 2006 >>> dev-java/ibm-jdk-bin-1.4.2.04
Mon May 1 14:31:27 2006 >>> dev-java/ibm-jre-bin-1.4.2.04
Mon May 1 15:14:09 2006 >>> x11-libs/gtk+-2.8.12
Mon May 1 15:15:58 2006 >>> dev-libs/libIDL-0.8.6
Mon May 1 15:23:08 2006 >>> gnome-base/orbit-2.12.5
Mon May 1 15:36:28 2006 >>> gnome-base/libbonobo-2.10.1
Mon May 1 15:38:19 2006 >>> gnome-base/libglade-2.5.1
Mon May 1 15:40:34 2006 >>> media-libs/libart_lgpl-2.3.17
Mon May 1 15:43:22 2006 >>> gnome-base/libgnomecanvas-2.12.0
Mon May 1 15:44:32 2006 >>> gnome-base/gnome-mime-data-2.4.2
Mon May 1 15:49:29 2006 >>> gnome-base/gconf-2.12.1
Mon May 1 16:10:10 2006 >>> net-misc/howl-0.9.8
Mon May 1 16:12:05 2006 >>> app-admin/gamin-0.1.7
Mon May 1 17:41:22 2006 >>> dev-python/pycrypto-2.0.1-r5
Mon May 1 17:41:59 2006 >>> sys-apps/portage-2.1_pre10-r2
Mon May 1 18:14:11 2006 >>> dev-libs/libgpg-error-1.0-r1
Mon May 1 18:18:31 2006 >>> dev-libs/libgcrypt-1.2.2-r1
Mon May 1 18:21:58 2006 >>> dev-libs/libxslt-1.1.15
Mon May 1 19:20:51 2006 >>> net-nds/openldap-2.2.28-r3
Mon May 1 20:31:51 2006 >>> net-nds/openldap-2.2.28-r3
Mon May 1 20:58:30 2006 >>> dev-libs/cyrus-sasl-2.1.21-r2
Mon May 1 21:02:27 2006 >>> net-dns/libidn-0.5.15
Mon May 1 21:03:14 2006 >>> net-misc/mDNSResponder-98
Mon May 1 21:04:04 2006 >>> app-arch/unzip-5.52
Mon May 1 21:07:58 2006 >>> media-libs/jasper-1.701.0
Mon May 1 21:08:32 2006 >>> media-fonts/gnu-gs-fonts-std-8.11
Mon May 1 21:26:23 2006 >>> app-text/ghostscript-gnu-8.16-r1
Mon May 1 21:26:28 2006 >>> virtual/ghostscript-0
Tue May 2 00:45:40 2006 >>> kde-base/kdelibs-3.4.3-r1
Tue May 2 00:46:54 2006 >>> sys-libs/libraw1394-1.2.0
Tue May 2 01:20:25 2006 >>> net-fs/samba-3.0.22
Tue May 2 01:20:46 2006 >>> sys-apps/eject-2.1.0-r1
Tue May 2 05:26:50 2006 >>> kde-base/kdebase-3.4.3-r1
Tue May 2 05:32:02 2006 >>> app-pda/pilot-link-0.11.8
Tue May 2 05:34:02 2006 >>> dev-libs/libmal-0.31
Tue May 2 05:39:30 2006 >>> net-misc/curl-7.15.1-r1
Tue May 2 05:42:19 2006 >>> dev-libs/libusb-0.1.10a
Tue May 2 05:47:44 2006 >>> app-crypt/gnupg-1.4.2.2
Tue May 2 05:49:19 2006 >>> dev-libs/pth-1.4.0
Tue May 2 05:52:38 2006 >>> app-crypt/gpgme-1.0.2
Tue May 2 10:47:59 2006 >>> kde-base/kdepim-3.4.3
Tue May 2 11:52:54 2006 >>> kde-base/kdegames-3.4.3
Tue May 2 12:10:52 2006 >>> kde-base/kdeartwork-3.4.3
Tue May 2 12:34:15 2006 >>> dev-libs/cyrus-sasl-2.1.21-r2
Tue May 2 12:44:00 2006 >>> app-crypt/qca-1.0-r2
Tue May 2 12:44:51 2006 >>> app-crypt/qca-tls-1.0-r2
Tue May 2 12:45:36 2006 >>> net-wireless/wireless-tools-28_pre14
Tue May 2 13:40:49 2006 >>> dev-perl/Net-SSLeay-1.25
Tue May 2 18:57:58 2006 >>> dev-perl/IO-Socket-SSL-0.97
Tue May 2 21:35:23 2006 >>> kde-base/kdenetwork-3.4.3
Tue May 2 21:36:03 2006 >>> sys-apps/ed-0.2-r6
Tue May 2 21:52:28 2006 >>> net-libs/libwww-5.4.0-r4
Tue May 2 22:37:05 2006 >>> app-text/tetex-2.0.2-r8
Tue May 2 22:46:20 2006 >>> app-text/poppler-0.5.0-r5
Tue May 2 22:47:24 2006 >>> dev-libs/fribidi-0.10.4
Wed May 3 00:23:27 2006 >>> kde-base/kdegraphics-3.4.3-r4
Wed May 3 00:37:18 2006 >>> kde-base/kdetoys-3.4.3
Wed May 3 00:37:37 2006 >>> dev-perl/TermReadKey-2.30
Wed May 3 00:56:36 2006 >>> net-analyzer/net-snmp-5.2.1.2-r1
Wed May 3 02:00:04 2006 >>> kde-base/kdeutils-3.4.3-r1
Wed May 3 03:24:21 2006 >>> kde-base/kdewebdev-3.4.3-r1
Wed May 3 03:42:21 2006 >>> kde-base/kdeadmin-3.4.3
Wed May 3 03:55:12 2006 >>> media-libs/gstreamer-0.8.11
Wed May 3 08:44:44 2006 >>> dev-libs/liboil-0.3.6
Wed May 3 09:13:35 2006 >>> media-libs/gst-plugins-0.8.11
Wed May 3 09:22:27 2006 >>> media-plugins/gst-plugins-ogg-0.8.11
Wed May 3 09:29:13 2006 >>> media-libs/flac-1.1.2-r3
Wed May 3 09:37:59 2006 >>> media-plugins/gst-plugins-flac-0.8.11
Wed May 3 11:26:12 2006 >>> media-libs/speex-1.1.7
Wed May 3 11:27:25 2006 >>> media-libs/libao-0.8.5
Wed May 3 11:29:11 2006 >>> media-sound/vorbis-tools-1.0.1
Wed May 3 12:01:41 2006 >>> sci-libs/fftw-3.0.1-r2
Wed May 3 16:28:20 2006 >>> media-libs/libsamplerate-0.1.2
Wed May 3 16:37:10 2006 >>> media-plugins/gst-plugins-vorbis-0.8.11
Wed May 3 16:41:46 2006 >>> media-libs/taglib-1.4
Wed May 3 16:49:14 2006 >>> media-libs/libdc1394-1.0.0
Wed May 3 17:09:59 2006 >>> media-video/ffmpeg-0.4.9_p20051216
Wed May 3 17:15:13 2006 >>> dev-libs/libcdio-0.73
Wed May 3 17:18:05 2006 >>> media-video/vcdimager-0.7.21
Wed May 3 17:20:37 2006 >>> media-libs/libfame-0.9.1-r1
Wed May 3 17:22:48 2006 >>> media-libs/libdvdcss-1.2.9
Wed May 3 17:49:47 2006 >>> media-libs/xine-lib-1.1.2_pre20060328-r1
Wed May 3 18:29:08 2006 >>> media-sound/cdparanoia-3.9.8-r2
Wed May 3 20:50:23 2006 >>> kde-base/kdemultimedia-3.4.3
Wed May 3 21:55:43 2006 >>> kde-base/kdeaddons-3.4.3
Wed May 3 23:41:34 2006 >>> kde-base/kdeedu-3.4.3-r10
Wed May 3 23:41:39 2006 >>> kde-base/kde-3.4.3
Wed May 3 23:57:52 2006 >>> gnome-base/gnome-vfs-2.12.2
Thu May 4 00:01:00 2006 >>> gnome-base/libgnome-2.12.0.1
Thu May 4 00:11:11 2006 >>> gnome-base/libbonoboui-2.10.1-r1
Thu May 4 00:13:08 2006 >>> gnome-base/gnome-keyring-0.4.6
Thu May 4 00:21:21 2006 >>> gnome-base/libgnomeui-2.12.0
Thu May 4 00:21:34 2006 >>> x11-themes/hicolor-icon-theme-0.8
Thu May 4 00:25:51 2006 >>> x11-themes/gnome-icon-theme-2.12.1
Thu May 4 00:30:38 2006 >>> x11-themes/gtk-engines-2.6.7
Thu May 4 00:34:24 2006 >>> x11-themes/gnome-themes-2.12.3
Thu May 4 00:34:39 2006 >>> app-text/sgml-common-0.6.3-r4
Thu May 4 00:34:44 2006 >>> app-text/build-docbook-catalog-1.2
Thu May 4 00:35:53 2006 >>> app-text/docbook-xsl-stylesheets-1.68.1-r1
Thu May 4 00:36:08 2006 >>> app-text/docbook-xml-dtd-4.1.2-r6
Thu May 4 00:38:34 2006 >>> app-text/scrollkeeper-0.3.14-r2
Thu May 4 00:40:32 2006 >>> gnome-extra/gconf-editor-2.12.1
Thu May 4 00:40:48 2006 >>> app-text/docbook-xml-dtd-4.4-r1
Thu May 4 00:41:43 2006 >>> app-text/gnome-doc-utils-0.4.4
Thu May 4 00:44:32 2006 >>> gnome-extra/gnome-keyring-manager-2.12.0
Thu May 4 00:45:55 2006 >>> gnome-extra/zenity-2.12.1
Thu May 4 00:48:08 2006 >>> media-sound/esound-0.2.36-r1
Thu May 4 00:49:28 2006 >>> x11-libs/startup-notification-0.8
Thu May 4 00:53:02 2006 >>> gnome-base/gnome-desktop-2.12.3
Thu May 4 00:55:54 2006 >>> dev-libs/libcroco-0.6.0
Thu May 4 00:58:30 2006 >>> gnome-extra/libgsf-1.12.1
Thu May 4 01:02:48 2006 >>> gnome-base/librsvg-2.12.7
Thu May 4 01:11:07 2006 >>> gnome-base/gail-1.8.8
Thu May 4 01:12:10 2006 >>> dev-util/desktop-file-utils-0.10
Thu May 4 01:13:18 2006 >>> dev-python/pycairo-1.0.2
Thu May 4 01:15:59 2006 >>> dev-python/numeric-23.7
Thu May 4 01:21:35 2006 >>> dev-python/pygtk-2.8.2
Thu May 4 01:23:44 2006 >>> gnome-base/gnome-menus-2.12.0-r1
Thu May 4 01:30:58 2006 >>> gnome-base/eel-2.12.2
Thu May 4 01:33:08 2006 >>> media-libs/libexif-0.6.12-r4
Thu May 4 01:46:09 2006 >>> gnome-base/nautilus-2.12.2
Thu May 4 09:12:28 2006 >>> gnome-base/libgnomeprint-2.12.1
Thu May 4 09:16:11 2006 >>> gnome-base/libgnomeprintui-2.12.1
Thu May 4 09:19:43 2006 >>> net-misc/vino-2.12.0
Thu May 4 09:23:12 2006 >>> x11-libs/libwnck-2.12.3
Thu May 4 09:27:25 2006 >>> gnome-base/libgtop-2.12.2
Thu May 4 09:29:36 2006 >>> gnome-extra/gnome-system-monitor-2.12.2
Thu May 4 09:36:13 2006 >>> app-cdr/cdrtools-2.01.01_alpha07
Thu May 4 09:36:53 2006 >>> app-cdr/dvd+rw-tools-5.21.4.10.8
Thu May 4 09:40:20 2006 >>> gnome-extra/nautilus-cd-burner-2.12.3
Thu May 4 09:49:04 2006 >>> media-plugins/gst-plugins-cdparanoia-0.8.11
Thu May 4 09:59:28 2006 >>> gnome-extra/gnome-media-2.12.0
Thu May 4 10:02:44 2006 >>> media-libs/musicbrainz-2.1.1
Thu May 4 10:11:33 2006 >>> media-plugins/gst-plugins-gnomevfs-0.8.11
Thu May 4 10:11:43 2006 >>> app-text/docbook-xml-dtd-4.3
Thu May 4 10:14:04 2006 >>> media-sound/sound-juicer-2.12.3
Thu May 4 10:16:07 2006 >>> app-crypt/opencdk-0.5.5
Thu May 4 10:19:56 2006 >>> dev-libs/lzo-1.08-r1
Thu May 4 10:21:43 2006 >>> dev-libs/libtasn1-0.2.18
Thu May 4 10:31:21 2006 >>> net-libs/gnutls-1.2.10
Thu May 4 10:34:15 2006 >>> net-libs/libsoup-2.2.7
Thu May 4 10:35:51 2006 >>> dev-libs/nspr-4.6.1-r2
Thu May 4 10:36:26 2006 >>> app-arch/zip-2.31
Thu May 4 10:43:19 2006 >>> dev-libs/nss-3.11-r1
Thu May 4 11:30:22 2006 >>> gnome-extra/evolution-data-server-1.4.2.1
Thu May 4 13:19:08 2006 >>> sys-libs/pam-0.78-r3
Thu May 4 13:19:18 2006 >>> www-client/mozilla-launcher-1.49
Thu May 4 15:21:17 2006 >>> www-client/mozilla-1.7.13
Thu May 4 15:27:23 2006 >>> net-print/cups-1.1.23-r7
Thu May 4 15:27:45 2006 >>> dev-perl/Compress-Zlib-1.41
Thu May 4 15:28:04 2006 >>> dev-perl/Archive-Zip-1.16
Thu May 4 15:29:58 2006 >>> app-shells/tcsh-6.14-r3
Thu May 4 23:17:23 2006 >>> dev-libs/libxml-1.8.17-r2
Thu May 4 23:54:06 2006 >>> dev-libs/libxml2-2.6.23
Fri May 5 00:02:38 2006 >>> dev-libs/libxslt-1.1.15
Tue May 9 19:32:45 2006 >>> app-admin/system-tools-backends-1.4.2
Tue May 9 18:40:26 2006 >>> dev-libs/libxml-1.8.17-r2
Tue May 9 19:12:44 2006 >>> dev-libs/libxml2-2.6.23
Tue May 9 19:20:49 2006 >>> dev-libs/libxslt-1.1.15
Tue May 9 19:59:33 2006 >>> kde-base/kjsembed-3.4.3
Tue May 9 20:03:41 2006 >>> media-libs/gd-2.0.33
Tue May 9 20:34:59 2006 >>> media-gfx/graphviz-1.16-r1
Tue May 9 21:05:04 2006 >>> media-gfx/imagemagick-6.2.5.5
Tue May 9 21:11:06 2006 >>> app-text/wv2-0.2.2
Tue May 9 21:16:51 2006 >>> dev-libs/libpqxx-2.5.1
Wed May 10 03:59:41 2006 >>> app-office/koffice-1.4.2-r6
Wed May 10 05:54:08 2006 >>> www-client/mozilla-firefox-1.5.0.2
Wed May 10 22:27:19 2006 >>> www-client/mozilla-firefox-1.5.0.3
Thu May 11 06:19:57 2006 >>> dev-java/ibm-jdk-bin-1.5.0
Thu May 11 06:47:03 2006 >>> dev-java/ibm-jdk-bin-1.4.2.04
Thu May 11 18:04:11 2006 >>> sys-libs/libstdc++-v3-3.3.6
Fri May 12 06:07:02 2006 >>> dev-java/ibm-jdk-bin-1.5.0
Fri May 12 06:19:32 2006 >>> net-www/gentoo-webroot-default-0.2
Fri May 12 06:26:42 2006 >>> dev-libs/apr-0.9.7
Fri May 12 06:26:48 2006 >>> app-misc/mime-types-5
Fri May 12 06:29:17 2006 >>> dev-libs/apr-util-0.9.7
Fri May 12 06:46:50 2006 >>> net-www/apache-2.0.55-r1
Fri May 12 08:03:57 2006 >>> dev-db/mysql-4.1.19
Fri May 12 08:04:14 2006 >>> dev-perl/Net-Daemon-0.38
Fri May 12 08:04:37 2006 >>> perl-core/Storable-2.15
Fri May 12 08:04:44 2006 >>> virtual/perl-Storable-2.15
Fri May 12 08:04:59 2006 >>> dev-perl/PlRPC-0.2018
Fri May 12 08:05:38 2006 >>> dev-perl/DBI-1.50
Fri May 12 08:06:11 2006 >>> dev-perl/DBD-mysql-2.9007
Fri May 12 16:19:53 2006 >>> virtual/opengl-6.8
Fri May 12 16:22:28 2006 >>> media-libs/glut-3.7.1
Fri May 12 16:28:19 2006 >>> media-libs/imlib2-1.2.1.009
Fri May 12 16:42:52 2006 >>> media-libs/glut-3.7.1
Fri May 12 16:52:47 2006 >>> dev-libs/glib-1.2.10-r5
Fri May 12 17:07:48 2006 >>> x11-libs/gtk+-1.2.10-r11
Fri May 12 17:11:55 2006 >>> media-libs/giflib-4.1.4
Fri May 12 17:18:32 2006 >>> media-libs/imlib-1.9.14-r3
Fri May 12 17:54:01 2006 >>> sys-apps/portage-2.0.54-r1
Fri May 12 18:08:18 2006 >>> dev-libs/libxml-1.8.17-r2
Fri May 12 18:30:17 2006 >>> dev-libs/libxml2-2.6.23
Fri May 12 18:34:48 2006 >>> dev-libs/libxslt-1.1.15
Fri May 12 20:02:28 2006 >>> app-admin/eselect-opengl-1.0.3
Fri May 12 20:02:52 2006 >>> x11-base/opengl-update-3.0.0
Fri May 12 20:53:57 2006 >>> media-gfx/fbgrab-1.0
Fri May 12 21:13:20 2006 >>> dev-java/ant-core-1.6.2-r5
Fri May 12 21:48:53 2006 >>> sys-kernel/gentoo-sources-2.6.16-r5
Fri May 12 21:59:16 2006 >>> dev-java/jakarta-regexp-1.3-r2
Fri May 12 21:59:53 2006 >>> dev-java/bsh-2.0_beta1-r1
Fri May 12 22:00:47 2006 >>> dev-java/libreadline-java-0.8.0-r1
Fri May 12 22:02:35 2006 >>> dev-java/jython-2.1-r6
Fri May 12 22:03:36 2006 >>> dev-java/jakarta-oro-2.0.8-r1
Fri May 12 22:04:49 2006 >>> dev-java/xml-commons-resolver-1.1
Fri May 12 22:06:31 2006 >>> dev-java/xml-commons-external-1.3.02
Fri May 12 22:07:25 2006 >>> dev-java/xjavac-20041208-r1
Fri May 12 22:19:05 2006 >>> app-portage/portage-utils-0.1.15
Sun May 14 11:44:13 2006 >>> app-text/gnome-doc-utils-0.4.4
Sun May 14 11:57:36 2006 >>> dev-libs/libxml-1.8.17-r2
Sun May 14 12:18:32 2006 >>> dev-libs/libxml2-2.6.23
Sun May 14 12:23:43 2006 >>> dev-libs/libxslt-1.1.15


Top
   
 Post subject:
PostPosted: Sun May 14, 2006 8:20 am 
Offline
Genesi

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1422
Geoffrey, we hope you appreciate the support you are being given here by people that have no obligation to support you. We don't intend to shame you with this reminder, but it is clear to see why the phase: "read the manual" came to be.

In the world of open source software the first incredible event is the creation of the software itself and it availability without cost. When you throw in support too then you are really talking about something that is truly amazing and clearly defying any "logic" common just ten short years ago.

So, here is our advice...

8)THANK YOU lu_zero, frostwork and nixnut!!!!8)

R&B :D

_________________
http://bbrv.blogspot.com


Last edited by bbrv on Sun May 14, 2006 1:30 pm, edited 2 times in total.

Top
   
 Post subject:
PostPosted: Sun May 14, 2006 1:23 pm 
Offline

Joined: Mon Mar 27, 2006 12:16 pm
Posts: 79
No idea really, but what I gather from google is that it's a unicode problem with python. You could try to remerge python.


Top
   
 Post subject:
PostPosted: Sun May 14, 2006 3:40 pm 
@nixnut: OK, I'm going to try this (tomorrow) :)

@bbrv : of course, and that's one of the reasons I've created "the Pegasos book", because people were needing a manual to read as there was no manual at all (about MorphOS especially) ;-)

And about the different Gentoo threads : all the goal of what I'm trying to do is to make a easy to follow tutorial for people to use a media center on their Peg on a user request ;-)
For that I had to buy a TVtuner card and I try to follow Pieter's doc, but it seems that things changed since he wrote his manual (which is very usefull anyway - Thanks for that).
I could just copy/paste it in the "Peg book" but before I want to be sure that it works for me "as it is", but currently it does not :P

I believe that's the weakness of the Linux Gentoo solution on PPC Computers : things are moving all the time and are designed mostly for x86 architecture, and we have not much control on it.

For example : today, I've removed my Hauppauge from my Peg and put it in my PC, and it worked in 5 minutes under WinXP :-( Why ? Just because I have an install CD designed for WinXP with the good tools already setup and working.
I've also installed a Linux Ubuntu + compiled ivtv drivers and installed MythTV in a afternoon still on the same PC...
I can't do the same on my Pegasos right now (in Ubuntu). But I hope I will ;-)
I want first to make it work under Gentoo has Pieter did. That's also what is nice on this machine : you have to make things by yourselve (but sometimes it's difficult ;-) )

So if people don't support each other in Linux/MorphOS world there is no future for PPC ;-)
So thank you everybody for support. This is the spirit of community ("Amiga spirit" ;-) )
Just keep the dream go one ;-) and bbrv : please continue to make PPC boards for us to have fun :-)


Top
   
 Post subject:
PostPosted: Mon May 15, 2006 10:22 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 297
Hi!

THe last time i used the ivtv-drivers with my pvr 350
was in the 0.3X series, where it worked quiet good.
A week ago I wanted to use it again with ivtv-0.6.2
and linux-2.6.16.(14-to16) & the firmware isn't loaded,
although it's at the right place...
There are several other people in various threads/mls with
the same problem, so it doesn't seem to be a ppc-related problem...
Let's hope linux-2.6.18 won't need too long to be released,
where the drivers shall be incuded... :)

cheers
frostwork


Top
   
 Post subject:
PostPosted: Mon May 15, 2006 2:04 pm 
Yes, I made it work on x86 and had to add a few links for it to be recognized.
Now it works (V 0.4.xx if I remember).
I you need to, I can send you all instructions before I forget ;-) but for Ubuntu x86.


Top
   
 Post subject:
PostPosted: Mon May 15, 2006 2:34 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 297
Hi!
Very kind of you, but thanks I don't need it!
It's very easy in general to get ivtv working
(are there still these "only-pio" problems on ppc btw?),
but unfortunately only with kernels < 2.6.16 & ivtv 0.4x.
As you use 0.4x you very likely use an older kernel.
My big vhs-collection isn't in a hurry to get digitalized,
so i can wait for in-kernel-ivtv :)

cheers
frostwork


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 24 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 11 guests


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

Search for:
Jump to:  
cron
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group