Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504472 - =sys-fs/reiser4progs-1.0.7[readline]: with sys-libs/readline-6.3 - ui.c:260:4: error: 'CPPFunction' undeclared (first use in this function)
Summary: =sys-fs/reiser4progs-1.0.7[readline]: with sys-libs/readline-6.3 - ui.c:260:4...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: readline-6.3
  Show dependency tree
 
Reported: 2014-03-13 11:24 UTC by Kobboi
Modified: 2014-03-13 22:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2014-03-13 11:24:42 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DENABLE_SYMLINKS -DENABLE_SPECIAL -DENABLE_R5_HASH -DENABLE_FNV1_HASH -DENABLE_RUPASOV_HASH -DENABLE_TEA_HASH -DENABLE_DEG_HASH -DENABLE_LARGE_KEYS -DENABLE_SHORT_KEYS -DENABLE_DOT_O_FIBRE -DENABLE_EXT_1_FIBRE -DENABLE_EXT_3_FIBRE -DENABLE_LEXIC_FIBRE -O3 -O2 -march=native -pipe -fomit-frame-pointer -W -Wall -Wuninitialized -Wno-unused-parameter -Wredundant-decls -MT libmisc_la-mpressure.lo -MD -MP -MF .deps/libmisc_la-mpressure.Tpo -c mpressure.c  -fPIC -DPIC -o .libs/libmisc_la-mpressure.o
ui.c: In function '_init':
ui.c:260:4: error: 'CPPFunction' undeclared (first use in this function)
   (CPPFunction *)misc_complete;
    ^
ui.c:260:4: note: each undeclared identifier is reported only once for each function it appears in
ui.c:260:17: error: expected expression before ')' token
   (CPPFunction *)misc_complete;
                 ^
ui.c: At top level:
ui.c:160:15: warning: 'misc_complete' defined but not used [-Wunused-function]
 static char **misc_complete(char *text, int start, int end) {
               ^
misc.c: In function 'misc_uuid_unparse':
misc.c:300:2: warning: pointer targets in passing argument 1 of 'uuid_unparse' differ in signedness [-Wpointer-sign]
  uuid_unparse(uuid, string);
  ^
In file included from misc.c:26:0:
/usr/include/uuid/uuid.h:91:6: note: expected 'const unsigned char *' but argument is of type 'char *'
 void uuid_unparse(const uuid_t uu, char *out);
      ^
Makefile:307: recipe for target 'libmisc_la-ui.lo' failed
make[2]: *** [libmisc_la-ui.lo] Error 1
make[2]: *** Waiting for unfinished jobs....


Reproducible: Always




Workaround: use <readline-6.3
Comment 1 SpanKY gentoo-dev 2014-03-13 22:37:56 UTC
should be all set now in the tree; thanks for the report!

Commit message: Fix building w/readline-6.3
http://sources.gentoo.org/sys-fs/reiser4progs/files/reiser4progs-1.0.7-readline-6.3.patch?rev=1.1
http://sources.gentoo.org/sys-fs/reiser4progs/reiser4progs-1.0.7.ebuild?r1=1.8&r2=1.9