René's URL Explorer Experiment


Title: Error while building docker image with pdal · Issue #103 · PDAL/java · GitHub

Open Graph Title: Error while building docker image with pdal · Issue #103 · PDAL/java

X Title: Error while building docker image with pdal · Issue #103 · PDAL/java

Description: I am making a docker image for my java application, which uses java bindings for pdal. I have added this to my Dockerfile: FROM openjdk:21-jdk-bullseye # Install build dependencies RUN apt-get update && \ apt-get install -y \ cmake \ bui...

Open Graph Description: I am making a docker image for my java application, which uses java bindings for pdal. I have added this to my Dockerfile: FROM openjdk:21-jdk-bullseye # Install build dependencies RUN apt-get upda...

X Description: I am making a docker image for my java application, which uses java bindings for pdal. I have added this to my Dockerfile: FROM openjdk:21-jdk-bullseye # Install build dependencies RUN apt-get upda...

Opengraph URL: https://github.com/PDAL/java/issues/103

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Error while building docker image with pdal","articleBody":"I am making a docker image for my java application, which uses java bindings for pdal.\r\n\r\nI have added this to my Dockerfile:\r\n\r\n```\r\nFROM openjdk:21-jdk-bullseye\r\n\r\n# Install build dependencies\r\nRUN apt-get update \u0026\u0026 \\\r\n    apt-get install -y \\\r\n    cmake \\\r\n    build-essential \\\r\n    git \\\r\n    libboost-all-dev \\\r\n    libpdal-dev \\\r\n    \u0026\u0026 apt-get clean\r\n\r\n# Clone PDAL repository and build\r\nRUN git clone https://github.com/PDAL/PDAL.git \u0026\u0026 \\\r\n    cd PDAL \u0026\u0026 \\\r\n    mkdir build \u0026\u0026 \\\r\n    cd build \u0026\u0026 \\\r\n    cmake .. \u0026\u0026 \\\r\n    make \u0026\u0026 \\\r\n    make install\r\n\r\n# Clean up\r\nRUN apt-get purge -y --auto-remove \u0026\u0026 \\\r\n    rm -rf /var/lib/apt/lists/* /PDAL\r\n```\r\n\r\nBut this throws error:\r\n\r\n```\r\n =\u003e ERROR [3/8] RUN git clone https://github.com/PDAL/PDAL.git \u0026\u0026     cd PDAL \u0026\u0026     mkdir build \u0026\u0026     cd build \u0026\u0026     cmake .. \u0026\u0026     make \u0026\u0026     make install                  46.3s \r\n------\r\n \u003e [3/8] RUN git clone https://github.com/PDAL/PDAL.git \u0026\u0026     cd PDAL \u0026\u0026     mkdir build \u0026\u0026     cd build \u0026\u0026     cmake .. \u0026\u0026     make \u0026\u0026     make install:\r\n0.248 Cloning into 'PDAL'...\r\n46.02 -- The CXX compiler identification is GNU 10.2.1\r\n46.05 -- The C compiler identification is GNU 10.2.1\r\n46.06 -- Detecting CXX compiler ABI info\r\n46.11 -- Detecting CXX compiler ABI info - done\r\n46.12 -- Check for working CXX compiler: /usr/bin/c++ - skipped\r\n46.12 -- Detecting CXX compile features\r\n46.12 -- Detecting CXX compile features - done\r\n46.13 -- Detecting C compiler ABI info\r\n46.17 -- Detecting C compiler ABI info - done\r\n46.18 -- Check for working C compiler: /usr/bin/cc - skipped\r\n46.18 -- Detecting C compile features\r\n46.18 -- Detecting C compile features - done\r\n46.19 -- Could NOT find LIBEXECINFO (missing: LIBEXECINFO_LIBRARY)\r\n46.19 -- Could NOT find LIBUNWIND (missing: LIBUNWIND_LIBRARY LIBUNWIND_INCLUDE_DIR)\r\n46.19 CMake Error at cmake/proj.cmake:1 (find_package):\r\n46.19   Could not find a package configuration file provided by \"PROJ\" (requested\r\n46.19   version 9.0) with any of the following names:\r\n46.19\r\n46.19     PROJConfig.cmake\r\n46.19     proj-config.cmake\r\n46.19\r\n46.19   Add the installation prefix of \"PROJ\" to CMAKE_PREFIX_PATH or set\r\n46.19   \"PROJ_DIR\" to a directory containing one of the above files.  If \"PROJ\"\r\n46.19   provides a separate development package or SDK, be sure it has been\r\n46.19   installed.\r\n46.19 Call Stack (most recent call first):\r\n46.19   CMakeLists.txt:102 (include)\r\n46.19\r\n46.19\r\n46.19 -- Configuring incomplete, errors occurred!\r\n46.19 See also \"/PDAL/build/CMakeFiles/CMakeOutput.log\".\r\n------\r\nDockerfile:17\r\n--------------------\r\n  16 |     # Clone PDAL repository and build\r\n  17 | \u003e\u003e\u003e RUN git clone https://github.com/PDAL/PDAL.git \u0026\u0026 \\\r\n  18 | \u003e\u003e\u003e     cd PDAL \u0026\u0026 \\\r\n  19 | \u003e\u003e\u003e     mkdir build \u0026\u0026 \\\r\n  20 | \u003e\u003e\u003e     cd build \u0026\u0026 \\\r\n  21 | \u003e\u003e\u003e     cmake .. \u0026\u0026 \\\r\n  22 | \u003e\u003e\u003e     make \u0026\u0026 \\\r\n  23 | \u003e\u003e\u003e     make install\r\n  24 |\r\n--------------------\r\nERROR: failed to solve: process \"/bin/sh -c git clone https://github.com/PDAL/PDAL.git \u0026\u0026     cd PDAL \u0026\u0026     mkdir build \u0026\u0026     cd build \u0026\u0026     cmake .. \u0026\u0026     make \u0026\u0026     make install\" did not complete successfully: exit code: 1\r\n```\r\n\r\nWhat am I missing?","author":{"url":"https://github.com/mghildiy","@type":"Person","name":"mghildiy"},"datePublished":"2024-08-24T15:30:26.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/103/java/issues/103"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:5cf6b3c9-4373-aa45-b934-07a3f980c09a
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idED2A:380309:84C7A9:BC49F7:696F8AD1
html-safe-noncebd7531229ca46a0607c9ae9d33cd72f29dc3d050c1e8d1e25132d4cb0b2b0bd8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFRDJBOjM4MDMwOTo4NEM3QTk6QkM0OUY3OjY5NkY4QUQxIiwidmlzaXRvcl9pZCI6IjMxODAwMjU4NzU0Mjc5ODYxMzAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacde3478c881701b6977e05dcde86fe772608ef0dfec61f07f36a75858ffae990b
hovercard-subject-tagissue:2484671633
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/PDAL/java/103/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d66e5f0726d65e9e1b9f9ff277e83abda1135f37539d234792693b01ab2b3e82/PDAL/java/issues/103
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d66e5f0726d65e9e1b9f9ff277e83abda1135f37539d234792693b01ab2b3e82/PDAL/java/issues/103
og:image:altI am making a docker image for my java application, which uses java bindings for pdal. I have added this to my Dockerfile: FROM openjdk:21-jdk-bullseye # Install build dependencies RUN apt-get upda...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemghildiy
hostnamegithub.com
expected-hostnamegithub.com
None0ca8d8c65612640b9a1a588b3eed68222ca723ed2d028b18fe81b28936d535eb
turbo-cache-controlno-preview
go-importgithub.com/PDAL/java git https://github.com/PDAL/java.git
octolytics-dimension-user_id859797
octolytics-dimension-user_loginPDAL
octolytics-dimension-repository_id125991459
octolytics-dimension-repository_nwoPDAL/java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id125991459
octolytics-dimension-repository_network_root_nwoPDAL/java
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release95f60616ce2765d1114fe6da4af405a58c6d26d2
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/PDAL/java/issues/103#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPDAL%2Fjava%2Fissues%2F103
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPDAL%2Fjava%2Fissues%2F103
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=PDAL%2Fjava
Reloadhttps://patch-diff.githubusercontent.com/PDAL/java/issues/103
Reloadhttps://patch-diff.githubusercontent.com/PDAL/java/issues/103
Reloadhttps://patch-diff.githubusercontent.com/PDAL/java/issues/103
PDAL https://patch-diff.githubusercontent.com/PDAL
javahttps://patch-diff.githubusercontent.com/PDAL/java
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FPDAL%2Fjava
Fork 11 https://patch-diff.githubusercontent.com/login?return_to=%2FPDAL%2Fjava
Star 11 https://patch-diff.githubusercontent.com/login?return_to=%2FPDAL%2Fjava
Code https://patch-diff.githubusercontent.com/PDAL/java
Issues 10 https://patch-diff.githubusercontent.com/PDAL/java/issues
Pull requests 0 https://patch-diff.githubusercontent.com/PDAL/java/pulls
Actions https://patch-diff.githubusercontent.com/PDAL/java/actions
Projects 0 https://patch-diff.githubusercontent.com/PDAL/java/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/PDAL/java/security
Please reload this pagehttps://patch-diff.githubusercontent.com/PDAL/java/issues/103
Insights https://patch-diff.githubusercontent.com/PDAL/java/pulse
Code https://patch-diff.githubusercontent.com/PDAL/java
Issues https://patch-diff.githubusercontent.com/PDAL/java/issues
Pull requests https://patch-diff.githubusercontent.com/PDAL/java/pulls
Actions https://patch-diff.githubusercontent.com/PDAL/java/actions
Projects https://patch-diff.githubusercontent.com/PDAL/java/projects
Security https://patch-diff.githubusercontent.com/PDAL/java/security
Insights https://patch-diff.githubusercontent.com/PDAL/java/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/PDAL/java/issues/103
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/PDAL/java/issues/103
Error while building docker image with pdalhttps://patch-diff.githubusercontent.com/PDAL/java/issues/103#top
questionFurther information is requestedhttps://github.com/PDAL/java/issues?q=state%3Aopen%20label%3A%22question%22
https://github.com/mghildiy
https://github.com/mghildiy
mghildiyhttps://github.com/mghildiy
on Aug 24, 2024https://github.com/PDAL/java/issues/103#issue-2484671633
questionFurther information is requestedhttps://github.com/PDAL/java/issues?q=state%3Aopen%20label%3A%22question%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.