extra/libfyaml: First commit of libfyaml#156
Open
emazzucabb wants to merge 2 commits intoqnx-ports:803from
Open
extra/libfyaml: First commit of libfyaml#156emazzucabb wants to merge 2 commits intoqnx-ports:803from
emazzucabb wants to merge 2 commits intoqnx-ports:803from
Conversation
taang-qnx
reviewed
Mar 4, 2026
Contributor
taang-qnx
left a comment
There was a problem hiding this comment.
x86_64 min image dated 8-Dec-2025 was used. Some components were required.
- qnx-io-sock-dev
/usr/include/sys/ioctl.h:59:10: fatal error: 'sys/sockio.h' file not found
59 | #include <sys/sockio.h>
| ^~~~~~~~~~~~~~
1 error generated.
make[2]: *** [Makefile:1451: lib/libfyaml_la-fy-input.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:605: all-recursive] Error 1
make: *** [Makefile:510: all] Error 2
>>> ERROR: libfyaml: build failed
- -fPIC
cc: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
LINK libb3portable.la
LINK libfyaml.la
/usr/bin/ld: lib/.libs/libfyaml_la-fy-parse.o: warning: relocation against `fy_default_version' in read-only section `.text'
/usr/bin/ld: lib/.libs/libfyaml_la-fy-parse.o: relocation R_X86_64_PC32 against symbol `fy_default_version' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [Makefile:1113: libfyaml.la] Error 1
make[1]: *** [Makefile:605: all-recursive] Error 1
make: *** [Makefile:510: all] Error 2
>>> ERROR: libfyaml: build failed
extra/libfyaml/APKBUILD
Outdated
| bash | ||
| libtool | ||
| m4 | ||
| qnx-memstream-dev |
Contributor
There was a problem hiding this comment.
Suggested change
| qnx-memstream-dev | |
| qnx-memstream-dev | |
| qnx-io-sock-dev |
extra/libfyaml/APKBUILD
Outdated
| --mandir=/usr/share/man \ | ||
| --infodir=/usr/share/info \ | ||
| --disable-static \ | ||
| LDFLAGS="$LDFLAGS -lmemstream" |
Contributor
There was a problem hiding this comment.
Suggested change
| LDFLAGS="$LDFLAGS -lmemstream" | |
| LDFLAGS="$LDFLAGS -lmemstream" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First commit of libfyaml