| Summary: | >=dev-vcs/git-2.12[-threads] fails to build | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Bob's Your Uncle <garbage> |
| Component: | Current packages | Assignee: | Robin Johnson <robbat2> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | polynomial-c |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://bugs.gentoo.org/show_bug.cgi?id=868339 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
I believe this ticket is obsolete, if the problem persists, please reopen |
builtin/grep.c: In function 'grep_submodule_launch': builtin/grep.c:596:34: error: dereferencing pointer to incomplete type 'struct work_item' status = capture_command(&cp, &w->out, 0); ^ builtin/grep.c: In function 'grep_submodule': builtin/grep.c:644:20: error: storage size of 'w' isn't known struct work_item w; ^ builtin/grep.c:644:20: warning: unused variable 'w' [-Wunused-variable] make: *** [Makefile:2012: builtin/grep.o] Error 1 make: *** Waiting for unfinished jobs....