Re: [gentoo-user] Can't play audio cds!

2008-10-06 Thread Liviu Andronic
On Mon, Oct 6, 2008 at 8:16 PM, Michael Sullivan
<[EMAIL PROTECTED]> wrote:
> checked the log file, but I couldn't find anything.  I couldn't mount my
> CD (in the past this wasn't necessary for audio CDs, but I thought I'd
>
As far as I know, the Linux kernel cannot mount Audio CDs. The one
programme that on my system works with Audio CDs is Gnome-mplayer. You
might also try VLC. Another option is to rip them with Grip.

Regards,
Liviu



Re: [gentoo-user] media-sound/moc-2.5.0_alpha3-r2 fails to build

2008-10-06 Thread Vladimir Rusinov
On Mon, Oct 6, 2008 at 4:05 PM, Erik Hahn <[EMAIL PROTECTED]> wrote:

> I have to rebuild moc to fix linkage. The build fails every time,
> independent of CFLAGS and USE flags:
>
> btool: compile:  i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../..
> -pthread -O2 -mcpu=athlon-xp -pipe -fomit-frame-pointer -fno-strict-aliasing
> -Wall -W -I/usr/include/alsa -MT libmp3_decoder_la-mp3.lo -MD -MP -MF
> .deps/libmp3_decoder_la-mp3.Tpo -c mp3.c  -fPIC -DPIC -o
> .libs/libmp3_decoder_la-mp3.o
> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
> libtool: compile:  i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..
> -I../.. -pthread -O2 -mcpu=athlon-xp -pipe -fomit-frame-pointer
> -fno-strict-aliasing -Wall -W -I/usr/include/alsa -MT
> libmp3_decoder_la-xing.lo -MD -MP -MF .deps/libmp3_decoder_la-xing.Tpo -c
> xing.c  -fPIC -DPIC -o .libs/libmp3_decoder_la-xing.o
> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
> mv -f .deps/libmp3_decoder_la-xing.Tpo .deps/libmp3_decoder_la-xing.Plo
> mv -f .deps/libmp3_decoder_la-mp3.Tpo .deps/libmp3_decoder_la-mp3.Plo
> /bin/bash ../../libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc
> -I../.. -pthread -O2 -mcpu=athlon-xp -pipe -fomit-frame-pointer
> -fno-strict-aliasing -Wall -W -I/usr/include/alsa-module -avoid-version
> -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -s -export-dynamic -o
> libmp3_decoder.la -rpath /usr/lib/moc/decoder_plugins
> libmp3_decoder_la-mp3.lo libmp3_decoder_la-xing.lo -lmad -lid3tag -lz  -lm
> -ldl
> libtool: link: i686-pc-linux-gnu-gcc -shared  .libs/libmp3_decoder_la-mp3.o
> .libs/libmp3_decoder_la-xing.o   -lmad /usr/lib/libid3tag.so
> /usr/local/bin/usr/bin/bin/opt/bin/usr/i686-pc-linux-gnu/gcc-bin/4.3.1/opt/intel/cc/10.1.017/bin/usr/lib/plan9/bin/usr/kde/4.1/bin/usr/kde/3.5/bin/usr/qt/3/bin/usr/games/bin/opt/openoffice.org3/program/
> -lz -lm -ldl  -pthread -mcpu=athlon-xp -Wl,-O1 -Wl,--sort-common
> -Wl,--as-needed   -pthread -Wl,-soname -Wl,libmp3_decoder.so -o
> .libs/libmp3_decoder.so
> i686-pc-linux-gnu-gcc:
> /usr/local/bin/usr/bin/bin/opt/bin/usr/i686-pc-linux-gnu/gcc-bin/4.3.1/opt/intel/cc/10.1.017/bin/usr/lib/plan9/bin/usr/kde/4.1/bin/usr/kde/3.5/bin/usr/qt/3/bin/usr/games/bin/opt/openoffice.org3/program/:
> No such file or directory
> make[3]: *** [libmp3_decoder.la] Error 1
> make[3]: Leaving directory
> `/var/tmp/portage/media-sound/moc-2.5.0_alpha3-r2/work/moc-2.5.0-alpha3/decoder_plugins/mp3'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/var/tmp/portage/media-sound/moc-2.5.0_alpha3-r2/work/moc-2.5.0-alpha3/decoder_plugins'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/media-sound/moc-2.5.0_alpha3-r2/work/moc-2.5.0-alpha3'
> make: *** [all] Error 2
>
> That happens both with Paludis and Portage. Does anyone have an idea what
> goes wrong?


Looks like upstream bug.
Could you try another version, or try to submit bug to developers?

-- 
Vladimir Rusinov
http://greenmice.info/


Re: [gentoo-user] Asus Eee Gentoo install - no CD drive

2008-10-06 Thread Iain Buchanan

Andrey Falko wrote:

On Mon, Oct 6, 2008 at 2:55 PM, Dan Cowsill<[EMAIL PROTECTED]>  wrote:

It is possible to get a Gentoo LiveCD running happily on a USB flash
drive.  I'm currently running Ubuntu eee on my 701, but before that I
attempted a Gentoo install on it.  It is nothing short of the biggest
pain in the butt I could have imagined.  But if you like a
challenge...

D




Come to think of it, why wouldn't a simple:

dd if="/path/to/gentoo-livecd.iso" of=/dev/

not work? I think I've done the successfully with a Gentoo minimal
install CD, but I don't remember.


you can pretty much unpack any gentoo bootable live cd to a usb drive, 
then run grub over it, and it's bootable (on newer systems).


 I hear this guy wrote a howto:

http://nthrbldyblg.blogspot.com/2008/06/gentoo-linux-live-usb-key.html 



--
Iain Buchanan 

The horizon of many people is a circle with a radius of zero. They call
this their point of view.
-- Albert Einstein



Re: [gentoo-user] Asus Eee Gentoo install - no CD drive

2008-10-06 Thread Andrey Falko
On Mon, Oct 6, 2008 at 2:55 PM, Dan Cowsill <[EMAIL PROTECTED]> wrote:
> It is possible to get a Gentoo LiveCD running happily on a USB flash
> drive.  I'm currently running Ubuntu eee on my 701, but before that I
> attempted a Gentoo install on it.  It is nothing short of the biggest
> pain in the butt I could have imagined.  But if you like a
> challenge...
>
> D
>
>

Come to think of it, why wouldn't a simple:

dd if="/path/to/gentoo-livecd.iso" of=/dev/

not work? I think I've done the successfully with a Gentoo minimal
install CD, but I don't remember.



Re: [gentoo-user] KDE 4.1.2... a winner!

2008-10-06 Thread Neil Bothwick
On Tue, 07 Oct 2008 00:01:03 +0200, b.n. wrote:

> (Also, I don't want ~x86 portage)

Why not? It's running well on several machines here, some are fully ~arch
while others run mainly stable with a handful of testing packages,
including portage.

Or you could use paludis, that way you can install KDE4 without needing
~x86 portage ;-)


-- 
Neil Bothwick

It's ten o'clock; do you know where your processes are?


signature.asc
Description: PGP signature


Re: [gentoo-user] Asus Eee Gentoo install - no CD drive

2008-10-06 Thread Dan Cowsill
It is possible to get a Gentoo LiveCD running happily on a USB flash
drive.  I'm currently running Ubuntu eee on my 701, but before that I
attempted a Gentoo install on it.  It is nothing short of the biggest
pain in the butt I could have imagined.  But if you like a
challenge...

D



Re: [gentoo-user] KDE 4.1.2... a winner!

2008-10-06 Thread b.n.

Jerry McBride ha scritto:

I have both kde-3.5.10 and kde-4.1.2 and there are a couple of small 
incompatibilities... and that's why they are still masked. If I recall 
right... I had to upgrade to the latest ~x86 portage and then I had to iron 
out kopete for both versions of kde... No show stoppers, but there are a few 
issues you'll have to iron out.


Sorry, I made no notes... but in my MOST HUMBLE opinion... there's no reason 
to not to try kde-4.1.2.




Well, for me laziness is just enough to let me wait for it to hit at 
least ~x86...


(Also, I don't want ~x86 portage)

m.



Re: [gentoo-user] Asus Eee Gentoo install - no CD drive

2008-10-06 Thread ert256
If You have somewhere running PXE configuration, You can run liveCD
remotely from some pretend-nfs-serwer.

I've done that using simple pxe-configuration as follows :
LABEL gentoo-nfs
menu label ^Gentoo over NFS
KERNEL gentoo/gentoo
APPEND initrd=gentoo/gentoo.igz ip=dhcp root=/dev/nfs
nfsroot=10.0.0.1:/srv/nfs/gentoo

And files gentoo and gentoo.igz was copied from live-cd i suppose, and
/dev/nfs was was livecd as far as i remember.
I've done that few months ago, can help but cannot remember all details now.


[ 06.10.2008 17:01 ], Grant :
> I'm very familiar with installing Gentoo via LiveCD, but I'm not sure
> how to go about it without a CD drive.  I'm sure there are many exotic
> options to choose from, but I'd rather not have to learn too much new
> stuff to get this done.  Can anyone recommend a simple method?  I have
> a wired/wireless LAN/internet connection and 3 systems on the LAN
> running Gentoo.  No USB drive though.
> 
> - Grant
> 
> 

-- 
Rafał (ert16) Trójniak
[EMAIL PROTECTED] : [EMAIL PROTECTED]
Jid : [EMAIL PROTECTED] [EMAIL PROTECTED]
GPG  key-ID : DD681D47
749F E1DC A58F 9084 BBC0
797A 0691 53D6 DD68 1D47



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] KDE 4.1.2... a winner!

2008-10-06 Thread Jerry McBride
On Monday 06 October 2008 04:07:27 pm b.n. wrote:
> Roy Wright ha scritto:
> > Neil Bothwick wrote:
> >> On Sun, 05 Oct 2008 20:08:23 +0200, b.n. wrote:
> >>> Could you share your relevant package.mask and package.keywords, for
> >>> the laziest of us? :)
> >>
> >> emerge autounmask
> >> autounmask kde-meta
> >
> > On my ~x86, I had to add:
> >
> > ~app-misc/strigi-0.5.11
> >
> > to etc/portage/package.unmask/autounmask-kde-meta to resolve a blocking
> > issue between strigi-0.5.10 and strigi-0.5.11
> >
> > app-misc/strigi:0
> >
> >   ('installed', '/', 'app-misc/strigi-0.5.11', 'nomerge') pulled in by
> > ('ebuild', '/', 'kde-base/libplasma-4.1.2', 'merge')
> >
> >   ('ebuild', '/', 'app-misc/strigi-0.5.10', 'merge') pulled in by
> > ('ebuild', '/', 'kde-base/kdebase-kioslaves-4.1.2', 'merge')
> > ('ebuild', '/', 'kde-base/nepomuk-4.1.2', 'merge')
> > ('ebuild', '/', 'kde-base/kdegraphics-strigi-analyzer-4.1.2',
> > 'merge') (and 4 more)
> >
> >
> > BTW, I also changed all of the '=' to '~' to catch any future revs...
>
> A bit of a stupid question but I want to be double-sure:
> -KDE 4 and KDE 3 can happily live together, isn't it?
> -Do I need to backup config files/use KDE 4 as another user if I want to
> switch between KDE 4 and KDE 3?
> -Anything else to worry about?
>
> Thanks!
> m.

I have both kde-3.5.10 and kde-4.1.2 and there are a couple of small 
incompatibilities... and that's why they are still masked. If I recall 
right... I had to upgrade to the latest ~x86 portage and then I had to iron 
out kopete for both versions of kde... No show stoppers, but there are a few 
issues you'll have to iron out.

Sorry, I made no notes... but in my MOST HUMBLE opinion... there's no reason 
to not to try kde-4.1.2.






-- 

*
   
 From the desk of:
 Jerome D. McBride
   
17:29:51 up 8 days, 21:47,  5 users,  load average: 0.21, 0.05, 0.02
 
*



Re: [gentoo-user] Asus Eee Gentoo install - no CD drive

2008-10-06 Thread Neil Bothwick
On Mon, 6 Oct 2008 16:16:25 +0100, Robert Bridge wrote:

> > I'm very familiar with installing Gentoo via LiveCD, but I'm not sure
> > how to go about it without a CD drive.  I'm sure there are many exotic
> > options to choose from, but I'd rather not have to learn too much new
> > stuff to get this done.  Can anyone recommend a simple method?  I have
> > a wired/wireless LAN/internet connection and 3 systems on the LAN
> > running Gentoo.  No USB drive though.  
> 
> If you already have a linux install on the machine, you could install
> from that.

Xandros doesn't have the tools necessary to install Gentoo. I used an
eeeXubuntu CD, which has a script to create a bootable flash disk. Boot
fro the CD on another computer, run the script then boot the Eee from the
USB stick.


-- 
Neil Bothwick

"There are two ways of constructing a software design: One way is to make
it so simple that there are obviously no deficiencies, and the other way
is to make it so complicated that there are no obvious deficiencies.
The first method is far more difficult" -C.A.R. Hoare


signature.asc
Description: PGP signature


Re: [gentoo-user] KDE 4.1.2... a winner!

2008-10-06 Thread b.n.

Roy Wright ha scritto:

Neil Bothwick wrote:

On Sun, 05 Oct 2008 20:08:23 +0200, b.n. wrote:


Could you share your relevant package.mask and package.keywords, for
the laziest of us? :)

emerge autounmask
autounmask kde-meta


On my ~x86, I had to add:

~app-misc/strigi-0.5.11

to etc/portage/package.unmask/autounmask-kde-meta to resolve a blocking
issue between strigi-0.5.10 and strigi-0.5.11

app-misc/strigi:0

  ('installed', '/', 'app-misc/strigi-0.5.11', 'nomerge') pulled in by
('ebuild', '/', 'kde-base/libplasma-4.1.2', 'merge')

  ('ebuild', '/', 'app-misc/strigi-0.5.10', 'merge') pulled in by
('ebuild', '/', 'kde-base/kdebase-kioslaves-4.1.2', 'merge')
('ebuild', '/', 'kde-base/nepomuk-4.1.2', 'merge')
('ebuild', '/', 'kde-base/kdegraphics-strigi-analyzer-4.1.2', 'merge')
(and 4 more)


BTW, I also changed all of the '=' to '~' to catch any future revs...


A bit of a stupid question but I want to be double-sure:
-KDE 4 and KDE 3 can happily live together, isn't it?
-Do I need to backup config files/use KDE 4 as another user if I want to 
switch between KDE 4 and KDE 3?

-Anything else to worry about?

Thanks!
m.



Re: [gentoo-user] start-stop-daemon sets USER=root - expected behaviour?

2008-10-06 Thread Daniel Pielmeier
Erik Hahn schrieb am 06.10.2008 20:21:
> On Mon, Oct 06, 2008 at 02:27:11PM +0200, Daniel Pielmeier wrote:
>> 2008/10/6 Erik Hahn <[EMAIL PROTECTED]>:
>>> No, it simply shouldn't change them, there's no reason to do that (to my
>>> knowledge).
>> I think it is a big security issue if a normal user could start
>> arbitrary daemons with root privileges. So you should file a bug at
> 
> It doesn't give anyone root privileges, it only sets wrong variables.
>  
>> I think only root should be able to execute start-stop-daemon and the
>> user should be changed with the proper command line switches. I
>> actually don't know if it is --chuid or --user as this has changed
>> between old baselayout and new openrc.
> 
> Why's that? Running a program with user privileges is no security
> problem at all. 

I got the intention the program is started with root privileges when
using start-stop-daemon.

Nevertheless I can reproduce your problem with the wrong variables. I
think it should set the variables appropriate for the user running
start-stop-daemon. So you should file a bug report about that.

Regards,

Daniel



Re: [gentoo-user] start-stop-daemon sets USER=root - expected behaviour?

2008-10-06 Thread Erik Hahn
On Mon, Oct 06, 2008 at 02:27:11PM +0200, Daniel Pielmeier wrote:
> 2008/10/6 Erik Hahn <[EMAIL PROTECTED]>:
> > No, it simply shouldn't change them, there's no reason to do that (to my
> > knowledge).
> 
> I think it is a big security issue if a normal user could start
> arbitrary daemons with root privileges. So you should file a bug at

It doesn't give anyone root privileges, it only sets wrong variables.
 
> I think only root should be able to execute start-stop-daemon and the
> user should be changed with the proper command line switches. I
> actually don't know if it is --chuid or --user as this has changed
> between old baselayout and new openrc.

Why's that? Running a program with user privileges is no security
problem at all. 

-Erik

-- 
hackerkey://v4sw5hw2ln3pr5ck0ma2u7LwXm4l7Gi2e2t4b7Ken4/7a16s0r1p-5.62/-6.56g5OR



Re: [gentoo-user] x11-libs/libview-0.6.1 compile error

2008-10-06 Thread Sascha Hlusiak
Crackpotkid schrieb:
> make[2]: *** [baseBGBox.lo] Error 1
> make[2]: *** Waiting for unfinished jobs
>  i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I..
> -I/usr/include/gtk-2.0
> -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
> -I/usr/in
> clude/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/inclu
> de/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
> -I/usr/include/gtkm
> m-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4
> -I/usr/lib/glibmm-2
> .4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
> -I/usr/include/
> pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/sigc++-2.0
> -I/usr/lib/sigc++
> -2.0/include -I/usr/include/cairomm-1.0 -DG_DISABLE_DEPRECATED
> -DGDK_DISABLE_DEP
> RECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DATK_DISABLED_DEPRECATED
> -DPANGO_DISABL
> E_DEPRECATED -DGTK_DISABLE_DEPRECATED -Os -march=athlon-xp -pipe -MT
> contentBox.
> lo -MD -MP -MF .deps/contentBox.Tpo -c contentBox.cc  -fPIC -DPIC -o
> .libs/conte
> ntBox.o
> In file included from /usr/include/gtkmm-2.4/gtkmm/box.h:29,
>  from ../libview/contentBox.hh:34,
>  from contentBox.cc:92:
> /usr/include/gtkmm-2.4/gtkmm/container.h:396: error: 'GtkType' does not
> name a t
> ype
> make[2]: *** [contentBox.lo] Error 1
> make[2]: Leaving directory
> `/var/tmp/portage/x11-libs/libview-0.6.1/work/libview
> -0.6.1/libview'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/x11-libs/libview-0.6.1/work/libview
> -0.6.1'
> make: *** [all] Error 2
>
http://bugs.gentoo.org/show_bug.cgi?id=239325



signature.asc
Description: OpenPGP digital signature


[gentoo-user] x11-libs/libview-0.6.1 compile error

2008-10-06 Thread Mike

make[2]: *** [baseBGBox.lo] Error 1
make[2]: *** Waiting for unfinished jobs
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/in
clude/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/inclu
de/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/include/gtkm
m-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4
-I/usr/lib/glibmm-2
.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
-I/usr/include/
pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/sigc++-2.0
-I/usr/lib/sigc++
-2.0/include -I/usr/include/cairomm-1.0 -DG_DISABLE_DEPRECATED
-DGDK_DISABLE_DEP
RECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DATK_DISABLED_DEPRECATED
-DPANGO_DISABL
E_DEPRECATED -DGTK_DISABLE_DEPRECATED -Os -march=athlon-xp -pipe -MT
contentBox.
lo -MD -MP -MF .deps/contentBox.Tpo -c contentBox.cc  -fPIC -DPIC -o
.libs/conte
ntBox.o
In file included from /usr/include/gtkmm-2.4/gtkmm/box.h:29,
 from ../libview/contentBox.hh:34,
 from contentBox.cc:92:
/usr/include/gtkmm-2.4/gtkmm/container.h:396: error: 'GtkType' does not
name a t
ype
make[2]: *** [contentBox.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/x11-libs/libview-0.6.1/work/libview
-0.6.1/libview'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/x11-libs/libview-0.6.1/work/libview
-0.6.1'
make: *** [all] Error 2



[gentoo-user] Can't play audio cds!

2008-10-06 Thread Michael Sullivan
I can't play audio cds.  I used to use gnome-cd, but that seems to be
gone now, and none of the other CD players will play sound.  KsCD will
even show the track titles on the CD, but it won't play sound.  I
checked the log file, but I couldn't find anything.  I couldn't mount my
CD (in the past this wasn't necessary for audio CDs, but I thought I'd
try it anyway), and then I got something in the log.  My /dev/cdrom is a
link to /dev/hda:

camille ~ # grep /dev/hda /var/log/messages
Oct  6 11:41:41 camille GFS2: Unrecognized block device or mount
point /dev/hda
Oct  6 11:42:13 camille GFS2: Unrecognized block device or mount
point /dev/hda
Oct  6 11:42:35 camille GFS2: Unrecognized block device or mount
point /dev/hda

camille ~ # ls -l /dev/hda
brw-rw 1 root cdrom 3, 0 Oct  6 07:06 /dev/hda

and I am in the cdrom group:

camille ~ # grep cdrom /etc/group
cdrom:x:19:michael,haldaemon

and the audio group:

camille ~ # grep audio /etc/group
audio:x:18:amy,michael,mythtv

I rebooted into Windows XP, where the same CD played just fine.  Can
anyone tell me what's going on with this?






Re: [gentoo-user] Reopen: OpenOffice dies on startup

2008-10-06 Thread Dirk Heinrichs
Am Montag, 6. Oktober 2008 01:31:56 schrieb Kevin O'Gorman:

> I thought it was solved, but I was wrong.
>
> Last time I reported this I was advised to start it from the command
> line.  So here's what I get for "oowriter":
>
>  /usr/bin/soffice: line 254: 28590 Segmentation fault
> "$sd_prog/$sd_binary" "$@"

Still "bin", or self-compiled? Which version?

Bye...

Dirk



[gentoo-user] Re: {OT} cdrdao's toc2cue question

2008-10-06 Thread Grant
> I patched cdrdao to recognize certain CD-TEXT types for its toc file
> creation with the info here:
>
> http://www.lackhead.org/2007/05/patch-for-cdrdao-122-cd-text-causing-crash/
>
> but toc2cue fails to execute on such a toc file with a series of these:
>
> ERROR: CD/cdda.toc:36: Invalid CD-TEXT item for a track.
>
> Does anyone know how to add CD-TEXT types to toc2cue?  The types I
> need to add are:
>
> CDTEXT_DISK_ID
> CDTEXT_GENRE
> CDTEXT_TOC_INFO1
> CDTEXT_TOC_INFO2
> CDTEXT_RES1
> CDTEXT_RES2
> CDTEXT_RES3
> CDTEXT_RES4
> CDTEXT_SIZE_INFO
>
> I filed a Gentoo bug here:
>
> http://bugs.gentoo.org/show_bug.cgi?id=238891
>
> I think I just need a file location.  The cdrdao list seems to be
> dead.  I tried to post to it a while ago and only received a message
> that my message was awaiting moderator approval.
>
> - Grant

I was able to do this with the patch I added to this bug:

http://bugs.gentoo.org/show_bug.cgi?id=238891

- Grant



Re: [gentoo-user] Asus Eee Gentoo install - no CD drive

2008-10-06 Thread Andrey Falko
On Mon, Oct 6, 2008 at 8:16 AM, Robert Bridge <[EMAIL PROTECTED]> wrote:
> On Mon, 6 Oct 2008 08:01:51 -0700
> Grant <[EMAIL PROTECTED]> wrote:
>
>> I'm very familiar with installing Gentoo via LiveCD, but I'm not sure
>> how to go about it without a CD drive.  I'm sure there are many exotic
>> options to choose from, but I'd rather not have to learn too much new
>> stuff to get this done.  Can anyone recommend a simple method?  I have
>> a wired/wireless LAN/internet connection and 3 systems on the LAN
>> running Gentoo.  No USB drive though.
>
> If you already have a linux install on the machine, you could install
> from that.
>
> --
> Please avoid sending me Word or PowerPoint attachments.
> See http://www.gnu.org/philosophy/no-word-attachments.html
>

I'd just network boot it: http://gentoo-wiki.com/HOWTO_Gentoo_Diskless_Install



Re: [gentoo-user] Asus Eee Gentoo install - no CD drive

2008-10-06 Thread Robert Bridge
On Mon, 6 Oct 2008 08:01:51 -0700
Grant <[EMAIL PROTECTED]> wrote:

> I'm very familiar with installing Gentoo via LiveCD, but I'm not sure
> how to go about it without a CD drive.  I'm sure there are many exotic
> options to choose from, but I'd rather not have to learn too much new
> stuff to get this done.  Can anyone recommend a simple method?  I have
> a wired/wireless LAN/internet connection and 3 systems on the LAN
> running Gentoo.  No USB drive though.

If you already have a linux install on the machine, you could install
from that.

-- 
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


signature.asc
Description: PGP signature


Re: [gentoo-user] Asus Eee Gentoo install - no CD drive

2008-10-06 Thread Michal 'vorner' Vaner
Hello

On Mon, Oct 06, 2008 at 08:01:51AM -0700, Grant wrote:
> I'm very familiar with installing Gentoo via LiveCD, but I'm not sure
> how to go about it without a CD drive.  I'm sure there are many exotic
> options to choose from, but I'd rather not have to learn too much new
> stuff to get this done.  Can anyone recommend a simple method?  I have
> a wired/wireless LAN/internet connection and 3 systems on the LAN
> running Gentoo.  No USB drive though.

Do you have an USB flashdisk? You could get some kind of DSL or so and
install from it (you do not need gentoo LiveCD, any reasonable running
linux is OK).

-- 
Anything is possible, unless it's not.

Michal 'vorner' Vaner


pgpxXtzmcyjT5.pgp
Description: PGP signature


[gentoo-user] Asus Eee Gentoo install - no CD drive

2008-10-06 Thread Grant
I'm very familiar with installing Gentoo via LiveCD, but I'm not sure
how to go about it without a CD drive.  I'm sure there are many exotic
options to choose from, but I'd rather not have to learn too much new
stuff to get this done.  Can anyone recommend a simple method?  I have
a wired/wireless LAN/internet connection and 3 systems on the LAN
running Gentoo.  No USB drive though.

- Grant



Re: [gentoo-user] start-stop-daemon sets USER=root - expected behaviour?

2008-10-06 Thread Daniel Pielmeier
2008/10/6 Erik Hahn <[EMAIL PROTECTED]>:
> No, it simply shouldn't change them, there's no reason to do that (to my
> knowledge).

If start-stop-daemon is executed by a normal user it should either not
change the user to root or deny the execution if the user is not root.
I think it is a big security issue if a normal user could start
arbitrary daemons with root privileges. So you should file a bug at
bugs.gentoo.org or better a new ticket at
roy.marples.name/projects/openrc/wiki.

I think only root should be able to execute start-stop-daemon and the
user should be changed with the proper command line switches. I
actually don't know if it is --chuid or --user as this has changed
between old baselayout and new openrc.

-- 
Regards,
Daniel



[gentoo-user] media-sound/moc-2.5.0_alpha3-r2 fails to build

2008-10-06 Thread Erik Hahn
I have to rebuild moc to fix linkage. The build fails every time,
independent of CFLAGS and USE flags:

btool: compile:  i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. 
-pthread -O2 -mcpu=athlon-xp -pipe -fomit-frame-pointer -fno-strict-aliasing 
-Wall -W -I/usr/include/alsa -MT libmp3_decoder_la-mp3.lo -MD -MP -MF 
.deps/libmp3_decoder_la-mp3.Tpo -c mp3.c  -fPIC -DPIC -o 
.libs/libmp3_decoder_la-mp3.o
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
libtool: compile:  i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. 
-pthread -O2 -mcpu=athlon-xp -pipe -fomit-frame-pointer -fno-strict-aliasing 
-Wall -W -I/usr/include/alsa -MT libmp3_decoder_la-xing.lo -MD -MP -MF 
.deps/libmp3_decoder_la-xing.Tpo -c xing.c  -fPIC -DPIC -o 
.libs/libmp3_decoder_la-xing.o
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
mv -f .deps/libmp3_decoder_la-xing.Tpo .deps/libmp3_decoder_la-xing.Plo
mv -f .deps/libmp3_decoder_la-mp3.Tpo .deps/libmp3_decoder_la-mp3.Plo
/bin/bash ../../libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -I../.. 
-pthread -O2 -mcpu=athlon-xp -pipe -fomit-frame-pointer -fno-strict-aliasing 
-Wall -W -I/usr/include/alsa-module -avoid-version -Wl,-O1 
-Wl,--sort-common -Wl,--as-needed -s -export-dynamic -o libmp3_decoder.la 
-rpath /usr/lib/moc/decoder_plugins libmp3_decoder_la-mp3.lo 
libmp3_decoder_la-xing.lo -lmad -lid3tag -lz  -lm -ldl 
libtool: link: i686-pc-linux-gnu-gcc -shared  .libs/libmp3_decoder_la-mp3.o 
.libs/libmp3_decoder_la-xing.o   -lmad /usr/lib/libid3tag.so 
/usr/local/bin/usr/bin/bin/opt/bin/usr/i686-pc-linux-gnu/gcc-bin/4.3.1/opt/intel/cc/10.1.017/bin/usr/lib/plan9/bin/usr/kde/4.1/bin/usr/kde/3.5/bin/usr/qt/3/bin/usr/games/bin/opt/openoffice.org3/program/
 -lz -lm -ldl  -pthread -mcpu=athlon-xp -Wl,-O1 -Wl,--sort-common 
-Wl,--as-needed   -pthread -Wl,-soname -Wl,libmp3_decoder.so -o 
.libs/libmp3_decoder.so
i686-pc-linux-gnu-gcc: 
/usr/local/bin/usr/bin/bin/opt/bin/usr/i686-pc-linux-gnu/gcc-bin/4.3.1/opt/intel/cc/10.1.017/bin/usr/lib/plan9/bin/usr/kde/4.1/bin/usr/kde/3.5/bin/usr/qt/3/bin/usr/games/bin/opt/openoffice.org3/program/:
 No such file or directory
make[3]: *** [libmp3_decoder.la] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/media-sound/moc-2.5.0_alpha3-r2/work/moc-2.5.0-alpha3/decoder_plugins/mp3'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/media-sound/moc-2.5.0_alpha3-r2/work/moc-2.5.0-alpha3/decoder_plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/media-sound/moc-2.5.0_alpha3-r2/work/moc-2.5.0-alpha3'
make: *** [all] Error 2

That happens both with Paludis and Portage. Does anyone have an idea what goes 
wrong?

-Erik
-- 
hackerkey://v4sw5hw2ln3pr5ck0ma2u7LwXm4l7Gi2e2t4b7Ken4/7a16s0r1p-5.62/-6.56g5OR



Re: [gentoo-user] start-stop-daemon sets USER=root - expected behaviour?

2008-10-06 Thread Erik Hahn
On Mon, Oct 06, 2008 at 08:41:58AM +0200, Jil Larner wrote:
> Hi,
> 
> Erik Hahn a écrit :
> > It doesn't run the command as root but as normal user (it isn't setuid 
> > either. All it does is setting the *variables* $USER and $HOME to the
> > wrong values.
> > 
> Oh, I read too quickly :x And by the way didn't give the right command
> switch that are --chuid --user and --env. These should give you the
> result you wish. Should the program automatically set correct home and
> user ? I'd say this could be great, so you may report it as a bug or,
> more pobably, as a feature request.

No, it simply shouldn't change them, there's no reason to do that (to my
knowledge).
 
> > This implementation is not by Debian:
> > 
> >> This is a complete re-implementation with the process finding code in 
> >> the OpenRC library (librc, -lrc) so other programs can make use of it. 
> 
> I didn't know. Where did you find this ?

Man page.

-Erik

-- 
hackerkey://v4sw5hw2ln3pr5ck0ma2u7LwXm4l7Gi2e2t4b7Ken4/7a16s0r1p-5.62/-6.56g5OR



Re: [gentoo-user] KDE 4.1.2... a winner!

2008-10-06 Thread Roy Wright
Neil Bothwick wrote:
> On Sun, 05 Oct 2008 20:08:23 +0200, b.n. wrote:
> 
>> Could you share your relevant package.mask and package.keywords, for
>> the laziest of us? :)
> 
> emerge autounmask
> autounmask kde-meta

On my ~x86, I had to add:

~app-misc/strigi-0.5.11

to etc/portage/package.unmask/autounmask-kde-meta to resolve a blocking
issue between strigi-0.5.10 and strigi-0.5.11

app-misc/strigi:0

  ('installed', '/', 'app-misc/strigi-0.5.11', 'nomerge') pulled in by
('ebuild', '/', 'kde-base/libplasma-4.1.2', 'merge')

  ('ebuild', '/', 'app-misc/strigi-0.5.10', 'merge') pulled in by
('ebuild', '/', 'kde-base/kdebase-kioslaves-4.1.2', 'merge')
('ebuild', '/', 'kde-base/nepomuk-4.1.2', 'merge')
('ebuild', '/', 'kde-base/kdegraphics-strigi-analyzer-4.1.2', 'merge')
(and 4 more)


BTW, I also changed all of the '=' to '~' to catch any future revs...

Compiling now...

HTH,
Roy