FreeBSD ports you maintain which are out of date

2021-08-26 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
devel/ocaml-re  | 1.4.1   | 1.10.0
+-+
lang/csharp-mode.el | 0.9.2   | 1.0.2
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!



Re: Port net-mgmt/telegraf does not build anymore since last version 1.19.3

2021-08-26 Thread Dr. Peter Voigt
On Wed, 25 Aug 2021 17:42:13 +0200
"Dr. Peter Voigt"  wrote:

Well, yesterday night I removed packages go and telegraf and removed
all corresponding files from /usr/ports/dist. Subsequently, both port
lang/go and net-mgmt/telegraf (1.19.3) could be built without any
issues.

My conclusion so far: Either upgrade of lang/go or of net-mgmt/telegraf
could not be performed cleanly for whatever reason.

Peter


> Version 1.19.2 net-mgmt/telegraf builds just fine on my system with
> FreeBSD 12.2-RELEASE-p10 (amd64).
> 
> But version 1.19.3 gives the following error:
> 
> ...
> 
> ===>>> Waiting on fetch & checksum for net-mgmt/telegraf <<<===
> # get
> https://proxy.golang.org/sigs.k8s.io/apiserver-network-proxy/konnectivity-client/@v/v0.0.14.zip
> # get
> https://proxy.golang.org/sigs.k8s.io/apiserver-network-proxy/konnectivity-client/@v/v0.0.14.zip:
> 200 OK (0.113s) # get
> https://proxy.golang.org/sigs.k8s.io/structured-merge-diff/v3/@v/v3.0.0.zip
> # get
> https://proxy.golang.org/sigs.k8s.io/structured-merge-diff/v3/@v/v3.0.0.zip:
> 200 OK (0.112s) # get
> https://proxy.golang.org/sigs.k8s.io/structured-merge-diff/v4/@v/v4.1.0.zip
> # get
> https://proxy.golang.org/sigs.k8s.io/structured-merge-diff/v4/@v/v4.1.0.zip:
> 200 OK (0.124s) # get
> https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.2.0.zip # get
> https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.2.0.zip: 200 OK
> (0.112s) # get
> https://proxy.golang.org/sourcegraph.com/sourcegraph/appdash/@v/v0.0.0-20190731080439-ebfcffb1b5c0.zip
> # get
> https://proxy.golang.org/sourcegraph.com/sourcegraph/appdash/@v/v0.0.0-20190731080439-ebfcffb1b5c0.zip:
> 200 OK (0.113s)
> 
> 
> ===>  License MIT accepted by the user
> ===>   telegraf-1.19.3 depends on file: /usr/local/sbin/pkg - found
> ===>   telegraf-1.19.3 depends on file: /usr/local/bin/go - found
> ===>   telegraf-1.19.3 depends on package: ca_root_nss>0 - found
> ===> Fetching all distfiles required by telegraf-1.19.3 for building
> ===> Fetching github.com/influxdata/telegraf dependencies
> ===>  Extracting for telegraf-1.19.3
> => SHA256 Checksum OK for
> go/net-mgmt_telegraf/telegraf-v1.19.3/v1.19.3.mod. => SHA256 Checksum
> OK for go/net-mgmt_telegraf/telegraf-v1.19.3/v1.19.3.zip. go: finding
> module for package github.com/Azure/go-amqp
> github.com/influxdata/telegraf/plugins/inputs/eventhub_consumer
> imports github.com/Azure/azure-event-hubs-go/v3 imports
> github.com/Azure/go-amqp: cannot find module providing package
> github.com/Azure/go-amqp: module lookup disabled by GOPROXY=off ***
> Error code 1
> 
> Stop.
> make: stopped in /usr/ports/net-mgmt/telegraf
> 
> ===>>> make build failed for net-mgmt/telegraf
> ===>>> Aborting update
> 
> ===>>> Update for net-mgmt/telegraf failed
> ===>>> Aborting update
> 
> 
> ===>>> You can restart from the point of failure with this command
> line: portmaster  net-mgmt/telegraf 
> 
> This command has been saved to ~/portmasterfail.txt
> 
> The message suggests on issue with my GOPROXY settings. I have not
> changed any GO settings, e.g. I am using defaults only:
> 
> # env |grep -i proxy
> The above command yields no output.
> 
> # go env |grep -i proxy
> GONOPROXY=""
> GOPROXY="https://proxy.golang.org,direct";
> 
> I have contacted the port maintainer and he suggested to even remove
> the GO default setting. I tried:
> # go env -w GOPROXY=no
> according to https://golang.org/ref/mod#goproxy-protocol but the issue
> remains.
> 
> I appreciate any hints into the right direction.
> 
> Peter
> 




Re: Port net-mgmt/telegraf does not build anymore since last version 1.19.3

2021-08-26 Thread Palle Girgensohn
I would guess that some distfiles from github where actually bad. I've seen 
github downloads giving differents checksums for the same version at times 
recently. Perhaps they had a bug there, and you got bitten by it?

Palle

> 26 aug. 2021 kl. 11:27 skrev Dr. Peter Voigt :
> 
> On Wed, 25 Aug 2021 17:42:13 +0200
> "Dr. Peter Voigt"  wrote:
> 
> Well, yesterday night I removed packages go and telegraf and removed
> all corresponding files from /usr/ports/dist. Subsequently, both port
> lang/go and net-mgmt/telegraf (1.19.3) could be built without any
> issues.
> 
> My conclusion so far: Either upgrade of lang/go or of net-mgmt/telegraf
> could not be performed cleanly for whatever reason.
> 
> Peter
> 
> 
>> Version 1.19.2 net-mgmt/telegraf builds just fine on my system with
>> FreeBSD 12.2-RELEASE-p10 (amd64).
>> 
>> But version 1.19.3 gives the following error:
>> 
>> ...
>> 
>> ===>>> Waiting on fetch & checksum for net-mgmt/telegraf <<<===
>> # get
>> https://proxy.golang.org/sigs.k8s.io/apiserver-network-proxy/konnectivity-client/@v/v0.0.14.zip
>> # get
>> https://proxy.golang.org/sigs.k8s.io/apiserver-network-proxy/konnectivity-client/@v/v0.0.14.zip:
>> 200 OK (0.113s) # get
>> https://proxy.golang.org/sigs.k8s.io/structured-merge-diff/v3/@v/v3.0.0.zip
>> # get
>> https://proxy.golang.org/sigs.k8s.io/structured-merge-diff/v3/@v/v3.0.0.zip:
>> 200 OK (0.112s) # get
>> https://proxy.golang.org/sigs.k8s.io/structured-merge-diff/v4/@v/v4.1.0.zip
>> # get
>> https://proxy.golang.org/sigs.k8s.io/structured-merge-diff/v4/@v/v4.1.0.zip:
>> 200 OK (0.124s) # get
>> https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.2.0.zip # get
>> https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.2.0.zip: 200 OK
>> (0.112s) # get
>> https://proxy.golang.org/sourcegraph.com/sourcegraph/appdash/@v/v0.0.0-20190731080439-ebfcffb1b5c0.zip
>> # get
>> https://proxy.golang.org/sourcegraph.com/sourcegraph/appdash/@v/v0.0.0-20190731080439-ebfcffb1b5c0.zip:
>> 200 OK (0.113s)
>> 
>> 
>> ===>  License MIT accepted by the user
>> ===>   telegraf-1.19.3 depends on file: /usr/local/sbin/pkg - found
>> ===>   telegraf-1.19.3 depends on file: /usr/local/bin/go - found
>> ===>   telegraf-1.19.3 depends on package: ca_root_nss>0 - found
>> ===> Fetching all distfiles required by telegraf-1.19.3 for building
>> ===> Fetching github.com/influxdata/telegraf dependencies
>> ===>  Extracting for telegraf-1.19.3
>> => SHA256 Checksum OK for
>> go/net-mgmt_telegraf/telegraf-v1.19.3/v1.19.3.mod. => SHA256 Checksum
>> OK for go/net-mgmt_telegraf/telegraf-v1.19.3/v1.19.3.zip. go: finding
>> module for package github.com/Azure/go-amqp
>> github.com/influxdata/telegraf/plugins/inputs/eventhub_consumer
>> imports github.com/Azure/azure-event-hubs-go/v3 imports
>> github.com/Azure/go-amqp: cannot find module providing package
>> github.com/Azure/go-amqp: module lookup disabled by GOPROXY=off ***
>> Error code 1
>> 
>> Stop.
>> make: stopped in /usr/ports/net-mgmt/telegraf
>> 
>> ===>>> make build failed for net-mgmt/telegraf
>> ===>>> Aborting update
>> 
>> ===>>> Update for net-mgmt/telegraf failed
>> ===>>> Aborting update
>> 
>> 
>> ===>>> You can restart from the point of failure with this command
>> line: portmaster  net-mgmt/telegraf 
>> 
>> This command has been saved to ~/portmasterfail.txt
>> 
>> The message suggests on issue with my GOPROXY settings. I have not
>> changed any GO settings, e.g. I am using defaults only:
>> 
>> # env |grep -i proxy
>> The above command yields no output.
>> 
>> # go env |grep -i proxy
>> GONOPROXY=""
>> GOPROXY="https://proxy.golang.org,direct";
>> 
>> I have contacted the port maintainer and he suggested to even remove
>> the GO default setting. I tried:
>> # go env -w GOPROXY=no
>> according to https://golang.org/ref/mod#goproxy-protocol but the issue
>> remains.
>> 
>> I appreciate any hints into the right direction.
>> 
>> Peter
>> 
> 




Re: gitup ports

2021-08-26 Thread Ronald Klop
On Wed, 25 Aug 2021 23:40:02 +0200, LuMiWa via ports   
wrote:



On Wed, 25 Aug 2021 10:26:00 +0200
"Herbert J. Skuhra"  wrote:


On Wed, Aug 25, 2021 at 03:58:59AM -0400, LuMiWa via ports wrote:
> On FreeBSD 13.0-RELEASE-p4 I have a problem with gitup ports:
>
>  gitup ports
> # Scanning local repository...
> # Host: github.com
> # Port: 443
> # Repository Path: /freebsd/freebsd-ports.git
> # Target Directory: /usr/ports
> # Commit History: yes
> # Have: 8ba9809ca02105b8d4de8fa794eb98e447fae8a8
> # Want: 6234479982621235dc99824a812cd9ee11dbbf93
> # Branch: main
> # Action: pull
> Segmentation fault (core dumped)

Try to update your gitup.conf and/or switch from github.com to
git.freebsd.org.

https://github.com/johnmehr/gitup/issues/73
https://github.com/johnmehr/gitup/issues/74

Or install git-tiny.



Is it possible to switch back to portsnap and how, please. With
portsnap I didn't have any problem from FreeBSD 6

Thank you.



Yes AFAIK the portsnap servers get the data from git nowadays. If I run  
"portsnap fetch" I get a snapshot of today so it seems to work fine.


See "man portsnap":

EXAMPLES
 Fetch the snapshots and create the ports(7) tree under /usr/ports:
   portsnap fetch extract

 Update the ports tree:
   portsnap fetch update

Regards,
Ronald.



Re: www/chromium 92.0.4515.159 failing on recent 13-STABLE

2021-08-26 Thread Alex V. Petrov
26.08.2021 06:47, Jonathan Chen пишет:
> Hi,
>
> I just updated 13-STABLE/am64 (stable/13-n246941-20f96f21556), which
> appears to introduced clang 12.0.1. Unfortunately, I am now getting
> build failures with www/chromium:
>
> [ 16% 7885/48415] cc -MMD -MF obj/third_party/nasm/nasm/assemble.o.d
> -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DUSE_X11=1
> -DOFFI
> CIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE
> -DCR_CLANG_REVISION=\"llvmorg-13-ini
> t-10392-gd3676d4b-2\" -DNDEBUG -DNVALGRIND
> -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DHAVE_CONFIG_H -I../.. -Igen
> -I../../third_party/nasm -I../../third_p
> arty/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=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables
> -fno-asynchronous-unwin
> d-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants
> -flto=thin -fsplit-lto-unit -fwhole-program-vtables -m64 -march=x86-64
> -msse3 -
> Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -O2
> -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g0
> -fprofile-ins
> tr-use=../../chrome/build/pgo_profiles/chrome-linux-4515-1627572323-7b80f2d12f40afe6f7872c5528a069e31662276b.profdata
> -Wno-profile-instr-unprofil
> ed -Wno-profile-instr-out-of-date -Wno-backend-plugin
> -fvisibility=hidden -Wheader-hygiene -Wstring-conversion
> -Wtautological-overlap-compare -Wa
> ll -Wno-unused-variable -Wno-missing-field-initializers
> -Wno-unused-parameter -Wno-c++11-narrowing
> -Wno-unneeded-internal-declaration -Wno-undefi
> ned-var-template -Wno-ignored-pragma-optimize
> -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class
> -Wno-builtin-assume-aligned-alig
> nment -Wno-deprecated-copy -Wno-thread-safety-analysis
> -Wno-thread-safety-attributes -Wno-unused-function
> -Wno-string-conversion -Wno-macro-redef
> ined -Wno-sign-compare -Wno-nonnull -Wno-uninitialized -std=c11 -c
> ../../third_party/nasm/asm/assemble.c -o
> obj/third_party/nasm/nasm/assemble.o
> FAILED: obj/third_party/nasm/nasm/assemble.o
> cc -MMD -MF obj/third_party/nasm/nasm/assemble.o.d -DUSE_AURA=1
> -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DUSE_X11=1
> -DOFFICIAL_BUILD -D_FILE
> _OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
> -DNO_UNWIND_TABLES -D_GNU_SOURCE
> -DCR_CLANG_REVISION=\"llvmorg-13-init-10392-gd3676d4b-
> 2\" -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0
> -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-pointe
> r-checks -fno-ident -fno-strict-aliasing --param=ssp-buffer-size=4
> -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables
> -fPIC -pt
> hread -fcolor-diagnostics -fmerge-all-constants -flto=thin
> -fsplit-lto-unit -fwhole-program-vtables -m64 -march=x86-64 -msse3
> -Xclang -fdebug-com
> pilation-dir -Xclang . -no-canonical-prefixes -O2 -fdata-sections
> -ffunction-sections -fno-omit-frame-pointer -g0
> -fprofile-instr-use=../../chrom
> e/build/pgo_profiles/chrome-linux-4515-1627572323-7b80f2d12f40afe6f7872c5528a069e31662276b.profdata
> -Wno-profile-instr-unprofiled -Wno-profile-in
> str-out-of-date -Wno-backend-plugin -fvisibility=hidden
> -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare
> -Wall -Wno-unused-var
> iable -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-depreca
> ted-copy -Wno-thread-safety-analysis -Wno-thread-safety-attributes
> -Wno-unused-function -Wno-string-conversion -Wno-macro-redefined
> -Wno-sign-com
> pare -Wno-nonnull -Wno-uninitialized -std=c11 -c
> ../../third_party/nasm/asm/assemble.c -o
> obj/third_party/nasm/nasm/assemble.o
> In file included from ../../third_party/nasm/asm/assemble.c:178:
> ../../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
>
> Cheers.

I have some problem.

-

Alex.

-- 
-
Alex.




Re: gitup ports

2021-08-26 Thread LuMiWa via ports
On Thu, 26 Aug 2021 13:50:04 +0200
"Ronald Klop"  wrote:

> On Wed, 25 Aug 2021 23:40:02 +0200, LuMiWa via ports
>  wrote:
> 
> > On Wed, 25 Aug 2021 10:26:00 +0200
> > "Herbert J. Skuhra"  wrote:
> >
> >> On Wed, Aug 25, 2021 at 03:58:59AM -0400, LuMiWa via ports wrote:
> >> > On FreeBSD 13.0-RELEASE-p4 I have a problem with gitup ports:
> >> >
> >> >  gitup ports
> >> > # Scanning local repository...
> >> > # Host: github.com
> >> > # Port: 443
> >> > # Repository Path: /freebsd/freebsd-ports.git
> >> > # Target Directory: /usr/ports
> >> > # Commit History: yes
> >> > # Have: 8ba9809ca02105b8d4de8fa794eb98e447fae8a8
> >> > # Want: 6234479982621235dc99824a812cd9ee11dbbf93
> >> > # Branch: main
> >> > # Action: pull
> >> > Segmentation fault (core dumped)
> >>
> >> Try to update your gitup.conf and/or switch from github.com to
> >> git.freebsd.org.
> >>
> >> https://github.com/johnmehr/gitup/issues/73
> >> https://github.com/johnmehr/gitup/issues/74
> >>
> >> Or install git-tiny.
> >>
> >
> > Is it possible to switch back to portsnap and how, please. With
> > portsnap I didn't have any problem from FreeBSD 6
> >
> > Thank you.
> 
> 
> Yes AFAIK the portsnap servers get the data from git nowadays. If I
> run "portsnap fetch" I get a snapshot of today so it seems to work
> fine.
> 
> See "man portsnap":
> 
> EXAMPLES
>   Fetch the snapshots and create the ports(7) tree under
> /usr/ports: portsnap fetch extract
> 
>   Update the ports tree:
> portsnap fetch update
> 
> Regards,
> Ronald.
> 

Thank you very much. Looks like the same as was before...


-- 
"Everyone thinks of changing the world, but no one thinks of changing
himself.”

Leo Tolstoy



Re: www/chromium 92.0.4515.159 failing on recent 13-STABLE

2021-08-26 Thread Martin Neubauer

Hi,

Maybe this could help:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257352

Cheers,
Martin

On 26/08/2021 01:47, Jonathan Chen wrote:

Hi,

I just updated 13-STABLE/am64 (stable/13-n246941-20f96f21556), which
appears to introduced clang 12.0.1. Unfortunately, I am now getting
build failures with www/chromium:

[ 16% 7885/48415] cc -MMD -MF obj/third_party/nasm/nasm/assemble.o.d
-DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DUSE_X11=1
-DOFFI
CIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE
-DCR_CLANG_REVISION=\"llvmorg-13-ini
t-10392-gd3676d4b-2\" -DNDEBUG -DNVALGRIND
-DDYNAMIC_ANNOTATIONS_ENABLED=0 -DHAVE_CONFIG_H -I../.. -Igen
-I../../third_party/nasm -I../../third_p
arty/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=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables
-fno-asynchronous-unwin
d-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants
-flto=thin -fsplit-lto-unit -fwhole-program-vtables -m64 -march=x86-64
-msse3 -
Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -O2
-fdata-sections -ffunction-sections -fno-omit-frame-pointer -g0
-fprofile-ins
tr-use=../../chrome/build/pgo_profiles/chrome-linux-4515-1627572323-7b80f2d12f40afe6f7872c5528a069e31662276b.profdata
-Wno-profile-instr-unprofil
ed -Wno-profile-instr-out-of-date -Wno-backend-plugin
-fvisibility=hidden -Wheader-hygiene -Wstring-conversion
-Wtautological-overlap-compare -Wa
ll -Wno-unused-variable -Wno-missing-field-initializers
-Wno-unused-parameter -Wno-c++11-narrowing
-Wno-unneeded-internal-declaration -Wno-undefi
ned-var-template -Wno-ignored-pragma-optimize
-Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class
-Wno-builtin-assume-aligned-alig
nment -Wno-deprecated-copy -Wno-thread-safety-analysis
-Wno-thread-safety-attributes -Wno-unused-function
-Wno-string-conversion -Wno-macro-redef
ined -Wno-sign-compare -Wno-nonnull -Wno-uninitialized -std=c11 -c
../../third_party/nasm/asm/assemble.c -o
obj/third_party/nasm/nasm/assemble.o
FAILED: obj/third_party/nasm/nasm/assemble.o
cc -MMD -MF obj/third_party/nasm/nasm/assemble.o.d -DUSE_AURA=1
-DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DUSE_X11=1
-DOFFICIAL_BUILD -D_FILE
_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-DNO_UNWIND_TABLES -D_GNU_SOURCE
-DCR_CLANG_REVISION=\"llvmorg-13-init-10392-gd3676d4b-
2\" -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0
-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-pointe
r-checks -fno-ident -fno-strict-aliasing --param=ssp-buffer-size=4
-fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables
-fPIC -pt
hread -fcolor-diagnostics -fmerge-all-constants -flto=thin
-fsplit-lto-unit -fwhole-program-vtables -m64 -march=x86-64 -msse3
-Xclang -fdebug-com
pilation-dir -Xclang . -no-canonical-prefixes -O2 -fdata-sections
-ffunction-sections -fno-omit-frame-pointer -g0
-fprofile-instr-use=../../chrom
e/build/pgo_profiles/chrome-linux-4515-1627572323-7b80f2d12f40afe6f7872c5528a069e31662276b.profdata
-Wno-profile-instr-unprofiled -Wno-profile-in
str-out-of-date -Wno-backend-plugin -fvisibility=hidden
-Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare
-Wall -Wno-unused-var
iable -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-depreca
ted-copy -Wno-thread-safety-analysis -Wno-thread-safety-attributes
-Wno-unused-function -Wno-string-conversion -Wno-macro-redefined
-Wno-sign-com
pare -Wno-nonnull -Wno-uninitialized -std=c11 -c
../../third_party/nasm/asm/assemble.c -o
obj/third_party/nasm/nasm/assemble.o
In file included from ../../third_party/nasm/asm/assemble.c:178:
../../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

Cheers.





OpenPGP_signature
Description: OpenPGP digital signature