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

fontconfig < 2.13.93: conan v2 support #15729

Merged
merged 3 commits into from
Feb 10, 2023

Conversation

SpaceIm
Copy link
Contributor

@SpaceIm SpaceIm commented Feb 4, 2023

Specify library name and version: lib/1.0


@conan-center-bot

This comment has been minimized.

@SpaceIm
Copy link
Contributor Author

SpaceIm commented Feb 4, 2023

ar: `u' modifier ignored since `D' is the default (see `U')
/home/conan/w/prod/BuildSingleReference/.conan/data/brotli/1.0.9/_/_/package/a75b81d8594a44d34a32f08564f32c5d06a912ea/lib/libbrotlidec-static.a(decode.c.o): In function `DecodeLiteralBlockSwitch':
decode.c:(.text+0x86d): undefined reference to `_kBrotliPrefixCodeRanges'
decode.c:(.text+0x957): undefined reference to `_kBrotliContextLookupTable'
decode.c:(.text+0x9aa): undefined reference to `_kBrotliPrefixCodeRanges'
/home/conan/w/prod/BuildSingleReference/.conan/data/brotli/1.0.9/_/_/package/a75b81d8594a44d34a32f08564f32c5d06a912ea/lib/libbrotlidec-static.a(decode.c.o): In function `DecodeCommandBlockSwitch':
decode.c:(.text+0xae7): undefined reference to `_kBrotliPrefixCodeRanges'
decode.c:(.text+0xbd2): undefined reference to `_kBrotliPrefixCodeRanges'
/home/conan/w/prod/BuildSingleReference/.conan/data/brotli/1.0.9/_/_/package/a75b81d8594a44d34a32f08564f32c5d06a912ea/lib/libbrotlidec-static.a(decode.c.o): In function `DecodeDistanceBlockSwitch':
decode.c:(.text+0xd05): undefined reference to `_kBrotliPrefixCodeRanges'
decode.c:(.text+0xe02): undefined reference to `_kBrotliPrefixCodeRanges'
/home/conan/w/prod/BuildSingleReference/.conan/data/brotli/1.0.9/_/_/package/a75b81d8594a44d34a32f08564f32c5d06a912ea/lib/libbrotlidec-static.a(decode.c.o): In function `ProcessCommands':
decode.c:(.text+0x265a): undefined reference to `BrotliTransformDictionaryWord'
/home/conan/w/prod/BuildSingleReference/.conan/data/brotli/1.0.9/_/_/package/a75b81d8594a44d34a32f08564f32c5d06a912ea/lib/libbrotlidec-static.a(decode.c.o): In function `SafeDecodeLiteralBlockSwitch':
decode.c:(.text+0x2f1a): undefined reference to `_kBrotliPrefixCodeRanges'
decode.c:(.text+0x31ec): undefined reference to `_kBrotliContextLookupTable'
/home/conan/w/prod/BuildSingleReference/.conan/data/brotli/1.0.9/_/_/package/a75b81d8594a44d34a32f08564f32c5d06a912ea/lib/libbrotlidec-static.a(decode.c.o): In function `SafeDecodeCommandBlockSwitch':
decode.c:(.text+0x33da): undefined reference to `_kBrotliPrefixCodeRanges'
/home/conan/w/prod/BuildSingleReference/.conan/data/brotli/1.0.9/_/_/package/a75b81d8594a44d34a32f08564f32c5d06a912ea/lib/libbrotlidec-static.a(decode.c.o): In function `SafeDecodeDistanceBlockSwitch':
decode.c:(.text+0x384a): undefined reference to `_kBrotliPrefixCodeRanges'
/home/conan/w/prod/BuildSingleReference/.conan/data/brotli/1.0.9/_/_/package/a75b81d8594a44d34a32f08564f32c5d06a912ea/lib/libbrotlidec-static.a(decode.c.o): In function `SafeProcessCommands':
decode.c:(.text+0x3f56): undefined reference to `BrotliTransformDictionaryWord'
/home/conan/w/prod/BuildSingleReference/.conan/data/brotli/1.0.9/_/_/package/a75b81d8594a44d34a32f08564f32c5d06a912ea/lib/libbrotlidec-static.a(decode.c.o): In function `BrotliDecoderDecompressStream':
decode.c:(.text+0x5a1a): undefined reference to `_kBrotliPrefixCodeRanges'
decode.c:(.text+0x5cc4): undefined reference to `_kBrotliContextLookupTable'
/home/conan/w/prod/BuildSingleReference/.conan/data/brotli/1.0.9/_/_/package/a75b81d8594a44d34a32f08564f32c5d06a912ea/lib/libbrotlidec-static.a(state.c.o): In function `BrotliDecoderStateInit':
state.c:(.text+0x183): undefined reference to `BrotliGetDictionary'
state.c:(.text+0x18f): undefined reference to `BrotliGetTransforms'
state.c:(.text+0x1ab): undefined reference to `BrotliDefaultAllocFunc'
state.c:(.text+0x1be): undefined reference to `BrotliDefaultFreeFunc'
collect2: error: ld returned 1 exit status
make[2]: *** [fc-cache] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Static build on Linux fails due to undefined references of brotlicommon symbols in brotlidec static lib . I don't understand because I can't reproduce this issue on macOS in static build.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 3 (06bf22636fc29b29de96b0c6cc6a28812365b128):

  • fontconfig/2.13.92@:
    All packages built successfully! (All logs)

  • fontconfig/2.13.91@:
    All packages built successfully! (All logs)


Conan v2 pipeline (informative, not required for merge) ❌

Note: Conan v2 builds are informative and they are not required for the PR to be merged.

The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.

See details:

Failure in build 3 (06bf22636fc29b29de96b0c6cc6a28812365b128):

An unexpected error happened and has been reported. Help is on its way! 🏇

@prince-chrismc
Copy link
Contributor

#12888 🤞

@conan-center-bot conan-center-bot merged commit 1cb4ee1 into conan-io:master Feb 10, 2023
@SpaceIm SpaceIm deleted the fontconfig-conan-v2 branch February 10, 2023 09:41
sabelka pushed a commit to sabelka/conan-center-index that referenced this pull request Feb 12, 2023
* conan v2 support

* add AutotoolsDeps

* cmake_find_package in test v1 package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants