#8797 closed bug (no change required)
gawk build does not handle some special characters
| Reported by: | cian | Owned by: | nobody |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | Applications/Command Line Tools | Version: | R1/Development |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Has a Patch: | no | Platform: | All |
Description
The VLC configure script contains the Copyright symbol (©) which is passed in to gawk. It is spat out as an unrecognised character. Removing the symbol allows the gawk command to complete and the rest of the configure script to complete also (notwithstanding an earlier error which I'm also investigating)
Running hrev44398 but issue has been present for quite some time.
Change History (6)
comment:1 Changed 3 years ago by diver
- Version changed from R1/alpha3 to R1/Development
comment:2 Changed 8 months ago by pulkomandy
comment:3 Changed 8 months ago by waddlesplash
I think this was fixed when gawk was externalized and updated to a newer version.
comment:4 Changed 5 months ago by waddlesplash
- Resolution set to no change required
- Status changed from new to closed
Gawk was outsourced and updated to a newer version; if this issue persists please report it at HaikuPorts.
comment:5 Changed 4 months ago by korli
I think it is "fixed" in gawk by disabling wide-char support:
sed -i '/.*HAVE_WCTYPE_H.*/c\#undef HAVE_WCTYPE_H' config.h
The bug might actually be still with us and in Haiku, not gawk.
comment:6 Changed 4 months ago by waddlesplash
Ah. In that case, this was fixed in hrev47966, correct? Bash was having the same issue before that commit.

I did not hit this problem when doing a recipe for VLC 0.8.6i, but I think you reported this while working on a newer version, do you remember which one? Does it still happen in current VLC version? Can someone do a simpler test case?