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

Add poppler 22.07.0 #11926

Closed
wants to merge 3 commits into from
Closed

Conversation

MartinDelille
Copy link
Contributor

  • 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 26, 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.

@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 3 (3cc6cc065fb85fa3d74308b22fb72b599bfb2502):

  • 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 11b60d170b3f1925aae18d0d008b725c54f9656c:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++
    compiler.version=5
    os=Linux
    [options]
    poppler:shared=False
    
    [...]
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/source_subfolder/poppler/Error.h:35:0,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/11b60d170b3f1925aae18d0d008b725c54f9656c/source_subfolder/goo/PNGWriter.cc:25:
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/source_subfolder/poppler/Error.h:35:0,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/11b60d170b3f1925aae18d0d008b725c54f9656c/source_subfolder/goo/PNGWriter.cc:25:
    /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/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/11b60d170b3f1925aae18d0d008b725c54f9656c/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 '11b60d170b3f1925aae18d0d008b725c54f9656c' build failed
    poppler/22.07.0: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/11b60d170b3f1925aae18d0d008b725c54f9656c
    ERROR: poppler/22.07.0: Error in build() method, line 250
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/poppler/22.07.0/_/_/build/11b60d170b3f1925aae18d0d008b725c54f9656c/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.

@MartinDelille MartinDelille deleted the poppler-22-07-0 branch August 4, 2022 09:22
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.

2 participants