René's URL Explorer Experiment


Title: Error installing RcppParallel 5.1.7 RcppParallel.so: undefined symbol: · Issue #202 · RcppCore/RcppParallel · GitHub

Open Graph Title: Error installing RcppParallel 5.1.7 RcppParallel.so: undefined symbol: · Issue #202 · RcppCore/RcppParallel

X Title: Error installing RcppParallel 5.1.7 RcppParallel.so: undefined symbol: · Issue #202 · RcppCore/RcppParallel

Description: Good Day! Redhat Linux 7.9 R version 4.2.3 RcppParallel 5.1.7 gcc version 4.8 When installing RcppParallel using the command R CMD INSTALL RcppParallel_5.1.7.tar.gz it fails with below error: installing to library ‘/opt/opensource/R/R-4....

Open Graph Description: Good Day! Redhat Linux 7.9 R version 4.2.3 RcppParallel 5.1.7 gcc version 4.8 When installing RcppParallel using the command R CMD INSTALL RcppParallel_5.1.7.tar.gz it fails with below error: insta...

X Description: Good Day! Redhat Linux 7.9 R version 4.2.3 RcppParallel 5.1.7 gcc version 4.8 When installing RcppParallel using the command R CMD INSTALL RcppParallel_5.1.7.tar.gz it fails with below error: insta...

Opengraph URL: https://github.com/RcppCore/RcppParallel/issues/202

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Error installing RcppParallel 5.1.7 RcppParallel.so: undefined symbol: ","articleBody":"Good Day!\r\n\r\nRedhat Linux 7.9\r\nR version 4.2.3\r\nRcppParallel 5.1.7\r\ngcc version 4.8\r\n\r\n\r\nWhen installing RcppParallel using the command R CMD INSTALL RcppParallel_5.1.7.tar.gz it fails with below error:\r\n\r\n* installing to library ‘/opt/opensource/R/R-4.2.3/lib64/R/library’\r\n* installing *source* package ‘RcppParallel’ ...\r\n** package ‘RcppParallel’ successfully unpacked and MD5 sums checked\r\n** using staged installation\r\n** preparing to configure package 'RcppParallel' ...\r\n*** configured file: 'R/tbb-autodetected.R.in' =\u003e 'R/tbb-autodetected.R'\r\n*** configured file: 'src/Makevars.in' =\u003e 'src/Makevars'\r\n*** configured file: 'src/install.libs.R.in' =\u003e 'src/install.libs.R'\r\n** finished configure for package 'RcppParallel'\r\n** libs\r\n(tbb) Building TBB using bundled sources ...\r\nmake[1]: Entering directory `/tmp/RtmpLGkjWv/R.INSTALL711a1df2519e/RcppParallel/src/tbb/src'\r\nOS: linux\r\narch=intel64\r\ncompiler=gcc\r\nruntime=cc4.8.5_libc2.17_kernel3.10.0\r\ntbb_build_prefix=linux_intel64_gcc_cc4.8.5_libc2.17_kernel3.10.0\r\nwork_dir=/tmp/RtmpLGkjWv/R.INSTALL711a1df2519e/RcppParallel/src/build/linux_intel64_gcc_cc4.8.5_libc2.17_kernel3.10.0_release\r\nmake[1]: Leaving directory `/tmp/RtmpLGkjWv/R.INSTALL711a1df2519e/RcppParallel/src/tbb/src'\r\nmake[1]: Entering directory `/tmp/RtmpLGkjWv/R.INSTALL711a1df2519e/RcppParallel/src/tbb/src'\r\nCreated ../build/lib_release directory\r\nmake -C \"../build/lib_release\"  -r -f ../../build/Makefile.tbb cfg=release\r\nmake[2]: Entering directory `/tmp/RtmpLGkjWv/R.INSTALL711a1df2519e/RcppParallel/src/tbb/build/lib_release'\r\n../../build/Makefile.tbb:28: CONFIG: cfg=release arch=intel64 compiler=gcc target=linux runtime=cc4.8.5_libc2.17_kernel3.10.0\r\ng++ -I../inst/include  -o concurrent_hash_map.o -c -MMD -DDO_ITT_NOTIFY -O2 -DUSE_PTHREAD -m64 -mrtm  -fpic  -D__TBB_BUILD=1 -Wall -Wextra  -g -O2 -DTBB_NO_LEGACY=1   -I../../src -I../../src/rml/include -I../../include ../../src/tbb/concurrent_hash_map.cpp\r\nIn file included from ../../include/tbb/concurrent_hash_map.h:26:0,\r\n                 from ../../src/tbb/concurrent_hash_map.cpp:17:\r\n../../include/tbb/compat/iterator.h:19:11: error: expected nested-name-specifier before ‘iterator_category’\r\n     using iterator_category = Category;\r\n           ^\r\n../../include/tbb/compat/iterator.h:19:11: error: using-declaration for non-member at class scope\r\n../../include/tbb/compat/iterator.h:19:29: error: expected ‘;’ before ‘=’ token\r\n     using iterator_category = Category;\r\n                             ^\r\n../../include/tbb/compat/iterator.h:19:29: error: expected unqualified-id before ‘=’ token\r\n../../include/tbb/compat/iterator.h:20:11: error: expected nested-name-specifier before ‘value_type’\r\n     using value_type = T;\r\n           ^\r\n../../include/tbb/compat/iterator.h:20:11: error: using-declaration for non-member at class scope\r\n../../include/tbb/compat/iterator.h:20:22: error: expected ‘;’ before ‘=’ token\r\n     using value_type = T;\r\n                      ^\r\n../../include/tbb/compat/iterator.h:20:22: error: expected unqualified-id before ‘=’ token\r\n../../include/tbb/compat/iterator.h:21:11: error: expected nested-name-specifier before ‘difference_type’\r\n     using difference_type = Distance;\r\n           ^\r\n../../include/tbb/compat/iterator.h:21:11: error: using-declaration for non-member at class scope\r\n../../include/tbb/compat/iterator.h:21:27: error: expected ‘;’ before ‘=’ token\r\n     using difference_type = Distance;\r\n                           ^\r\n../../include/tbb/compat/iterator.h:21:27: error: expected unqualified-id before ‘=’ token\r\n../../include/tbb/compat/iterator.h:22:11: error: expected nested-name-specifier before ‘pointer’\r\n     using pointer = Pointer;\r\n           ^\r\n../../include/tbb/compat/iterator.h:22:11: error: using-declaration for non-member at class scope\r\n../../include/tbb/compat/iterator.h:22:19: error: expected ‘;’ before ‘=’ token\r\n     using pointer = Pointer;\r\n                   ^\r\n../../include/tbb/compat/iterator.h:22:19: error: expected unqualified-id before ‘=’ token\r\n../../include/tbb/compat/iterator.h:23:11: error: expected nested-name-specifier before ‘reference’\r\n     using reference = Reference;\r\n           ^\r\n../../include/tbb/compat/iterator.h:23:11: error: using-declaration for non-member at class scope\r\n../../include/tbb/compat/iterator.h:23:21: error: expected ‘;’ before ‘=’ token\r\n     using reference = Reference;\r\n                     ^\r\n../../include/tbb/compat/iterator.h:23:21: error: expected unqualified-id before ‘=’ token\r\nmake[2]: *** [concurrent_hash_map.o] Error 1\r\nmake[2]: Leaving directory `/tmp/RtmpLGkjWv/R.INSTALL711a1df2519e/RcppParallel/src/tbb/build/lib_release'\r\nmake[1]: *** [tbb_release] Error 2\r\nmake[1]: Leaving directory `/tmp/RtmpLGkjWv/R.INSTALL711a1df2519e/RcppParallel/src/tbb/src'\r\ng++ -std=gnu++11 -I\"/opt/opensource/R/R-4.2.3/lib64/R/include\" -DNDEBUG -I../inst/include  -I/usr/local/include  -std=gnu++11 -DRCPP_PARALLEL_USE_TBB=1 -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -fpic  -g -O2  -c init.cpp -o init.o\r\ng++ -std=gnu++11 -I\"/opt/opensource/R/R-4.2.3/lib64/R/include\" -DNDEBUG -I../inst/include  -I/usr/local/include  -std=gnu++11 -DRCPP_PARALLEL_USE_TBB=1 -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -fpic  -g -O2  -c options.cpp -o options.o\r\ng++ -std=gnu++11 -shared -L/opt/opensource/R/R-4.2.3/lib64/R/lib -L/usr/local/lib64 -o RcppParallel.so init.o options.o -L/opt/opensource/R/R-4.2.3/lib64/R/lib -lR\r\ninstalling via 'install.libs.R' to /opt/opensource/R/R-4.2.3/lib64/R/library/00LOCK-RcppParallel/00new/RcppParallel\r\n** R\r\n** inst\r\n** byte-compile and prepare package for lazy loading\r\n** help\r\n*** installing help indices\r\n** building package indices\r\n** testing if installed package can be loaded from temporary location\r\nError: package or namespace load failed for ‘RcppParallel’:\r\n .onLoad failed in loadNamespace() for 'RcppParallel', details:\r\n  call: dyn.load(file, DLLpath = DLLpath, ...)\r\n  error: unable to load shared object '/opt/opensource/R/R-4.2.3/lib64/R/library/00LOCK-RcppParallel/00new/RcppParallel/libs/RcppParallel.so':\r\n  /opt/opensource/R/R-4.2.3/lib64/R/library/00LOCK-RcppParallel/00new/RcppParallel/libs/RcppParallel.so: undefined symbol: _ZN3tbb10interface58internal9task_base7destroyERNS_4taskE\r\nError: loading failed\r\nExecution halted\r\nERROR: loading failed\r\n* removing ‘/opt/opensource/R/R-4.2.3/lib64/R/library/RcppParallel’\r\n\r\n\r\n\r\nAs noticed as well, the folder path and file 00LOCK-RcppParallel/00new/RcppParallel/libs/RcppParallel.so was not created\r\nAppreciate any suggestions.\r\n\r\nThanks\r\n","author":{"url":"https://github.com/tlkoh0727","@type":"Person","name":"tlkoh0727"},"datePublished":"2023-05-26T02:58:11.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/202/RcppParallel/issues/202"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ceac7e88-6eb6-95c0-8074-5031aa8a252d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE9CC:1085F6:29EA1AA:387719B:697076C3
html-safe-nonce3ec91fa0dab487a865e9a8ab2fe8c9e380234170a5ea61c76fc4cec8832506cf
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOUNDOjEwODVGNjoyOUVBMUFBOjM4NzcxOUI6Njk3MDc2QzMiLCJ2aXNpdG9yX2lkIjoiMjMzMDc3NTcxNzA0Mjc0NzA3NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacaeabe85c8a5f22bef7e697d8b204e036c5a8d5344f4d3487b37f335af9972ef5
hovercard-subject-tagissue:1726818568
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/RcppCore/RcppParallel/202/issue_layout
twitter:imagehttps://opengraph.githubassets.com/371f4c04356476045df337c51924a2027a57a1d6ec2d1cbc895dcad3b999fbe7/RcppCore/RcppParallel/issues/202
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/371f4c04356476045df337c51924a2027a57a1d6ec2d1cbc895dcad3b999fbe7/RcppCore/RcppParallel/issues/202
og:image:altGood Day! Redhat Linux 7.9 R version 4.2.3 RcppParallel 5.1.7 gcc version 4.8 When installing RcppParallel using the command R CMD INSTALL RcppParallel_5.1.7.tar.gz it fails with below error: insta...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernametlkoh0727
hostnamegithub.com
expected-hostnamegithub.com
None9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2
turbo-cache-controlno-preview
go-importgithub.com/RcppCore/RcppParallel git https://github.com/RcppCore/RcppParallel.git
octolytics-dimension-user_id5811336
octolytics-dimension-user_loginRcppCore
octolytics-dimension-repository_id21576989
octolytics-dimension-repository_nwoRcppCore/RcppParallel
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id21576989
octolytics-dimension-repository_network_root_nwoRcppCore/RcppParallel
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
release7d6181066430cc06553c8396ca201e194ae33cb9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues/202#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FRcppCore%2FRcppParallel%2Fissues%2F202
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%2FRcppCore%2FRcppParallel%2Fissues%2F202
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=RcppCore%2FRcppParallel
Reloadhttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues/202
Reloadhttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues/202
Reloadhttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues/202
RcppCore https://patch-diff.githubusercontent.com/RcppCore
RcppParallelhttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FRcppCore%2FRcppParallel
Fork 59 https://patch-diff.githubusercontent.com/login?return_to=%2FRcppCore%2FRcppParallel
Star 176 https://patch-diff.githubusercontent.com/login?return_to=%2FRcppCore%2FRcppParallel
Code https://patch-diff.githubusercontent.com/RcppCore/RcppParallel
Issues 17 https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues
Pull requests 0 https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/pulls
Actions https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/actions
Projects 0 https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/projects
Wiki https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/security
Please reload this pagehttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues/202
Insights https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/pulse
Code https://patch-diff.githubusercontent.com/RcppCore/RcppParallel
Issues https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues
Pull requests https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/pulls
Actions https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/actions
Projects https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/projects
Wiki https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/wiki
Security https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/security
Insights https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/RcppCore/RcppParallel/issues/202
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/RcppCore/RcppParallel/issues/202
Error installing RcppParallel 5.1.7 RcppParallel.so: undefined symbol: https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues/202#top
https://github.com/tlkoh0727
https://github.com/tlkoh0727
tlkoh0727https://github.com/tlkoh0727
on May 26, 2023https://github.com/RcppCore/RcppParallel/issues/202#issue-1726818568
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.