Re: How would this bug be classified in bugzilla.

2017-07-16 Thread Ed Greshko
On 07/17/17 11:15, Mamoru TASAKA wrote:
> Ed Greshko wrote on 07/17/2017 10:13 AM:
>> On 07/17/17 08:54, William Oliver wrote:
 [oliver@localhost ~]$ blender
>>> blender: /usr/include/llvm/Support/Casting.h:236: typename
>>> llvm::cast_retty::ret_type llvm::cast(Y*) [with X =
>>> llvm::CompositeType; Y = llvm::Type; typename llvm::cast_retty>> Y*>::ret_type = llvm::CompositeType*]: Assertion `isa(Val) &&
>>> "cast() argument of incompatible type!"' failed.
>>> Aborted (core dumped)
>>
>>
>> I do not have
>>
>> /usr/include/llvm/Support/Casting.h
>>
>> on my system.  Try erasing llvm-devel since...
>>
>
> Such "assert" message is embedded at compilation time, so even
> if you don't have header file installed at runtime, such
> message can be generated (see man 3 assert).
>
> I guess you are seeing
> https://bugzilla.redhat.com/show_bug.cgi?id=1460400
> I can confirm this message when both blender-2.78c-4.fc26.x86_64
> and beignet-1.3.1-2.fc26.x86_64 are installed.
>
> Try updating beignet to 1.3.1-3.git20170622.36f6a8b.fc26 .
>
>

Just a note of interest.   When I ran blender on my system it was at 9:30 and I 
had
beignet-1.3.1-2.fc26.x86_64 installed and it worked without a problem.  I just 
now
updated my system and beignet-1.3.1-3.git20170622.36f6a8b.fc26.x86_64 was 
installed.

Thanks for the pointer to "assert" and the BZ.


-- 
Fedora Users List - The place to go to speculate endlessly



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How would this bug be classified in bugzilla.

2017-07-16 Thread Mamoru TASAKA

Ed Greshko wrote on 07/17/2017 10:13 AM:

On 07/17/17 08:54, William Oliver wrote:

[oliver@localhost ~]$ blender

blender: /usr/include/llvm/Support/Casting.h:236: typename
llvm::cast_retty::ret_type llvm::cast(Y*) [with X =
llvm::CompositeType; Y = llvm::Type; typename llvm::cast_retty::ret_type = llvm::CompositeType*]: Assertion `isa(Val) &&
"cast() argument of incompatible type!"' failed.
Aborted (core dumped)



I do not have

/usr/include/llvm/Support/Casting.h

on my system.  Try erasing llvm-devel since...



Such "assert" message is embedded at compilation time, so even
if you don't have header file installed at runtime, such
message can be generated (see man 3 assert).

I guess you are seeing
https://bugzilla.redhat.com/show_bug.cgi?id=1460400
I can confirm this message when both blender-2.78c-4.fc26.x86_64
and beignet-1.3.1-2.fc26.x86_64 are installed.

Try updating beignet to 1.3.1-3.git20170622.36f6a8b.fc26 .

Regards,
Mamoru
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How would this bug be classified in bugzilla.

2017-07-16 Thread Ed Greshko
On 07/17/17 10:16, William Oliver wrote:
> Oddly, it's not there:
>
> [oliver@localhost ~]$ sudo rpm -qf  /usr/include/llvm/Support/Casting.h
> [sudo] password for oliver: 
> error: file /usr/include/llvm/Support/Casting.h: No such file or
> directory
>
> [oliver@localhost ~]$ pushd /usr/include
> /usr/include ~
> [oliver@localhost include]$ ls | grep llvm
> [oliver@localhost include]$ 
> [oliver@localhost include]$ ls | grep Casting
> [oliver@localhost include]$ 
>
> Thanks for the thought.

Ahh...OK.

Then I don't know how you can get the error you're getting.  I just know that
everything works fine on my system. 

It certainly seems as if blender is accessing it.


-- 
Fedora Users List - The place to go to speculate endlessly



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How would this bug be classified in bugzilla.

2017-07-16 Thread William Oliver
On Mon, 2017-07-17 at 09:45 +0800, Ed Greshko wrote:
> On 07/17/17 09:30, William Oliver wrote:
> > On Mon, 2017-07-17 at 09:13 +0800, Ed Greshko wrote:
> > > [snip]
> > > 
> > > 
> > > I do not have
> > > 
> > > /usr/include/llvm/Support/Casting.h
> > > 
> > > on my system.  Try erasing llvm-devel since...
> > > 
> > > [egreshko@meimei .config]$ dnf whatprovides
> > > /usr/include/llvm/Support/Casting.h
> > > Last metadata expiration check: 2:19:22 ago on Mon 17 Jul 2017
> > > 06:51:45 AM CST.
> > > llvm-devel-4.0.0-2.fc26.i686 : Libraries and header files for
> > > LLVM
> > > Repo: fedora
> > > 
> > > llvm-devel-4.0.0-2.fc26.x86_64 : Libraries and header files for
> > > LLVM
> > > Repo: fedora
> > > 
> > > 
> > 
> > Thanks, but I do not have llvm-devel installed:
> > 
> > 
> > .
> > [oliver@localhost ~]$ sudo dnf list llvm* | more
> > 
> > Last metadata expiration check: 0:42:23 ago on Sun 16 Jul 2017
> > 08:44:06
> > PM EDT.
> > Installed Packages
> > llvm-libs.x86_64   4.0.0-
> > 2.fc26@anaconda
> > Available Packages
> > llvm.i686  4.0.0-
> > 2.fc26fedora   
> > llvm.x86_644.0.0-
> > 2.fc26fedora   
> > llvm-devel.i6864.0.0-
> > 2.fc26fedora   
> > llvm-devel.x86_64  4.0.0-
> > 2.fc26fedora   
> > ...  {and a zillion more}
> > 
> > Ah well,  I guess I'll just go back to watchine Game of Thrones...
> > 
> 
> OK, but you do have /usr/include/llvm/Support/Casting.h yes?  So,
> then
> 
> rpm -qf  /usr/include/llvm/Support/Casting.h
> 
> returns what?


Oddly, it's not there:

[oliver@localhost ~]$ sudo rpm -qf  /usr/include/llvm/Support/Casting.h
[sudo] password for oliver: 
error: file /usr/include/llvm/Support/Casting.h: No such file or
directory

[oliver@localhost ~]$ pushd /usr/include
/usr/include ~
[oliver@localhost include]$ ls | grep llvm
[oliver@localhost include]$ 
[oliver@localhost include]$ ls | grep Casting
[oliver@localhost include]$ 

Thanks for the thought.

billo
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How would this bug be classified in bugzilla.

2017-07-16 Thread Ed Greshko
On 07/17/17 09:30, William Oliver wrote:
> On Mon, 2017-07-17 at 09:13 +0800, Ed Greshko wrote:
>> [snip]
>>
>>
>> I do not have
>>
>> /usr/include/llvm/Support/Casting.h
>>
>> on my system.  Try erasing llvm-devel since...
>>
>> [egreshko@meimei .config]$ dnf whatprovides
>> /usr/include/llvm/Support/Casting.h
>> Last metadata expiration check: 2:19:22 ago on Mon 17 Jul 2017
>> 06:51:45 AM CST.
>> llvm-devel-4.0.0-2.fc26.i686 : Libraries and header files for LLVM
>> Repo: fedora
>>
>> llvm-devel-4.0.0-2.fc26.x86_64 : Libraries and header files for LLVM
>> Repo: fedora
>>
>>
> Thanks, but I do not have llvm-devel installed:
>
>
> .
> [oliver@localhost ~]$ sudo dnf list llvm* | more
>
> Last metadata expiration check: 0:42:23 ago on Sun 16 Jul 2017 08:44:06
> PM EDT.
> Installed Packages
> llvm-libs.x86_64   4.0.0-
> 2.fc26@anaconda
> Available Packages
> llvm.i686  4.0.0-
> 2.fc26fedora   
> llvm.x86_644.0.0-
> 2.fc26fedora   
> llvm-devel.i6864.0.0-
> 2.fc26fedora   
> llvm-devel.x86_64  4.0.0-
> 2.fc26fedora   
> ...  {and a zillion more}
>
> Ah well,  I guess I'll just go back to watchine Game of Thrones...
>

OK, but you do have /usr/include/llvm/Support/Casting.h yes?  So, then

rpm -qf  /usr/include/llvm/Support/Casting.h

returns what?


-- 
Fedora Users List - The place to go to speculate endlessly



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How would this bug be classified in bugzilla.

2017-07-16 Thread William Oliver
On Mon, 2017-07-17 at 09:13 +0800, Ed Greshko wrote:
> [snip]
> 
> 
> I do not have
> 
> /usr/include/llvm/Support/Casting.h
> 
> on my system.  Try erasing llvm-devel since...
> 
> [egreshko@meimei .config]$ dnf whatprovides
> /usr/include/llvm/Support/Casting.h
> Last metadata expiration check: 2:19:22 ago on Mon 17 Jul 2017
> 06:51:45 AM CST.
> llvm-devel-4.0.0-2.fc26.i686 : Libraries and header files for LLVM
> Repo: fedora
> 
> llvm-devel-4.0.0-2.fc26.x86_64 : Libraries and header files for LLVM
> Repo: fedora
> 
> 

Thanks, but I do not have llvm-devel installed:


.
[oliver@localhost ~]$ sudo dnf list llvm* | more

Last metadata expiration check: 0:42:23 ago on Sun 16 Jul 2017 08:44:06
PM EDT.
Installed Packages
llvm-libs.x86_64   4.0.0-
2.fc26@anaconda
Available Packages
llvm.i686  4.0.0-
2.fc26fedora   
llvm.x86_644.0.0-
2.fc26fedora   
llvm-devel.i6864.0.0-
2.fc26fedora   
llvm-devel.x86_64  4.0.0-
2.fc26fedora   
...  {and a zillion more}

Ah well,  I guess I'll just go back to watchine Game of Thrones...

billo
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How would this bug be classified in bugzilla.

2017-07-16 Thread Ed Greshko
On 07/17/17 08:54, William Oliver wrote:
>> [oliver@localhost ~]$ blender
> blender: /usr/include/llvm/Support/Casting.h:236: typename
> llvm::cast_retty::ret_type llvm::cast(Y*) [with X =
> llvm::CompositeType; Y = llvm::Type; typename llvm::cast_retty Y*>::ret_type = llvm::CompositeType*]: Assertion `isa(Val) &&
> "cast() argument of incompatible type!"' failed.
> Aborted (core dumped)


I do not have

/usr/include/llvm/Support/Casting.h

on my system.  Try erasing llvm-devel since...

[egreshko@meimei .config]$ dnf whatprovides /usr/include/llvm/Support/Casting.h
Last metadata expiration check: 2:19:22 ago on Mon 17 Jul 2017 06:51:45 AM CST.
llvm-devel-4.0.0-2.fc26.i686 : Libraries and header files for LLVM
Repo: fedora

llvm-devel-4.0.0-2.fc26.x86_64 : Libraries and header files for LLVM
Repo: fedora

-- 
Fedora Users List - The place to go to speculate endlessly



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How would this bug be classified in bugzilla.

2017-07-16 Thread Ed Greshko
On 07/17/17 08:54, William Oliver wrote:
> I'd like to submit a bug to bugzilla, but I don't know what
> classification it would be.  A suggestion would be appreciated.
>
> Here's the bug:
>
> I use Blender (the 3D modeling program) extensively.  It runs fine on
> fedora 25.  In fedora 26, it crashes.  The following error appears on
> my terminal:
>
> If I run the blender using the package (e.g. sudo dnf install blender),
> and run it, I get:
>
>> [oliver@localhost ~]$ blender
> blender: /usr/include/llvm/Support/Casting.h:236: typename
> llvm::cast_retty::ret_type llvm::cast(Y*) [with X =
> llvm::CompositeType; Y = llvm::Type; typename llvm::cast_retty Y*>::ret_type = llvm::CompositeType*]: Assertion `isa(Val) &&
> "cast() argument of incompatible type!"' failed.
> Aborted (core dumped)
>
> If I download it directly from blender.org and install it locally, I
> get:
>
> [oliver@localhost blender-2.78c-linux-glibc219-x86_64]$ ./blender
>
> found bundled python: /home/oliver/blender-2.78c-linux-glibc219-
> x86_64/2.78/python
> blender: /usr/include/llvm/Support/Casting.h:236: typename
> llvm::cast_retty::ret_type llvm::cast(Y*) [with X =
> llvm::CompositeType; Y = llvm::Type; typename llvm::cast_retty Y*>::ret_type = llvm::CompositeType*]: Assertion `isa(Val) &&
> "cast() argument of incompatible type!"' failed.
> Aborted (core dumped)
>
>
> Everything worked fine in fedora 25.
>

Runs fine here on F26 under KDE

[egreshko@meimei ~]$ rpm -q blender
blender-2.78c-4.fc26.x86_64

-- 
Fedora Users List - The place to go to speculate endlessly



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org