Al-Manahel Newsletter List Unsubscription

2007-02-23 Thread munir

The removal of the email address:

[EMAIL PROTECTED]

>From the mailing list: 

Al-Manahel Newsletter List 

is all set.

Date of this removal: Fri Feb 23 03:21:52 2007

Please save this email message for future reference.

---

You may automatically subscribe from this list at any time by 
visiting the following URL:



If the above URL is inoperable, make sure that you have copied the 
entire address. Some mail readers will wrap a long URL and thus break
this automatic unsubscribe mechanism. 

You may also change your subscription by visiting this list's main screen: 



If you're still having trouble, please contact the list owner at: 



The following physical address is associated with this mailing list: 



- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Welcome to Al-Manahel Newsletter List

2007-02-23 Thread munir

The subscription of the email address: 

[EMAIL PROTECTED]

To the mailing list: 

Al-Manahel Newsletter List

is all set. Thanks for subscribing! 

Date of this subscription: Fri Feb 23 05:03:47 2007

Please save this email message for future reference. 

---

You may automatically unsubscribe from this list at any time by 
visiting the following URL:



If the above URL is inoperable, make sure that you have copied the 
entire address. Some mail readers will wrap a long URL and thus break
this automatic unsubscribe mechanism. 

You may also change your subscription by visiting this list's main screen: 



If you're still having trouble, please contact the list owner at: 



The following physical address is associated with this mailing list: 



- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#128950: [Bug c/9072] -Wconversion should be split into two distinct flags

2007-02-23 Thread manu at gcc dot gnu dot org


--- Comment #20 from manu at gcc dot gnu dot org  2007-02-23 16:09 ---
*** Bug 30916 has been marked as a duplicate of this bug. ***


-- 

manu at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||hermantenbrugge at home dot
   ||nl


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9072

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Al-Manahel Newsletter List Unsubscription

2007-02-23 Thread munir

The removal of the email address:

[EMAIL PROTECTED]

>From the mailing list: 

Al-Manahel Newsletter List 

is all set.

Date of this removal: Fri Feb 23 09:33:55 2007

Please save this email message for future reference.

---

You may automatically subscribe from this list at any time by 
visiting the following URL:



If the above URL is inoperable, make sure that you have copied the 
entire address. Some mail readers will wrap a long URL and thus break
this automatic unsubscribe mechanism. 

You may also change your subscription by visiting this list's main screen: 



If you're still having trouble, please contact the list owner at: 



The following physical address is associated with this mailing list: 



- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#412104: Man page for gcc missing on Etch

2007-02-23 Thread Bob Kline
Package: gcc-4.1

Installing gcc on Etch does not provide a man page.  I've never seen a
system (including previous versions of Debian) where gcc didn't come
with a man page.

# apt-show-versions | grep gcc
gcc-4.1/testing uptodate 4.1.1-21
gcc-4.1-base/testing uptodate 4.1.1-21
gcc/etch uptodate 4:4.1.1-15
gcc272-docs/etch uptodate 2.7.2.3-19
gcc-2.95-doc/etch uptodate 1:2.95.4-27
libgcc1/testing uptodate 1:4.1.1-21
# man gcc
No manual entry for gcc
See 'man 7 undocumented' for help when manual pages are not available.
# uname -a
Linux test.rksystems.com 2.6.18-3-amd64 #1 SMP Mon Dec 4 17:04:37 CET
2006 x86_64 GNU/Linux

-- 
Bob Kline
http://www.rksystems.com
mailto:[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#412104: Man page for gcc missing on Etch

2007-02-23 Thread Adam D. Barratt
On Fri, 2007-02-23 at 12:05 -0500, Bob Kline wrote:
> Package: gcc-4.1  
> 
> Installing gcc on Etch does not provide a man page.  I've never seen a
> system (including previous versions of Debian) where gcc didn't come
> with a man page.

You want gcc-doc, which is in contrib, and will install the relevant
gcc-X.X-doc package from non-free.

gcc's man pages and documentation are licensed under a variant of the
GFDL that Debian has decided is non-free, hence their removal from main.

The gcc packages do Suggest: gcc-doc, which is much as a package in main
may do with respect to a package in non-free.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#412104: Man page for gcc missing on Etch

2007-02-23 Thread Bob Kline
Adam D. Barratt wrote:

> You want gcc-doc, which is in contrib, and will install the relevant
> gcc-X.X-doc package from non-free.

Thanks, Adam.  Works now.  Too bad we can't all just Get Along(tm)
instead of quibbling over definitions. :)

-- 
Bob Kline
http://www.rksystems.com
mailto:[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#412137: g++-4.1: On one machine g++ fails to compile programs, even though all dependencies are met

2007-02-23 Thread Wojciech Zabołotny
Package: g++-4.1
Version: 4.1.1-21
Severity: important

*** Please type your report below this line ***

I have two similar machines with g++-4.1 installed. All dependencies are
met. On one machine g++ works perfectly, on the another one (this is the
machine on which I write this bug report) I'm not able to compile even the
simplest C++ program like:

#include 
#include 
using namespace std;
int main() {
  string c("223");
  string d("erer");
  cout << c << d << "\n";
  return 0;
}

I get:
$ g++ test2.cpp
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/cstdlib:135:
error: "::system" has not been declared

I have tried to "apt-get install --reinstall" g++ and all packages it
depends on. Nothing helps. Maybe this is a problem with the unspecified
dependency of the compiler?


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.3
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)

Versions of packages g++-4.1 depends on:
ii  gcc-4.1 4.1.1-21 The GNU C compiler
ii  gcc-4.1-base4.1.1-21 The GNU Compiler Collection
(base
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libstdc++6-4.1-dev  4.1.1-21 The GNU Standard C++
Library v3 (d

g++-4.1 recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#412137: The problem "solved" in a dirty way

2007-02-23 Thread Wojciech Zabołotny
The problem disappeared, when I have removed the "libpthread-dev"
package from the machine, where g++ didn't work.
Probably libpthread-dev should be marked as conflicting with the g++?




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]