René's URL Explorer Experiment


Title: [BUG] Build failure with latest from git · Issue #211 · etr/libhttpserver · GitHub

Open Graph Title: [BUG] Build failure with latest from git · Issue #211 · etr/libhttpserver

X Title: [BUG] Build failure with latest from git · Issue #211 · etr/libhttpserver

Description: Prerequisites [X ] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo:etr/libhttpserver&type=Issues Description Build failure occurs with latest git...

Open Graph Description: Prerequisites [X ] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo:etr/libhttpserver&type=Issues Descript...

X Description: Prerequisites [X ] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo:etr/libhttpserver&type=Iss...

Opengraph URL: https://github.com/etr/libhttpserver/issues/211

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[BUG] Build failure with latest from git","articleBody":"\u003c!--\r\n\r\nHave you read Atom's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/etr/libhttpserver/blob/master/CODE_OF_CONDUCT.md\r\n\r\nDo you want to ask a question? Are you looking for support? Our message board is the best place for getting support: https://gitter.im/libhttpserver/community\r\n\r\n--\u003e\r\n\r\n### Prerequisites\r\n\r\n* [X ] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=\u0026q=repo%3Aetr%2Flibhttpserver\u0026type=Issues\r\n\r\n### Description\r\n\r\nBuild failure occurs with latest git version\r\n\r\n### Steps to Reproduce\r\n\r\n1.  Run configure and make per standard build instructions\r\n\r\n**Expected behavior:** Successful build\r\n\r\n**Actual behavior:** Build Failure\r\n```\r\nIn file included from ../../src/httpserver/create_webserver.hpp:30:0,\r\n                 from ../../src/httpserver/webserver.hpp:49,\r\n                 from ../../src/webserver.cpp:21:\r\n../../src/httpserver/http_response.hpp:58:9: error: function 'httpserver::http_response::http_response(httpserver::http_response\u0026\u0026)' defaulted on its first declaration with an exception-specification that differs from the implicit declaration 'httpserver::http_response::http_response(httpserver::http_response\u0026\u0026)'\r\n         http_response(http_response\u0026\u0026 b) noexcept = default;\r\n         ^\r\n../../src/httpserver/http_response.hpp:61:24: error: function 'httpserver::http_response\u0026 httpserver::http_response::operator=(httpserver::http_response\u0026\u0026)' defaulted on its first declaration with an exception-specification that differs from the implicit declaration 'httpserver::http_response\u0026 httpserver::http_response::operator=(httpserver::http_response\u0026\u0026)'\r\n         http_response\u0026 operator=(http_response\u0026\u0026 b) noexcept = default;\r\n                        ^\r\nIn file included from ../../src/httpserver/details/modded_request.hpp:28:0,\r\n                 from ../../src/webserver.cpp:54:\r\n../../src/httpserver/http_request.hpp:230:9: error: function 'httpserver::http_request::http_request(httpserver::http_request\u0026\u0026)' defaulted on its first declaration with an exception-specification that differs from the implicit declaration 'httpserver::http_request::http_request(httpserver::http_request\u0026\u0026)'\r\n         http_request(http_request\u0026\u0026 b) noexcept = default;\r\n         ^\r\nIn file included from ../../src/webserver.cpp:56:0:\r\n../../src/httpserver/http_resource.hpp:214:9: error: function 'httpserver::http_resource::http_resource(httpserver::http_resource\u0026\u0026)' defaulted on its first declaration with an exception-specification that differs from the implicit declaration 'httpserver::http_resource::http_resource(httpserver::http_resource\u0026\u0026)'\r\n         http_resource(http_resource\u0026\u0026 b) noexcept = default;\r\n         ^\r\nIn file included from ../../src/webserver.cpp:59:0:\r\n../../src/httpserver/string_response.hpp:54:9: error: function 'httpserver::string_response::string_response(httpserver::string_response\u0026\u0026)' defaulted on its first declaration with an exception-specification that differs from the implicit declaration 'httpserver::string_response::string_response(httpserver::string_response\u0026\u0026)'\r\n         string_response(string_response\u0026\u0026 other) noexcept = default;\r\n```\r\n**Reproduces how often:** 100pct\r\n\r\n### Versions\r\n\r\n* OS version (if on linux, the output of \"uname -a\")\r\nLinux docker100 3.10.0-1062.1.1.el7.x86_64 #1 SMP Fri Sep 13 22:55:44 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux\r\n* libhttpserver version (please specify whether compiled or packaged)  \r\n   latest git as of 10/13.  Compiled.\r\n* libmicrohttpd version (please specify whether compiled or packaged)\r\n  libmicrohttpd-0.9.71. Compiled\r\n\r\nIf you have problems during build:\r\n* Compiler version - gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)\r\n* autotools version - \r\nautoconf-2.69-11.el7.noarch\r\nautomake-1.13.4-3.el7.noarch\r\n\r\n[config.log](https://github.com/etr/libhttpserver/files/5371932/config.log)\r\n### Additional Information\r\n\r\nAny additional information, configuration (especially build configuration flags if you compiled the libraries) or data that might be necessary to reproduce the issue.\r\n\r\nIf you have problems during build, please attach your config.log and the full scope of your error from make.\r\n[config.log](https://github.com/etr/libhttpserver/files/5371932/config.log)\r\n\r\nIf you have problems at execution, please:\r\n* attach the stacktrace in case of crash (a coredump would be even better).\r\n* provide a main that reproduces the error.\r\n","author":{"url":"https://github.com/chrisfw","@type":"Person","name":"chrisfw"},"datePublished":"2020-10-13T14:17:21.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/211/libhttpserver/issues/211"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:c4a94683-c034-a641-1c29-e2623960d5d7
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAF82:24214A:D0A0CC:11EAE4F:6A53AAC6
html-safe-nonce422fc57b58c898a2b621076217c5da8e8e63ac76c62e890a787cd1a323abf6a8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRjgyOjI0MjE0QTpEMEEwQ0M6MTFFQUU0Rjo2QTUzQUFDNiIsInZpc2l0b3JfaWQiOiIyNDQwNTg5OTY5MTYyNzQyNDcwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacca05d7b78130947f535f27ebbe8e421386d02126110aaac5a96d03b8103b8f24
hovercard-subject-tagissue:720320982
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/etr/libhttpserver/211/issue_layout
twitter:imagehttps://opengraph.githubassets.com/1fba8e7498f03ff694d2c5c346e753f3a28eb4ece6886d0e63d884997646d81a/etr/libhttpserver/issues/211
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/1fba8e7498f03ff694d2c5c346e753f3a28eb4ece6886d0e63d884997646d81a/etr/libhttpserver/issues/211
og:image:altPrerequisites [X ] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo:etr/libhttpserver&type=Issues Descript...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamechrisfw
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/etr/libhttpserver git https://github.com/etr/libhttpserver.git
octolytics-dimension-user_id1201536
octolytics-dimension-user_loginetr
octolytics-dimension-repository_id3416891
octolytics-dimension-repository_nwoetr/libhttpserver
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id3416891
octolytics-dimension-repository_network_root_nwoetr/libhttpserver
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
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/etr/libhttpserver/issues/211#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fetr%2Flibhttpserver%2Fissues%2F211
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fetr%2Flibhttpserver%2Fissues%2F211
Sign up https://github.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=etr%2Flibhttpserver
Reloadhttps://github.com/etr/libhttpserver/issues/211
Reloadhttps://github.com/etr/libhttpserver/issues/211
Reloadhttps://github.com/etr/libhttpserver/issues/211
etr https://github.com/etr
libhttpserverhttps://github.com/etr/libhttpserver
Notifications https://github.com/login?return_to=%2Fetr%2Flibhttpserver
Fork 191 https://github.com/login?return_to=%2Fetr%2Flibhttpserver
Star 942 https://github.com/login?return_to=%2Fetr%2Flibhttpserver
Code https://github.com/etr/libhttpserver
Issues 15 https://github.com/etr/libhttpserver/issues
Pull requests 4 https://github.com/etr/libhttpserver/pulls
Actions https://github.com/etr/libhttpserver/actions
Projects https://github.com/etr/libhttpserver/projects
Wiki https://github.com/etr/libhttpserver/wiki
Security and quality 0 https://github.com/etr/libhttpserver/security
Insights https://github.com/etr/libhttpserver/pulse
Code https://github.com/etr/libhttpserver
Issues https://github.com/etr/libhttpserver/issues
Pull requests https://github.com/etr/libhttpserver/pulls
Actions https://github.com/etr/libhttpserver/actions
Projects https://github.com/etr/libhttpserver/projects
Wiki https://github.com/etr/libhttpserver/wiki
Security and quality https://github.com/etr/libhttpserver/security
Insights https://github.com/etr/libhttpserver/pulse
[BUG] Build failure with latest from githttps://github.com/etr/libhttpserver/issues/211#top
https://github.com/etr
bugConfirmed bugs or reports that are very likely to be bugs.https://github.com/etr/libhttpserver/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/chrisfw
chrisfwhttps://github.com/chrisfw
on Oct 13, 2020https://github.com/etr/libhttpserver/issues/211#issue-720320982
https://github.com/search?l=&q=repo%3Aetr%2Flibhttpserver&type=Issueshttps://github.com/search?l=&q=repo%3Aetr%2Flibhttpserver&type=Issues
Remove uuid generation #1https://github.com/etr/libhttpserver/issues/1
config.loghttps://github.com/etr/libhttpserver/files/5371932/config.log
config.loghttps://github.com/etr/libhttpserver/files/5371932/config.log
etrhttps://github.com/etr
bugConfirmed bugs or reports that are very likely to be bugs.https://github.com/etr/libhttpserver/issues?q=state%3Aopen%20label%3A%22bug%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.