From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 64776] [9.1.2]"GPU fault detected" whit "eclipse juno" crash
system
Date: Fri, 31 May 2013 21:55:56 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0334791926=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 8B91EE5C97
for ;
Fri, 31 May 2013 14:55:56 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0334791926==
Content-Type: multipart/alternative; boundary="1370037356.BECf220.12176"; charset="us-ascii"
--1370037356.BECf220.12176
Date: Fri, 31 May 2013 21:55:56 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D64776
--- Comment #12 from mombelli.mauro@gmail.com ---
here the error tring to compile TAG 9.1.2 with patch (but error is in a
different file).
This is with autogen.sh without any option and with option ./autogen.sh
--prefix=3D/usr --sysconfdir=3D/etc
--with-dri-driverdir=3D/usr/lib/xorg/modules/dri
--with-gallium-drivers=3Dradeonsi
--with-dri-drivers=3Di915,i965,r200,radeon,nouveau,swrast
--enable-gallium-llvm --enable-egl --enable-gallium-egl
--with-egl-platforms=3Dx11,drm,wayland --enable-shared-glapi
--enable-gbm --enable-glx-tls --enable-dri --enable-glx
--enable-osmesa --enable-gles1 --enable-gles2
--enable-texture-float --enable-xa --enable-vdpau
gcc (GCC) 4.8.0 20130502 (prerelease)
with latest llvm from http://llvm.org/svn/llvm-project/llvm/trunk/
gallivm/lp_bld_debug.cpp: In member function 'virtual void
raw_debug_ostream::write_impl(const char*, size_t)':
gallivm/lp_bld_debug.cpp:106:40: warning: cast from type 'const char*' to
type 'char*' casts away qualifiers [-Wcast-qual]
char *lastPtr =3D (char *)&Ptr[Size];
^
gallivm/lp_bld_debug.cpp: In function 'void lp_disassemble(const void*)':
gallivm/lp_bld_debug.cpp:206:64: error: no matching function for call to
'llvm::Target::createMCAsmInfo(std::string&) const'
OwningPtr AsmInfo(T->createMCAsmInfo(Triple));
^
gallivm/lp_bld_debug.cpp:206:64: note: candidate is:
In file included from gallivm/lp_bld_debug.cpp:37:0:
/usr/include/llvm/Support/TargetRegistry.h:298:16: note: llvm::MCAsmInfo*
llvm::Target::createMCAsmInfo(const llvm::MCRegisterInfo&, llvm::StringRef)
const
MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI,
^
/usr/include/llvm/Support/TargetRegistry.h:298:16: note: candidate
expects 2 arguments, 1 provided
2013/5/31
> *Comment # 11 on bug
> 64776 from Michel
> D=C3=A4nzer *
>
> (In reply to comment #10 )
> > Should I use newer tag than 1.1?
>
>
> You wrote the problem happens with 9.1.2 but not with 9.1.1, so it's prob=
ably
> best to stay within those tags for now.
>
>
> > I think strage that compiling mAster was on error for me.. Normally are=
n't
> > the pull self-contined?
>
>
> Can't really say anything about that without at least seeing the error.
>
> ------------------------------
> You are receiving this mail because:
>
> - You reported the bug.
>
>
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1370037356.BECf220.12176
Date: Fri, 31 May 2013 21:55:56 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Commen=
t # 12
on bug 64776<=
/a>
from mombel=
li.mauro@gmail.com
here the error tring to compile TAG 9.1.2 with patch (but erro=
r is in a
different file).
This is with autogen.sh without any option and with option ./autogen.sh
--prefix=3D/usr --sysconfdir=3D/etc
--with-dri-driverdir=3D/usr/lib/xorg/modules/dri
--with-gallium-drivers=3Dradeonsi
--with-dri-drivers=3Di915,i965,r200,radeon,nouveau,swrast
--enable-gallium-llvm --enable-egl --enable-gallium-egl
--with-egl-platforms=3Dx11,drm,wayland --enable-shared-glapi
--enable-gbm --enable-glx-tls --enable-dri --enable-glx
--enable-osmesa --enable-gles1 --enable-gles2
--enable-texture-float --enable-xa --enable-vdpau
gcc (GCC) 4.8.0 20130502 (prerelease)
with latest llvm from http://llvm.org/svn/llvm-project/llvm/trunk/
gallivm/lp_bld_debug.cpp: In member function 'virtual void
raw_debug_ostream::write_impl(const char*, size_t)':
gallivm/lp_bld_debug.cpp:106:40: warning: cast from type 'const char*' to
type 'char*' casts away qualifiers [-Wcast-qual]
char *lastPtr =3D (char *)&Ptr[Size];
^
gallivm/lp_bld_debug.cpp: In function 'void lp_disassemble(const void*)':
gallivm/lp_bld_debug.cpp:206:64: error: no matching function for call to
'llvm::Target::createMCAsmInfo(std::string&) const'
OwningPtr<const MCAsmInfo> AsmInfo(T->createMCAsmInfo(Triple));
^
gallivm/lp_bld_debug.cpp:206:64: note: candidate is:
In file included from gallivm/lp_bld_debug.cpp:37:0:
/usr/include/llvm/Support/TargetRegistry.h:298:16: note: llvm::MCAsmInfo*
llvm::Target::createMCAsmInfo(const llvm::MCRegisterInfo&, llvm::String=
Ref)
const
MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI,
^
/usr/include/llvm/Support/TargetRegistry.h:298:16: note: candidate
expects 2 arguments, 1 provided
2013/5/31 <bugzil=
la-daemon@freedesktop.org>
> *Comme=
nt # 11 <https://bugs.freedesktop.org/show_b=
ug.cgi?id=3D64776#c11>on bug
> 64776 <https://bugs.freedesktop.org/show_bug.c=
gi?id=3D64776> from Michel
> D=C3=A4nzer <michel@d=
aenzer.net> *
>
> (In reply to comment #10 <https://bugs.freedesktop.org/show_b=
ug.cgi?id=3D64776#c10>)
> > Should I use newer tag than 1.1?
>
>
> You wrote the problem happens with 9.1.2 but not=
with 9.1.1, so it's probably
> best to stay within those tags for now.
>
>
> > I think strage that compiling mAster was on=
error for me.. Normally aren't
> > the pull self-contined?
>
>
> Can't really say anything about that without at =
least seeing the error.
>
> ------------------------------
> You are receiving this mail because:
>
> - You reported the bug.
>
>
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1370037356.BECf220.12176--
--===============0334791926==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============0334791926==--