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

[poppler/22.07.0] Add version #11860

Conversation

MartinDelille
Copy link
Contributor

  • [poppler/xxx] Bump dependencies
  • Use apply_conandata_patches
  • [poppler/xxx] Disable qt tests and demos

Specify library name and version: lib/1.0

This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!

Fix #11843


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the conan-center hook activated.

@ghost
Copy link

ghost commented Jul 22, 2022

I detected other pull requests that are modifying poppler/all recipe:

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

@MartinDelille MartinDelille changed the title [poppler/21.07.0] Disable qt tests and demos [poppler/22.07.0] Add version Jul 22, 2022
@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Failure in build 5 (f7bb1e98d1fd2f399d047eca51be05ae9eb94962):

  • poppler/20.09.0@:
    Didn't run or was cancelled before finishing

  • poppler/22.07.0@:
    CI failed to create some packages (All logs)

    Logs for packageID 24c623c372461206fbb5659bba086802fe7a335e:
    [settings]
    arch=x86_64
    build_type=Debug
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    poppler:shared=False
    
    [...]
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h:250:31: error: ‘std::string_view’ has not been declared
         static bool endsWith(std::string_view str, std::string_view suffix) { return str.size() >= suffix.size() && 0 == str.compare(str.size() - suffix.size(), suffix.size(), suffix); }
                                   ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h:250:53: error: ‘std::string_view’ has not been declared
         static bool endsWith(std::string_view str, std::string_view suffix) { return str.size() >= suffix.size() && 0 == str.compare(str.size() - suffix.size(), suffix.size(), suffix); }
                                                         ^
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/poppler/Error.h:35:0,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/PNGWriter.cc:25:
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h: In static member function ‘static bool GooString::startsWith(int, int)’:
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h:249:88: error: request for member ‘size’ in ‘str’, which is of non-class type ‘int’
         static bool startsWith(std::string_view str, std::string_view prefix) { return str.size() >= prefix.size() && 0 == str.compare(0, prefix.size(), prefix); }
                                                                                            ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h:249:105: error: request for member ‘size’ in ‘prefix’, which is of non-class type ‘int’
         static bool startsWith(std::string_view str, std::string_view prefix) { return str.size() >= prefix.size() && 0 == str.compare(0, prefix.size(), prefix); }
                                                                                                             ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h:249:124: error: request for member ‘compare’ in ‘str’, which is of non-class type ‘int’
         static bool startsWith(std::string_view str, std::string_view prefix) { return str.size() >= prefix.size() && 0 == str.compare(0, prefix.size(), prefix); }
                                                                                                                                ^
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/poppler/Error.h:35:0,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/PNGWriter.cc:25:
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h:249:142: error: request for member ‘size’ in ‘prefix’, which is of non-class type ‘int’
         static bool startsWith(std::string_view str, std::string_view prefix) { return str.size() >= prefix.size() && 0 == str.compare(0, prefix.size(), prefix); }
                                                                                                                                                  ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h: In static member function ‘static bool GooString::endsWith(int, int)’:
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h:250:86: error: request for member ‘size’ in ‘str’, which is of non-class type ‘int’
         static bool endsWith(std::string_view str, std::string_view suffix) { return str.size() >= suffix.size() && 0 == str.compare(str.size() - suffix.size(), suffix.size(), suffix); }
                                                                                          ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h:250:103: error: request for member ‘size’ in ‘suffix’, which is of non-class type ‘int’
         static bool endsWith(std::string_view str, std::string_view suffix) { return str.size() >= suffix.size() && 0 == str.compare(str.size() - suffix.size(), suffix.size(), suffix); }
                                                                                                           ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h:250:122: error: request for member ‘compare’ in ‘str’, which is of non-class type ‘int’
         static bool endsWith(std::string_view str, std::string_view suffix) { return str.size() >= suffix.size() && 0 == str.compare(str.size() - suffix.size(), suffix.size(), suffix); }
                                                                                                                              ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h:250:134: error: request for member ‘size’ in ‘str’, which is of non-class type ‘int’
         static bool endsWith(std::string_view str, std::string_view suffix) { return str.size() >= suffix.size() && 0 == str.compare(str.size() - suffix.size(), suffix.size(), suffix); }
                                                                                                                                          ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h:250:150: error: request for member ‘size’ in ‘suffix’, which is of non-class type ‘int’
         static bool endsWith(std::string_view str, std::string_view suffix) { return str.size() >= suffix.size() && 0 == str.compare(str.size() - suffix.size(), suffix.size(), suffix); }
                                                                                                                                                          ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/source_subfolder/goo/GooString.h:250:165: error: request for member ‘size’ in ‘suffix’, which is of non-class type ‘int’
         static bool endsWith(std::string_view str, std::string_view suffix) { return str.size() >= suffix.size() && 0 == str.compare(str.size() - suffix.size(), suffix.size(), suffix); }
                                                                                                                                                                         ^
    make[2]: *** [source_subfolder/CMakeFiles/poppler.dir/goo/PNGWriter.cc.o] Error 1
    make[1]: *** [source_subfolder/CMakeFiles/poppler.dir/all] Error 2
    make: *** [all] Error 2
    poppler/22.07.0: ERROR: Package '24c623c372461206fbb5659bba086802fe7a335e' build failed
    poppler/22.07.0: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e
    ERROR: poppler/22.07.0: Error in build() method, line 249
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/24c623c372461206fbb5659bba086802fe7a335e/build_subfolder' '--' '-j3'
    
  • poppler/21.07.0@:
    Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

@MartinDelille
Copy link
Contributor Author

I might not go head with this PR since I don't think I'm going to use poppler for my project right now.

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

Successfully merging this pull request may close these issues.

[package] poppler/21.07.0: with_qt option doesn't compile
2 participants