Probably the compile issue will be solved in the near future release.
See openexr issue 67:
https://github.com/openexr/openexr/issues/67
IRIE Shinsuke
13/07/12, Andreas Metzler wrote:
On 2013-06-29 IRIE Shinsuke wrote:
Hi,
I experienced the same error in testBox.cpp with libilmbase
. Blender will move
to OpenEXR v2.0.0 in 2.68 release.
Thanks
--
IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Thanks, I have reported this issue in Blender developers ML.
--
IRIE Shinsuke
12/11/06, Matthias Klose wrote:
> reassign 692429 blender
> severity 692429 important
> thanks
>
> Am 06.11.2012 07:10, schrieb IRIE Shinsuke:
>> Package: libpython3.3-dev
>> Version:
/usr/include/x86_64-linux-gnu/python3.3m.
Probably most of all programs using libpython3.3 cannot be built for
this bug.
--
IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
12/10/09, Piotr Ożarowski wrote:
">= 3.2, << 3.3" is equal to "3.2" so please use the later one before I
will fix it
Using the latter also causes the same error...
--
IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subj
his code produces the intended results.
--
IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
I forgot to mention that I'm using dh_python3 only for private modules,
not for public modules.
--
IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
-Python3-Version: >= 3.2, << 3.3
The same error happens when I use -V command line option like:
dh_python3 -V 3.2-3.3
--
IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
0 or 1, not actual readsize,
so the font file cannot be read to memory area properly.
To fix this bug,
readsize= fread(mem+size, chunk_size,1,file);
has to be modified as follows:
readsize= fread(mem+size, 1, chunk_size, file);
-- IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
-blender;
E N D ===
--
IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Oops, sorry, the thumbnailer is installed in /usr/lib/blender/scripts/.
--
IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
/blender.thumnailer as follows:
START ===
[Thumbnailer Entry]
TryExec=blender-thumbnailer.py
Exec=blender-thumbnailer.py %u %o
MimeType=application/x-blender;
E N D ===
--
IRIE
ernal projects.
For example, functions for detecting a pen tablet device were copied
from Wine 1.1.13 (See intern/ghost/intern/GHOST_WindowX11.cpp).
--
IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble?
should never cause the upgrade issue even if a version suffix is
necessary.
--
IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
ot only for my PPA's packages.
--
IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Ubuntu package uses the wrong versioning scheme
such as 2.63a, I can no longer provide the trunk packages having a
version suffix "+svn".
--
IRIE Shinsuke
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
newer ones.
--
IRIE Shinsuke
oiio_1.0.4_manpages.tar.gz
Description: GNU Zip compressed data
unless using
auto-generated manpages.
--
IRIE Shinsuke
oiio_1.0.3_manpages.tar.gz
Description: GNU Zip compressed data
Package: python3-defaults
Version: 3.2-2
Severity: important
Tag: patch
When building deb package which uses python3 and includes only private
modules, dh_python3 incorrectly inserts prerm-pyclean into the prerm
scripts instead of prerm-py3clean:
==
Package: python3-defaults
Version: 3.2~rc1-2
Severity: important
Tag: patch
I tried building deb package which requires Python 3.2 and has private
modules (.py files), but received error as follows:
dh_python3 -V 3.2-3.3 /usr/share/blender/2.56/scripts
D: dh_python3:359: argv: ['/usr/bin/dh_pyth
I found a typo in dh_make file. Please check my patch.
IRIE Shinsuke
diff -ur dh-make-0.55.orig/dh_make dh-make-0.55/dh_make
--- dh-make-0.55.orig/dh_make 2010-05-31 20:54:03.0 +0900
+++ dh-make-0.55/dh_make2010-12-20 15:28:36.982904997 +0900
@@ -519,7 +519,7
ot be added to load-path.
Please import the file included in original author's deb package,
or replace with the equivalent of it.
--
IRIE Shinsuke
irieshins...@yahoo.co.jp
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trou
22 matches
Mail list logo