Date: Tue, 30 Jul 2024 20:09:14 +0200 (CEST) From: Ronald Klop <ronald-lists@klop.ws> To: Nilton Jose Rizzo <niltonrizzo@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: Compiling Chromium stop with error Message-ID: <302436378.8779.1722362954063@localhost> In-Reply-To: <8798a055-6057-4a99-83d4-983a512a78f5@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_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 <niltonrizzo@gmail.com> 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 <html><head></head><body>Update your ports tree<div><br></div><div><a href= =3D"https://cgit.freebsd.org/ports/commit/?id=3D93e25e566d1a6905e0f3cc928fc= 40f504f25ef8d">https://cgit.freebsd.org/ports/commit/?id=3D93e25e566d1a6905= e0f3cc928fc40f504f25ef8d</a></div><div><br></div><div>It is fixed AFAIS</di= v><div><br></div><div><br><div><p><small><strong>Van:</strong> Nilton Jose = Rizzo <niltonrizzo@gmail.com><br><strong>Datum:</strong> 29 juli 2024= 23:17<br><strong>Aan:</strong> freebsd-ports@freebsd.org<br><strong>Onderw= erp:</strong> Compiling Chromium stop with error<br></small></p><blockquote= style=3D"margin-left: 5px; border-left: 3px solid #ccc; margin-right: 0px;= padding-left: 5px;"><div class=3D"MessageRFC822Viewer do_not_remove" id=3D= "P"><!-- P --> <!-- processMimeMessage --><div class=3D"TextPlainViewer do_not_remove" id= =3D"P.P"><!-- P.P -->Hi everbory<br> <br> I get this erro when compile the chromium<br> <br> In file included from ../../third_party/nasm/asm/assemble.c:178:<br> ../../third_party/nasm/include/compiler.h:249:21: error: static declaration= of 'mempcpy' follows non-static declaration<br> 249 | static inline void *mempcpy(void *dst, const void *src, = size_t n)<br> | &= nbsp; &nbs= p; ^<br> /usr/include/string.h:71:8: note: previous declaration is here<br> 71 | void *(mempcpy)(void * __restrict= , const void * __restrict, size_t);<br> | &= nbsp; ^<br> 1 error generated.<br> ninja: build stopped: subcommand failed.<br> *** Error code 1<br> <br> Stop.<br> make[1]: stopped making "/usr/ports/www/chromium/work/.install_done.chromiu= m._usr_local" in /usr/ports/www/chromium<br> *** Error code 1<br> <br> Stop.<br> make: stopped making "install clean" in /usr/ports/www/chromium<br> <br> My box is:<br> <br> # uname -a<br> 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<br> <br> # git show -q<br> commit 89069e23cc7defceb09e37e4784e710b228c9d26 (HEAD -> main, origin/ma= in, origin/HEAD)<br> Author: Muhammad Moinur Rahman <bofh@freebsd.org><br> Date: Sat Jul 27 15:06:14 2024 +0200<br> <br> # git show -q<br> commit b3cec803eaa4ae3495f9844f93c1f0cadc1b2d6a (HEAD -> main, freebsd/m= ain, freebsd/HEAD)<br> Author: Doug Moore <dougm@freebsd.org><br> Date: Sat Jul 27 16:11:53 2024 -0500<br> <br> # dmesg | grep -i cpu<br> CPU: AMD Ryzen 5 2600 Six-Core Processor  = ; (3393.84-MHz K8-class CPU)<br> FreeBSD/SMP: Multiprocessor System Detected: 12 CPUs<br> # dmesg | grep -i memory<br> real memory =3D 34359738368 (32768 MB)<br> avail memory =3D 33296269312 (31753 MB)<br> # swapinfo -h<br> Device &nb= sp; Size Used Avail Capacit= y<br> /dev/ada1p3.eli 4.0G 175M&n= bsp; 3.8G 4%<br> # cd www/chromium/<br> # df -h .<br> Filesystem Size = Used Avail Capacity Mounted on<br> zroot/usr/ports 80G 19G&nbs= p; 61G 24% /usr/ports= <br> <br> Any idea to resolve this?<br> <br> TIA<br> <br> -- <br> Nilton Jos=C3=A9 Rizzo<br> <br> <br> </dougm@freebsd.org></bofh@freebsd.org></div><!-- TextPlainViewer --> <hr> </div><!-- MessageRFC822Viewer --> </blockquote><br><br><br></div></div></body></html> ------=_Part_8778_1462132590.1722362954055--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?302436378.8779.1722362954063>