Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2021 12:40:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 257352] www/chromium: Fails to build after mempcpy (3) is added into base libc
Message-ID:  <bug-257352-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257352

            Bug ID: 257352
           Summary: www/chromium: Fails to build after mempcpy (3) is
                    added into base libc
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: chromium@FreeBSD.org
          Reporter: junchoon@dec.sakura.ne.jp
             Flags: maintainer-feedback?(chromium@FreeBSD.org)
          Assignee: chromium@FreeBSD.org

www/chromium started failing to build after commit
  main: git: ee37f64cf875
  stable/13: git: dba677d13b26
with errors like below.

samu: job failed: cc -MMD -MF obj/third_party/nasm/nasm/regvals.o.d
-DUSE_AURA=3D1 -DUSE_GLIB=3D1 -DUSE_NSS_CERTS=3D1 -DUSE_OZONE=3D1 -DUSE_X11=
=3D1
-DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE
-DCR_CLANG_REVISION=3D\"llvmorg-13-init-6429-g0e92cbd6-2\" -DNDEBUG -DNVALG=
RIND
-DDYNAMIC_ANNOTATIONS_ENABLED=3D0 -DHAVE_CONFIG_H -I../.. -Igen
-I../../third_party/nasm -I../../third_party/nasm/asm
-I../../third_party/nasm/disasm -I../../third_party/nasm/include
-I../../third_party/nasm/output -I../../third_party/nasm/x86
-fno-delete-null-pointer-checks -fno-ident -fno-strict-aliasing
--param=3Dssp-buffer-size=3D4 -fstack-protector -fno-unwind-tables
-fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics
-fmerge-all-constants -flto=3Dthin -fsplit-lto-unit -fwhole-program-vtables=
 -m64
-march=3Dx86-64 -msse3 -Xclang -fdebug-compilation-dir -Xclang .
-no-canonical-prefixes -O2 -fdata-sections -ffunction-sections
-fno-omit-frame-pointer -g0 -fvisibility=3Dhidden -Wheader-hygiene
-Wstring-conversion -Wtautological-overlap-compare -Wall -Wno-unused-variab=
le
-Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing
-Wno-unneeded-internal-declaration -Wno-undefined-var-template
-Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion
-Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment
-Wno-deprecated-copy -Wno-thread-safety-analysis -Wno-thread-safety-attribu=
tes
-Wno-unused-function -Wno-string-conversion -Wno-macro-redefined
-Wno-sign-compare -Wno-nonnull -Wno-uninitialized -std=3Dc11 -c
../../third_party/nasm/x86/regvals.c -o obj/third_party/nasm/nasm/regvals.o
In file included from ../../third_party/nasm/x86/regvals.c:3:
In file included from ../../third_party/nasm/include/tables.h:43:
../../third_party/nasm/include/compiler.h:249:21: 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);
         ^
1 error generated.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257352-7788>