Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247080 - sys-libs/libcap-2.14 build fails when indent is not installed
Summary: sys-libs/libcap-2.14 build fails when indent is not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 247123 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-16 15:50 UTC by Mark Nowiasz
Modified: 2008-11-16 21:13 UTC (History)
6 users (show)

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 Mark Nowiasz 2008-11-16 15:50:59 UTC
When trying to emerge sys-libs/libcap-2.14, libcap will fail if indent is not installed. 

Reproducible: Always

Steps to Reproduce:
1. emerge =sys-libs/libcap-2.14 (without indent being installed)
2.
3.

Actual Results:  
x86_64-pc-linux-gnu-gcc -O2 -pipe -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -fPIC -I/var/tmp/portage/sys-libs/libcap-2.14/work/libcap-2.14/libcap/../libcap/include -I/var/tmp/portage/sys-libs/libcap-2.14/work/libcap-2.14/libcap/../libcap/include _makenames.c -o _makenames                                                        
sed -e 's/[\{\"]//g' -e 's/\}.*//' -e '1istruct __cap_token_s { const char *name; int index; };\n%{\nconst struct __cap_token_s *__cap_lookup_name(const char *, unsigned int);\n%}\n%%' cap_names.sed | gperf --ignore-case --language=ANSI-C --readonly --null-strings --global-table --hash-function-name=__cap_hash_name --lookup-function-name="__cap_lookup_name" -c -t -m20 | indent -kr > _caps_output.gperf                                                                  
/bin/sh: indent: command not found
Comment 1 nictki 2008-11-16 16:45:21 UTC
same here

with dev-util/indent installed compiles fine
Comment 2 Jouni Rinne 2008-11-16 20:10:03 UTC
Confirmed, compiles fine after dev-util/indent was installed.
Comment 3 SpanKY gentoo-dev 2008-11-16 20:39:39 UTC
it doesnt need indent, there's just a typo in the package's makefile
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-11-16 21:13:18 UTC
*** Bug 247123 has been marked as a duplicate of this bug. ***