#10005 closed defect (fixed)
Cannot compile with GD library (typo in gdlib-config)
Reported by: | ternyk@… | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | Trunk |
Keywords: | gd | Cc: |
Description
There is a typo error in the gd package patch (101-gdlib-config.patch)
See: https://dev.openwrt.org/browser/packages/libs/gd/patches/101-gdlib-config.patch
See line 87: There is no closing quote.
There is:
echo "libs: @LIBS@
Should be:
echo "libs: @LIBS@"
Compiling any software which uses gdlib-config ends with syntax error.
Attachments (2)
Change History (6)
comment:1 Changed 6 years ago by anonymous
comment:2 Changed 6 years ago by ternyk@…
Can you check the gdlib-config file? Is it correct? I wonder if there is unterminated quote in the line I mentioned. But if the patch is wrong so why it is compiling ok at your side?
I checked backfire and there is the same problem (on my environment eventually).
I'm attaching my log and "compiled" gdlib-config.
comment:3 Changed 6 years ago by nico
- Resolution set to fixed
- Status changed from new to closed
Fixed in r29254, thanks!
comment:4 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Compiles fine here