Re: gphoto2 bus error

2013-10-01 Thread Hans Petter Selasky
On 10/01/13 15:50, John wrote: sorry, forgot to change "From:", sending again On Tue, Oct 01, 2013 at 02:45:29PM +0100, John wrote: On Tue, Oct 01, 2013 at 02:41:22PM +0200, Hans Petter Selasky wrote: Hi, Could you enter "bt" in GDB and show the output when this crash happens? --HPS Sure!

Problens with portupgrade/portmaster and ports

2013-10-01 Thread Nilton Jose Rizzo
Hi all, I'm back again! I reinstall my box, because the problem with libicoinv/iconv from src dir have been bigs problems ... including problems when I need to run a fsck in filesystem ( it's report the filesystem was incopatible) Well, the problem now are wiyh this programs

Re: iSCSI boot ... root?

2013-10-01 Thread John Nielsen
On Sep 16, 2013, at 4:35 AM, Edward Tomasz Napierała wrote: > Wiadomość napisana przez Zaphod Beeblebrox w dniu 16 wrz > 2013, o godz. 07:35: >> Is it now possible to boot from iSCSI? I'm not talking about an iSCSI >> controller, but with >> >> pxe -> dhcp -> tftp (loads loader) -> (something

mysql-client-5.6.14 build failed

2013-10-01 Thread Alexander Panyushkin
Hi all. mysql-client-5.6.14 not build with clang [ 89%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client.c.o In file included from /usr/ports/databases/mysql56-client/work/mysql-5.6.14/libmysql/libmysql.c:16: In file included from /usr/ports/databases/mysql56-client/wo

Re: Cannot compile many ports because of missing -lsupc++ and -lstdc++

2013-10-01 Thread Mike Jakubik
On 10/01/13 18:55, Baptiste Daroussin wrote: On Tue, Oct 01, 2013 at 06:51:39PM -0400, Mike Jakubik wrote: Hello, I am having trouble compiling many ports which fail with one of the following errors. /usr/bin/ld: cannot find -lstdc++ /usr/bin/ld: cannot find -lsupc++ I understand 10 has a new

Re: Cannot compile many ports because of missing -lsupc++ and -lstdc++

2013-10-01 Thread Baptiste Daroussin
On Tue, Oct 01, 2013 at 06:51:39PM -0400, Mike Jakubik wrote: > Hello, > > I am having trouble compiling many ports which fail with one of the > following errors. > > /usr/bin/ld: cannot find -lstdc++ > /usr/bin/ld: cannot find -lsupc++ > > I understand 10 has a new c++ library, but how can I g

Cannot compile many ports because of missing -lsupc++ and -lstdc++

2013-10-01 Thread Mike Jakubik
Hello, I am having trouble compiling many ports which fail with one of the following errors. /usr/bin/ld: cannot find -lstdc++ /usr/bin/ld: cannot find -lsupc++ I understand 10 has a new c++ library, but how can I get ports to build with this? This is quite frustrating. I am using a fresh in

Re: XEN additions cause failure to compile kernel

2013-10-01 Thread Sean Bruno
On Tue, 2013-10-01 at 22:17 +0100, John wrote: > On Tue, Oct 01, 2013 at 12:06:13PM -0700, Sean Bruno wrote: > > > Can you post your complete kernconf? > > > > sean > > Hi, > > Here it is: > Ok, so this email thread is on freebsd-current and I think you're trying to buld a XENHVM kernel for

Re: XEN additions cause failure to compile kernel

2013-10-01 Thread John
On Tue, Oct 01, 2013 at 12:06:13PM -0700, Sean Bruno wrote: > Can you post your complete kernconf? > > sean Hi, Here it is: ## cpu HAMMER ident HOST0 #makeoptionsDEBUG=-g# Build kernel with gdb(1) debug symbols #

Re: bug with special bracket expressions in regular expressions

2013-10-01 Thread Chris Rees
On 02/09/2013 16:09, Damian Weber wrote: On Mon, 2 Sep 2013, Andriy Gapon wrote: re_format(7) says: There are two special cases? of bracket expressions: the bracket expres? sions ?[[:<:]]? and ?[[:>:]]? match the null string at the beginning and end of a word respectively. A

Re: CLANG reports an error with %b in printf(9)

2013-10-01 Thread Dimitry Andric
On Oct 1, 2013, at 21:30, Luigi Rizzo wrote: > This is on HEAD -- while compiling the kernel with CLANG and slightly > higher warns level, i get errors of this kind (in multiple places): > > /usr/home/luigi/FreeBSD/head/sys/cam/cam_xpt.c:1069:27: error: invalid > conversion specifier > 'b'

CLANG reports an error with %b in printf(9)

2013-10-01 Thread Luigi Rizzo
This is on HEAD -- while compiling the kernel with CLANG and slightly higher warns level, i get errors of this kind (in multiple places): /usr/home/luigi/FreeBSD/head/sys/cam/cam_xpt.c:1069:27: error: invalid conversion specifier 'b' [-Werror,-Wformat-invalid-specifier] prin

Re: XEN additions cause failure to compile kernel

2013-10-01 Thread Sean Bruno
On Tue, 2013-10-01 at 17:34 +0100, John wrote: > Hello list. Using latest sources: > > root@host0:/usr/src # svn info > Path: . > Working Copy Root Path: /usr/src > URL: https://svn0.eu.freebsd.org/base/releng/9.2 > Relative URL: ^/releng/9.2 > Repository Root: https://svn0.eu.freebsd.org/base >

Re: gphoto2 bus error

2013-10-01 Thread John
On Tue, Oct 01, 2013 at 02:41:22PM +0200, Hans Petter Selasky wrote: > > Hi, > > Could you enter "bt" in GDB and show the output when this crash happens? > > --HPS Sure! Thanks for looking at the problem. Program received signal SIGBUS, Bus error. [Switching to Thread 802c07400 (LWP 101021/sca

Re: Hyperv driver related error on make buildkernel on -r255933

2013-10-01 Thread John-Mark Gurney
?? wrote this message on Tue, Oct 01, 2013 at 16:01 +0600: >Good day! > >I don't know is it possible to build kernel with CLANG, because now my >system builded without clang, so right now I can rebuild world only >with gcc (because clang is not present in my system), or ma

XEN additions cause failure to compile kernel

2013-10-01 Thread John
Hello list. Using latest sources: root@host0:/usr/src # svn info Path: . Working Copy Root Path: /usr/src URL: https://svn0.eu.freebsd.org/base/releng/9.2 Relative URL: ^/releng/9.2 Repository Root: https://svn0.eu.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 25

Re: CURRENT r 255964 not build

2013-10-01 Thread Alexander Panyushkin
*src.conf* - WITHOUT_AMD=YES WITHOUT_ATM=YES WITHOUT_AUDIT=YES WITHOUT_AUTHPF=YES WITHOUT_BIND=YES WITHOUT_BLUETOOTH=YES WITHOUT_BSNMP=YES WITHOUT_CTM=YES WITHOUT_FREEBSD_UPDATE=YES WITHOUT_GAMES=YES WITHOUT_INET6=YES WITHOUT_IPFILTER=YES WITHOUT_IPFW=YES WITHOUT_IPX=YE

Re: CURRENT r 255964 not build

2013-10-01 Thread Alexander Panyushkin
*src.conf* - WITHOUT_AMD=YES WITHOUT_ATM=YES WITHOUT_AUDIT=YES WITHOUT_AUTHPF=YES WITHOUT_BIND=YES WITHOUT_BLUETOOTH=YES WITHOUT_BSNMP=YES WITHOUT_CTM=YES WITHOUT_FREEBSD_UPDATE=YES WITHOUT_GAMES=YES WITHOUT_INET6=YES WITHOUT_IPFILTER=YES WITHOUT_IPFW=YES WITHOUT_IPX=YE

Re: gphoto2 bus error

2013-10-01 Thread John
sorry, forgot to change "From:", sending again On Tue, Oct 01, 2013 at 02:45:29PM +0100, John wrote: > On Tue, Oct 01, 2013 at 02:41:22PM +0200, Hans Petter Selasky wrote: > > > > Hi, > > > > Could you enter "bt" in GDB and show the output when this crash happens? > > > > --HPS > > Sure! Thank

Re: CURRENT r 255964 not build

2013-10-01 Thread Glen Barber
On Tue, Oct 01, 2013 at 04:37:42PM +0300, Alexander Panyushkin wrote: > CURRENT r 255964 world not build > Please provide /etc/make.conf and /etc/src.conf. Glen pgpgXvqN_dhTo.pgp Description: PGP signature

CURRENT r 255964 not build

2013-10-01 Thread Alexander Panyushkin
CURRENT r 255964 world not build clang -O2 -pipe -march=athlon64-sse3 -mtune=athlon64-sse3 -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -include ssh_namespace.h -DHAVE_LDNS=1 -std=gnu99 -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-t

make delete-old failed to remove bind directories

2013-10-01 Thread Jia-Shiun Li
as title and as of FreeBSD jsli-bsd64 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #3 r255962: Tue Oct 1 15:22:04 CST 2013 jsli@jsli-bsd64:/usr/obj/usr/src/sys/GENERIC amd64 'make delete-old' failed to remove bind-related dirs. Looks like ordering issue to me. Also there are still some dirs and files exi

Re: gphoto2 bus error

2013-10-01 Thread Hans Petter Selasky
On 10/01/13 14:22, John wrote: On Sat, Sep 28, 2013 at 02:05:42AM +0300, Artyom Mirgorodskiy wrote: I just update to current and get bus error when I try to run gphoto2: Hi, This might be related - I get SIGBUS when running scanimage (Canon LIDE 110 scanner). I installed sane backends and

Re: gphoto2 bus error

2013-10-01 Thread John
On Sat, Sep 28, 2013 at 02:05:42AM +0300, Artyom Mirgorodskiy wrote: > I just update to current and get bus error when I try to run gphoto2: > > Starting program: /usr/local/bin/gphoto2 --shell > (no debugging symbols found)...(no debugging symbols found)...(no debugging > symbols found)...[New L

Re: gphoto2 bus error

2013-10-01 Thread Hans Petter Selasky
On 10/01/13 14:10, Artyom Mirgorodskiy wrote: Thank you. Work fine for me FYI: Here is the link to the ticket which you can request to get committed to libgphoto: https://sourceforge.net/p/gphoto/patches/153/ --HPS ___ freebsd-current@freebsd.org

Re: gphoto2 bus error

2013-10-01 Thread Hans Petter Selasky
On 10/01/13 13:11, Artyom Mirgorodskiy wrote: I removed old libraries: ls /usr/lib/libusb* /usr/lib/libusb.a/usr/lib/libusb_p.a /usr/lib/libusbhid.so.4 /usr/lib/libusb.so@ /usr/lib/libusbhid.a /usr/lib/libusbhid_p.a /usr/lib/libusb.so.3 /usr/lib/libusbhid.so@ and reins

Re: gphoto2 bus error

2013-10-01 Thread Artyom Mirgorodskiy
Thank you. Work fine for me On Tuesday 01 October 2013 13:45:21 Hans Petter Selasky wrote: > On 10/01/13 13:11, Artyom Mirgorodskiy wrote: > > I removed old libraries: > > > > ls /usr/lib/libusb* > > /usr/lib/libusb.a/usr/lib/libusb_p.a /usr/lib/libusbhid.so.4 > > /usr/lib/libusb.so@

Re: [CURRENT] unbound: zonefiles?

2013-10-01 Thread Lev Serebryakov
Hello, Dimitry. You wrote 30 сентября 2013 г., 17:53:15: DA> Yes, and there is the rub for most 'SOHO' users, who do not win anything DA> by separating these roles. In such cases, setting up a separate IP DA> and/or port just to split up authoritative and recursive DNS is rather DA> inconvenient.

Re: gphoto2 bus error

2013-10-01 Thread Hans Petter Selasky
On 10/01/13 12:24, Artyom Mirgorodskiy wrote: ls /usr/lib/libusb* /usr/lib/libusb.a/usr/lib/libusb.so.3 /usr/lib/libusbhid.so@ /usr/lib/libusb.so@ /usr/lib/libusb_p.a /usr/lib/libusbhid.so.4 /usr/lib/libusb.so.2 /usr/lib/libusbhid.a /usr/lib/libusbhid_p.a Hi, I se

Re: gphoto2 bus error

2013-10-01 Thread Hans Petter Selasky
Can you run the commands listed below? --HPS On 10/01/13 12:22, Artyom Mirgorodskiy wrote: I'm use current On Tuesday 01 October 2013 11:32:39 Hans Petter Selasky wrote: Hi, I cannot reproduce this issue. gphoto --shell works fine on 9-stable using PTP protocol. gphoto2-2.4.14 Comman

Re: gphoto2 bus error

2013-10-01 Thread Hans Petter Selasky
Hi, I cannot reproduce this issue. gphoto --shell works fine on 9-stable using PTP protocol. gphoto2-2.4.14 Command-line frontend to libgphoto2 libgphoto2-2.4.14_3 Universal digital camera control library Can you provide more information about your system? uname -a ls /usr/lib/libusb*

Re: gphoto2 bus error

2013-10-01 Thread Artyom Mirgorodskiy
I removed old libraries: ls /usr/lib/libusb* /usr/lib/libusb.a/usr/lib/libusb_p.a /usr/lib/libusbhid.so.4 /usr/lib/libusb.so@ /usr/lib/libusbhid.a /usr/lib/libusbhid_p.a /usr/lib/libusb.so.3 /usr/lib/libusbhid.so@ and reinstall gphoto2 and libgphoto2 and have the same re

Re: gphoto2 bus error

2013-10-01 Thread Artyom Mirgorodskiy
uname -a FreeBSD notebook.alkar.net 10.0-ALPHA3 FreeBSD 10.0-ALPHA3 #10 r255906: Fri Sep 27 14:54:54 EEST 2013 m...@notebook.alkar.net:/usr/obj/usr/src/sys/Work amd64 ls /usr/lib/libusb* /usr/lib/libusb.a/usr/lib/libusb.so.3 /usr/lib/libusbhid.so@ /usr/lib/libusb.so@ /usr/l

Re: gphoto2 bus error

2013-10-01 Thread Artyom Mirgorodskiy
I'm use current On Tuesday 01 October 2013 11:32:39 Hans Petter Selasky wrote: > Hi, > > I cannot reproduce this issue. > > gphoto --shell > > works fine on 9-stable using PTP protocol. > > gphoto2-2.4.14 Command-line frontend to libgphoto2 > libgphoto2-2.4.14_3 Universal digital camera c

Re: Hyperv driver related error on make buildkernel on -r255933

2013-10-01 Thread Гуляев Гоша
Good day! I don't know is it possible to build kernel with CLANG, because now my system builded without clang, so right now I can rebuild world only with gcc (because clang is not present in my system), or maybe I can install clang from ports and rebuild world with clang from ports?

Re: r255873: ahcich7: Timeout on slot 0 port 0 FLOODING kernel messages

2013-10-01 Thread Guido Falsi
On 09/27/13 15:38, Boris Samorodov wrote: 27.09.2013 16:59, Pietro Cerutti пишет: On 2013-Sep-27, 05:57, Scott Long wrote: On Sep 27, 2013, at 5:52 AM, Sergey V. Dyatko wrote: yes, these messages disappeared after revert 255870 and r255871 Hi, Nothing that I changes should have affect

Problem building stable-9 in current host

2013-10-01 Thread Alexander Yerenkow
Hello all. Can someone help me? :) # uname -a FreeBSD 10.0-ALPHA3 FreeBSD 10.0-ALPHA3 #5 r255924: Sat Sep 28 15:22:40 EEST 2013 yama@host:/zbuilder/local/obj/zbuilder/vm4all/src-head-clone/sys/GENERIC amd64 # svn info Path: . Working Copy Root Path: /zbuilder/vm4all/src-stable-9-clone URL: http