Bug 179909 - /usr/include/bits/stdlib-ldbl.h:37: error: 'qecvt' undeclared here (not in a function)
Summary: /usr/include/bits/stdlib-ldbl.h:37: error: 'qecvt' undeclared here (not in a ...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: rawhide
Hardware: powerpc
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-03 20:02 UTC by Orion Poplawski
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 2.3.90-35
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-03 20:07:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2006-02-03 20:02:54 UTC
Description of problem:

While trying to build ncarg on PPC devel:

gcc -ansi  -O  -I../../../.././include -I/usr/X11R6/include  -D_BSD_SOURCE 
-DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DNeedFuncProto    -c -o rasview.o rasview.c
In file included from /usr/include/stdlib.h:972,
                 from rasdraw.c:40:
/usr/include/bits/stdlib-ldbl.h:37: error: 'qecvt' undeclared here (not in a
function)
/usr/include/bits/stdlib-ldbl.h:38: error: 'qfcvt' undeclared here (not in a
function)
/usr/include/bits/stdlib-ldbl.h:39: error: 'qgcvt' undeclared here (not in a
function)
/usr/include/bits/stdlib-ldbl.h:40: error: 'qecvt_r' undeclared here (not in a
function)
/usr/include/bits/stdlib-ldbl.h:41: error: 'qfcvt_r' undeclared here (not in a
function)

I don't have direct access to a Rawhide PPC machine, but rasview.c just does:

#include <stdio.h>
#include <stdlib.h>

so should be easy to check.

Version-Release number of selected component (if applicable):
2.3.90-34

Comment 1 Jakub Jelinek 2006-02-03 20:07:08 UTC
Already fixed in glibc-2.3.90-35...


Note You need to log in before you can comment on or make changes to this bug.