[Bug 257378] devel/electron12 fails to build on amd64 stable 13 using poudriere with error: static declaration of 'mempcpy' follows non-static declaration
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Jul 2021 08:05:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257378 Bug ID: 257378 Summary: devel/electron12 fails to build on amd64 stable 13 using poudriere with error: static declaration of 'mempcpy' follows non-static declaration Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: tagattie@FreeBSD.org Reporter: transitive@gmail.com Assignee: tagattie@FreeBSD.org Flags: maintainer-feedback?(tagattie@FreeBSD.org) Attachment #226650 text/plain mime type: Created attachment 226650 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226650&action=edit electron12 poudriere log of build failiure on amd64 stable 13 The port devel/electron12 fails to build on amd64 stable 13 using poudriere with the following error: static declaration of 'mempcpy' follows non-static declaration static inline void *mempcpy(void *dst, const void *src, size_t n) ^ /usr/include/string.h:70:7: note: previous declaration is here void *mempcpy(void * __restrict, const void * __restrict, size_t); -- You are receiving this mail because: You are the assignee for the bug.