Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] blender doesn't have GMP compiled in
@ 2022-04-18 12:32 chriscamacho
  2022-04-19 10:34 ` Idesmi
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: chriscamacho @ 2022-04-18 12:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 566 bytes --]

New issue by chriscamacho on void-packages repository

https://github.com/void-linux/void-packages/issues/36751

Description:
blender-3.0.0_4

### Expected behavior
able to do things like CSG without the mesh getting messed up (using "exact" CSG solver) This makes blender significantly less useful for practical modeling.

### Actual behavior
can only CSG with the fast solver (often resulting in broken meshes)

### Steps to reproduce the behavior
do a CSG operation between two meshes, ensure the "exact" button is pressed and take note of the warning


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
@ 2022-04-19 10:34 ` Idesmi
  2022-04-19 18:27 ` oreo639
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Idesmi @ 2022-04-19 10:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

New comment by Idesmi on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1102485256

Comment:
It should suffice to add `-DWITH_GMP=ON` to configure_args, and `gmp-devel` to makedepends.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
  2022-04-19 10:34 ` Idesmi
@ 2022-04-19 18:27 ` oreo639
  2022-04-19 18:29 ` oreo639
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2022-04-19 18:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 781 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1102956853

Comment:
> It should suffice to add `-DWITH_GMP=ON` to configure_args, and `gmp-devel` to makedepends.

WITH_GMP is ON by default.
Also, `ldd /usr/bin/blender`:
```
...
	libtasn1.so.6 => /usr/lib/libtasn1.so.6 (0x00007f069ed45000)
	libnettle.so.8 => /usr/lib/libnettle.so.8 (0x00007f069ecfd000)
	libhogweed.so.6 => /usr/lib/libhogweed.so.6 (0x00007f069ecb4000)
	libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007f069ec37000)
	libpostproc.so.55 => /usr/lib/libpostproc.so.55 (0x00007f069ec15000)
	libavresample.so.4 => /usr/lib/libavresample.so.4 (0x00007f069ebf4000)
	libbs2b.so.0 => /usr/lib/libbs2b.so.0 (0x00007f069ebec000)
...

```

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
  2022-04-19 10:34 ` Idesmi
  2022-04-19 18:27 ` oreo639
@ 2022-04-19 18:29 ` oreo639
  2022-04-19 18:29 ` oreo639
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2022-04-19 18:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 747 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1102956853

Comment:
> It should suffice to add `-DWITH_GMP=ON` to configure_args, and `gmp-devel` to makedepends.

`ldd /usr/bin/blender`:
```
...
	libtasn1.so.6 => /usr/lib/libtasn1.so.6 (0x00007f069ed45000)
	libnettle.so.8 => /usr/lib/libnettle.so.8 (0x00007f069ecfd000)
	libhogweed.so.6 => /usr/lib/libhogweed.so.6 (0x00007f069ecb4000)
	libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007f069ec37000)
	libpostproc.so.55 => /usr/lib/libpostproc.so.55 (0x00007f069ec15000)
	libavresample.so.4 => /usr/lib/libavresample.so.4 (0x00007f069ebf4000)
	libbs2b.so.0 => /usr/lib/libbs2b.so.0 (0x00007f069ebec000)
...

```

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (2 preceding siblings ...)
  2022-04-19 18:29 ` oreo639
@ 2022-04-19 18:29 ` oreo639
  2022-04-19 18:31 ` oreo639
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2022-04-19 18:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1102956853

Comment:
`ldd /usr/bin/blender`:
```
...
	libtasn1.so.6 => /usr/lib/libtasn1.so.6 (0x00007f069ed45000)
	libnettle.so.8 => /usr/lib/libnettle.so.8 (0x00007f069ecfd000)
	libhogweed.so.6 => /usr/lib/libhogweed.so.6 (0x00007f069ecb4000)
	libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007f069ec37000)
	libpostproc.so.55 => /usr/lib/libpostproc.so.55 (0x00007f069ec15000)
	libavresample.so.4 => /usr/lib/libavresample.so.4 (0x00007f069ebf4000)
	libbs2b.so.0 => /usr/lib/libbs2b.so.0 (0x00007f069ebec000)
...

```

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (3 preceding siblings ...)
  2022-04-19 18:29 ` oreo639
@ 2022-04-19 18:31 ` oreo639
  2022-04-19 18:32 ` oreo639
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2022-04-19 18:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 687 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1102956853

Comment:
Seems like it gets linked in to me?
`ldd /usr/bin/blender`:
```
...
	libtasn1.so.6 => /usr/lib/libtasn1.so.6 (0x00007f069ed45000)
	libnettle.so.8 => /usr/lib/libnettle.so.8 (0x00007f069ecfd000)
	libhogweed.so.6 => /usr/lib/libhogweed.so.6 (0x00007f069ecb4000)
	libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007f069ec37000)
	libpostproc.so.55 => /usr/lib/libpostproc.so.55 (0x00007f069ec15000)
	libavresample.so.4 => /usr/lib/libavresample.so.4 (0x00007f069ebf4000)
	libbs2b.so.0 => /usr/lib/libbs2b.so.0 (0x00007f069ebec000)
...

```

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (4 preceding siblings ...)
  2022-04-19 18:31 ` oreo639
@ 2022-04-19 18:32 ` oreo639
  2022-04-19 22:01 ` Idesmi
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2022-04-19 18:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 730 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1102956853

Comment:
It seems like it does get compiled in, unless I am misunderstanding something?
`ldd /usr/bin/blender`:
```
...
	libtasn1.so.6 => /usr/lib/libtasn1.so.6 (0x00007f069ed45000)
	libnettle.so.8 => /usr/lib/libnettle.so.8 (0x00007f069ecfd000)
	libhogweed.so.6 => /usr/lib/libhogweed.so.6 (0x00007f069ecb4000)
	libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007f069ec37000)
	libpostproc.so.55 => /usr/lib/libpostproc.so.55 (0x00007f069ec15000)
	libavresample.so.4 => /usr/lib/libavresample.so.4 (0x00007f069ebf4000)
	libbs2b.so.0 => /usr/lib/libbs2b.so.0 (0x00007f069ebec000)
...

```

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (5 preceding siblings ...)
  2022-04-19 18:32 ` oreo639
@ 2022-04-19 22:01 ` Idesmi
  2022-04-19 22:04 ` oreo639
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Idesmi @ 2022-04-19 22:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

New comment by Idesmi on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1103212512

Comment:
ldd recursively lists dependencies of libraries.

The package that contains the headers for GMP, instead, isn't automatically pulled by anything. I hold a bare understanding of it all myself, anyway.

I compiled successfully with GMP support on x86_64-glibc, `makedepends+="gmp-devel gmpxx-devel"`.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (6 preceding siblings ...)
  2022-04-19 22:01 ` Idesmi
@ 2022-04-19 22:04 ` oreo639
  2022-04-19 22:10 ` oreo639
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2022-04-19 22:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 471 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1103214036

Comment:
> ldd recursively lists dependencies of libraries.
> 
> The package that contains the headers for GMP, instead, isn't automatically pulled by anything. I hold a bare understanding of it all myself, anyway.
> 
> I compiled successfully with GMP support on x86_64-glibc, `makedepends+="gmp-devel gmpxx-devel"`.

Ah. Thanks.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (7 preceding siblings ...)
  2022-04-19 22:04 ` oreo639
@ 2022-04-19 22:10 ` oreo639
  2022-04-19 22:10 ` oreo639
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2022-04-19 22:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1103214036

Comment:
> ldd recursively lists dependencies of libraries.
> 
> The package that contains the headers for GMP, instead, isn't automatically pulled by anything. I hold a bare understanding of it all myself, anyway.
> 
> I compiled successfully with GMP support on x86_64-glibc, `makedepends+="gmp-devel gmpxx-devel"`.

You're right. I forgot.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (8 preceding siblings ...)
  2022-04-19 22:10 ` oreo639
@ 2022-04-19 22:10 ` oreo639
  2022-04-19 22:16 ` oreo639
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2022-04-19 22:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 471 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1103214036

Comment:
> ldd recursively lists dependencies of libraries.
> 
> The package that contains the headers for GMP, instead, isn't automatically pulled by anything. I hold a bare understanding of it all myself, anyway.
> 
> I compiled successfully with GMP support on x86_64-glibc, `makedepends+="gmp-devel gmpxx-devel"`.

Ah. Thanks.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (9 preceding siblings ...)
  2022-04-19 22:10 ` oreo639
@ 2022-04-19 22:16 ` oreo639
  2022-07-19  2:14 ` github-actions
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2022-04-19 22:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1103214036

Comment:
> ldd recursively lists dependencies of libraries.
> 
> The package that contains the headers for GMP, instead, isn't automatically pulled by anything. I hold a bare understanding of it all myself, anyway.
> 
> I compiled successfully with GMP support on x86_64-glibc, `makedepends+="gmp-devel gmpxx-devel"`.

You're right. Thanks.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (10 preceding siblings ...)
  2022-04-19 22:16 ` oreo639
@ 2022-07-19  2:14 ` github-actions
  2022-07-19  2:30 ` oreo639
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-07-19  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1188518815

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (11 preceding siblings ...)
  2022-07-19  2:14 ` github-actions
@ 2022-07-19  2:30 ` oreo639
  2022-09-26 18:17 ` oreo639
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2022-07-19  2:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1188526841

Comment:
Bump as issue isn't resolved yet.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (12 preceding siblings ...)
  2022-07-19  2:30 ` oreo639
@ 2022-09-26 18:17 ` oreo639
  2022-10-06 14:50 ` chriscamacho
  2022-10-06 14:50 ` [ISSUE] [CLOSED] " chriscamacho
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2022-09-26 18:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1188526841

Comment:
Bump as issue isn't resolved yet.

Edit Sept 26: this issue has been resolved

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [ISSUE] [CLOSED] blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (14 preceding siblings ...)
  2022-10-06 14:50 ` chriscamacho
@ 2022-10-06 14:50 ` chriscamacho
  15 siblings, 0 replies; 17+ messages in thread
From: chriscamacho @ 2022-10-06 14:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 569 bytes --]

Closed issue by chriscamacho on void-packages repository

https://github.com/void-linux/void-packages/issues/36751

Description:
blender-3.0.0_4

### Expected behavior
able to do things like CSG without the mesh getting messed up (using "exact" CSG solver) This makes blender significantly less useful for practical modeling.

### Actual behavior
can only CSG with the fast solver (often resulting in broken meshes)

### Steps to reproduce the behavior
do a CSG operation between two meshes, ensure the "exact" button is pressed and take note of the warning


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: blender doesn't have GMP compiled in
  2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
                   ` (13 preceding siblings ...)
  2022-09-26 18:17 ` oreo639
@ 2022-10-06 14:50 ` chriscamacho
  2022-10-06 14:50 ` [ISSUE] [CLOSED] " chriscamacho
  15 siblings, 0 replies; 17+ messages in thread
From: chriscamacho @ 2022-10-06 14:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

New comment by chriscamacho on void-packages repository

https://github.com/void-linux/void-packages/issues/36751#issuecomment-1270199347

Comment:
meant to get here sooner, this is now fixed - thanks guys...

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-10-06 14:50 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-18 12:32 [ISSUE] blender doesn't have GMP compiled in chriscamacho
2022-04-19 10:34 ` Idesmi
2022-04-19 18:27 ` oreo639
2022-04-19 18:29 ` oreo639
2022-04-19 18:29 ` oreo639
2022-04-19 18:31 ` oreo639
2022-04-19 18:32 ` oreo639
2022-04-19 22:01 ` Idesmi
2022-04-19 22:04 ` oreo639
2022-04-19 22:10 ` oreo639
2022-04-19 22:10 ` oreo639
2022-04-19 22:16 ` oreo639
2022-07-19  2:14 ` github-actions
2022-07-19  2:30 ` oreo639
2022-09-26 18:17 ` oreo639
2022-10-06 14:50 ` chriscamacho
2022-10-06 14:50 ` [ISSUE] [CLOSED] " chriscamacho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).