Build error in FreeBSD head, main-n259058-105019e0d6c -> main-n259061-b1258b76435

2022-11-06 Thread David Wolfskill
And the only commit after main-n259061-b1258b76435 so far is 004bb636ca65f3239da284c20abb7f9d1d953dee, which claims: | tcp: Move sysctl OIDs related to ECN to tcp_ecn. | Keep all ECN related code in (mostly) one place. | | No functional change. I'm seeing: ... building shared library libBIG5.so

openzfs-kmod build error

2020-06-23 Thread Kostya Berger
CURRENT r362292 sysutils/openzfs-kmod build aborts with error:... /usr/ports/sysutils/openzfs-kmod/work/zfs-c0eb5c35e/module/os/freebsd/zfs/zfs_vfsops.c:128:19: error:   incompatible pointer types initializing 'vfs_checkexp_t *' (aka 'int (*)(struct   mount *, struct sockadd

Re: openzfs-kmod build error

2020-06-23 Thread Ryan Moeller
On 6/23/20 11:12 AM, Rick Macklem wrote: Kostya Berger wrote: CURRENT r362292 sysutils/openzfs-kmod build aborts with error:... /usr/ports/sysutils/openzfs-kmod/work/zfs->c0eb5c35e/module/os/freebsd/zfs/zfs_vfsops.c:128:19: error: incompatible pointer types initializing 'vfs

Re: openzfs-kmod build error

2020-06-23 Thread Rick Macklem
Kostya Berger wrote: >CURRENT r362292 >sysutils/openzfs-kmod build aborts with error:... >/usr/ports/sysutils/openzfs-kmod/work/zfs->c0eb5c35e/module/os/freebsd/zfs/zfs_vfsops.c:128:19: > error: > incompatible pointer types initializing 'vfs_checkexp_t *' (aka 'int > (*)(struct >

Re: llvm 10 libomp build error

2020-03-12 Thread Dimitry Andric
On 12 Mar 2020, at 11:38, Kristof Provost wrote: > > On 12 Mar 2020, at 16:58, Ronald Klop wrote: ... >> cc: error: no such file or directory: >> '/data/src/freebsd-current/contrib/llvm-pr >> oject/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.c' >> cc: error: no input files >> *** [i

Re: llvm 10 libomp build error

2020-03-12 Thread Kristof Provost
On 12 Mar 2020, at 16:58, Ronald Klop wrote: Hi, Clean build after svn update gives: cc: error: no such file or directory: '/data/src/freebsd-current/contrib/llvm-pr oject/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.c' cc: error: no input files *** [ittnotify_static.pico] Error c

Re: llvm 10 libomp build error

2020-03-12 Thread David Wolfskill
On Thu, Mar 12, 2020 at 09:13:38AM +, Filippo Moretti wrote: > Same problem yesterdayFilippo > > On Thursday, March 12, 2020, 08:59:17 AM GMT+1, Ronald Klop > wrote: > > Hi, > > Clean build after svn update gives: > > cc: error: no such file or directory:  > '/data/src/freebsd-c

Re: llvm 10 libomp build error

2020-03-12 Thread Filippo Moretti
Same problem yesterdayFilippo On Thursday, March 12, 2020, 08:59:17 AM GMT+1, Ronald Klop wrote: Hi, Clean build after svn update gives: cc: error: no such file or directory:  '/data/src/freebsd-current/contrib/llvm-pr oject/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.c

llvm 10 libomp build error

2020-03-12 Thread Ronald Klop
Hi, Clean build after svn update gives: cc: error: no such file or directory: '/data/src/freebsd-current/contrib/llvm-pr oject/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.c' cc: error: no input files *** [ittnotify_static.pico] Error code 1 make[5]: stopped in /data/src/freebsd-

current 350855 build error / intel hd 5500 / intel wifi 7265 / sierra em7305

2019-10-13 Thread Tomasz CEDRO
Hello world :-) I have switched to a Panasonic Toughbook CF-MX4 (i5-5300U based), which has problematic: 1. Intel HD 5500 GPU. Cannot see screen (DRM issue?). 2. Intel WiFi 7265. Load format error. 3. Sierra Wireless EM7305. Not recognised by U3G. None of them seem to work out of the box in 12.0-

Re: current 350855 build error / intel hd 5500 / intel wifi 7265 / sierra em7305

2019-10-13 Thread Tomasz CEDRO
On Sun, Aug 11, 2019 at 4:03 PM Tomasz CEDRO wrote: > I have switched to a Panasonic Toughbook CF-MX4 (i5-5300U based), > which has problematic: > 1. Intel HD 5500 GPU. Cannot see screen (DRM issue?). > 2. Intel WiFi 7265. Load format error. > 3. Sierra Wireless EM7305. Not recognised by U3G. > > N

Re: r111 build error

2018-12-12 Thread Ed Maste
On Wed, 12 Dec 2018 at 10:19, Ed Maste wrote: > > While we could take this to > root cause I think the most expedient fix is probably just to check > for evidence of clang 6 in the object tree, and rm the .depend files > and objects if found. A patch implementing this is available for review in h

Re: r111 build error

2018-12-12 Thread Ed Maste
On Wed, 12 Dec 2018 at 07:35, Lev Serebryakov wrote: > > On 12.12.2018 14:59, Dimitry Andric wrote: > > ld: error: undefined symbol: clang::CallExpr::getLocStart() const > >>> referenced by MacOSXAPIChecker.cpp:86 > >>> (/usr/src/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Ma

Re: r111 build error

2018-12-12 Thread Lev Serebryakov
On 12.12.2018 14:59, Dimitry Andric wrote: ld: error: undefined symbol: clang::CallExpr::getLocStart() const >>> referenced by MacOSXAPIChecker.cpp:86 >>> (/usr/src/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp:86) >>> MacOSXAPIChecker.o:((anonymous >>>

Re: r111 build error

2018-12-12 Thread Dimitry Andric
lding very last r341836 (with new llvm/clang 7) on r341726 and > > > get this build > > > error (with MALLOC_PRODUCTION=yes): > > > > > > > Worked for me from r341824 to r341840, but I deleted /usr/obj/usr > > before starting the build. I even added M

Re: r111 build error

2018-12-12 Thread O. Hartmann
7) on r341726 and get > > this build > > error (with MALLOC_PRODUCTION=yes): > > > > Worked for me from r341824 to r341840, but I deleted /usr/obj/usr > before starting the build. I even added MALLOC_PRODUCTION=yes to > /etc/src.conf. A "me, too" from

Re: r111 build error

2018-12-12 Thread Gary Jennejohn
On Wed, 12 Dec 2018 02:11:10 +0300 Lev Serebryakov wrote: > Hello Freebsd-current, > > I'm building very last r341836 (with new llvm/clang 7) on r341726 and get > this build > error (with MALLOC_PRODUCTION=yes): > Worked for me from r341824 to r341840, but I dele

Re: r341836 build error

2018-12-11 Thread Lev Serebryakov
Hello Lev, Wednesday, December 12, 2018, 2:11:10 AM, you wrote: Sorry for messed up subject, I mean r341836 of course. -- Best regards, Levmailto:l...@freebsd.org ___ freebsd-current@freebsd.org mailing list https://list

r111 build error

2018-12-11 Thread Lev Serebryakov
Hello Freebsd-current, I'm building very last r341836 (with new llvm/clang 7) on r341726 and get this build error (with MALLOC_PRODUCTION=yes): ===> usr.bin/clang/clang (all) c++ -target x86_64-unknown-freebsd13.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.a

Re: nvidia-driver build error (last ports, FreeBSD-HEAD)

2018-08-25 Thread Alan Cox
00, Alex V. Petrov wrote: >>>>> ---- Перенаправленное сообщение >>>>> Тема: nvidia-driver build error (last ports, FreeBSD-HEAD) >>>>> Дата: Tue, 21 Aug 2018 16:41:42 +0700 >>>>> От: Alex V. Petrov >>>>> Кому: Free

Re: nvidia-driver build error (last ports, FreeBSD-HEAD)

2018-08-22 Thread tech-lists
On 22/08/2018 16:29, Alan Cox wrote: All of kmem_alloc_attr(), kmem_alloc_contig(), and kmem_malloc() should have their first parameter, typically kernel_arena, but sometimes kmem_arena, removed in FreeBSD 12. There is still one more pending change to kmem_free() that has not hit HEAD yet. That

Re: nvidia-driver build error (last ports, FreeBSD-HEAD)

2018-08-22 Thread Manfred Antar
Перенаправленное сообщение >>>> Тема: nvidia-driver build error (last ports, FreeBSD-HEAD) >>>> Дата: Tue, 21 Aug 2018 16:41:42 +0700 >>>> От: Alex V. Petrov >>>> Кому: FreeBSD Ports >>> Should be fixed as of r477761. >>

Re: nvidia-driver build error (last ports, FreeBSD-HEAD)

2018-08-22 Thread Alan Cox
енаправленное сообщение >>>> Тема: nvidia-driver build error (last ports, FreeBSD-HEAD) >>>> Дата: Tue, 21 Aug 2018 16:41:42 +0700 >>>> От: Alex V. Petrov >>>> Кому: FreeBSD Ports >>> Should be fixed as of r477761. >>> >

Re: nvidia-driver build error (last ports, FreeBSD-HEAD)

2018-08-22 Thread tech-lists
On 22/08/2018 05:29, Manfred Antar wrote: On Aug 21, 2018, at 7:23 PM, Alexey Dokuchaev wrote: On Tue, Aug 21, 2018 at 11:22:56PM +0700, Alex V. Petrov wrote: Перенаправленное сообщение Тема: nvidia-driver build error (last ports, FreeBSD-HEAD) Дата: Tue, 21 Aug 2018 16:41

Re: nvidia-driver build error (last ports, FreeBSD-HEAD)

2018-08-21 Thread Alan Cox
On 08/21/2018 23:29, Manfred Antar wrote: > >> On Aug 21, 2018, at 7:23 PM, Alexey Dokuchaev wrote: >> >> On Tue, Aug 21, 2018 at 11:22:56PM +0700, Alex V. Petrov wrote: >>> Перенаправленное сообщение ---- >>> Тема: nvidia-driver build error (

Re: nvidia-driver build error (last ports, FreeBSD-HEAD)

2018-08-21 Thread Manfred Antar
> On Aug 21, 2018, at 7:23 PM, Alexey Dokuchaev wrote: > > On Tue, Aug 21, 2018 at 11:22:56PM +0700, Alex V. Petrov wrote: >> >> Перенаправленное сообщение >> Тема: nvidia-driver build error (last ports, FreeBSD-HEAD) >> Дата: Tue, 21 Aug

Re: Fwd: nvidia-driver build error (last ports, FreeBSD-HEAD)

2018-08-21 Thread Alexey Dokuchaev
On Tue, Aug 21, 2018 at 11:22:56PM +0700, Alex V. Petrov wrote: > > Перенаправленное сообщение > Тема: nvidia-driver build error (last ports, FreeBSD-HEAD) > Дата: Tue, 21 Aug 2018 16:41:42 +0700 > От: Alex V. Petrov > Кому: FreeBSD Ports Should be f

Fwd: nvidia-driver build error (last ports, FreeBSD-HEAD)

2018-08-21 Thread Alex V. Petrov
Перенаправленное сообщение Тема: nvidia-driver build error (last ports, FreeBSD-HEAD) Дата: Tue, 21 Aug 2018 16:41:42 +0700 От: Alex V. Petrov Кому: FreeBSD Ports cc -O2 -pipe -fno-strict-aliasing -DNV_VERSION_STRING=\"390.77\" -D__KERNEL__ -DNVRM -Wno-unuse

Re: Kernel build error rev.328485

2018-01-29 Thread John Baldwin
On Saturday, January 27, 2018 06:54:03 PM Per Gunnarsson wrote: > I am back with new build errors. If I post too frequently, please inform me. These all look like you have stale sources in your tree somehow (e.g. sys/compat/freebsd/freebsd32_misc.c doesn't seem to match sys/compat/freebsd/freebsd3

Re: Kernel build error

2018-01-27 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Hello! > > I am trying to build the kernel with revision 328463. > > It halts with this error: > > /usr/src/sys/cam/scsi/scsi_da.c:1514:9: error: 'CAM_PERIPH_PRINT' macro > redefined [-Werror,-Wmacro-redefined] > #define CAM_PERIPH_PRINT(p, msg, arg

Kernel build error rev.328485

2018-01-27 Thread Per Gunnarsson
I am back with new build errors. If I post too frequently, please inform me. /usr/src/sys/compat/freebsd32/freebsd32_misc.c:122:1: error: static_assert failed "compile-time assertion failed" CTASSERT(sizeof(struct kevent32) == 20); ^    ~ /usr/src/sys/sys/systm.h:10

Kernel build error

2018-01-27 Thread Per Gunnarsson
Hello! I am trying to build the kernel with revision 328463. It halts with this error: /usr/src/sys/cam/scsi/scsi_da.c:1514:9: error: 'CAM_PERIPH_PRINT' macro redefined [-Werror,-Wmacro-redefined] #define CAM_PERIPH_PRINT(p, msg, args...)     ^ /usr/src/sys/cam/cam_periph.h:263:9: note: prev

Re: Build error: 'emmintrin.h' file not found

2018-01-24 Thread Florian Limberger
Hi, indeed, `emmintrin.h` was missing. Along with everything else in `/usr/lib/clang`. I copied its contents from a recent snapshot release and the build went fine. I just don't know how I managed to mess that up. Thank you for the pointer! Regards flo Am 2018-01-24 um 19:54 schrieb Peter Jer

Re: Build error: 'emmintrin.h' file not found

2018-01-24 Thread Peter Jeremy
On 2018-Jan-24 17:34:33 +0100, Florian Limberger wrote: >since a few days I can't build 12-CURRENT anymore, due to the 'emmintrin.h' >header missing. I ran into a similar problem about a month ago. First of all, does your host system have emmintrin.h? E.g. what is the output of "find /usr/lib/

Build error: 'emmintrin.h' file not found

2018-01-24 Thread Florian Limberger
Hi, since a few days I can't build 12-CURRENT anymore, due to the 'emmintrin.h' header missing. I hope this is all relevant information: uname -a: FreeBSD $HOSTNAME 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r327931: Sat Jan 13 23:47:34 CET 2018 root@$HOSTNAME:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-

Re: Build error: 'isa/rtc.h' file not found

2017-10-02 Thread Konstantin Belousov
On Mon, Oct 02, 2017 at 09:44:36AM +0200, O. Hartmann wrote: > Am Mon, 2 Oct 2017 11:35:22 +0700 > "Alex V. Petrov" schrieb: > > > revision 324186 > > In file included from /usr/obj/usr/src/tmp/usr/include/sys/efi.h:33: > > /usr/obj/usr/src/tmp/usr/include/machine/efi.h:35:10: fatal error: > > 'i

Re: Build error: 'isa/rtc.h' file not found

2017-10-02 Thread O. Hartmann
Am Mon, 2 Oct 2017 11:35:22 +0700 "Alex V. Petrov" schrieb: > revision 324186 > In file included from /usr/obj/usr/src/tmp/usr/include/sys/efi.h:33: > /usr/obj/usr/src/tmp/usr/include/machine/efi.h:35:10: fatal error: > 'isa/rtc.h' file not found Me, too here. -- O. Hartmann Ich widerspreche

Build error: 'isa/rtc.h' file not found

2017-10-01 Thread Alex V. Petrov
revision 324186 In file included from /usr/obj/usr/src/tmp/usr/include/sys/efi.h:33: /usr/obj/usr/src/tmp/usr/include/machine/efi.h:35:10: fatal error: 'isa/rtc.h' file not found -- - Alex. ___ freebsd-current@freebsd.org mailing list https://lists.f

[Solved] [WAS:libc build error] Mostly all solved bw-iw-ik from 4-20-2016

2016-04-21 Thread Jeffrey Bouquet
On Wed, 20 Apr 2016 18:37:45 -0700 (PDT), "Jeffrey Bouquet" wrote: > > > On Wed, 20 Apr 2016 17:37:16 -0700 (PDT), "Jeffrey Bouquet" > wrote: > > > > > > > On Wed, 20 Apr 2016 12:28:29 -0400, Allan Jude > > wrote: > > > > > On 2016-04-20 12:06, Jeffrey Bouquet wrote: > > > > unistd >

Re: [WAS:libc build error] it is HALF solved bw-iw cycle

2016-04-20 Thread Jeffrey Bouquet
On Wed, 20 Apr 2016 17:37:16 -0700 (PDT), "Jeffrey Bouquet" wrote: > > > On Wed, 20 Apr 2016 12:28:29 -0400, Allan Jude wrote: > > > On 2016-04-20 12:06, Jeffrey Bouquet wrote: > > > unistd > > > > > > > > > /usr/src/lib/libc/../../include/unistd.h:330:45: error: expected function > > >

[WAS:libc build error] installworld result not satisfactory yet...

2016-04-20 Thread Jeffrey Bouquet
On Wed, 20 Apr 2016 12:28:29 -0400, Allan Jude wrote: > On 2016-04-20 12:06, Jeffrey Bouquet wrote: > > unistd > > > > > > /usr/src/lib/libc/../../include/unistd.h:330:45: error: expected function > > body after function declarator > > intexecl( . > >

Re: jpg attached, unsure if will go though... libc build error, svn of today

2016-04-20 Thread Allan Jude
On 2016-04-20 12:06, Jeffrey Bouquet wrote: > unistd > > > /usr/src/lib/libc/../../include/unistd.h:330:45: error: expected function > body after function declarator > intexecl( . > 332:46: > same..

jpg attached, unsure if will go though... libc build error, svn of today

2016-04-20 Thread Jeffrey Bouquet
unistd /usr/src/lib/libc/../../include/unistd.h:330:45: error: expected function body after function declarator intexecl( . 332:46: same... stops libc otherwise clang36 seems to be building so far,

Re: Build error on current@r296308: 'yacc.h' file not found

2016-03-02 Thread David Cornejo
On Wed, Mar 2, 2016 at 11:04 AM, Bryan Drewery wrote: > On 3/2/2016 12:52 PM, Bryan Drewery wrote: >> On 3/2/2016 11:00 AM, Kurt Jaeger wrote: >>> Hi! >>> >>> Today, I upgraded to r296308 and had this failure during buildworld: >>> >>> ===> usr.bin/mkesdb_static (obj,build-tools) >>> cc -O2 -pipe

Re: Build error on current@r296308: 'yacc.h' file not found

2016-03-02 Thread Bryan Drewery
On 3/2/2016 12:52 PM, Bryan Drewery wrote: > On 3/2/2016 11:00 AM, Kurt Jaeger wrote: >> Hi! >> >> Today, I upgraded to r296308 and had this failure during buildworld: >> >> ===> usr.bin/mkesdb_static (obj,build-tools) >> cc -O2 -pipe -I/usr/src/usr.bin/mkesdb_static >> -I/usr/src/usr.bin/mkesdb_s

Re: Build error on current@r296308: 'yacc.h' file not found

2016-03-02 Thread Kurt Jaeger
Hi! > I have the same compilation error when I tried to build current today as well. /usr/src/usr.bin/mkcsmapper/Makefile.inc has the same problem. -- p...@opsec.eu+49 171 3101372 4 years to go ! ___ freebsd-current

Re: Build error on current@r296308: 'yacc.h' file not found

2016-03-02 Thread Bryan Drewery
On 3/2/2016 11:00 AM, Kurt Jaeger wrote: > Hi! > > Today, I upgraded to r296308 and had this failure during buildworld: > > ===> usr.bin/mkesdb_static (obj,build-tools) > cc -O2 -pipe -I/usr/src/usr.bin/mkesdb_static > -I/usr/src/usr.bin/mkesdb_static/../mkesdb > -I/usr/src/usr.bin/mkesdb_stat

Re: Build error on current@r296308: 'yacc.h' file not found

2016-03-02 Thread Jack L.
I have the same compilation error when I tried to build current today as well. On Wed, Mar 2, 2016 at 11:48 AM, Kurt Jaeger wrote: > Hi! > >> Today, I upgraded to r296308 and had this failure during buildworld: >> >> ===> usr.bin/mkesdb_static (obj,build-tools) >> cc -O2 -pipe -I/usr/src/usr.bin/

Re: Build error on current@r296308: 'yacc.h' file not found

2016-03-02 Thread Kurt Jaeger
Hi! > Today, I upgraded to r296308 and had this failure during buildworld: > > ===> usr.bin/mkesdb_static (obj,build-tools) > cc -O2 -pipe -I/usr/src/usr.bin/mkesdb_static > -I/usr/src/usr.bin/mkesdb_static/../mkesdb > -I/usr/src/usr.bin/mkesdb_static/../../lib/libc/iconv -g -std=gnu99 > -Q

Build error on current@r296308: 'yacc.h' file not found

2016-03-02 Thread Kurt Jaeger
Hi! Today, I upgraded to r296308 and had this failure during buildworld: ===> usr.bin/mkesdb_static (obj,build-tools) cc -O2 -pipe -I/usr/src/usr.bin/mkesdb_static -I/usr/src/usr.bin/mkesdb_static/../mkesdb -I/usr/src/usr.bin/mkesdb_static/../../lib/libc/iconv -g -std=gnu99 -Qunused-argumen

Re: emulators/virtualbox-ose-kmod build error

2016-02-29 Thread Ivan Klymenko
On Thu, 25 Feb 2016 09:46:04 +0100 "O. Hartmann" wrote: > On Thu, 25 Feb 2016 09:31:00 +0100 > Tommy Scheunemann wrote: > > > > Am Wed, 24 Feb 2016 22:04:29 +0200 > > > Ivan Klymenko schrieb: > > > > > >> After update from r295867 to r295994: > > >> > > >> ... > > > > > > Same here ... > >

Re: emulators/virtualbox-ose-kmod build error

2016-02-25 Thread O. Hartmann
On Thu, 25 Feb 2016 09:31:00 +0100 Tommy Scheunemann wrote: > > Am Wed, 24 Feb 2016 22:04:29 +0200 > > Ivan Klymenko schrieb: > > > >> After update from r295867 to r295994: > >> > >> ... > >> /usr/local/bin/ccache cc -O2 -pipe -march=native -fno-strict-aliasing > >> -DRT_OS_FREEBSD -DIN_RING0

Re: emulators/virtualbox-ose-kmod build error

2016-02-24 Thread O. Hartmann
Am Wed, 24 Feb 2016 22:04:29 +0200 Ivan Klymenko schrieb: > After update from r295867 to r295994: > > ... > /usr/local/bin/ccache cc -O2 -pipe -march=native -fno-strict-aliasing > -DRT_OS_FREEBSD > -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DSUPDRV_WITH_RELEASE_LOGGER -DVBOX > -DRT_WITH_VBOX -w > -DVB

emulators/virtualbox-ose-kmod build error

2016-02-24 Thread Ivan Klymenko
After update from r295867 to r295994: ... /usr/local/bin/ccache cc -O2 -pipe -march=native -fno-strict-aliasing -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DSUPDRV_WITH_RELEASE_LOGGER -DVBOX -DRT_WITH_VBOX -w -DVBOX_WITH_HARDENING -DVBOX_WITH_64_BITS_GUESTS -DRT_ARCH_AMD64 -march=native

Re: Build error on i386 when building dtrace tests

2015-12-19 Thread NGie Cooper
(fixed the subject line again..) > On Dec 19, 2015, at 17:57, Mark Johnston wrote: > > On Sat, Dec 19, 2015 at 05:03:51PM -0800, NGie Cooper wrote: >> Hi Mark, >> I ran into the following error when trying to build the dtrace tests on >> i386 (both with 10.2-RELEASE-p7 and 11.0-CURRENT) —

Re: Build error on i386 when building

2015-12-19 Thread Mark Johnston
On Sat, Dec 19, 2015 at 05:03:51PM -0800, NGie Cooper wrote: > Hi Mark, > I ran into the following error when trying to build the dtrace tests on > i386 (both with 10.2-RELEASE-p7 and 11.0-CURRENT) — have you seen this issue > before? Yes, that's because drti.o in stable/10 depends on libe

Build error on i386 when building

2015-12-19 Thread NGie Cooper
Hi Mark, I ran into the following error when trying to build the dtrace tests on i386 (both with 10.2-RELEASE-p7 and 11.0-CURRENT) — have you seen this issue before? Thanks, -NGie --- all_subdir_cddl --- usdt.o: In function `dtrace_dof_init': /usr/src/cddl/lib/drti/../../../cddl/contrib/

Re: gcc/amd64 head build error after r281316

2015-07-08 Thread Luigi Rizzo
On Wed, Jul 8, 2015 at 9:36 PM, Dimitry Andric wrote: > On 08 Jul 2015, at 19:05, Luigi Rizzo wrote: > > > > the r281316 commit introduces the following lines > > which break compilation with gcc on amd64 (as far as i know > > immintrin.h is only available in our clang). > > If there are no obje

Re: gcc/amd64 head build error after r281316

2015-07-08 Thread Dimitry Andric
On 08 Jul 2015, at 19:05, Luigi Rizzo wrote: > > the r281316 commit introduces the following lines > which break compilation with gcc on amd64 (as far as i know > immintrin.h is only available in our clang). > If there are no objections I'd like to add a further check > for the use of clang, see

gcc/amd64 head build error after r281316

2015-07-08 Thread Luigi Rizzo
Hi, the r281316 commit introduces the following lines which break compilation with gcc on amd64 (as far as i know immintrin.h is only available in our clang). If there are no objections I'd like to add a further check for the use of clang, see attached patch Index: /home/luigi/FreeBSD/head/lib/lib

Re: PicoBSD build error after r281316

2015-06-22 Thread Stefano Garzarella
2015-06-22 17:03 GMT+02:00 Luigi Rizzo : > > > On Monday, June 22, 2015, Stefano Garzarella > wrote: > >> Hi all, >> I'm using picobsd on FreeBSD-head (r284697) to build a picobsd image with >> gcc, but I have the following errors during the init phase >> (release/picobsd/build/picobsd --init): >

Re: PicoBSD build error after r281316

2015-06-22 Thread Luigi Rizzo
On Monday, June 22, 2015, Stefano Garzarella wrote: > Hi all, > I'm using picobsd on FreeBSD-head (r284697) to build a picobsd image with > gcc, but I have the following errors during the init phase > (release/picobsd/build/picobsd --init): > > In file included from > /usr/home/stefano/repos/free

PicoBSD build error after r281316

2015-06-22 Thread Stefano Garzarella
Hi all, I'm using picobsd on FreeBSD-head (r284697) to build a picobsd image with gcc, but I have the following errors during the init phase (release/picobsd/build/picobsd --init): In file included from /usr/home/stefano/repos/freebsd/lib/liblzma/../../contrib/xz/src/liblzma/lz/lz_encoder.c:23: /u

Re: ipfw build error with WITHOUT_PF (pfvar.h)

2013-11-23 Thread Gleb Smirnoff
On Sat, Nov 23, 2013 at 12:20:40PM +0400, Andrey Chernov wrote: A> > On Sat, Nov 23, 2013 at 12:07:35PM +0400, Andrey Chernov wrote: A> > A> There is a problem in recent -current to build ipfw with WITHOUT_PF A> > A> option, introduced in r257215. altq.c file produce error due to included A> > A>

Re: ipfw build error with WITHOUT_PF (pfvar.h)

2013-11-23 Thread Andrey Chernov
On 23.11.2013 12:12, Gleb Smirnoff wrote: > Andrey, > > On Sat, Nov 23, 2013 at 12:07:35PM +0400, Andrey Chernov wrote: > A> There is a problem in recent -current to build ipfw with WITHOUT_PF > A> option, introduced in r257215. altq.c file produce error due to included > A> have following incl

ipfw build error with WITHOUT_PF (pfvar.h)

2013-11-23 Thread Andrey Chernov
Hi. There is a problem in recent -current to build ipfw with WITHOUT_PF option, introduced in r257215. altq.c file produce error due to included have following includes #include #include #include and netpfil/pf directory is empty in /usr/src/include/Makefile with WITHOUT_PF option. _

Re: ipfw build error with WITHOUT_PF (pfvar.h)

2013-11-23 Thread Gleb Smirnoff
Andrey, On Sat, Nov 23, 2013 at 12:07:35PM +0400, Andrey Chernov wrote: A> There is a problem in recent -current to build ipfw with WITHOUT_PF A> option, introduced in r257215. altq.c file produce error due to included A> have following includes A> A> #include A> #include A> #include A> A>

graphics/gnash build error

2013-10-02 Thread Nilton Jose Rizzo
When I try to build gnash libtool: link: g++46 -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc46 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden /usr/local/lib/libintl.so -Wl,-rpa

Re: build error revision 255864

2013-09-24 Thread Glen Barber
On Tue, Sep 24, 2013 at 08:45:22PM -0400, Glen Barber wrote: > On Tue, Sep 24, 2013 at 09:38:11PM -0300, Marcelo Gondim wrote: > > Hi all, > > > > I'm having this errorbuilding 255864 revision: > > > > This is due to the recent changes in sys/cam. We're working on it. > I have reverted the co

Re: build error revision 255864

2013-09-24 Thread Glen Barber
On Tue, Sep 24, 2013 at 09:38:11PM -0300, Marcelo Gondim wrote: > Hi all, > > I'm having this errorbuilding 255864 revision: > This is due to the recent changes in sys/cam. We're working on it. Glen > cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" > -I/usr/src/gnu/usr.bin/te

build error revision 255864

2013-09-24 Thread Marcelo Gondim
Hi all, I'm having this errorbuilding 255864 revision: cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=gnu99 -Qunused-arguments -fs

Re: libreoffice build error

2013-09-19 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 18 Sep 2013 20:00:09 -0400 Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2013-09-18 13:20:27 -0400, Jung-uk Kim wrote: > 2013년 9월 18일 13:20, Jung-uk Kim 쓴 글:> On 2013-09-18 12:39:46 > - -0400, David Chisnall wr

build error

2013-09-19 Thread Nilton Jose Rizzo
cc -pg -O2 -pipe -I/usr/src/lib/libngatm/../../sys/contrib/ngatm -I/usr/obj/usr/src/ lib/libngatm -I/usr/src/lib/libngatm/../../contrib/ngatm/libngatm -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wm

Re: libreoffice build error

2013-09-19 Thread S . N . Grigoriev
19.09.2013, 04:02, "Jung-uk Kim" : > > On 2013-09-18 13:20:27 -0400, Jung-uk Kim wrote: > 2013년  9월 18일 13:20, Jung-uk Kim 쓴 글:> On 2013-09-18 12:39:46 > - -0400, David Chisnall wrote: > >>>  On 18 Sep 2013, at 16:26, Tijl Coosemans >>>  wrote:  On Tue, 17 Sep 2013 21:04:14 -0400 Jung-uk Ki

Re: libreoffice build error

2013-09-18 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-09-18 13:20:27 -0400, Jung-uk Kim wrote: 2013년 9월 18일 13:20, Jung-uk Kim 쓴 글:> On 2013-09-18 12:39:46 - -0400, David Chisnall wrote: >> On 18 Sep 2013, at 16:26, Tijl Coosemans >> wrote: > >>> On Tue, 17 Sep 2013 21:04:14 -0400 Jung-uk Kim w

Re: libreoffice build error

2013-09-18 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-09-18 14:51:20 -0400, David Chisnall wrote: > On 18 Sep 2013, at 19:49, David Chisnall > wrote: > >> These are not part of the public API. > > Oh. Yes it is. Ho hum... It seems it's removed from GCC because it broke OpenOffice.org. 8-) h

Re: libreoffice build error

2013-09-18 Thread David Chisnall
On 18 Sep 2013, at 19:49, David Chisnall wrote: > These are not part of the public API. Oh. Yes it is. Ho hum... David ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any m

Re: libreoffice build error

2013-09-18 Thread David Chisnall
On 18 Sep 2013, at 19:31, Tijl Coosemans wrote: > There are some pointers to the start such as the caughtExceptions field > in struct __cxa_eh_globals and the nextException field in struct > __cxa_exception itself. These are not part of the public API. David ___

Re: libreoffice build error

2013-09-18 Thread Tijl Coosemans
On Wed, 18 Sep 2013 17:39:46 +0100 David Chisnall wrote: > On 18 Sep 2013, at 16:26, Tijl Coosemans wrote: >> On Tue, 17 Sep 2013 21:04:14 -0400 Jung-uk Kim wrote: >>> On 2013-09-17 13:24:41 -0400, Jung-uk Kim wrote: I am still working on libc++ issues but it is much more complicated. :-

Re: libreoffice build error

2013-09-18 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-09-18 12:39:46 -0400, David Chisnall wrote: > On 18 Sep 2013, at 16:26, Tijl Coosemans wrote: > >> On Tue, 17 Sep 2013 21:04:14 -0400 Jung-uk Kim wrote: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>> >>> On 2013-09-17 13:24:41 -0400,

Re: libreoffice build error

2013-09-18 Thread David Chisnall
On 18 Sep 2013, at 16:26, Tijl Coosemans wrote: > On Tue, 17 Sep 2013 21:04:14 -0400 Jung-uk Kim wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 2013-09-17 13:24:41 -0400, Jung-uk Kim wrote: >>> I am still working on libc++ issues but it is much more >>> complicated. :-( >>

Re: libreoffice build error

2013-09-18 Thread Tijl Coosemans
On Tue, 17 Sep 2013 21:04:14 -0400 Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2013-09-17 13:24:41 -0400, Jung-uk Kim wrote: > > I am still working on libc++ issues but it is much more > > complicated. :-( > > I fixed almost everything except for exception handling

Re: gnome2 build error (evolution-data-server-2.32.1_4)

2013-09-18 Thread David Chisnall
This looks like the namespace pollution that was caused by iconv.h including stdbool.h, which I have already fixed. David On 18 Sep 2013, at 14:57, Ricardo Campos Passanezi wrote: > Hello, I was trying to install gnome2 port but it ends up with an error > in evolution-data-server. Any clues? >

gnome2 build error (evolution-data-server-2.32.1_4)

2013-09-18 Thread Ricardo Campos Passanezi
Hello, I was trying to install gnome2 port but it ends up with an error in evolution-data-server. Any clues? ===> Building for evolution-data-server-2.32.1_4 gmake[7]: Entering directory `/usr/obj/usr/ports/databases/evolution-data-server/work/evolution-data-server-2.32.1' gmake all-recursive

Re: libreoffice build error

2013-09-17 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-09-17 13:24:41 -0400, Jung-uk Kim wrote: > I am still working on libc++ issues but it is much more > complicated. :-( I fixed almost everything except for exception handling issues. Unfortunately, libc++/libcxxrt's exception handling is not 10

Re: libreoffice build error

2013-09-17 Thread S . N . Grigoriev
17.09.2013, 21:27, "Jung-uk Kim" : > On 2013-09-17 11:52:45 -0400, Baptiste Daroussin wrote: > >>  On Tue, Sep 17, 2013 at 11:51:41AM -0400, Shawn Webb wrote: >>>  I'm getting a build error as well, but on 9-STABLE under >>>  Poudriere. Relevant p

Re: libreoffice build error

2013-09-17 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-09-17 11:52:45 -0400, Baptiste Daroussin wrote: > On Tue, Sep 17, 2013 at 11:51:41AM -0400, Shawn Webb wrote: >> I'm getting a build error as well, but on 9-STABLE under >> Poudriere. Relevant part of the logfile: >>

build error svn revision 255636

2013-09-17 Thread Nilton Jose Rizzo
Error em make buildworld clang/libllvmvectorize/../../../contrib/llvm/lib/Transforms/Vectorize/BBVectorize.cpp -o BBVectorize.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/tools/clang/include -I/usr

Re: libreoffice build error

2013-09-17 Thread Baptiste Daroussin
On Tue, Sep 17, 2013 at 04:20:45PM +0200, O. Hartmann wrote: > On Tue, 17 Sep 2013 14:57:19 +0400 > S.N.Grigoriev wrote: > > > > > Hi list, > > > > the following error occures when I try to build editors/libreoffice: > > > > [build CXX] sal/rtl/source/ustrbuf.cxx > > In file included > > from

Re: libreoffice build error

2013-09-17 Thread Baptiste Daroussin
On Tue, Sep 17, 2013 at 11:51:41AM -0400, Shawn Webb wrote: > I'm getting a build error as well, but on 9-STABLE under Poudriere. > Relevant part of the logfile: > > In file included from > /wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.5.2/sc/source/core/tool/s

Re: libreoffice build error

2013-09-17 Thread Shawn Webb
I'm getting a build error as well, but on 9-STABLE under Poudriere. Relevant part of the logfile: In file included from /wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.5.2/sc/source/core/tool/scmatrix.cxx:34: In file included from /usr/local/include/mdds/multi_type_matrix.hpp:31:

Re: libreoffice build error

2013-09-17 Thread O. Hartmann
On Tue, 17 Sep 2013 14:57:19 +0400 S.N.Grigoriev wrote: > > Hi list, > > the following error occures when I try to build editors/libreoffice: > > [build CXX] sal/rtl/source/ustrbuf.cxx > In file included > from > /usr/ports/editors/libreoffice/work/libreoffice-4.0.5.2/sal/rtl/source/bootstrap

libreoffice build error

2013-09-17 Thread S . N . Grigoriev
Hi list, the following error occures when I try to build editors/libreoffice: [build CXX] sal/rtl/source/ustrbuf.cxx In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.0.5.2/sal/rtl/source/bootstrap.cxx:22: In file included from /usr/ports/editors/libreoffice/work/solver/u

Re: aicasm build error

2013-09-14 Thread Ian Lepore
On Sat, 2013-09-14 at 20:42 +0200, Dimitry Andric wrote: > On Sep 14, 2013, at 19:50, Ian Lepore wrote: > > For a while I've been getting a build error on aicasm during the early > > steps of the build. Today I finally dug into it and discovered it's > > beca

Re: aicasm build error

2013-09-14 Thread Ian Lepore
On Sat, 2013-09-14 at 20:42 +0200, Dimitry Andric wrote: > On Sep 14, 2013, at 19:50, Ian Lepore wrote: > > For a while I've been getting a build error on aicasm during the early > > steps of the build. Today I finally dug into it and discovered it's > > beca

Re: aicasm build error

2013-09-14 Thread Dimitry Andric
On Sep 14, 2013, at 19:50, Ian Lepore wrote: > For a while I've been getting a build error on aicasm during the early > steps of the build. Today I finally dug into it and discovered it's > because the build is using a mix of header files, some from /usr/include > on th

aicasm build error

2013-09-14 Thread Ian Lepore
For a while I've been getting a build error on aicasm during the early steps of the build. Today I finally dug into it and discovered it's because the build is using a mix of header files, some from /usr/include on the build host, and some from obj/... for the target being built.

Re: devel/gettext build error in jail i386 environment on amd64 host

2013-09-03 Thread Ivan Klymenko
В Tue, 3 Sep 2013 20:42:25 +0300 Vitalij Satanivskij пишет: > > Try to disable options > > options CAPABILITY_MODE # Capsicum capability mode > options CAPABILITIES# Capsicum capabilities > > in kernel conf, for me it's resolve problem > Thank you :) I w

Re: devel/gettext build error in jail i386 environment on amd64 host

2013-09-03 Thread Vitalij Satanivskij
Try to disable options options CAPABILITY_MODE # Capsicum capability mode options CAPABILITIES# Capsicum capabilities in kernel conf, for me it's resolve problem Ivan Klymenko wrote: IK> В Sat, 24 Aug 2013 13:26:01 +0200 IK> Hans Petter Selasky пишет: IK

Re: devel/gettext build error in jail i386 environment on amd64 host

2013-09-03 Thread Vitalij Satanivskij
IK> Thank you :) IK> I watch the mailing list. ;) IK> http://docs.freebsd.org/cgi/mid.cgi?20130903172529.GA9 IK> Unfortunately I did not have time to check the problem with uniq... Gettext build failed because of failed uniq, so if u steel have problem u know what to do. ___

  1   2   3   >