TB --- 2013-09-29 05:20:17 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-09-29 05:20:17 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2013
FreeBSD talkingzebra 10.0-ALPHA3 FreeBSD 10.0-ALPHA3 #0 r255918: Fri Sep 27
17:29:41 CDT 2013
toor@talkingzebra:/usr/obj/usr/src/sys/HYPERV amd64
Sometimes after a reboot, the interfaces get an IP (statically set), but there
is no connectivity. Starting or restarting the netif service
causes th
On Sat, Sep 28, 2013 at 10:37:36PM +0300, Alexander Panyushkin wrote:
> *make.conf*
> # ### Build whith GCC 4.6
> #
> .if ${.CURDIR:N*/ports/graphics/poppler-glib*} == ""
> CFLAGS= -O2 -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe -Wformat
> -Wformat-security
Should u
*make.conf*
# ### Build whith GCC 4.6
#
.if ${.CURDIR:N*/ports/graphics/poppler-glib*} == ""
CFLAGS= -O2 -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe -Wformat
-Wformat-security
CPPFLAGS+= -D_FORTIFY_SOURCE=2
CXXFLAGS+=-rpath /usr/local/lib/gcc46
USE_GCC=4.6
CC=cc
CX
On 28 Sep 2013, at 19:32, Konstantin Belousov wrote:
>> It easy to reproduce. Just kldload mac_portacl and /etc/rc.d/syslogd restart
>
> This is due to priv_check_cred() call in mac_portacl.c:rules_check().
> The call causes recusion into the mac framework from the mac callback.
>
> Robert shou
On Sat, Sep 28, 2013 at 09:52:10PM +0300, Alexander Panyushkin wrote:
> 28.09.2013 20:28, David Chisnall ??:
> > Yes, because libstdc++ is no longer part of the base system,
> Yes, but in system installed GCC 4.6.3, and libstdc++ is present
>
> pkg_info -L gcc-4.6.3 | grep libstdc
> /usr/l
28.09.2013 20:28, David Chisnall пишет:
Yes, because libstdc++ is no longer part of the base system,
Yes, but in system installed GCC 4.6.3, and libstdc++ is present
pkg_info -L gcc-4.6.3 | grep libstdc
/usr/local/share/gcc-4.6.3/python/libstdcxx/__init__.py
/usr/local/share/gcc-4.6.3/python/li
On Sat, Sep 28, 2013 at 03:41:58PM +0400, Andrej Zverev wrote:
> Hello,
>
> I see following panic of 10.0-ALPHA3 r255906
>
> (kgdb) #0 doadump (textdump=0) at pcpu.h:232
> #1 0xc0521fb1 in db_dump (dummy=-1062244387, dummy2=0, dummy3=-1,
> dummy4=0xeb36b764 "") at /usr/src/sys/ddb/db_comma
I try to build with gcc 4.6 - the same result :(
Artyom MirgorodskiyOn Saturday 28 September 2013 19:05:16 wrote:
> Yes. I updated and reinstall all ports before report...
> Possible clang problems...
>
> On Saturday 28 September 2013 14:19:28 Hans Petter Selasky wrote:
> > Hi,
> >
> > There
Yes, because libstdc++ is no longer part of the base system, yet you are trying
to build with a gcc that thinks it is. You need to tell it to link with
clang++, which ought to be the default unless something is overriding CXXLD
somewhere.
David
On 28 Sep 2013, at 18:25, Alexander Panyushkin
With GCC same error
===> Building for poppler-glib-0.22.2
gmake[1]: Вход в каталог
`/usr/ports/graphics/poppler-glib/work/poppler-0.22.2/poppler'
CXXCairoFontEngine.lo
CXXCairoOutputDev.lo
CXXCairoRescaleBox.lo
CXXLD libpoppler-cairo.la
gmake[1]: Выход из каталога
`/usr/p
On Sat, 2013-09-28 at 15:09 +0200, Joel Dahl wrote:
> Hi,
>
> Fresh HEAD. installworld from read-only /usr/obj and /usr/src:
>
> /usr/src/include/iconv.h osreldate.h /usr/include
> install: osreldate.h: Permission denied
> *** Error code 71
>
> Stop.
> make[4]: stopped in /usr/src/include
> ***
This looks like it's compiling C++ with clang and trying to link it with gcc.
Is there a CXXLD=g++ in there somewhere?
David
On 28 Sep 2013, at 15:23, Alexander Panyushkin wrote:
> Hi all
>
> After upgrade ports graphics/poppler-glib not build anymore.
>
>
> pkg_info -R poppler-glib-0.22.2
On Sat, 2013-09-28 at 15:09 +0200, Joel Dahl wrote:
> Hi,
>
> Fresh HEAD. installworld from read-only /usr/obj and /usr/src:
>
> /usr/src/include/iconv.h osreldate.h /usr/include
> install: osreldate.h: Permission denied
> *** Error code 71
>
> Stop.
> make[4]: stopped in /usr/src/include
> ***
Yes. I updated and reinstall all ports before report...
Possible clang problems...
On Saturday 28 September 2013 14:19:28 Hans Petter Selasky wrote:
> Hi,
>
> There has been no big changes in the FreeBSD's libusb recently. Looks like a
> problem in gphoto2. Did you upgrade to a newer gphoto2 ver
Hi all
After upgrade ports graphics/poppler-glib not build anymore.
pkg_info -R poppler-glib-0.22.2
[...]
Required by:
gimp-app-2.8.6_1,1
py27-gimp-app-2.8.6
evince-2.32.0_11
epdfview-0.1.8_4
===> Building for poppler-glib-0.22.2
gmake[1]: Вход в каталог
`/usr/ports/graphics/poppler-glib/wo
Hi,
Fresh HEAD. installworld from read-only /usr/obj and /usr/src:
/usr/src/include/iconv.h osreldate.h /usr/include
install: osreldate.h: Permission denied
*** Error code 71
Stop.
make[4]: stopped in /usr/src/include
*** Error code 1
Everything was working fine 2 weeks ago, so it's a recent br
Hello,
I see following panic of 10.0-ALPHA3 r255906
(kgdb) #0 doadump (textdump=0) at pcpu.h:232
#1 0xc0521fb1 in db_dump (dummy=-1062244387, dummy2=0, dummy3=-1,
dummy4=0xeb36b764 "") at /usr/src/sys/ddb/db_command.c:543
#2 0xc0521a77 in db_command (cmd_table=)
at /usr/src/sys/ddb/db
В Fri, 27 Sep 2013 13:14:31 +0300
Ivan Klymenko пишет:
> Hello all
> After the upgrade, with a revision r255868 to revision r255882
> I have the following problem:
> .
> Sep 27 12:49:01 nonamehost kernel: ahcich1: Timeout on slot 0 port 0
> Sep 27 12:49:01 nonamehost kernel: ahcich1: is 0
On Sep 28, 2013, at 1:34 AM, O. Hartmann wrote:
> On Sat, 28 Sep 2013 01:10:08 -0600
> Scott Long wrote:
>
>>
>> On Sep 27, 2013, at 9:07 AM, O. Hartmann
>> wrote:
>>
>>
>> reverting those two commits solved the issue.
>
> In my case just rebuilding and restarting of sysut
On Sat, 28 Sep 2013 09:29:46 +0300
"Sergey V. Dyatko" wrote:
> On Fri, 27 Sep 2013 16:33:44 +0200
> Pietro Cerutti wrote:
>
> > On 2013-Sep-27, 18:18, Ruslan Makhmatkhanov wrote:
> > > Boris Samorodov wrote on 27.09.2013 17:38:
> > > >> reverting those two commits solved the issue.
> > > >
> >
On Sat, 28 Sep 2013 01:10:08 -0600
Scott Long wrote:
>
> On Sep 27, 2013, at 9:07 AM, O. Hartmann
> wrote:
>
>
> reverting those two commits solved the issue.
> >>>
> >>> In my case just rebuilding and restarting of sysutils/hal helped.
> >>
> >>
> >> Interesting. I didn't test
On Sep 27, 2013, at 9:07 AM, O. Hartmann wrote:
reverting those two commits solved the issue.
>>>
>>> In my case just rebuilding and restarting of sysutils/hal helped.
>>
>>
>> Interesting. I didn't test hal, probably should have. The compat
>> shims I put in place should have ma
23 matches
Mail list logo