Re: [gentoo-user] VMWare?

2005-08-22 Thread Richard Fish

Neil Bothwick wrote:


On Sun, 21 Aug 2005 00:46:20 -0300, Raphael Melo de Oliveira Bastos Sales
wrote:

 


I agree with John. It is better to have a robust system (Gentoo) and
run the bad one (Windows) on user space (via VMWare) so it can't do
much damage.
   



That's how I do it and it works well. I very rarely use VMWare for
Windows, mainly for testing on different Linux distros. It runs virtually
as fast as native hardware, apart from a slight reduction in disk speed
from the virtual disks.

VMWare 5 is very nice, and runs much better on amd64 than the 4.x series.

 



I've done this both ways with Workstation 4.5.  Using Windows as the 
host OS is a good choice if you want every single piece of hardware to 
just work.  I never had a problem with speed (only with the clock, as 
someone else mentioned), except for compiling.  The virtual machine 
memory bandwidth seems to be significantly reduced compared to native, 
by maybe as much as 50%, which made compiling take quite a bit longer.  
Maybe this is improved in WS5, although I can't really say, because now 
I run the right way (TM).


One possibility is to setup the system as a dual-boot system, and give 
yourself the choice of running Gentoo from within VMWare or natively.


-Richard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cdrom /dev/cdroms/cdrom to /dev/hdc?

2005-08-22 Thread Dirk Heinrichs
Am Freitag, 19. August 2005 18:01 schrieb ext Michael W. Holdeman:
 What did I miss, my cdrom is no longer /dev/cdroms/cdrom, but now
 /dev/hdc??

It's a bug in udev 067, which is fixed in 068. However, it will 
be /dev/cdrom, then (which I also don't like, but you can still write your 
own rules to fix this).

HTH...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpjLkfCBdOCe.pgp
Description: PGP signature


Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Martin Marcher
Am Montag 22 August 2005 08:54 schrieb Matan Peled:
 ; Aktive Zauber loeschen
 For j = 1 To #ANZ_SPIELER
For i = 1 To 15
   aktive (i,j) \nr = 0
   aktive (i,j) \dauer = 0
Next
 Next

looks like some (visual) basic stuff.

hmm maybe I'll download the source and translate the comments to english. so 
if this game has such a big userbase at least the source is 
internationalized :)



pgpqSmTddkviX.pgp
Description: PGP signature


Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Wayne Clement
try PowerBasic

- Original Message - 
From: Matan Peled [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 22, 2005 2:54 AM
Subject: Re: [gentoo-user] Lost Labyrinth


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Nick Rout wrote:
  what language is it written in?

 Good question. I downloaded the source in attempt to figure it out... The
files
 all have the extension of .pb, all comments start with ;, and a block
of
 code looks something like this:

 ; Aktive Zauber loeschen
 For j = 1 To #ANZ_SPIELER
For i = 1 To 15
   aktive (i,j) \nr = 0
   aktive (i,j) \dauer = 0
Next
 Next

 I don't recognize this language at all...

 - --
 [Name  ]   ::  [Matan I. Peled]
 [Location  ]   ::  [Israel]
 [Public Key]   ::  [0xD6F42CA5]
 [Keyserver ]   ::  [keyserver.kjsl.com]
 encrypted/signed  plain text  preferred

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.1 (GNU/Linux)

 iD8DBQFDCXakA7Qvptb0LKURAjx6AJ4idkMgj9G652R2sMo0h10VI0vKsQCfcdwH
 0Hkk3RV68p/tUkmZQg639GQ=
 =C5X2
 -END PGP SIGNATURE-
 -- 
 [EMAIL PROTECTED] mailing list



-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Matan Peled
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Wayne Clement wrote:
 try PowerBasic

Seems right. And how do I compile it?

- --
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDCX0FA7Qvptb0LKURAl9YAJ9J/s0C4/37Oq1g9Nxb3r/cqqnRTACeJGFR
WDxRFltWeuLKRVqv7GOUrrI=
=ZYU3
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] where to put mknod?

2005-08-22 Thread Neil Bothwick
On Mon, 22 Aug 2005 02:41:31 +0100, Ciaran McCreesh wrote:

 /dev is a managed filesystem. You shouldn't be tinkering with it
 manually.

You shouldn't need to tinker with it manually, but sometimes you need to
as not everything is supported yet.  Until recently, the only way to get
IEEE1394 working was to mknod the devices in local.start.


-- 
Neil Bothwick

Men who have playful kittens shouldn't sleep in the nude.


pgpo2S2xYK9Nc.pgp
Description: PGP signature


Re: [gentoo-user] gnome-control-center-1.4.0.5 in gnome 2.10

2005-08-22 Thread Neil Bothwick
On Mon, 22 Aug 2005 03:27:28 +0200, Antonio Coralles wrote:

 I'm just wondering why gnome-control-center-1.x gets installed with 
 gnome-2.10 and reinstalled if i remove it ...

You probably have some GTK1 software that depends on it. Gnucash pulls it
into my system. After removing it, emerge world -uavDt will show you what
is pulling it in.


-- 
Neil Bothwick

UNILINGUAL: American.


pgp6m0wblHCgb.pgp
Description: PGP signature


Re: [gentoo-user] trying to install faad2-2.0-r7 on my amd64 system

2005-08-22 Thread Tony Davison
On Monday 22 August 2005 05:02, Marianne Taylor wrote:
 Tony Davison wrote:
snip
 How can I get around this?
 
 As root
 Echo media-libs/faad2 ~am64  /etc/portage/package.keywords
 emerge faad2
 This will (should) pick up the latest testing ebuild from portage.
 assuming you have synced recently.
 HTH

 Thanks that worked.  I thought I had tried that, but now it works.
 No problem.
-- 
Tony Davison
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gensplash oddity

2005-08-22 Thread Iain Buchanan
On Sun, 2005-08-21 at 23:05 -0400, John Dangler wrote:

I don't know about the

 ERROR: Could not copy the initramfs to /boot

error, but I know on my inspiron 9100, but this:

 After the initial information at bootup, all I got was a black screen [This
 is on a Dell Inspiron 8600 laptop. I may have the wrong settings
 ([EMAIL PROTECTED]),

sounds familiar.  If I get the settings wrong, sometimes I get a blank
screen until X starts.  I think most LCD's work at 60Hz, and most likely
24bit, so try [EMAIL PROTECTED] to see if that works.  If not, keep
lowering the resolution to 800x600 and 640x480 just to see.

  so if anyone knows how to correctly identify this I'd
 appreciate it].  I had to power off and on again to get video returned.

are your sure?  Did the hd light keep flashing?  This would indicate
that it's still booting, but just can't display correctly.

 Anyone offering any assistance with this, please do.  I've gotten everything
 in the base system running well except this issue, and I'm about to throw in
 the towel on splash.  

its not much, but HTH!

just in case you want to try it, this is the genkernel command line I
used for 2.6.12-gentoo-r7.  I always mount boot manually beforehand.

sudo genkernel --no-menuconfig --save-config --bootsplash --gensplash
--install --udev
--kernel-config=/home/iain/configs/2.6.12-gr7-2005-08-08 --makeopts=-j3
--mountboot --gensplash=livecd-2005.1 all

I'm not sure about the --bootsplash and --gensplash, but this was after
trial and error with quite a few different ways, so it works and I leave
it!!
-- 
Iain Buchanan [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Wayne Clement
I don't know. Power basic is windows/dos only. I was looking at the .pb.
I did a google and found PureBasic and it has a linux version and apears to
have some visualbasic compatibility.

www.purebasic.com

I didn't see any other that might use the .pb ending.

- Original Message - 
From: Matan Peled [EMAIL PROTECTED]
To: gentoo-user@lists.gentoo.org
Sent: Monday, August 22, 2005 3:21 AM
Subject: Re: [gentoo-user] Lost Labyrinth


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Wayne Clement wrote:
  try PowerBasic
 
 Seems right. And how do I compile it?
 

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Help needed for installing KDE

2005-08-22 Thread Michael Kintzios

-Original Message-
From: Rajat Gujral [mailto:[EMAIL PROTECTED] 
Sent: 22 August 2005 04:52
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Help needed for installing KDE


hi,

i am not able to locate memtest86 ... can u pls guide me with it .. I
have changed my ide cable but the DMA_INTR are still coming ..


If I remember right, with Knoppix you just type memetest (look at the
cheat codes by pressing F2/F3 on bootup).

Memtest86+ will only show you dodgy memory, not device bad blocks.  For
that I think that you need to run badblocks.  Did you emerge and set up
hdparm?  You might as well do that before any test like bad blocks,
because without it access to your disks is going to be pedestrian.
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] PHP and files over 2 Gb

2005-08-22 Thread Jim Hatfield
I just bought a Pinnacle ShowCenter and am using it with some
Apache/PHP/MySQL code to play mpeg movie files to a TV.

It appears that PHP as built can't handle files over 2Gb - I
get warnings whenever the application peruses a directory with
such files in it.

I had a look at the USE flags for PHP but didn't see anything 
obvious. Is there an easy way to build PHP to have large file
support?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Matan Peled
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Martins Steinbergs wrote:
 i extracted tar.gz version under user and run ~/laby/laby
 graphics, sound, everything works nice. no problem quiting. game disables 
 Alt+Tab, so to get to other windowed task should quit game.
 
 Martins

Yeah, it works. Can't compile it, though.

- --
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDCb1vA7Qvptb0LKURArYSAJ4iKVrO60h1K07b0Ouym7o6pbmE3gCeP24Z
WmF/E8k2jz0vAkmTh1kTyQY=
=Pksj
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] timeout opening/writing control channel /dev/initctl

2005-08-22 Thread yance kowara

yance kowara wrote:


Hi all,

I am trying to install gentoo stage 3 using kernel 2.6.12-gentoo-r6, 
following the documentation.


after #umount /mnt/gentoo ... (Chapter 10.d. Rebooting the system)
#reboot

The following messages are displayed:
shutdown: timeout opening/writing control channel /dev/initctl
init: timeout opening/writing control channel /dev/initctl

Any pointer on how to tackle this prob?

Thanks heaps for any pointers.

Regards,

Yance


It appears that I have to type exit twice before reboot. It is only one 
exit in docs.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] where's the splash?

2005-08-22 Thread Holly Bostick
 John Dangler schreef:
 
Holly~
Maybe you can get this to work with this page...

 
 http://gentoo-wiki.com/HOWTO_fbsplash#Option_1:_Compiling_The_initramfs_Imag
 
e_Directly_Into_The_Kernel

There's a section somewhere in here that talks about that exact error.

John D

 
 
 Thank you, John-- that is what I've been doing (which is a change from
 my original behaviour, which was to compile a separate initrd). Doing so
 did improve the situation in that using the livecd theme now allows the
 computer to boot (whereas the initrd using the silent splash would
 result in a kernel panic and halt).
 
 But I still get the message that 'no 8bpp pics are specified in the
 theme file' (twice) and then the message that the silent or verbose
 (whichever I've specified) image cannot be found, after which the system
 continues to boot. The console images are said to be being set (no
 message that they cannot be found), but (of course) do not appear.
 

OK, more information, maybe... I think I might have found what's not
working (but I don't know why its not working).

I went back through the various links that explain how to do this, and
found the Gentoo Weekly Newsletter from 18 April 2005
( http://lwn.net/Articles/132803/ ).

Now the Tips and Tricks section, titled Bootup with the Gentoo 2005.0
logo says (and I quote):

Code Listing 5.3:   |
|Configure the|
bootloader-

| |
|# nano -w /boot/grub/menu.lst|
|First change your kernel-boot-line to something like this (depends on|
|your used framebuffer and further kernel-parameters):|
|kernel /boot/kernel-2.6.11-r6 root=/dev/hda3 video=vesafb:[EMAIL PROTECTED] |
|  splash=silent,theme:livecd-2005.0 quiet CONSOLE=/dev/tty1  |
===|You must use more than 8bpp (in this example it is 32,
  ===|
===|specified by [EMAIL PROTECTED]).

This is supported by the fact that neither the 2005.0 or 2005.1 themes
specify an 8bpp picture in their config files, and in fact do not even
contain 8bpp files, afaics

Now, splash_geninitfs does allow you to specify --no8bpp (which didn't
work for me either), but from the GWN, that is not necessary anyway:

| Code Listing 5.2:   |
|Creation of an initrd with the   |
2005.0-splash--
---
| |
|Be sure that /boot is mounted before you call the command|
|# splash_geninitramfs -v -g /boot/splash-livecd-2005.0-1024x768 \|
|  -r 1024x768 livecd-2005.0  |

As you see, --no8bpp is not specified, which you'd think meant that it's
not needed (since the author knows that the theme doesn't contain a
specification for 8bpp, and this instruction comes before the other one
that deals with 8bpp at all).

So why, when my grub.conf says

 kernel /vmlinuz ro quiet root=/dev/hda5
video=vesafb-tng:ywrap,mtrr,[EMAIL PROTECTED]
splash=verbose,fadein,theme:livecd-2005.1 CONSOLE=/dev/tty1

clearly specifying more than 8bpp as instructed, is the splash failing
to load because no 8bpp picture is specified in the theme file (which if
it had to be specified in the theme file, surely it would have been, but
it's not, so presumably it doesn't have to be), and therefore fails to
find the silent or verbose image?

Logically, this must mean that my console is 8bpp??? That's the only
reason that it would be looking for the 8bpp picture. Why is my console
8bpp, when the message is being displayed on a 1280x1024 framebuffer
meaning that the framebuffer is loaded oh, shit. Shit, shit,
shit Sorry.

I think I got it.

I have vesafb-tng specified in the kernel as so:

[EMAIL PROTECTED]

but it should be

[EMAIL PROTECTED], shouldn't it? Or else the stupid framebuffer defaults
to 8bpp or something, doesn't it?

Just changed my kernel config, recompiling. I'll let you know how it goes.

That really might be it. Damn, I feel stupid, but it's not like any of
these bloody instructions remind you to set the %$#^*$% bit depth in
your kernel vesafb-tng setting, either.

Brb,
Holy




I feel that we are close to a solution here (I think the splash will
work perfectly once it stops looking for an 8bpp picture; I also think
that's why emergence works, because it has one already), but I am over
my head here.

Please help :) .

Holly

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Read/Import mail

2005-08-22 Thread Fernando Meira
Hi,
this question might be a little bit out of the scope of this mailing list.. but anyway:

I need to access some old mail folder. I was using mozilla as mail client at the time.
Now I use thunderbird. I couldn't import/read the mail just by creating
an account and pointing the Local Folder to that old folder.
The extension of mozilla files are .msf while TB ones are .sdb.
Can I solve this using thunderbird or any simple app that I can emerge quickly, or will I have to install mozilla just for this?

Thanks,
Fernando.


Re: [gentoo-user] where's the splash?

2005-08-22 Thread Holly Bostick
Holly Bostick schreef:
 So why, when my grub.conf says
 
  kernel /vmlinuz ro quiet root=/dev/hda5
 video=vesafb-tng:ywrap,mtrr,[EMAIL PROTECTED]
 splash=verbose,fadein,theme:livecd-2005.1 CONSOLE=/dev/tty1
 
 clearly specifying more than 8bpp as instructed, is the splash failing
 to load because no 8bpp picture is specified in the theme file (which if
 it had to be specified in the theme file, surely it would have been, but
 it's not, so presumably it doesn't have to be), and therefore fails to
 find the silent or verbose image?
 
 Logically, this must mean that my console is 8bpp??? That's the only
 reason that it would be looking for the 8bpp picture. Why is my console
 8bpp, when the message is being displayed on a 1280x1024 framebuffer
 meaning that the framebuffer is loaded oh, shit. Shit, shit,
 shit Sorry.
 
 I think I got it.
 
 I have vesafb-tng specified in the kernel as so:
 
 [EMAIL PROTECTED]
 
 but it should be
 
 [EMAIL PROTECTED], shouldn't it? Or else the stupid framebuffer defaults
 to 8bpp or something, doesn't it?
 
 Just changed my kernel config, recompiling. I'll let you know how it goes.
 
 That really might be it. Damn, I feel stupid, but it's not like any of
 these bloody instructions remind you to set the %$#^*$% bit depth in
 your kernel vesafb-tng setting, either.

Yes, that was it. The splash now works. So for all of you following this
thread, first check that your preferred bit depth is specified in the
vesafb-tng default setting in the kernel, and if it is not, specify it.

Thank you all very much for all your help; Uwe, won't be needing to send
that tar.gz to you after all, but thanks for the offer.

See you all later; I'm off to figure out how to make a matching GDM
theme, and get rid of that smearing in the GRUB theme. After which, I'll
maybe update the Wiki, if somebody doesn't do it first.

Toodle-oo,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Matan Peled
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christoph Gysin wrote:
 To get a chance of getting it included in the portage tree, you'll need
 to provide a package with everything needed to build the game from
 source. Some sort of build instruction would also be nice.

But we can't... It requires a commercial basic compiler =/

A binary package is our only choice.

- --
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDCde2A7Qvptb0LKURApEmAJ9T0gm+/4LbwCSBDhrT8A4qGEk5cACggt/J
nVcHNoxAha/xKMoYWSljlfc=
=Aptz
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] KDE 3.4 disk access

2005-08-22 Thread Ed Jabbour
I installed KDE 3.4.1 using the split ebuilds.  At the kdm login screen, 
there is no disk activity.  When logged in, however, no matter which user, 
the disk is constantly being accessed.  top shows no unusual activity - not 
to my eyes, anyway.  If I log into KDE 3.3, the disk is quiet.  How might I 
discover what is running to cause the disk access?  Thanks.

-- 
Ed Jabbour
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] rc-update add asterisk default

2005-08-22 Thread im822
I need help in troubleshooting.

asterisk will not start. I have executed rc-update add asterisk default.

While booting I see the message starting asterisk as user asterisk[ok]

But it is not running after I log in.

I there a boot log I can view to get some answers?


cj
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Read/Import mail

2005-08-22 Thread A. Khattri
On Mon, 22 Aug 2005, Fernando Meira wrote:

 I need to access some old mail folder. I was using mozilla as mail client at
 the time.
 Now I use thunderbird. I couldn't import/read the mail just by creating an
 account and pointing the Local Folder to that old folder.

Tools - Import

maybe???


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PHP and files over 2 Gb

2005-08-22 Thread A. Khattri
On Mon, 22 Aug 2005, Jim Hatfield wrote:

 I just bought a Pinnacle ShowCenter and am using it with some
 Apache/PHP/MySQL code to play mpeg movie files to a TV.

 It appears that PHP as built can't handle files over 2Gb - I
 get warnings whenever the application peruses a directory with
 such files in it.

 I had a look at the USE flags for PHP but didn't see anything
 obvious. Is there an easy way to build PHP to have large file
 support?

http://us3.php.net/manual/en/ref.filesystem.php

Dont know how to switch on those flags but maybe a developer can help.



--

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Read/Import mail

2005-08-22 Thread Fernando Meira
Yah.. but that didn't work!
Well, I found the mail I needed on other account :)
So I won't need to do this.. at least for now.. but the question is still on.. 

Thanks
FernandoOn 8/22/05, A. Khattri [EMAIL PROTECTED] wrote:
On Mon, 22 Aug 2005, Fernando Meira wrote: I need to access some old mail folder. I was using mozilla as mail client at the time. Now I use thunderbird. I couldn't import/read the mail just by creating an
 account and pointing the Local Folder to that old folder.Tools - Importmaybe???gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Gentoo equivalent to yum provides

2005-08-22 Thread A. Khattri
On Mon, 22 Aug 2005, Graham Murray wrote:

 However it should be possible to know all of files that the package
 may install.

You would have to write a utility that looked at ALL the possible USE
flags a package could make use of and build a tree that was stored in a
database (not to mention, you would have to actually run the build process
to get the list of files to populate the database for EACH combination
of USE flags!).

Not exactly a trivial undertaking and the resulting database would be very
big.

Binary distributions can do this because they usually dont allow any
customization (i.e. there is just ONE package for say, Pine, usually) and
since its built already they can easily create populate a database.


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Read/Import mail

2005-08-22 Thread Holly Bostick
A. Khattri schreef:
 On Mon, 22 Aug 2005, Fernando Meira wrote:
 
 
I need to access some old mail folder. I was using mozilla as mail client at
the time.
Now I use thunderbird. I couldn't import/read the mail just by creating an
account and pointing the Local Folder to that old folder.
 
 
 Tools - Import
 
 maybe???
 
 

Actually, in 1.0.6, it's now

Extras = Import

(been looking for the Import command for an hour now; knew it had to be
around somewhere, but it's not where it used to be-- or in fact,
anywhere logical-- anymore :) )

Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] rc-update add asterisk default

2005-08-22 Thread A. Khattri
On Mon, 22 Aug 2005 [EMAIL PROTECTED] wrote:

 I need help in troubleshooting.

 asterisk will not start. I have executed rc-update add asterisk default.

 While booting I see the message starting asterisk as user asterisk[ok]

 But it is not running after I log in.

 I there a boot log I can view to get some answers?

Does asterisk have a log file under /var? If so look at it.
Or look in /var/log/messages.


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PHP and files over 2 Gb

2005-08-22 Thread Michael Crute
According to the top line of that PHP document you should be able to add `-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64` to your cflags and recompile PHP to make everything work!

-Mike
On 8/22/05, A. Khattri [EMAIL PROTECTED] wrote:
On Mon, 22 Aug 2005, Jim Hatfield wrote: I just bought a Pinnacle ShowCenter and am using it with some Apache/PHP/MySQL code to play mpeg movie files to a TV. It appears that PHP as built can't handle files over 2Gb - I
 get warnings whenever the application peruses a directory with such files in it. I had a look at the USE flags for PHP but didn't see anything obvious. Is there an easy way to build PHP to have large file
 support?http://us3.php.net/manual/en/ref.filesystem.phpDont know how to switch on those flags but maybe a developer can help.
gentoo-user@gentoo.org mailing list-- Michael E. CruteSoftware Developer
SoftGroup Development CorporationLinux, because reboots are for installing hardware.In a world without walls and fences, who needs windows and gates?


Re: [gentoo-user] emerge can't create lock in NFS exported distfiles directory

2005-08-22 Thread Roman v. Gemmeren

Alexander Skwar wrote:

Hi!
How can I use a NFS exported distfiles directory?


Hi,

this is part of my /etc/exports, where sleipnir is the name of the computer:

/usr/portage/ 
sleipnir(rw,sync,no_root_squash,nohide,no_subtree_check)


works fine here.

--
Ciao,

Roman v. Gemmeren
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help needed for installing KDE

2005-08-22 Thread Volker Armin Hemmann
On Monday 22 August 2005 05:51, Rajat Gujral wrote:
 hi,

 i am not able to locate memtest86 ... can u pls guide me with it .. I have
 changed my ide cable but the DMA_INTR are still coming ..



 Volker Armin Hemmann [EMAIL PROTECTED] wrote:
 Hi,

 the first suspect when the box behaves abnormal, is to run memtest86 for a
 while - like 4h.

 If it finds some errors, congratulation, ou found the culprit - if not, try
 something different ;)

 If your dma-errors are harddisk related, a new ide-cable may solve your
 problem... this little bastards are broken so fast and easily, it is
 sickening.

emerge -s memtest:
sys-apps/memtest86
  Latest version available: 3.2
  Latest version installed: 3.2
  Size of downloaded files: 128 kB
  Homepage:http://www.memtest86.com/
  Description: A stand alone memory test for x86 computers
  License: GPL-2

*  sys-apps/memtest86+
  Latest version available: 1.60
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 143 kB
  Homepage:http://www.memtest.org/
  Description: Memory tester based on memtest86
  License: GPL-2

it des not matter which one you choose, just install it (mount /boot before 
you start emerging!), edit grub.conf so you have such a line:
title=MEMTEST86
root (hd0,0)
kernel /boot/memtest86/memtest.bin

and the next boot, choose it and let it run for some hours.

If memtest does not find any errors, check the harddisk.
smart should be enabled, smartmontools are a good collection to read out the 
smart data. Errors? Uh, time for a new harddisk.

And then there is badblocks, which you should run too.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [big OT] Export firefox profile

2005-08-22 Thread krzaq
Is there a way to export a whole profile (including bookmarks, saved passwords, extensions, themes) in Mozilla Firefox?

I want to export my Firefox profile to two machines: windowsXP and another gentoo.
Can I just copy the whole profile over?
-- RegardsKarol Krzak


Re: [gentoo-user] PHP and files over 2 Gb

2005-08-22 Thread Jason Stubbs
On Monday 22 August 2005 20:51, Jim Hatfield wrote:
 I just bought a Pinnacle ShowCenter and am using it with some
 Apache/PHP/MySQL code to play mpeg movie files to a TV.

 It appears that PHP as built can't handle files over 2Gb - I
 get warnings whenever the application peruses a directory with
 such files in it.

 I had a look at the USE flags for PHP but didn't see anything
 obvious. Is there an easy way to build PHP to have large file
 support?

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

-- 
Jason Stubbs


pgpjzyHmgxJYA.pgp
Description: PGP signature


Re: [gentoo-user] Downloading packages from a txt file

2005-08-22 Thread Grant
  Do you know how to get 'emerge -fp world' to return only one path per
  file or get wget to use the %20-separated alternate paths properly?
 
 hmm... if you try:
 
 $ cat links.txt | xargs wget -c
 
 I know it's not delicate but it might work :)
 
 sorry but i can't be much of a help, my bash scripting knowledge is limited...
 --
 Cheers, Alex.

Hi Alex,

That works for some of them but I get a lot of:

416 Requested Range Not Satisfiable

- Grant

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gentoo-sources USE-flag problem

2005-08-22 Thread Fredrik Axelsson

I'm trying to emerge gentoo-sources with the -doc use flag set.

emerge -pv gentoo-sources shows that gentoo-sources will be emerged 
without the doc use flag.


-doc is set both in my make.conf USE variable and in 
/etc/portage/package.use


After the emerge 'equery uses gentoo-sources' shows that gentoo-sources 
does infact use the doc use flag anyway.


'emerge -puD world' want's to install the docbook-sgml-packages

Does anyone have a clue to why it behaves like this.

Thank you for your time,

Fredrik

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Christoph Gysin

Matan Peled wrote:

Christoph Gysin wrote:


To get a chance of getting it included in the portage tree, you'll need
to provide a package with everything needed to build the game from
source. Some sort of build instruction would also be nice.


But we can't... It requires a commercial basic compiler =/


This is bad. Opensource software shouldn't depend on commercial stuff.

In this case, I'm not willing to spend my time building a package for it.


A binary package is our only choice.


Good luck then...

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



[gentoo-user] CD burning with full filenames

2005-08-22 Thread Grant
Hello, does anyone know how to make an ISO and then burn it to a CD
with the full filenames preserved?  I tried specifying Joliet and Rock
Ridge but the output from mkisofs looks like the filenames are being
altered.

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CD burning with full filenames

2005-08-22 Thread Holly Bostick
Grant schreef:
 Hello, does anyone know how to make an ISO and then burn it to a CD
 with the full filenames preserved?  I tried specifying Joliet and Rock
 Ridge but the output from mkisofs looks like the filenames are being
 altered.
 
 - Grant
 
 You only used Joliet (-J)?

Maybe you need this option instead (or as well):


 -joliet-long
  Allow Joliet filenames to be up to 103 Unicode characters.
This breaks the Joliet specification - but appears to work.  Use  with
caution.
  The  number 103 is derived from: the maximum Directory
Record Length (254), minus the length of Directory Record (33), minus
CD-ROM XA System Use Extension Information (14), divided by the UTF-16
character size (2).

You might also want

  -l Allow full 31 character filenames.  Normally the ISO9660
filename will be in an 8.3 format which is compatible with MS-DOS, even
though the ISO9660 standard allows filenames of up to 31 characters.  If
you use this option, the disc may be difficult to use on a MS-DOS
system, but this comes in handy on some other systems (such as the
Amiga).  Use with caution.

Check man mkisofs for more details :) .


Hope this helps,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo-sources USE-flag problem

2005-08-22 Thread Holly Bostick
Fredrik Axelsson schreef:
 I'm trying to emerge gentoo-sources with the -doc use flag set.
 
 emerge -pv gentoo-sources shows that gentoo-sources will be emerged
 without the doc use flag.
 
 -doc is set both in my make.conf USE variable and in
 /etc/portage/package.use
 
 After the emerge 'equery uses gentoo-sources' shows that gentoo-sources
 does infact use the doc use flag anyway.
 
 'emerge -puD world' want's to install the docbook-sgml-packages
 
 Does anyone have a clue to why it behaves like this.

I was just reading man equery, and according to that:

 uses local-opts pkgspec
  display USE flags for pkgspec.  No local options are
actually implemented yet.

So it's not necessarily displaying the USE flags actually used to build
the package on your system, but rather the USE flags specified for the
package (some of which you have disabled).

That then brings us to the question, if not gentoo-sources, then what
exactly is pulling in docbook-sgml?

Try

emerge -puDtv world

to find the answer to that.

HTH,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Covington, Chris
 This is bad. Opensource software shouldn't depend on commercial stuff.
 
 In this case, I'm not willing to spend my time building a 
 package for it.
 
  A binary package is our only choice.
 
 Good luck then...

Well it's possible to emerge ut2004 which requires you to bring your own
binary.  And when you emerge sun-jdk you need to download Sun's binary.
So I don't know why this game wouldn't be possible, other than maybe
it's not popular enough to afford those concessions.

---
Chris Covington
IT
Plus One Health Management
75 Maiden Lane Suite 801
NY, NY 10038
646-312-6269
http://www.plusoneactive.com

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] rc-update add asterisk default

2005-08-22 Thread Kevin Hanson

A. Khattri wrote:


On Mon, 22 Aug 2005 [EMAIL PROTECTED] wrote:

 


I need help in troubleshooting.

asterisk will not start. I have executed rc-update add asterisk default.

While booting I see the message starting asterisk as user asterisk[ok]

But it is not running after I log in.

I there a boot log I can view to get some answers?
   



Does asterisk have a log file under /var? If so look at it.
Or look in /var/log/messages.


 


Try running asterisk at the command prompt and see what errors you get:

# asterisk -cvr

Cheers,
Kevin
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Downloading packages from a txt file

2005-08-22 Thread Alex
On Monday 22 August 2005 14:52, Grant wrote:
 That works for some of them but I get a lot of:

 416 Requested Range Not Satisfiable

Are the packages downloaded? Doing cat links.txt | xargs wget -c will try to 
download from *all* urls listed in links.txt and there are a few of them for 
each package, so it might  be downloaded after-all :)
Those error could be some bad urls in the ebuilds. Just a guess, I don't 
know...
-- 
Cheers, Alex.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CD burning with full filenames

2005-08-22 Thread Edward Catmur
On Mon, 2005-08-22 at 07:54 -0700, Grant wrote:
 Hello, does anyone know how to make an ISO and then burn it to a CD
 with the full filenames preserved?  I tried specifying Joliet and Rock
 Ridge but the output from mkisofs looks like the filenames are being
 altered.

AFAICR none of the available CD filesystems support the full range of
Unix filenames.

If this is for backup purposes you might be better off just making a tar
file and burning that directly to CD - tar is designed for archiving,
after all. The resulting CD will be readable by e.g. tar
tvf /dev/cdrom.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo-sources USE-flag problem

2005-08-22 Thread Neil Bothwick
On Mon, 22 Aug 2005 17:14:43 +0200, Holly Bostick wrote:

 So it's not necessarily displaying the USE flags actually used to build
 the package on your system, but rather the USE flags specified for the
 package (some of which you have disabled).

Use genlop -i pkgname to see the flags a package was built with.


-- 
Neil Bothwick

Sir! Romulan warbird decloaki»®õ÷üÁ NO CARRIER


pgpUqepuQ1X46.pgp
Description: PGP signature


Re: [gentoo-user] rc-update add asterisk default

2005-08-22 Thread Kevin Hanson

Kevin Hanson wrote:


A. Khattri wrote:


On Mon, 22 Aug 2005 [EMAIL PROTECTED] wrote:

 


I need help in troubleshooting.

asterisk will not start. I have executed rc-update add asterisk 
default.


While booting I see the message starting asterisk as user 
asterisk[ok]


But it is not running after I log in.

I there a boot log I can view to get some answers?
  



Does asterisk have a log file under /var? If so look at it.
Or look in /var/log/messages.


 


Try running asterisk at the command prompt and see what errors you get:

# asterisk -cvr

Cheers,
Kevin


ooopsshouldn't have the 'r' in there:

# asterisk -cvv

Cheers,
Kevin
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: gentoo-sources USE-flag problem

2005-08-22 Thread Fredrik Axelsson

Holly Bostick wrote:

Fredrik Axelsson schreef:


I'm trying to emerge gentoo-sources with the -doc use flag set.

emerge -pv gentoo-sources shows that gentoo-sources will be emerged
without the doc use flag.

-doc is set both in my make.conf USE variable and in
/etc/portage/package.use

After the emerge 'equery uses gentoo-sources' shows that gentoo-sources
does infact use the doc use flag anyway.

'emerge -puD world' want's to install the docbook-sgml-packages

Does anyone have a clue to why it behaves like this.



I was just reading man equery, and according to that:

 uses local-opts pkgspec
  display USE flags for pkgspec.  No local options are
actually implemented yet.

So it's not necessarily displaying the USE flags actually used to build
the package on your system, but rather the USE flags specified for the
package (some of which you have disabled).

That then brings us to the question, if not gentoo-sources, then what
exactly is pulling in docbook-sgml?

Try

emerge -puDtv world

to find the answer to that.

HTH,
Holly


Thank you,

You are absolutely right, scrollkeeper was the guilty one=)

Regards,

Fredrik

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge can't create lock in NFS exported distfiles directory

2005-08-22 Thread Neil Bothwick
On Mon, 22 Aug 2005 10:55:36 +0200, Alexander Skwar wrote:

 As you can see, emerge (/usr/lib/portage/pym/portage_locks.py) failed
 to create a lock file - or rather failed to lock the file.

Add distlocks to FEATURES in make.conf


-- 
Neil Bothwick

Hey Rocky, watch me pull a klingon out of my hat!


pgp9NnsPYrQxK.pgp
Description: PGP signature


Re: [gentoo-user] [big OT] Export firefox profile

2005-08-22 Thread Roy Wright

Try the Bookmarks Synchronizer firefox plugin.  Works for me... :-)

HTH,
Roy

krzaq wrote:

Is there a way to export a whole profile (including bookmarks, saved 
passwords, extensions, themes) in Mozilla Firefox?


I want to export my Firefox profile to two machines: windowsXP and 
another gentoo.

Can I just copy the whole profile over?

--
Regards
Karol Krzak 


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT?] Dynamic DNS using Gentoo

2005-08-22 Thread Dmitry Lukashin
On Tue, 09 Aug 2005 20:00:46 +0200
Jean Magnan de Bornier [EMAIL PROTECTED] wrote:


 | 1. Which dynamic DNS provider do you prefer and why (I would prefer
 | a free one)?
 
 www.zoneedit.com
 
 I won't say I prefer it, I only tried this one and never felt the
 need to change; it is free
 

I have negative emotions about them. They have limitation only to five
domain names. I was tried to add my five domain names there. Four
domains appeared in them servers in more than week. I'm still waiting
for appearing 5th domain (more than month :)

Of course I didn't contact them support, just changed DNS provider...

btw, I think its not the best service for dynamic DNS :-)

Cheers!
--
 Дмитрий Лукашин
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] No keyboard module

2005-08-22 Thread Anthony E. Caudel
Thanks Benno, that did it.

Tony

Benno Schulenberg wrote:

Anthony E. Caudel wrote:
  

but I just noticed I do not have a keyboard module
under Peripherals in KDE's (3.4) Control Center.



If I remember correctly, you need to emerge kxkb...

Indeed: searching the Gentoo forums for KDE peripherals keyboard 
brings up this answer too.  :)

Benno
  


-- 
Those who would give up essential Liberty, to purchase a little temporary 
Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] where to put mknod?

2005-08-22 Thread Ciaran McCreesh
On Mon, 22 Aug 2005 08:45:52 +0100 Neil Bothwick [EMAIL PROTECTED]
wrote:
| On Mon, 22 Aug 2005 02:41:31 +0100, Ciaran McCreesh wrote:
|  /dev is a managed filesystem. You shouldn't be tinkering with it
|  manually.
| 
| You shouldn't need to tinker with it manually, but sometimes you need
| to as not everything is supported yet.  Until recently, the only way
| to get IEEE1394 working was to mknod the devices in local.start.

No, the correct thing to do is to add sysfs support to the devices in
question. It's probably the easiest form of kernel hacking there is.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Shell tools, Fluxbox, Cron)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



pgp2vxPA4a0UX.pgp
Description: PGP signature


Re: [gentoo-user] emerge can't create lock in NFS exported distfiles directory

2005-08-22 Thread Alexander Skwar
Matthew Cline schrieb:
 On 8/22/05, Alexander Skwar [EMAIL PROTECTED] wrote:
 How can I use a NFS exported distfiles directory?
 
 
 Try exporting the NFS share with the no_root_squash variable.

It was already exported with no_root_squash - you might have
noticed, that the testfile.root was owned by root.

Here's the excert from exports:

/Gentoo/Portage/distfiles   
*.bei.digitalprojects.com(async,rw,no_root_squash)
/Gentoo/Notebook/Gentoo/Portage/packages
*.bei.digitalprojects.com(async,rw,no_root_squash)
/Gentoo/Notebook/var/lib/portage
*.bei.digitalprojects.com(async,rw,no_root_squash)


Alexander Skwar
-- 
Today is National Existential Ennui Awareness Day.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] where to put mknod?

2005-08-22 Thread Neil Bothwick
On Mon, 22 Aug 2005 17:28:03 +0100, Ciaran McCreesh wrote:

 No, the correct thing to do is to add sysfs support to the devices in
 question. It's probably the easiest form of kernel hacking there is.

Eating lighted matches is probably the easiest form of fire-eating there
is. That doesn't mean I feel qualified to try it :-O


-- 
Neil Bothwick

Sir! Romulan warbird decloaki»®õ÷üÁ NO CARRIER


pgpOxTQXHf6B9.pgp
Description: PGP signature


[gentoo-user] gcc seg faults very often

2005-08-22 Thread Raphael Melo de Oliveira Bastos Sales
Hi there, 

   I'm using gcc-3.3.5.20050130-r1 and I keep getting segmentation
fault every now and then. Since it doesn't work, I can't compile an
earlier, more stable version. I hope it isn't a hardware failure,
because the warranty on my new computer just ended. It is probably not
an memory error, because I'm not using -pipe. I checked the filesystem
and no corruption was found.

   Anybody had this type of error too? If so, how did you handle it?
Are there any tools to check the hard drive's surface for flaws?

Thanks for the attention,

Raphael

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Lost Labyrinth

2005-08-22 Thread John Dangler
Just my .02 worth - anything for *nix with the word basic in it makes me
shudder...
the only other package I know of that used .pb extensions was powerbuilder.
at one time, it had a lot of promising features, but after being bought
twice and totally commercialized, it turned into another Symantec and their
*nix and mac development went out the window...

John D


-Original Message-
From: Matan Peled [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 22, 2005 12:41 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Lost Labyrinth

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christoph Gysin wrote:
 This is bad. Opensource software shouldn't depend on commercial stuff.

Agreed, I'm not really willing to spend my time on a 'semi-opensource' app
either.

Writing an ebuild for a binary app isn't all that hard, and it might be
accepted
into portage (Other binary games have been accepted, after all).

Good luck, Markus.

- --
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDCgAXA7Qvptb0LKURAvpWAJ4vLkFMupgLN/dhHhmVYsdLpDInBwCdGw4M
+4k/DcV8IWSoNJFjpHz0FL8=
=Xqpk
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc seg faults very often

2005-08-22 Thread Richard Fish

Raphael Melo de Oliveira Bastos Sales wrote:

Hi there, 


  I'm using gcc-3.3.5.20050130-r1 and I keep getting segmentation
fault every now and then. Since it doesn't work, I can't compile an
earlier, more stable version. I hope it isn't a hardware failure,
because the warranty on my new computer just ended. It is probably not
an memory error, because I'm not using -pipe. I checked the filesystem
and no corruption was found.
 



Don't be so sure.  -pipe doesn't add that much additional memory 
overhead, in fact, only a few pages used as an IO buffer between the 
processes.  The process of compiling itself is very tough on memory, 
reading and writing to various locations in rapid succession.


I would say memory is the most likely problem, but it could be 
overheating or power supply problems also.



  Anybody had this type of error too? If so, how did you handle it?
Are there any tools to check the hard drive's surface for flaws?
 



Bad disk blocks are almost certainly not the issue, as you would end up 
with IO errors during the compilation, not segfaults.  Well, I guess if 
your swap had bad blocks, you might get a segfault...


Anyway, dd if=/dev/hda of=/dev/null bs=4k will test readability of 
your entire disk.  It doesn't test the validity of your data though...


-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Firefox 1.0.6-r2 emerge error

2005-08-22 Thread Rumen Yotov
On Thu, 2005-07-28 at 05:51 -0600, Adrian wrote:
 On Tue, 26 Jul 2005 08:06:18 +0300
 Rumen Yotov [EMAIL PROTECTED] wrote the words:
 
  Hi,
  In my previous post forgot to mention that the freetype library is
  slotted, usually you have two versions installed.
  On my system i have: media-libs/freetype-1.3.1-r4 
  media-libs/freetype-2.1.9-r1 and FF depends on 'fontconfig' which in
  turn depends on: =media-libs/freetype-2.1.4
  media-libs/freetype-2.1.9-r1 (second entry is my version).
  Usually when using emerge category/package it emerges the latest
  version (corrections accepted here) but could try re-emerging the
  minor version. The syntax here is: emerge =category/package-version
  -v. Also search Bugzilla.
  HTH. Rumen
 
 Hi Rumen;
 
 I did not know I would have multiple versions on freetype on my system,
 thanks for pointing that out.
 I did:
 emerge -v =media-libs/freetype-1.3.1-r4
 and this seemed to work just fine, but the Firefox emerge still fails
 with the same error message.
 How do I find out which versions of a slotted program are installed? 
 Maybe it needs a version different from either of these??  Obviously I'm
 grasping at thin air here, but I don't know what else to think at the
 moment.
 Thanks for you assistance, I'm most appreciative.
 Skippy
 
 
 -- 
 On The Fly Photography -:- Creation From Chaos
 
 On The Fly Photography:  http://204EastSouth.com
 Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
 The Cynical Libertarian Society:  http://www.204EastSouth.com/cls
Hi Adrian,
Presently still using qpkg --dups -v to get all slotted packages on my
system. Note that qpkg  etcat is deprecated and a use of equery is
encouraged. All are in 'app-portage/gentoolkit' package. Check the einfo
messages at the end of the install and move qpkgetc if you wish.
Just checked (very quickly) and didn't found a replacement option
(--dups) for equery. Somebody?
Almost forgot there is yet another tool: app-portage/portage-utils
written in C IIRC, it's very fast.
HTH. Rumen


smime.p7s
Description: S/MIME cryptographic signature


Re: [gentoo-user] CD burning with full filenames

2005-08-22 Thread Richard Fish

Grant wrote:


Hello, does anyone know how to make an ISO and then burn it to a CD
with the full filenames preserved?  I tried specifying Joliet and Rock
Ridge but the output from mkisofs looks like the filenames are being
altered.
 



This is normal, because both Rock Ridge and Joliet work by providing 
additional translation tables from the mangled ISO filenames to the 
normal names.  So mkisofs is still has to generate the mangled 
names...and tells you it is doing so.


Just mount the resulting ISO with mount -o loop,ro file.iso /mnt/cdrom 
and see for yourself.


-Richard

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems after reemerging GCC

2005-08-22 Thread Bill Six
Hi,

I just installed Gentoo.  I decided I wanted GCJ and
Objective C support in the GCC, so I recompiled it.

What do you have to do after reemerging it?  Because
afterwords, whenever I would try to run most
applications, I would get some error like failed to
load shared libraries.  I read somewhere on the
internet to add the new gcc
path(/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130) to
LD_LIBRARY_PATH and then env-update.

While this stopped giving me the error I was seeing,
now when I try to emerge programs, the compilation
fails.  

It says 

i686-pc-linux-gnu-gcc: installation problem, cannot
exec
`/usr/lib/gcc/i686-pc-linux-gnu/3.3.5-20050130/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/cc1':
No such file or directory



I've now looked at
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap=5,
but that hasn't helped me too much.


I don't know if the following helps, but my
/etc/env.d/05gcc looks like

PATH=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130
ROOTPATH=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130
MANPATH=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/man
INFOPATH=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/info
LDPATH=/usr/lib/gcc/i686-pc-linux-gnu/3.3.5-20050130
GCC_SPECS=


and /etc/env.d/05gcc-i686-pc-linux-gnu

PATH=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130
ROOTPATH=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130





Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc seg faults very often

2005-08-22 Thread Raphael Melo de Oliveira Bastos Sales
Hi Richard,

First of all, thanks for replying. I'll test the swap partition
with the command you sent. But how do I test the memory? Is there any
way to do it? I think I configured CMOS to do a memory check during
start up.

Also, I'm using -march=i686 -O2 -fomit-frame-pointer, since I
don't know if a higher value is compatible with my AMD Sempron.

2005/8/22, Richard Fish [EMAIL PROTECTED]:
 Raphael Melo de Oliveira Bastos Sales wrote:
 
 Hi there,
 
I'm using gcc-3.3.5.20050130-r1 and I keep getting segmentation
 fault every now and then. Since it doesn't work, I can't compile an
 earlier, more stable version. I hope it isn't a hardware failure,
 because the warranty on my new computer just ended. It is probably not
 an memory error, because I'm not using -pipe. I checked the filesystem
 and no corruption was found.
 
 
 
 Don't be so sure.  -pipe doesn't add that much additional memory
 overhead, in fact, only a few pages used as an IO buffer between the
 processes.  The process of compiling itself is very tough on memory,
 reading and writing to various locations in rapid succession.
 
 I would say memory is the most likely problem, but it could be
 overheating or power supply problems also.
 
Anybody had this type of error too? If so, how did you handle it?
 Are there any tools to check the hard drive's surface for flaws?
 
 
 
 Bad disk blocks are almost certainly not the issue, as you would end up
 with IO errors during the compilation, not segfaults.  Well, I guess if
 your swap had bad blocks, you might get a segfault...
 
 Anyway, dd if=/dev/hda of=/dev/null bs=4k will test readability of
 your entire disk.  It doesn't test the validity of your data though...
 
 -Richard
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc seg faults very often

2005-08-22 Thread Volker Armin Hemmann
On Monday 22 August 2005 21:29, Raphael Melo de Oliveira Bastos Sales wrote:
 Hi Richard,

 First of all, thanks for replying. I'll test the swap partition
 with the command you sent. But how do I test the memory? Is there any
 way to do it? I think I configured CMOS to do a memory check during
 start up.


please install memtest86 or memtest86+ and let it run for some others.

gcc segfaults are a very good sign of memory problems - and please the 
bios-'check' is not a 'check' - never was!

The bios counts the available memory - this is not a check but accounting.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc seg faults very often

2005-08-22 Thread R'twick Niceorgaw
Hi Raphael,

On Mon, August 22, 2005 3:29 pm, Raphael Melo de Oliveira Bastos Sales said:
 But how do I test the memory?

memtest86 will do it.


I'm using gcc-3.3.5.20050130-r1 and I keep getting segmentation
fault every now and then.

I also had the same gcc segfault problem recently. After some observation,
I found out whenever cpu temperature goes beyond 50 C I was getting
segfaults. Took out the heat sink and cpu, cleaned them put some arctic
silver between cpu and heat sink and put a fan in front of the box and did
a emerge -Uv world  without any problem even though temperature reached
65. I believe, its the arctic silver that I put between cpu and heat sink
fixed my problem.

HTH
R'twick
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Markus Döbele
Its written in Purebasic.
www.purebasic.com

And it needs sdl to run.


Am Montag, 22. August 2005 07:40 schrieb Nick Rout:
 On Mon, 2005-08-22 at 07:06 +0200, Markus Döbele wrote:
  I also created a rpm version of the game. I have no idea yet what I
  have to do
  to make it easy to install for gentoo users.
 
  Maybe you like to include our game in your distribution?
  Its only 4.4 MB big.
  Its a game like the old Roque and for Windows we have a lot of fans
  already.
  I would love it if we had a lot of Linux gamers too!

 Basically gentoo users will want to download it and compile it. Someone
 will need to create an ebuild for it.

 So:

 what language is it written in?
 what libraries are needed to compile it?
 what libraries are needed to run it?
 is there anything tricky about compiling and running it?



 --
 Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Markus Döbele
If people like to get involved in programming for this game I will translate 
everything to english. The game itself I translated to english, german and 
spanish.


Am Montag, 22. August 2005 09:01 schrieb Martin Marcher:
 Am Montag 22 August 2005 08:54 schrieb Matan Peled:
  ; Aktive Zauber loeschen
  For j = 1 To #ANZ_SPIELER
 For i = 1 To 15
aktive (i,j) \nr = 0
aktive (i,j) \dauer = 0
 Next
  Next

 looks like some (visual) basic stuff.

 hmm maybe I'll download the source and translate the comments to english.
 so if this game has such a big userbase at least the source is
 internationalized :)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gensplash oddity

2005-08-22 Thread Matthias Krebs
On 8/22/05, John Dangler [EMAIL PROTECTED] wrote:
 Ok - I went back through the wiki article on using gensplash with genkernel.
 I used - genkernel --menuconfig --gensplash=livecd-2005.1 all
 (I usually --udev on the end, but every time I get told that -udev is
 deprecated since it is the default behavior)
 At the end of the process, I checked /var/log/genkernel.log .  The last
 lines there look like this -
  Installing gensplash [ using the livecd-2005.1 theme ].
 Merging
 initramfs-base-layout.cpio.gz
 initramfs-aux.cpio.gz
 initramfs-busybox-1.00-rt-mdstart.plasmaroo.cpio.gz
 initramfs-insmod-0.9.15-pre4.cpio.gz
 initramfs-udev-054.cpio.gz
 initramfs-modules-2.6.12-gentoo-r9.cpio.gz
 initramfs-splash-2.6.12-gentoo-r9.cpio.gz
 Gentoo Linux Genkernel: Version 3.3.5
 Running with options ; genkernel --menuconfig --gensplash=livecd-2005.1 all
 
 ERROR: Could not copy the initramfs to /boot
 
 (yes, /boot is mounted)
 
 Then, I look at the long list in /boot . (ls -l)
 
 I compiled this today 8/21/05) at around 9pm (2100)
 
 1603780 Aug 21 21:07 kernel-genkernel-x86-2.6.12-gentoo-r9
 10928128Aug 21 21:20 initramfs-genkernel-x86-2.6.12-gentoo-r9
 
 I set up an additional grub entry for the splash options on the kernel line,
 and rebooted to see what the effect was.
 After the initial information at bootup, all I got was a black screen [This
 is on a Dell Inspiron 8600 laptop. I may have the wrong settings
 ([EMAIL PROTECTED]), so if anyone knows how to correctly identify this I'd
 appreciate it].  I had to power off and on again to get video returned.
 I then tried the default r9 kernel boot without the splash - KERNEL PANIC .
 vfs out of sync.
 
 I rebooted into the old (r6 kernel), and re-ran 'genkernel --menuconfig
 --udev all' (no splash) to rebuild the r9 kernel, rebooted to the r9 kernel,
 and all is well.
 
 Anyone offering any assistance with this, please do.  I've gotten everything
 in the base system running well except this issue, and I'm about to throw in
 the towel on splash.
 
 John D
 
Hi,

you can identify the modes your graphic board supports by doing cat
/proc/fb0/modes (the frambuffer module has to be loaded for this to
work). The 2005.1 Theme needs a mode higher than 8bpp to work. For me
this setting works: video=vesafb:mtrr,ywrap,pmipal,[EMAIL PROTECTED]
splash=silent,fadein,theme:livecd-2005.1

HTH,

Matze

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Markus Döbele
I created a tar.gz Version of this game too.
I'm sorry that its not possible to compile it with the demo version of the 
compiler.

What are gentoo users doing with other binary packages?
Like Acrobat Reader?

Is this a big problem for this system?


Am Montag, 22. August 2005 12:07 schrieb Matan Peled:
 Wayne Clement wrote:
  I don't know. Power basic is windows/dos only. I was looking at the
  .pb. I did a google and found PureBasic and it has a linux version and
  apears to have some visualbasic compatibility.
 
  www.purebasic.com
 
  I didn't see any other that might use the .pb ending.

 And.. Its non free. It does have a demo version, though:

 == Figure A ==

 [EMAIL PROTECTED] ~/temp/laby_source_1.0.1 $
 ../purebasic/compilers/pbcompiler laby.pb

 **
 PureBasic Linux x86 v3.92 (Demo)
 **

 Loading external modules...
 Starting compilation...
 Including source: constants_laby.pb
 Including source: constants_sprites.pb
 Including source: constants_images.pb
 Including source: konstanten.pb
 Including source: constants_sounds.pb
 Including source: help.pb
 Error: Source too big for demo version

 == End Figure A ==

 Which seems to mean Markus meant to provide a binary version of his game...
 =/

 --
 [Name  ]   ::  [Matan I. Peled]
 [Location  ]   ::  [Israel]
 [Public Key]   ::  [0xD6F42CA5]
 [Keyserver ]   ::  [keyserver.kjsl.com]
 encrypted/signed  plain text  preferred
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems after reemerging GCC

2005-08-22 Thread Matan Peled
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bill Six wrote:
 Hi,
 
 I just installed Gentoo.  I decided I wanted GCJ and
 Objective C support in the GCC, so I recompiled it.

Hmmm...

I would try toying around with gcc-config and see if that solves your problem.
Also, try 'source /etc/profile'.

- --
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDCjIyA7Qvptb0LKURAnZhAJ4o+CCm6Clv/hrqN8245uF1U8a2ZQCfc6ze
6qdsL78CkfXNRUtXeV05nJY=
=fBcD
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Markus Döbele
Thats the way all the old versions had to be started. For the 1.0.0 Version I 
created a rpm. To make it easier for suse, mandrake and redhat Users. But I 
want to create a deb and an ebuild for gentoo too.
Maybe somebody from the gentoo team likes to help me with this.

Am Montag, 22. August 2005 13:40 schrieb Martins Steinbergs:
 i extracted tar.gz version under user and run ~/laby/laby
 graphics, sound, everything works nice. no problem quiting. game disables
 Alt+Tab, so to get to other windowed task should quit game.

 Martins

 On Monday 22 August 2005 13:06, Nick Rout wrote:
  If you download the compiled rpm and install it (I have rpm emerged into
  my system, for mainactor originally I think)
 
  rpm -Uvh --nodeps laby-1.0.1-0.i586.rpm
 
  It installs these files:
 
  [EMAIL PROTECTED] ~/tmp/laby $ rpm -ql laby
  /usr/games/laby/graphics.pak
  /usr/games/laby/highscores.dat
  /usr/games/laby/laby
  /usr/games/laby/laby.xpm
  /usr/games/laby/liesmich.txt
  /usr/games/laby/purebasic.exe
  /usr/games/laby/readme.txt
  /usr/games/laby/readme_waffen.txt
  /usr/games/laby/readme_zauber.txt
  /usr/games/laby/sounds.pak
 
 
  you can run the game with /usr/games/laby/laby. It runs (although I
  haven't worked out how to quit it other than by killing X). A few
  instances of purebasic.exe appear in ps, which is odd looking but works.
 
  On Mon, 2005-08-22 at 04:54 -0400, Wayne Clement wrote:
   I don't know. Power basic is windows/dos only. I was looking at the
   .pb. I did a google and found PureBasic and it has a linux version
   and apears to have some visualbasic compatibility.
  
   www.purebasic.com
  
   I didn't see any other that might use the .pb ending.
  
   - Original Message -
   From: Matan Peled [EMAIL PROTECTED]
   To: gentoo-user@lists.gentoo.org
   Sent: Monday, August 22, 2005 3:21 AM
   Subject: Re: [gentoo-user] Lost Labyrinth
  
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
   
Wayne Clement wrote:
 try PowerBasic
   
Seems right. And how do I compile it?
 
  --
  Nick Rout [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc seg faults very often

2005-08-22 Thread Raphael Melo de Oliveira Bastos Sales
Any good tools for checking temperature and other system stats?

2005/8/22, R'twick Niceorgaw [EMAIL PROTECTED]:
 Hi Raphael,
 
 On Mon, August 22, 2005 3:29 pm, Raphael Melo de Oliveira Bastos Sales said:
  But how do I test the memory?
 
 memtest86 will do it.
 
 
 I'm using gcc-3.3.5.20050130-r1 and I keep getting segmentation
 fault every now and then.
 
 I also had the same gcc segfault problem recently. After some observation,
 I found out whenever cpu temperature goes beyond 50 C I was getting
 segfaults. Took out the heat sink and cpu, cleaned them put some arctic
 silver between cpu and heat sink and put a fan in front of the box and did
 a emerge -Uv world  without any problem even though temperature reached
 65. I believe, its the arctic silver that I put between cpu and heat sink
 fixed my problem.
 
 HTH
 R'twick
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Markus Döbele
ebuild sounds good to me :-)
I think it should be as easy as possible for gentoo users to install the game.

Its fully open source. Only the compiler is not.


Am Montag, 22. August 2005 18:40 schrieb Matan Peled:
 Christoph Gysin wrote:
  This is bad. Opensource software shouldn't depend on commercial stuff.

 Agreed, I'm not really willing to spend my time on a 'semi-opensource' app
 either.

 Writing an ebuild for a binary app isn't all that hard, and it might be
 accepted into portage (Other binary games have been accepted, after all).

 Good luck, Markus.

 --
 [Name  ]   ::  [Matan I. Peled]
 [Location  ]   ::  [Israel]
 [Public Key]   ::  [0xD6F42CA5]
 [Keyserver ]   ::  [keyserver.kjsl.com]
 encrypted/signed  plain text  preferred
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc seg faults very often

2005-08-22 Thread Raphael Melo de Oliveira Bastos Sales
I didn't know that. Good to learn. I'll use the memtest from the live
cd, since I can install it without the compiler working well...

2005/8/22, Volker Armin Hemmann [EMAIL PROTECTED]:
 On Monday 22 August 2005 21:29, Raphael Melo de Oliveira Bastos Sales wrote:
  Hi Richard,
 
  First of all, thanks for replying. I'll test the swap partition
  with the command you sent. But how do I test the memory? Is there any
  way to do it? I think I configured CMOS to do a memory check during
  start up.
 
 
 please install memtest86 or memtest86+ and let it run for some others.
 
 gcc segfaults are a very good sign of memory problems - and please the
 bios-'check' is not a 'check' - never was!
 
 The bios counts the available memory - this is not a check but accounting.
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Markus Döbele
Its purebasic , not powerbuilder.
And the reason why people use it, is because you can compile your games for 
windows, linux and mac. I dont think this is going to change.

The other version we have is in blitzbasic. Which only exists for windows.
So I invested a lot of time to rewrite it for a compiler that exists for 
Linux.

I can't see a reason not to play this little game.


Am Montag, 22. August 2005 19:41 schrieb John Dangler:
 Just my .02 worth - anything for *nix with the word basic in it makes me
 shudder...
 the only other package I know of that used .pb extensions was powerbuilder.
 at one time, it had a lot of promising features, but after being bought
 twice and totally commercialized, it turned into another Symantec and their
 *nix and mac development went out the window...

 John D


 -Original Message-
 From: Matan Peled [mailto:[EMAIL PROTECTED]
 Sent: Monday, August 22, 2005 12:41 PM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Lost Labyrinth

 Christoph Gysin wrote:
  This is bad. Opensource software shouldn't depend on commercial stuff.

 Agreed, I'm not really willing to spend my time on a 'semi-opensource' app
 either.

 Writing an ebuild for a binary app isn't all that hard, and it might be
 accepted
 into portage (Other binary games have been accepted, after all).

 Good luck, Markus.

 --
 [Name  ]   ::  [Matan I. Peled]
 [Location  ]   ::  [Israel]
 [Public Key]   ::  [0xD6F42CA5]
 [Keyserver ]   ::  [keyserver.kjsl.com]
 encrypted/signed  plain text  preferred

 --
 gentoo-user@gentoo.org mailing list
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc seg faults very often

2005-08-22 Thread R'twick Niceorgaw
On Mon, August 22, 2005 4:28 pm, Raphael Melo de Oliveira Bastos Sales said:
 Any good tools for checking temperature and other system stats?


I use gkrellm2. Make sure you have the acpi (thermal, fan etc) modules
built and loaded for your kernel.

-R'twick
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Matan Peled
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Markus Döbele wrote:
 I created a tar.gz Version of this game too.
 I'm sorry that its not possible to compile it with the demo version of the 
 compiler.
 
 What are gentoo users doing with other binary packages?
 Like Acrobat Reader?
 
 Is this a big problem for this system?

No, Portage can handle binary apps just fine. We have Java, Unreal Tournament
2k3/2k4, Doom 3, Neverwinter Nights... All kinds of binary-only apps.

But all of them are closed-source (Except for the -bin version of some rather
big packages, manly to save people the compile time...).

It feels kinda wrong to install a binary package of a (small) open-source app on
a source-based system...

Its also weird having an opensource app that you can only compile using a
non-free (as in beer) compiler...

- --
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDCjr6A7Qvptb0LKURAuu1AJ0dnvEMCwoWYOmvrDVlylW/2bTQCACfe4h2
YLkvEBo7vCnlGtmppaHlfAE=
=JNPk
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc seg faults very often

2005-08-22 Thread Raphael Melo de Oliveira Bastos Sales
Thanks to both R'twick and Volker. I'll try them out, tonight, after I
take my girlfriend for pizza ;)

2005/8/22, R'twick Niceorgaw [EMAIL PROTECTED]:
 On Mon, August 22, 2005 4:28 pm, Raphael Melo de Oliveira Bastos Sales said:
  Any good tools for checking temperature and other system stats?
 
 
 I use gkrellm2. Make sure you have the acpi (thermal, fan etc) modules
 built and loaded for your kernel.
 
 -R'twick
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems after reemerging GCC

2005-08-22 Thread Bryan Whitehead
remove the LS_LIBRARY_PATH hacks and run revdep-rebuild to find the 
applications that are pointing at the wrong shared libraries - or need to 
be recompiled.


Also make sure gcc-config is pointing to a fully-installed and functional 
compiler. This is my output:


beavis ~ # gcc-config -l
[1] i686-pc-linux-gnu-3.4.4 *
[2] i686-pc-linux-gnu-3.4.4-hardened
[3] i686-pc-linux-gnu-3.4.4-hardenednopie
[4] i686-pc-linux-gnu-3.4.4-hardenednopiessp
[5] i686-pc-linux-gnu-3.4.4-hardenednossp


On Mon, 22 Aug 2005, Bill Six wrote:


Hi,

I just installed Gentoo.  I decided I wanted GCJ and
Objective C support in the GCC, so I recompiled it.

What do you have to do after reemerging it?  Because
afterwords, whenever I would try to run most
applications, I would get some error like failed to
load shared libraries.  I read somewhere on the
internet to add the new gcc
path(/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130) to
LD_LIBRARY_PATH and then env-update.

While this stopped giving me the error I was seeing,
now when I try to emerge programs, the compilation
fails.

It says

i686-pc-linux-gnu-gcc: installation problem, cannot
exec
`/usr/lib/gcc/i686-pc-linux-gnu/3.3.5-20050130/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/cc1':
No such file or directory



I've now looked at
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap=5,
but that hasn't helped me too much.


I don't know if the following helps, but my
/etc/env.d/05gcc looks like

PATH=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130
ROOTPATH=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130
MANPATH=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/man
INFOPATH=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/info
LDPATH=/usr/lib/gcc/i686-pc-linux-gnu/3.3.5-20050130
GCC_SPECS=


and /etc/env.d/05gcc-i686-pc-linux-gnu

PATH=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130
ROOTPATH=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130





Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs




--
Bryan Whitehead
Email:[EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE 3.4 disk access

2005-08-22 Thread Oscar Carlsson
Is the disc activity there constantly, or just after you logged in?
How much ram does your machine have? Anything you have done to your hardware 
since upgrading to 3.4?

Oscar

Monday 22 August 2005 16.05 skrev Ed Jabbour:
 I installed KDE 3.4.1 using the split ebuilds.  At the kdm login screen,
 there is no disk activity.  When logged in, however, no matter which user,
 the disk is constantly being accessed.  top shows no unusual activity - not
 to my eyes, anyway.  If I log into KDE 3.3, the disk is quiet.  How might I
 discover what is running to cause the disk access?  Thanks.

 --
 Ed Jabbour
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc seg faults very often

2005-08-22 Thread Mariusz Pękala
On 2005-08-22 10:57:47 -0400 (Mon, Aug), R'twick Niceorgaw wrote:
 
 I also had the same gcc segfault problem recently. After some observation,
 I found out whenever cpu temperature goes beyond 50 C I was getting
 segfaults. Took out the heat sink and cpu, cleaned them put some arctic
 silver between cpu and heat sink and put a fan in front of the box and did
 a emerge -Uv world  without any problem even though temperature reached
 65. I believe, its the arctic silver that I put between cpu and heat sink
 fixed my problem.

I am in the middle of troubleshooting similiar (lockups, not segfaults) 
situation.
Maybe it will be of some use to somebody.

During some emerges my machine was getting locked up when cpu temperature got
above 55 C (AMD Athlon 2GB), but I decided (yeah - decided ;-) that CPU is not 
the
problem - 55 C is pretty low for CPU I think.

As a workaround I have limited the RAM amount available (I have 512 MB
physical) to 256 MB by kernel parameter mem=256M. No RAM errors were detected by
memtest, but limiting available RAM works - no lockups.

The 'sensors' utility (part of lm_sensors package) shows that one (out of two)
temperature sensor is a bit too hot: it has now (no emerge in progress)
61 C and warning threshold is on 48 C. I assume that it is not CPU that
gets too hot but that small, nice north bridge on my mobo.

May it be that the solution is to get some bigger heat sink and more
powerful fan not only for CPU.

HTH


-- 
No virus found in this outgoing message.
Checked by grep -i virus $MESSAGE
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Markus Döbele
So we have to treat Lost Labyrinth as closed source.
Because the source code of this game is only useful to other purebasic 
programmers. And people that got the compiler. I understand.
Can't change that.


Am Montag, 22. August 2005 22:52 schrieb Matan Peled:
 Markus Döbele wrote:
  I created a tar.gz Version of this game too.
  I'm sorry that its not possible to compile it with the demo version of
  the compiler.
 
  What are gentoo users doing with other binary packages?
  Like Acrobat Reader?
 
  Is this a big problem for this system?

 No, Portage can handle binary apps just fine. We have Java, Unreal
 Tournament 2k3/2k4, Doom 3, Neverwinter Nights... All kinds of binary-only
 apps.

 But all of them are closed-source (Except for the -bin version of some
 rather big packages, manly to save people the compile time...).

 It feels kinda wrong to install a binary package of a (small) open-source
 app on a source-based system...

 Its also weird having an opensource app that you can only compile using a
 non-free (as in beer) compiler...

 --
 [Name  ]   ::  [Matan I. Peled]
 [Location  ]   ::  [Israel]
 [Public Key]   ::  [0xD6F42CA5]
 [Keyserver ]   ::  [keyserver.kjsl.com]
 encrypted/signed  plain text  preferred

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE 3.4 disk access

2005-08-22 Thread Benno Schulenberg
Ed Jabbour wrote:
 I installed KDE 3.4.1 using the split ebuilds.  At the kdm login
 screen, there is no disk activity.  When logged in, however, no
 matter which user, the disk is constantly being accessed.

See http://forums.gentoo.org/viewtopic-t-307932.html

Benno
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] esound/esd segfaults

2005-08-22 Thread William Kenworthy
Hi, I have had a problem for many months where esd segfaults on two
systems.  Sound and alsa (alsa-lib is 1.09) work fine.  In the past
there were esd-alsa API problems, but they have been solved - right?

strace shows nothing obvious up until the segfault.  Where can I look
next?

BillK


The last part of a strace shows:



open(/dev/aloadC31, O_RDONLY) = -1 ENOENT (No such file or
directory)
open(/dev/snd/controlC0, O_RDONLY)= 5
close(5)= 0
stat64(/usr/share/alsa/alsa.conf, {st_mode=S_IFREG|0644,
st_size=7467, ...}) = 0
open(/dev/snd/controlC0, O_RDONLY)= 5
close(5)= 0
open(/dev/snd/controlC0, O_RDWR)  = 5
ioctl(5, USBDEVFS_CONTROL, 0xbfad314c)  = 0
ioctl(5, UI_DEV_CREATE, 0xbfad3240) = 0
close(5)= 0
open(/dev/snd/controlC0, O_RDONLY)= 5
close(5)= 0
stat64(/usr/share/alsa/alsa.conf, {st_mode=S_IFREG|0644,
st_size=7467, ...}) = 0
open(/dev/snd/controlC0, O_RDONLY)= 5
close(5)= 0
open(/dev/snd/controlC0, O_RDWR)  = 5
ioctl(5, USBDEVFS_CONTROL, 0xbfad2dfc)  = 0
ioctl(5, UI_DEV_CREATE, 0xbfad2ef0) = 0
close(5)= 0
open(/dev/snd/controlC0, O_RDONLY)= 5
close(5)= 0
stat64(/usr/share/alsa/alsa.conf, {st_mode=S_IFREG|0644,
st_size=7467, ...}) = 0
open(/dev/snd/controlC0, O_RDONLY)= 5
close(5)= 0
open(/dev/snd/controlC0, O_RDWR)  = 5
ioctl(5, USBDEVFS_CONTROL, 0xbfad2dfc)  = 0
ioctl(5, UI_DEV_CREATE, 0xbfad2ef0) = 0
close(5)= 0
open(/dev/snd/controlC0, O_RDONLY)= 5
close(5)= 0
stat64(/usr/share/alsa/alsa.conf, {st_mode=S_IFREG|0644,
st_size=7467, ...}) = 0
open(/dev/snd/controlC0, O_RDONLY)= 5
close(5)= 0
open(/dev/snd/controlC0, O_RDWR)  = 5
ioctl(5, USBDEVFS_CONTROL, 0xbfad2dfc)  = 0
ioctl(5, UI_DEV_CREATE, 0xbfad2ef0) = 0
close(5)= 0
getuid32()  = 0
semget(5678293, 1, IPC_CREAT|0600)  = 229376
semop(229376, 0xbfad33f0, 2)= 0
shmget(5678293, 1012, IPC_CREAT|0600)   = 2785297
shmat(2785297, 0, 0)= 0xb7fbe000
mlock(0xb7fbe000, 1012) = 0
shmctl(2785297, IPC_64|IPC_STAT, 0xbfad3390) = 0
open(/dev/snd/controlC0, O_RDONLY)= 5
close(5)= 0
open(/dev/snd/controlC0, O_RDWR)  = 5
ioctl(5, USBDEVFS_CONTROL, 0xbfad310c)  = 0
ioctl(5, 0x40045532, 0xbfad3134)= 0
open(/dev/snd/pcmC0D0p, O_RDWR|O_NONBLOCK) = 6
close(5)= 0
ioctl(6, AGPIOC_ACQUIRE or APM_IOC_STANDBY, 0xbfad3010) = 0
fcntl64(6, F_GETFL) = 0x802 (flags O_RDWR|
O_NONBLOCK)
ioctl(6, AGPIOC_INFO, 0xbfad2f7c)   = 0
ioctl(6, AGPIOC_RELEASE or APM_IOC_SUSPEND, 0xbfad2f78) = 0
mmap2(NULL, 4096, PROT_READ, MAP_SHARED, 6, 0x8) = 0xb7fbd000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 6, 0x81000) =
0xb7fbc000
ioctl(6, 0xc25c4110, 0xb7fbe104)= 0
ioctl(6, 0xc25c4110, 0xb7fbe104)= 0
ioctl(6, 0xc25c4110, 0xb7fbe104)= 0
ioctl(6, 0xc25c4110, 0xb7fbe104)= 0
ioctl(6, 0xc25c4110, 0xb7fbe104)= 0
ioctl(6, 0xc25c4110, 0xb7fbe104)= 0
ioctl(6, 0xc25c4110, 0xb7fbe104)= 0
ioctl(6, 0xc25c4110, 0xb7fbe104)= 0
ioctl(6, 0xc25c4110, 0xb7fbe104)= 0
ioctl(6, 0xc25c4111, 0xb7fbe104)= 0
ioctl(6, 0xc0684113, 0xbfad3300)= 0
ioctl(6, 0x80104132, 0xbfad3220)= 0
ioctl(6, 0x80104132, 0xbfad3220)= 0
mmap2(NULL, 65536, PROT_READ|PROT_WRITE, MAP_SHARED, 6, 0) = 0xb7fac000
ioctl(6, 0x4140, 0xb7e1f5a8)= 0
ioctl(6, 0xc0684113, 0xb7fbe360)= 0
ioctl(6, 0x4142, 0xb7e1f5a8)= 0
gettimeofday({1124751934, 260320}, NULL) = 0
socket(PF_FILE, SOCK_STREAM, 0) = 5
unlink(/tmp/alsa-dmix-10641-1124751934-260320) = -1 ENOENT (No such
file or directory)
bind(5, {sa_family=AF_FILE,
path=/tmp/alsa-dmix-10641-1124751934-260320}, 40) = 0
chmod(/tmp/alsa-dmix-10641-1124751934-260320, 0600) = 0
listen(5, 4)= 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|
SIGCHLD, child_tidptr=0xb7e0b6f8) = 10642
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(10642, NULL, 0) = 10642
shmget(5678294, 131072, IPC_CREAT|0600) = 2818068
shmat(2818068, 0, 0)= 0xb7f8c000
mlock(0xb7f8c000, 131072)   = 0
ioctl(6, AGPIOC_ACQUIRE or APM_IOC_STANDBY, 0xbfad3230) = 0
stat64(/usr/share/alsa/alsa.conf, {st_mode=S_IFREG|0644,
st_size=7467, ...}) = 0
open(/dev/snd/controlC0, O_RDONLY)= 7
close(7)= 0
open(/dev/snd/timer, O_RDONLY|O_NONBLOCK) = 7
ioctl(7, 0x80045400, 0xbfad2fbc)= 0
ioctl(7, TIOCSPGRP, 0xbfad2fc0) = 0
ioctl(7, 0x80045400, 

Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Nick Rout
I am trying to make an ebuild.

when i download the compiled tarball with wget using this url:

http://laby.toybox.de/download15/laby_1.0.1.tar.gz

I get a file called download2.php\?fileid\=15 which i then have to
rename to laby_1.0.1.tar.gz

This is not a good start.

So whats up with your web server, or is there a better url i could use
for automated downloading?


On Mon, 22 Aug 2005 23:42:19 +0200
Markus Döbele wrote:

 So we have to treat Lost Labyrinth as closed source.
 Because the source code of this game is only useful to other purebasic 
 programmers. And people that got the compiler. I understand.
 Can't change that.
 
 
 Am Montag, 22. August 2005 22:52 schrieb Matan Peled:
  Markus Döbele wrote:
   I created a tar.gz Version of this game too.
   I'm sorry that its not possible to compile it with the demo version of
   the compiler.
  
   What are gentoo users doing with other binary packages?
   Like Acrobat Reader?
  
   Is this a big problem for this system?
 
  No, Portage can handle binary apps just fine. We have Java, Unreal
  Tournament 2k3/2k4, Doom 3, Neverwinter Nights... All kinds of binary-only
  apps.
 
  But all of them are closed-source (Except for the -bin version of some
  rather big packages, manly to save people the compile time...).
 
  It feels kinda wrong to install a binary package of a (small) open-source
  app on a source-based system...
 
  Its also weird having an opensource app that you can only compile using a
  non-free (as in beer) compiler...
 
  --
  [Name  ]   ::  [Matan I. Peled]
  [Location  ]   ::  [Israel]
  [Public Key]   ::  [0xD6F42CA5]
  [Keyserver ]   ::  [keyserver.kjsl.com]
  encrypted/signed  plain text  preferred
 
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout [EMAIL PROTECTED]


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CD burning with full filenames

2005-08-22 Thread Nick Rout

On Mon, 22 Aug 2005 16:23:09 +0100
Edward Catmur wrote:

 On Mon, 2005-08-22 at 07:54 -0700, Grant wrote:
  Hello, does anyone know how to make an ISO and then burn it to a CD
  with the full filenames preserved?  I tried specifying Joliet and Rock
  Ridge but the output from mkisofs looks like the filenames are being
  altered.
 
 AFAICR none of the available CD filesystems support the full range of
 Unix filenames.
 
 If this is for backup purposes you might be better off just making a tar
 file and burning that directly to CD - tar is designed for archiving,
 after all. The resulting CD will be readable by e.g. tar
 tvf /dev/cdrom.

or write an ext2 filesystem instead of an iso9660 filesystem.



 
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Markus Döbele
I forwarded this message to the other programmer of laby that is maintaining 
the homepage. I let you know what we can do.

I never used wget. But could you specify that he downloads everthing from 
http://laby.toybox.de/download15/; ? Because there I will store all the 
future versions of the game. The names will change. But it will always be 
only one file.

Maybe its even possible to find out whats the name of the file?

I know nothing about wget. But try to help as far as can!



Am Dienstag, 23. August 2005 02:05 schrieb Nick Rout:
 I am trying to make an ebuild.

 when i download the compiled tarball with wget using this url:

 http://laby.toybox.de/download15/laby_1.0.1.tar.gz

 I get a file called download2.php\?fileid\=15 which i then have to
 rename to laby_1.0.1.tar.gz

 This is not a good start.

 So whats up with your web server, or is there a better url i could use
 for automated downloading?


 On Mon, 22 Aug 2005 23:42:19 +0200

 Markus Döbele wrote:
  So we have to treat Lost Labyrinth as closed source.
  Because the source code of this game is only useful to other purebasic
  programmers. And people that got the compiler. I understand.
  Can't change that.
 
  Am Montag, 22. August 2005 22:52 schrieb Matan Peled:
   Markus Döbele wrote:
I created a tar.gz Version of this game too.
I'm sorry that its not possible to compile it with the demo version
of the compiler.
   
What are gentoo users doing with other binary packages?
Like Acrobat Reader?
   
Is this a big problem for this system?
  
   No, Portage can handle binary apps just fine. We have Java, Unreal
   Tournament 2k3/2k4, Doom 3, Neverwinter Nights... All kinds of
   binary-only apps.
  
   But all of them are closed-source (Except for the -bin version of some
   rather big packages, manly to save people the compile time...).
  
   It feels kinda wrong to install a binary package of a (small)
   open-source app on a source-based system...
  
   Its also weird having an opensource app that you can only compile using
   a non-free (as in beer) compiler...
  
   --
   [Name  ]   ::  [Matan I. Peled]
   [Location  ]   ::  [Israel]
   [Public Key]   ::  [0xD6F42CA5]
   [Keyserver ]   ::  [keyserver.kjsl.com]
   encrypted/signed  plain text  preferred
 
  --
  gentoo-user@gentoo.org mailing list

 --
 Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Hard crash while doing an emerge

2005-08-22 Thread Mark Knecht
Hi,
   Do these sorts of things get reported somewhere? First time I can
remember this happening.

   2.6.12-gentoo-r6. I was doing an emerge --deep --update --newuse
world. It was emerging 5 items as I remember. Two were mplayer and
mythtv because of a new nvidia USE flag due to a new adapter card. At
about 5:30 it seems to have crashed. This is the beginning of what I
see in /var/log/messages:

Aug 22 17:10:01 godzilla cron[9100]: (root) CMD (test -x
/usr/sbin/run-crons  /usr/sbin/run-crons )
Aug 22 17:20:01 godzilla cron[20070]: (root) CMD (test -x
/usr/sbin/run-crons  /usr/sbin/run-crons )
Aug 22 17:22:28 godzilla Unable to handle kernel paging request at
virtual address 003faa30
Aug 22 17:22:28 godzilla printing eip:
Aug 22 17:22:28 godzilla c013eda7
Aug 22 17:22:28 godzilla *pde = 
Aug 22 17:22:28 godzilla Oops: 0002 [#1]
Aug 22 17:22:28 godzilla PREEMPT
Aug 22 17:22:28 godzilla Modules linked in: snd_seq_midi snd_pcm_oss
snd_mixer_oss snd_seq_oss snd_seq_midi_event snd_seq snd_ice1712
snd_ice17xx_ak4xxx snd_ak4xxx_adda snd_cs8427 snd_ac97_codec snd_i2c
snd_mpu401_uart snd_hdsp snd_rawmidi snd_seq_device firmware_class
snd_pcm snd_timer snd_page_alloc snd_hwdep snd via_agp evdev realtime
sbp2 ohci1394 ieee1394 nvidia agpgart
Aug 22 17:22:28 godzilla CPU:0
Aug 22 17:22:28 godzilla EIP:0060:[c013eda7]Tainted: P  VLI
Aug 22 17:22:28 godzilla EFLAGS: 00010006   (2.6.12-gentoo-r6)
Aug 22 17:22:28 godzilla EIP is at __rmqueue+0x47/0xf0
Aug 22 17:22:28 godzilla eax: c1239bb8   ebx:    ecx: c1076278
  edx: 003faa30
Aug 22 17:22:28 godzilla esi: c03fa9e4   edi:    ebp: c03faa30
  esp: e6377db0
Aug 22 17:22:28 godzilla ds: 007b   es: 007b   ss: 0068 Aug 22
17:22:28 godzilla Process portageq (pid: 21593, threadinfo=e6376000
task=e26bea20)
Aug 22 17:22:28 godzilla Stack: 0095 c11b8c60 c1076260 
c03faa10  0082 c013eeaa
Aug 22 17:22:28 godzilla c03fa9e4  c03fa9e4 0246 e6376000
c03faa00 c013f3a5 c03fa9e4
Aug 22 17:22:28 godzilla  001f c03faa10  c03fa9e4
ddc59334  80d2
Aug 22 17:22:28 godzilla Call Trace:
Aug 22 17:22:28 godzilla [c013eeaa] rmqueue_bulk+0x5a/0x80
Aug 22 17:22:28 godzilla [c013f3a5] buffered_rmqueue+0x1d5/0x1e0
Aug 22 17:22:28 godzilla [c013f849] __alloc_pages+0x3f9/0x420
Aug 22 17:22:28 godzilla [c0149c32] do_anonymous_page+0x62/0x150
Aug 22 17:22:28 godzilla [c0149d83] do_no_page+0x63/0x300
Aug 22 17:22:28 godzilla [c014a229] handle_mm_fault+0xe9/0x190
Aug 22 17:22:28 godzilla [c0111ffc] do_page_fault+0x18c/0x599

   I'll assume that this means it crashed when doing mythtv:

godzilla ~ # emerge -pv --deep --update --newuse world

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

Calculating world dependencies ...done!
[ebuild   R   ] media-tv/mythtv-0.18.1-r2  +alsa (-altivec) -arts
-debug -dvb -frontendonly -ieee1394 +jack -joystick -lcd +lirc +mmx
+nvidia* +oggvorbis +opengl +oss -unichrome 0 kB
[ebuild U ] net-analyzer/gnome-netstatus-2.10.0-r1 [2.10.0] -debug 0 kB

Total size of downloads: 0 kB
godzilla ~ #

   Anyway, do these sorts of things get reported via Bugzilla,
somewhere else or not at all?

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc seg faults very often

2005-08-22 Thread Raphael Melo de Oliveira Bastos Sales
I faced  lockups problems during high mem/cpu/io conditions on another
computer. Turned out to be the power source that was inadequate (is
that how it is spelled?). Most motherboard simply reboot the system
when close to overheating conditions. And they normally beep a lot
before that happens.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Issues getting PPTP connection to MS VPN server going with kernel-2.6.12-gentoo-r6

2005-08-22 Thread Jamie Dobbs
I've been setting up a connection to my work places MS vpn server using
the guide on the forums
http://forums.gentoo.org/viewtopic-t-298267-highlight-.html but have run
into the problem that there does not appear to be a kernel patch for mppe
support for this kernel version.
Does anyone know when/if there will be a patch for this kernel version, or
if there is some other way to allow MS vpn connections?


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Nick Rout
On Tue, 2005-08-23 at 03:25 +0200, Markus Döbele wrote:
 I forwarded this message to the other programmer of laby that is maintaining 
 the homepage. I let you know what we can do.
 
 I never used wget. But could you specify that he downloads everthing from 
 http://laby.toybox.de/download15/; ? Because there I will store all the 
 future versions of the game. The names will change. But it will always be 
 only one file.
 
 Maybe its even possible to find out whats the name of the file?
 
 I know nothing about wget. But try to help as far as can!


OK I have asked some questions on the gentoo developer list and the
consensus is that the file needs to download cleanly with wget or else
there are problems incorporating it into a gentoo ebuild without
repackaging the file and/or the gentoo project mirroring it for you. In
fact most of the comments were along the lines tell the labyrinth
distributors to fix their crap webserver or words to that effect.
Frankly there is no reason to have a redirect on a simple file download.

Just show you can show the guys who run your web server, this is what
happens when you try to download the file using wget, the web server
redirects the download and you end up with a funny named file. Here is
the output:

[EMAIL PROTECTED] ~/tmp/laby $ wget
http://laby.toybox.de/download15/laby_1.0.1.tar.gz
--17:10:54--  http://laby.toybox.de/download15/laby_1.0.1.tar.gz
   = `laby_1.0.1.tar.gz.1'
Resolving laby.toybox.de... 212.227.43.232
Connecting to laby.toybox.de[212.227.43.232]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://laby.toybox.de/download2.php?fileid=15 [following]
--17:10:56--  http://laby.toybox.de/download2.php?fileid=15
   = `download2.php?fileid=15'
Connecting to laby.toybox.de[212.227.43.232]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,882,608 [application/x-tgz]

As you can see it is the redirect that is the problem. The same thing
happens if you just try the directory name as you suggested:

[EMAIL PROTECTED] ~/tmp/laby $ wget http://laby.toybox.de/download15/
--17:12:24--  http://laby.toybox.de/download15/
   = `index.html'
Resolving laby.toybox.de... 212.227.43.232
Connecting to laby.toybox.de[212.227.43.232]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://laby.toybox.de/download2.php?fileid=15 [following]
--17:12:28--  http://laby.toybox.de/download2.php?fileid=15
   = `download2.php?fileid=15'
Connecting to laby.toybox.de[212.227.43.232]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,882,608 [application/x-tgz]



Anyway, if you fix the downloading, I will do my best to write you an
ebuild. I am half way through it. 


 
 
 
 Am Dienstag, 23. August 2005 02:05 schrieb Nick Rout:
  I am trying to make an ebuild.
 
  when i download the compiled tarball with wget using this url:
 
  http://laby.toybox.de/download15/laby_1.0.1.tar.gz
 
  I get a file called download2.php\?fileid\=15 which i then have to
  rename to laby_1.0.1.tar.gz
 
  This is not a good start.
 
  So whats up with your web server, or is there a better url i could use
  for automated downloading?
 
 
  On Mon, 22 Aug 2005 23:42:19 +0200
 
  Markus Döbele wrote:
   So we have to treat Lost Labyrinth as closed source.
   Because the source code of this game is only useful to other purebasic
   programmers. And people that got the compiler. I understand.
   Can't change that.
  
   Am Montag, 22. August 2005 22:52 schrieb Matan Peled:
Markus Döbele wrote:
 I created a tar.gz Version of this game too.
 I'm sorry that its not possible to compile it with the demo version
 of the compiler.

 What are gentoo users doing with other binary packages?
 Like Acrobat Reader?

 Is this a big problem for this system?
   
No, Portage can handle binary apps just fine. We have Java, Unreal
Tournament 2k3/2k4, Doom 3, Neverwinter Nights... All kinds of
binary-only apps.
   
But all of them are closed-source (Except for the -bin version of some
rather big packages, manly to save people the compile time...).
   
It feels kinda wrong to install a binary package of a (small)
open-source app on a source-based system...
   
Its also weird having an opensource app that you can only compile using
a non-free (as in beer) compiler...
   
--
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred
  
   --
   gentoo-user@gentoo.org mailing list
 
  --
  Nick Rout [EMAIL PROTECTED]
 
-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list