Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sslh: musl breakage #1506

Closed
jmccrohan opened this issue Jun 29, 2015 · 1 comment
Closed

sslh: musl breakage #1506

jmccrohan opened this issue Jun 29, 2015 · 1 comment
Assignees
Labels

Comments

@jmccrohan
Copy link
Member

make[4]: Entering directory '/home/jmccrohan/src/openwrt/build_dir/target-mips_34kc_musl-1.1.10/sslh-v1.17'
mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=34kc -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -msoft-float -mips16 -minterlink-mips16  -c probe.c
probe.c: In function 'regex_probe':
probe.c:232:50: error: 'REG_STARTEND' undeclared (first use in this function)
     for (; *probe && regexec(*probe, p, 0, &pos, REG_STARTEND); probe++)
                                                  ^
probe.c:232:50: note: each undeclared identifier is reported only once for each function it appears in
Makefile:43: recipe for target 'probe.o' failed
make[4]: *** [probe.o] Error 1
make[4]: Leaving directory '/home/jmccrohan/src/openwrt/build_dir/target-mips_34kc_musl-1.1.10/sslh-v1.17'
Makefile:53: recipe for target '/home/jmccrohan/src/openwrt/build_dir/target-mips_34kc_musl-1.1.10/sslh-v1.17/.built' failed
make[3]: *** [/home/jmccrohan/src/openwrt/build_dir/target-mips_34kc_musl-1.1.10/sslh-v1.17/.built] Error 2
make[3]: Leaving directory '/home/jmccrohan/src/openwrt-packages/net/sslh'
package/Makefile:191: recipe for target 'package/feeds/packages/sslh/compile' failed
make[2]: *** [package/feeds/packages/sslh/compile] Error 2
@jmccrohan jmccrohan self-assigned this Jun 29, 2015
@jmccrohan
Copy link
Member Author

Upstream discussion: yrutschle/sslh#40

@jmccrohan jmccrohan added the musl label Jul 4, 2015
jmccrohan added a commit that referenced this issue Jul 11, 2015
Backport upstream commit 3aefaf3 which allows sslh to be built without
libpcre support. This was brought about by the move to musl which
doesn't support the non-POSIX REG_STARTEND regexec eflag.

Fixes: #1506

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant