From nobody Tue Jul 30 18:09:14 2024 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WYNXd6Djyz5RhB4 for ; Tue, 30 Jul 2024 18:09:21 +0000 (UTC) (envelope-from SRS0=iUS4=O6=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4WYNXd2pKgz4Nnf for ; Tue, 30 Jul 2024 18:09:21 +0000 (UTC) (envelope-from SRS0=iUS4=O6=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Date: Tue, 30 Jul 2024 20:09:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1722362954; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to; bh=nkELx4LuaJX4iw6Q874k4UpI02uK2+r/gfWXNXTE0p0=; b=J/eKWwajpFEFDJR/DEVq6fF8qzW4EAB5Fo5t1PcpSQZQ2D7JeqQqo6nyZrFeEyZOpzLej7 1tdKLvu/gYXsxFKVu8TePmm9Y44OCiY281FPaDTvIc6xCaJUFuF8lthSOOKKWSyTEwZo2H sqUPYw0EspJ+w0LAC5UcmyjLePDycLNGqJSwHxQmRHywh7Nne8YhenucdWYS8uyL2m/gXu 3b0BAIloIp0q48XEmfb2pUaN3eTx2ra7mbn4bf3GrqrOpqrLaGXflbf++rE5hHzclbwMGV D+VSseJqZKEyAh7HiyHscdz04Mr5+Xvhd1FCTbZjVjcyE+WaMFlIGws4ltNi9Q== From: Ronald Klop To: Nilton Jose Rizzo Cc: freebsd-ports@freebsd.org Message-ID: <302436378.8779.1722362954063@localhost> In-Reply-To: <8798a055-6057-4a99-83d4-983a512a78f5@gmail.com> Subject: Re: Compiling Chromium stop with error List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8778_1462132590.1722362954055" X-Mailer: Realworks (713.22) Importance: Normal X-Priority: 3 (Normal) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL] X-Rspamd-Queue-Id: 4WYNXd2pKgz4Nnf ------=_Part_8778_1462132590.1722362954055 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Update your ports tree https://cgit.freebsd.org/ports/commit/?id=3D93e25e566d1a6905e0f3cc928fc40f5= 04f25ef8d It is fixed AFAIS Van: Nilton Jose Rizzo Datum: 29 juli 2024 23:17 Aan: freebsd-ports@freebsd.org Onderwerp: Compiling Chromium stop with error >=20 >=20 > Hi everbory >=20 > I get this erro when compile the chromium >=20 > In file included from ../../third_party/nasm/asm/assemble.c:178: > ../../third_party/nasm/include/compiler.h:249:21: error: static declarati= on of 'mempcpy' follows non-static declaration > 249 | static inline void *mempcpy(void *dst, const void *src, size_t n= ) > | ^ > /usr/include/string.h:71:8: note: previous declaration is here > 71 | void *(mempcpy)(void * __restrict, const void * __restrict, s= ize_t); > | ^ > 1 error generated. > ninja: build stopped: subcommand failed. > *** Error code 1 >=20 > Stop. > make[1]: stopped making "/usr/ports/www/chromium/work/.install_done.chrom= ium._usr_local" in /usr/ports/www/chromium > *** Error code 1 >=20 > Stop. > make: stopped making "install clean" in /usr/ports/www/chromium >=20 > My box is: >=20 > # uname -a > FreeBSD valfenda 15.0-CURRENT FreeBSD 15.0-CURRENT #1 main-b3cec803eaa: S= at Jul 27 19:40:29 -03 2024 root@valfenda:/usr/obj/usr/src/amd64.amd64/sys/= GENERIC-NODEBUG amd64 >=20 > # git show -q > commit 89069e23cc7defceb09e37e4784e710b228c9d26 (HEAD -> main, origin/mai= n, origin/HEAD) > Author: Muhammad Moinur Rahman=20 > Date: Sat Jul 27 15:06:14 2024 +0200 >=20 > # git show -q > commit b3cec803eaa4ae3495f9844f93c1f0cadc1b2d6a (HEAD -> main, freebsd/ma= in, freebsd/HEAD) > Author: Doug Moore=20 > Date: Sat Jul 27 16:11:53 2024 -0500 >=20 > # dmesg | grep -i cpu > CPU: AMD Ryzen 5 2600 Six-Core Processor (3393.84-MHz K8-clas= s CPU) > FreeBSD/SMP: Multiprocessor System Detected: 12 CPUs > # dmesg | grep -i memory > real memory =3D 34359738368 (32768 MB) > avail memory =3D 33296269312 (31753 MB) > # swapinfo -h > Device Size Used Avail Capacity > /dev/ada1p3.eli 4.0G 175M 3.8G 4% > # cd www/chromium/ > # df -h . > Filesystem Size Used Avail Capacity Mounted on > zroot/usr/ports 80G 19G 61G 24% /usr/ports >=20 > Any idea to resolve this? >=20 > TIA >=20 > --=20 > Nilton Jos=C3=A9 Rizzo >=20 >=20 >=20 >=20 >=20 >=20 ------=_Part_8778_1462132590.1722362954055 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Update your ports tree


It is fixed AFAIS


Van: Nilton Jose = Rizzo <niltonrizzo@gmail.com>
Datum: 29 juli 2024= 23:17
Aan: freebsd-ports@freebsd.org
Onderw= erp: Compiling Chromium stop with error

Hi everbory

I get this erro when compile the chromium

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
   249 | static inline void *mempcpy(void *dst, const void *src, = size_t n)
       |      &= nbsp;           &nbs= p;  ^
/usr/include/string.h:71:8: note: previous declaration is here
    71 | void    *(mempcpy)(void * __restrict= , const void * __restrict, size_t);
       |      &= nbsp;    ^
1 error generated.
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
make[1]: stopped making "/usr/ports/www/chromium/work/.install_done.chromiu= m._usr_local" in /usr/ports/www/chromium
*** Error code 1

Stop.
make: stopped making "install clean" in /usr/ports/www/chromium

My box is:

# uname -a
FreeBSD valfenda 15.0-CURRENT FreeBSD 15.0-CURRENT #1 main-b3cec803eaa: Sat= Jul 27 19:40:29 -03 2024 root@valfenda:/usr/obj/usr/src/amd64.amd64/sys/GE= NERIC-NODEBUG amd64

# git show -q
commit 89069e23cc7defceb09e37e4784e710b228c9d26 (HEAD -> main, origin/ma= in, origin/HEAD)
Author: Muhammad Moinur Rahman
Date:   Sat Jul 27 15:06:14 2024 +0200

# git show -q
commit b3cec803eaa4ae3495f9844f93c1f0cadc1b2d6a (HEAD -> main, freebsd/m= ain, freebsd/HEAD)
Author: Doug Moore
Date:   Sat Jul 27 16:11:53 2024 -0500

# dmesg | grep -i cpu
CPU: AMD Ryzen 5 2600 Six-Core Processor      = ;       (3393.84-MHz K8-class CPU)
FreeBSD/SMP: Multiprocessor System Detected: 12 CPUs
# dmesg | grep -i memory
real memory  =3D 34359738368 (32768 MB)
avail memory =3D 33296269312 (31753 MB)
# swapinfo -h
Device           &nb= sp;  Size     Used    Avail Capacit= y
/dev/ada1p3.eli     4.0G     175M&n= bsp;    3.8G     4%
# cd www/chromium/
# df -h .
Filesystem         Size  =   Used   Avail Capacity  Mounted on
zroot/usr/ports     80G     19G&nbs= p;    61G    24%    /usr/ports=

Any idea to resolve this?

TIA

-- 
Nilton Jos=C3=A9 Rizzo






------=_Part_8778_1462132590.1722362954055--