Actions
Bug #4050
closedhipster: gcc-47 is missing dependencies on gnu-binutils
Start date:
2013-08-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
gcc
Description
# pkg uninstall gnu-binutils # pkg install gcc-47 # cat a.c int main(void) { return 0; } # gcc a.c Assembler: "", line 1 : Illegal flag (-) #
There are missing some 'depend' lines in the gcc-47.p5m. Something similar as we can found in components/gcc3/gcc-3.p5m.
Updated by Ken Mays over 9 years ago
- Category set to 10
- Assignee set to OI Userland
- Tags changed from needs-triage to gcc
Updated by Alexander Pyhalov over 9 years ago
- Status changed from New to Feedback
Should be fixed in https://github.com/OpenIndiana/oi-userland/commit/6806be31bd6a1fd71f3634ea9d79713ef62bfd11
Please, retest.
Updated by Alexander Pyhalov over 9 years ago
- Status changed from Feedback to In Progress
- % Done changed from 0 to 100
Updated by Adam Števko over 9 years ago
- Status changed from In Progress to Resolved
Actions