Summary: | Please mark sys-apps/lkcp stable on your archs | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Carlos Silva (RETIRED) <r3pek> |
Component: | New packages | Assignee: | Carlos Silva (RETIRED) <r3pek> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ppc |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Fixed ebuild. |
Description
Carlos Silva (RETIRED)
![]() Dosn't compile on my stable x86. It seems it need dev-libs/glib: [+] Compiling lkcp_main.c... sh: glib-config: command not found sh: glib-config: command not found sh: glib-config: command not found lkcp_main.c:18:18: glib.h: No such file or directory In file included from lkcp_main.c:25: commit_script.h:58: error: syntax error before '*' token commit_script.h:58: error: syntax error before '*' token commit_script.h:58: warning: type defaults to `int' in declaration of `del_dup_cmd' commit_script.h:58: warning: data definition has no type or storage class commit_script.h:59: error: syntax error before '*' token lkcp_main.c:48: error: syntax error before '*' token lkcp_main.c:48: warning: type defaults to `int' in declaration of `cmd_list' lkcp_main.c:48: warning: data definition has no type or storage class make: *** [lkcp_main.o] Error 1 After adding dev-libs/glib to the dependencies - everything compiled fine. For glib-config you need to depend on glib-1.2 (In reply to comment #2) > After adding dev-libs/glib to the dependencies - everything compiled fine. mind to fix that on the ebuild? Created attachment 71894 [details]
Fixed ebuild.
Attached working ebuild.
ok. the deps are fixed in -r2. please mark stable as apropriate. Stable on x86 ^_^ Marco when you stabilize something remove x86 from CC. Marked ppc stable, closing the bug since we're the last arch. |