Re: [expert] Where are all the FIXES for XXXX BUGS????

2000-04-12 Thread Stephen F. Bosch

Alen Salamun wrote:
 
 Hey...I am an old LiNUX user and I KNOW WHEN I HAVE SOMETHING INSTALLED!
 There are ALL FILES INSTALLED!
 
 [alien@hal9000 alien]$ locate iostream.h
 /usr/include/g++-2/iostream.h
 /usr/include/g++-2/stdiostream.h
 
 If I manually say -I/usr/include/g++-2/ things do work. AND AS I SEE,
 THIS WAS A REPORTED BUG,
 BEFORE, BUT NOONE HAS DONE SOMETHING ABOUT IT...Nice...

Where is g++ looking for the headers? This still looks like a
configuration problem to me, especially if it works with the -I switch.

-Stephen-



Re: [expert] Where are all the FIXES for XXXX BUGS????

2000-04-12 Thread Alen Salamun

"Stephen F. Bosch" wrote:
 Where is g++ looking for the headers? This still looks like a
 configuration problem to me, especially if it works with the -I switch.
Hi!

Yes to me too, but it is the default conf, that was installed with
Mandrake...I really have no idea of
where it looks for libraries (I should read the FAQ hehehe)...

Bye, Alen
-- 
*---*
*E-Mail: Alen Salamun [EMAIL PROTECTED]*
*   LiNUX - The choice of GNU Generation!   *
*---*



Re: [expert] Where are all the FIXES for XXXX BUGS????

2000-04-12 Thread Brian T. Schellenberger


Yes, exactly, it must a configuration problem ("distribution bug"),
right?

How would he know where g++ is looking for headers?

First guess for a fix:

ls -l /usr/include/g++

If this fails, then:

ln -s /usr/include/g++-2 /usr/include/g++

If this succeeds, then:

csh
foreach fn (/usr/include/g++2/*)
ln -s $fn /usr/include/g++/$fn:t
end


"Stephen F. Bosch" wrote:
 
 Alen Salamun wrote:
 
  Hey...I am an old LiNUX user and I KNOW WHEN I HAVE SOMETHING INSTALLED!
  There are ALL FILES INSTALLED!
 
  [alien@hal9000 alien]$ locate iostream.h
  /usr/include/g++-2/iostream.h
  /usr/include/g++-2/stdiostream.h
 
  If I manually say -I/usr/include/g++-2/ things do work. AND AS I SEE,
  THIS WAS A REPORTED BUG,
  BEFORE, BUT NOONE HAS DONE SOMETHING ABOUT IT...Nice...
 
 Where is g++ looking for the headers? This still looks like a
 configuration problem to me, especially if it works with the -I switch.
 
 -Stephen-

-- 
"Brian, the man from babble-on" [EMAIL PROTECTED]
Brian T. Schellenberger http://www.babbleon.org
Support http://www.eff.org. Support decss
defendents.
Support http://www.programming-freedom.org. Boycott amazon.com.



Re: [expert] Where are all the FIXES for XXXX BUGS????

2000-04-11 Thread Alen Salamun

"Stephen F. Bosch" wrote:
  - g++ won't compile (includes not found)
 
 Is this happening in 7? It doesn't in 6.1.
Yes in 7! g++ won't find iostream.h

 Are you sure these are bugs?
Hey, what else can you call them? :)

Bye, Alen
-- 
*---*
*E-Mail: Alen Salamun [EMAIL PROTECTED]*
*   LiNUX - The choice of GNU Generation!   *
*---*



Re: [expert] Where are all the FIXES for XXXX BUGS????

2000-04-11 Thread Stephen F. Bosch

Alen Salamun wrote:
 
 "Stephen F. Bosch" wrote:
   - g++ won't compile (includes not found)
 
  Is this happening in 7? It doesn't in 6.1.
 Yes in 7! g++ won't find iostream.h

Then your headers aren't installed or your path is incorrect.
 
  Are you sure these are bugs?
 Hey, what else can you call them? :)

Configuration errors =)

-Stephen-



Re: [expert] Where are all the FIXES for XXXX BUGS????

2000-04-11 Thread Alen Salamun

"Stephen F. Bosch" wrote:
 Then your headers aren't installed or your path is incorrect.
Hi!

Hey...I am an old LiNUX user and I KNOW WHEN I HAVE SOMETHING INSTALLED!
There are ALL FILES INSTALLED!

[alien@hal9000 alien]$ locate iostream.h
/usr/include/g++-2/iostream.h
/usr/include/g++-2/stdiostream.h   

If I manually say -I/usr/include/g++-2/ things do work. AND AS I SEE,
THIS WAS A REPORTED BUG,
BEFORE, BUT NOONE HAS DONE SOMETHING ABOUT IT...Nice...

Bye, Alen
-- 
*---*
*E-Mail: Alen Salamun [EMAIL PROTECTED]*
*   LiNUX - The choice of GNU Generation!   *
*---*



Re: [expert] Where are all the FIXES for XXXX BUGS????

2000-04-10 Thread John Aldrich

On Mon, 10 Apr 2000, you wrote:
 So what is the policy of updates by MANDRAKE? Hey I REALLY like this
 distribution and started recomending it all over, but this is not the
 right way
 
Which version of Mandrake do you have? They do not appear
to put out updates for older versions (i.e. 6.0, 6.1/6.5)
once they've come out with a new release they appear to no
longer actively support the previous versions, which is
unfortunate, in my opinion.
At least RedHat will continue to provide updates for
previous releases. :-(
John



RE: [expert] Where are all the FIXES for XXXX BUGS????

2000-04-10 Thread Andrew Post

Often the bug fixes end up in Cooker, not on the updates page. You're fairly
safe with Cooker rpms if the version number only differs by the rpm build
number (i.e. 2.2-14 vs. 2.2-15). I agree that Mandrake needs to put more
effort into maintaining the updates page. The bug fixes are usually in
Cooker; someone just needs to test them and make them officially available.

Andrew

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alen Salamun
Sent: Monday, April 10, 2000 3:25 PM
To: [EMAIL PROTECTED]
Subject: [expert] Where are all the FIXES for  BUGS


Hi!

I have never seen a single "Update" for some critical bugs like:

- g++ won't compile (includes not found)
- kernel won't compile if make mrproper not issued before
- uucp has wrong privileges on /var/log...
- fetchmail is missing rmail
- kpilot DOESN'T WORK AT ALL! (Jpilot works OK)
...

So what is the policy of updates by MANDRAKE? Hey I REALLY like this
distribution and started recomending it all over, but this is not the
right way

bye, Alen
--
*---*
*E-Mail: Alen Salamun [EMAIL PROTECTED]*
*   LiNUX - The choice of GNU Generation!   *
*---*




Re: [expert] Where are all the FIXES for XXXX BUGS????

2000-04-10 Thread Stephen F. Bosch

Alen Salamun wrote:

 I have never seen a single "Update" for some critical bugs like:
 
 - g++ won't compile (includes not found)

Is this happening in 7? It doesn't in 6.1.

 - kernel won't compile if make mrproper not issued before
 - uucp has wrong privileges on /var/log...
 - fetchmail is missing rmail
 - kpilot DOESN'T WORK AT ALL! (Jpilot works OK)

Are you sure these are bugs?

-Stephen-



Re: [expert] Where are all the FIXES for XXXX BUGS????

2000-04-10 Thread Alen Salamun

John Aldrich wrote:
 Which version of Mandrake do you have? They do not appear
 to put out updates for older versions (i.e. 6.0, 6.1/6.5)
Hi!

I am using 7.0! And ofcourse, I would think they'll support the newest
version...
Hmmm...Maybe the lack people doing it...

Bye, Alen
-- 
*---*
*E-Mail: Alen Salamun [EMAIL PROTECTED]*
*   LiNUX - The choice of GNU Generation!   *
*---*



Re: [expert] Where are all the FIXES for XXXX BUGS????

2000-04-10 Thread Pj

Be patient. This list does have developers who do listen. One of them
might even talk to you privately to address your concerns. Mandrake
rocks as you will find out in due time. 

Pj
Alen Salamun wrote:
 
 Hi!
 
 I have never seen a single "Update" for some critical bugs like:
 
 - g++ won't compile (includes not found)
 - kernel won't compile if make mrproper not issued before
 - uucp has wrong privileges on /var/log...
 - fetchmail is missing rmail
 - kpilot DOESN'T WORK AT ALL! (Jpilot works OK)
 ...
 
 So what is the policy of updates by MANDRAKE? Hey I REALLY like this
 distribution and started recomending it all over, but this is not the
 right way
 
 bye, Alen
 --
 *---*
 *E-Mail: Alen Salamun [EMAIL PROTECTED]*
 *   LiNUX - The choice of GNU Generation!   *
 *---*



Re: [expert] Where are all the FIXES for XXXX BUGS????

2000-04-10 Thread Nitin Raja Bhatia


Whats with g++'s  location??

shouldn't it be  /usr/lib/libg++.so.* instead of 
/usr/i486-linux-libc5/lib/libg++.so.*
update me if I am wrong.

Cheers,
Raja

On Mon, 10 Apr 2000, Pj wrote:
 Date: Mon, 10 Apr 2000 15:41:14 -0500
 To: [EMAIL PROTECTED]
 From: Pj [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Subject: Re: [expert] Where are all the FIXES for  BUGS
 
 Be patient. This list does have developers who do listen. One of them
 might even talk to you privately to address your concerns. Mandrake
 rocks as you will find out in due time. 
 
 Pj
 Alen Salamun wrote:
  
  Hi!
  
  I have never seen a single "Update" for some critical bugs like:
  
  - g++ won't compile (includes not found)
  - kernel won't compile if make mrproper not issued before
  - uucp has wrong privileges on /var/log...
  - fetchmail is missing rmail
  - kpilot DOESN'T WORK AT ALL! (Jpilot works OK)
  ...
  
  So what is the policy of updates by MANDRAKE? Hey I REALLY like
 this
  distribution and started recomending it all over, but this is not the
  right way
  
  bye, Alen
  --
  *---*
  *E-Mail: Alen Salamun [EMAIL PROTECTED]*
  *   LiNUX - The choice of GNU Generation!   *
  *---*
-- 
 Nitin Raja Bhatia: [EMAIL PROTECTED]
/\
|ICQ: 3417925  | "Where I want to go today is LINUX" |
|IRC: #Linux-Mandrake on irc.openprojects.net|
|WEB: http://www.linuxgiant.com  | 
\/