Bug#654428: blender: FTBFS: uses i386/amd64 specific register definitions on all architectures

2012-01-25 Thread Kevin Roy
Le 25/01/2012 20:50, Sergey Sharybin a écrit :
> Hi,
> 
> Good patch, don't think mine is needed to be added (the same changes
> are already made). Don't have access to non-i386/amd64 machines, but
> 0011-fix_FTBFS_with_libmv.patch looks fine and if it's indeed resolves
> build issues i would be happy to commit it to blender's trunk.

As far as I and others have tested the patch, builds are now ok on ARM
and KFreeBSD. I'm not sure on others but debian buildd servers will tell
us :) .

-- 
Kevin 'Kiniou' Roy
http://blog.knokorpo.fr



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#654428: blender: FTBFS: uses i386/amd64 specific register definitions on all architectures

2012-01-25 Thread Kevin Roy
Hi Sergey,

Le 25/01/2012 16:04, Sergey Sharybin a écrit :
> Hi,
> 
> We've got quite the same error with FreeBSD support. Attached patch
> should fix this issue.
> 
> If it will still fail, would be helpful to have config.h generated by
> configure script of glog itself (which can be found here
> http://code.google.com/p/google-glog/). But if proposed patch will
> work fine, it can be commited to trunk.

I think the patch 0011-fix_FTBFS_with_libmv [1] in git will cover
configs other than i386/amd64 but in doubt, could you look at it and
tell me if yours is need to be added?

Thanks


[1]
http://anonscm.debian.org/gitweb/?p=pkg-multimedia/blender.git;a=blob;f=debian/patches/0011-fix_FTBFS_with_libmv.patch;h=22356fef7cb9fcc6d63b02880a85506aeae0546b;hb=HEAD
-- 
Kevin 'Kiniou' Roy
http://blog.knokorpo.fr



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#654395: additional patches for newer libav sources

2012-01-22 Thread Kevin Roy
Hi John,

Le 19/01/2012 09:51, John Vogel a écrit :
> I had the same problem with blender 2.61-1 segfaulting on my wheezy/sid
> box. 

This bug has been fixed in git repository with the commit ed82a2a

> So I went about trying to build from git. Right away had problems
> with missing headers declarations for libavutil/mathematics.h. Then, had
> problems with avformat_alloc_open_context2() in
> intern/audaspace/ffmpeg/AUD_FFMPEGWriter.cpp. I found a fix in Gentoo's
> ebuild for blender-2.60a which negates most of the current
> debian/patches/0009-fix_FTBFS_ffmpeg_debian.patch. So I added the first
> patch below and replaced the 0009 patch with the second patch below (the
> one I found for the Gentoo ebuild).
> 
> Builds fine and blender seems to running fine on my system, using up to
> date sid and strictly pure debian system other then my wacom driver
> (upstream kernel module and xorg driver).
> 
> ---
>  intern/ffmpeg/ffmpeg_compat.h |4 
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/intern/ffmpeg/ffmpeg_compat.h b/intern/ffmpeg/ffmpeg_compat.h
> index dfdad22..bf6e4a9 100644
> --- a/intern/ffmpeg/ffmpeg_compat.h
> +++ b/intern/ffmpeg/ffmpeg_compat.h
> @@ -74,6 +74,10 @@
>  #define FFMPEG_SWSCALE_COLOR_SPACE_SUPPORT
>  #endif
> 
> +#if (LIBAVUTIL_VERSION_MAJOR > 51) || ((LIBAVUTIL_VERSION_MAJOR == 51)
> && (LIBAVUTIL_VERSION_MINOR >= 9))
> +#include 
> +#endif
> +
>  #ifndef FFMPEG_HAVE_AVIO
>  #define AVIO_FLAG_WRITE URL_WRONLY
>  #define avio_open url_fopen

First, this patch does not have anything related to this bug report so
next time, you are more than welcome to open another bug report.
Next, I don't know how your patch managed to "negates" the patch 0009
but if it does, it's not the good way to solve this. Instead, an update
to the ffmpeg_compat.h is only needed (cf patch attached to #656502).

Thanks for your concern in blender package,
Cheers
-- 
Kevin 'Kiniou' Roy
http://blog.knokorpo.fr



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#654395: [blender] Segmentation fault on startup (was: Bug#652098: Segfault)

2012-01-11 Thread Kevin Roy
Hello Mateusz,
(I cc'd the bug 654395 because 652098 is closed and is not related to
the bug you are mentioning.)
The patch attached in this bugreport (i.e 654395) fix the segfault and
will be mark as done in next upload. We are facing FTBFS on debian archs
other than i386 and x86_64 (see bug 654428).

Le 11/01/2012 20:03, mateusz.ka...@gmail.com a écrit :
> Blender 2.61-1 is segfaulting. Any progress in fixing this ?
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x721c3038 in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
> (gdb) bt
> #0  0x721c3038 in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
> #1  0x721e6f82 in vsnprintf () from /lib/x86_64-linux-gnu/libc.so.6
> #2  0x00c43e50 in BLI_snprintf ()
> #3  0x00c3c5bb in get_path_system.isra.3 ()
> #4  0x00c3c75f in BLI_get_folder ()
> #5  0x01045382 in BLF_lang_init ()
> #6  0x0073fa33 in WM_init ()
> #7  0x0072fdb3 in main ()
> 


-- 
Kevin 'Kiniou' Roy
http://blog.knokorpo.fr



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#625641: Doesn't link against libdl on kfreebsd

2011-05-05 Thread Kevin Roy
Hello,

On 4 May 2011 21:09, Christoph Egger  wrote:
> Hi!
>
> blender misses the -ldl on the final linker line it puts for the linux 
> targets and therefor fails to build on kfreebsd-*:
>
Thanks for the report.
I'm aware of that bug since the previous 2.57 upload.
After looking at the CMakeList.txt in line 434 , there is a
CMAKE_SYSTEM_NAME variable that needs to match "Linux" and I don't
know what is the content on kfreebsd.
I'll try to setup a kfreebsd and look at what can be done to solve.

--
Kevin Roy



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org