Don't Just Treat Your disease . Prevent It

2005-06-13 Thread Rowland

Get the medication you need delivered to your door in 24 hours.
http://merits.onlinegoldshop.info/?reconciledxtvuyseethedzsvpronouncements


You have to have a talent for having talent.
Humor - the perfect relationship of the parts to the whole.  
The actions of men are the best interpreters of their thoughts.  
Be bold and mighty powers will come to your aid.   




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



is bug #309486 resolved or not?

2005-06-13 Thread Bart G
Hello,

Apt-listbugs shows bug #309486 is still there in 2.3.2.ds1-22, yet the
Debian Bug Report logs show it as resolved:
(http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=libc6#critical_done).

Is it resolved?

Any idea why apt-listbugs shows it as open?

Thanks,
Bart



Processed: closing 313407

2005-06-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.8.14
> close 313407
Bug#313407: libc6: C99 mode causes some library functions to be left undeclared
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Justin Pryzby <[EMAIL PROTECTED]>

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#313407: libc6: C99 mode causes some library functions to be left undeclared

2005-06-13 Thread Bastian Blank
On Mon, Jun 13, 2005 at 10:14:36AM -0400, Justin Pryzby wrote:
> [EMAIL PROTECTED]:/tmp$ gcc -std=c99 strdup.c
> strdup.c: In function `main':
> strdup.c:4: warning: implicit declaration of function `strdup'
> strdup.c:4: warning: initialization makes pointer from integer without a cast

Correct, C99 does not define strdup.

Bastian

-- 
Spock: The odds of surviving another attack are 13562190123 to 1, Captain.


signature.asc
Description: Digital signature


Bug#313407: libc6: C99 mode causes some library functions to be left undeclared

2005-06-13 Thread Daniel Jacobowitz
On Mon, Jun 13, 2005 at 10:14:36AM -0400, Justin Pryzby wrote:
> Package: libc6
> Version: 2.3.2.ds1-22
> Severity: normal
> 
> [EMAIL PROTECTED]:/tmp$ cat strdup.c 
> #include 
> int main()
> {
>   char *s=strdup("");
>   return 0;
> }
> 
> [EMAIL PROTECTED]:/tmp$ gcc -std=c99 strdup.c
> strdup.c: In function `main':
> strdup.c:4: warning: implicit declaration of function `strdup'
> strdup.c:4: warning: initialization makes pointer from integer without a cast

Try -std=gnu99 instead.  C99 does not include strdup; it's a (very
common) extension.  -std=c99 requests strict C99 conformance.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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



Bug#313413: libc6: $HOSTALIASES does not allow IP-address

2005-06-13 Thread Stepan Koltsov
Package: libc6
Version: 2.3.2.ds1-22
Severity: wishlist


Hello,

$HOSTALIASES points to the file with aliases for hostnames. I can write
full hostname as alias, by I can't write IP. See:

# host banana.mx1.ru
banana.mx1.ru has address 158.250.16.19

# cat $HOSTALIASES
kash banana.mx1.ru

# telnet kash
Trying 158.250.16.19...
^C

# cat $HOSTALIASES
kash 158.250.16.19

# telnet kash
telnet: could not resolve kash/telnet: Name or service not known


Thanks,

S.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux banana.mx1.ru 2.4.27-2-686 #1 Fri Mar 25 11:48:59 JST 2005 i686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages libc6 depends on:
ii  libdb1-compat 2.1.3-7The Berkeley database routines [gl

-- no debconf information



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



Bug#313407: libc6: C99 mode causes some library functions to be left undeclared

2005-06-13 Thread Justin Pryzby
Package: libc6
Version: 2.3.2.ds1-22
Severity: normal

[EMAIL PROTECTED]:/tmp$ cat strdup.c 
#include 
int main()
{
char *s=strdup("");
return 0;
}

[EMAIL PROTECTED]:/tmp$ gcc -std=c99 strdup.c
strdup.c: In function `main':
strdup.c:4: warning: implicit declaration of function `strdup'
strdup.c:4: warning: initialization makes pointer from integer without a cast


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



Bug#313404: glibc update needed for dpkg-architecture changes

2005-06-13 Thread Matthias Klose
Package: glibc
Version: 2.3.2.ds1-22
Severity: important

For the toolchain update to use the new GNU_TYPE's, the hppa builds
needs a /usr/hppa64-linux-gnu/include symlink. Please keep the old
/usr/hppa64-linux/include symlink until all compilers are using the
new path.

The debian build files need an update for the dpkg-architecture
changes as well.


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



Re: Sinhala locale in Debian

2005-06-13 Thread Daniel Jacobowitz
I'm redirecting this to the debian-glibc list; GOTO-san handles most of
the Debian glibc maintenance nowadays, not I.  I doubt there will be a
big problem in including it.

On Mon, Jun 13, 2005 at 11:10:38AM +0600, Anuradha Ratnaweera wrote:
> Hi Dan,
> 
> The Sinhala localization team (http://sinhala.linux.lk) has submitted
> the si_LK locale to glibc some time back, but it hasn't got into
> mainstream yet.  There is a big userbase in Sri Lanka that uses Debian
> and derivatives, and right now all of them have to "install" the
> locale to get Sinhala working.  Can you please include this locale in
> Debian locales?
> 
> Here is the glibc Bugzilla entry.  The locale is attached there.
> 
> http://sources.redhat.com/bugzilla/show_bug.cgi?id=367
> 
> Thanks in advance.
> 
> Anuradha
> 
> -- 
> 
> http://www.linux.lk/~anuradha/
> http://www.gnu.org/philosophy/no-word-attachments.html
> 

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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



Rolex is not for everyone, it`s for you Melisa

2005-06-13 Thread Kelvin Waldron
REPLICASONLINE - WE NEVER COMPROMISE ON QUALITY

Rolex replica is our speciality
We guarantee lowest prices and highest quality
We are the Direct manufacturers.

For top quality rolex watchs pleas visit:

http://www.chooseyourwatch4u.com









acclaim hxj braille apa [2


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



75% Off for All New Software.

2005-06-13 Thread Leopold
Software by the original manufacturer&at generic prices& 
http://pirpj.mbq1plmfjw4bjnm.honeyedlyfm.com





Disinterested intellectual curiosity is the life blood of real civilization.   
A facility for quotation covers the absence of original thought.   




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