Bug#591904: libavcodec52: text relocations on AMD64

2016-08-04 Thread Carl Eugen Hoyos
Hi!

This bug was fixed upstream some time before the issue was reported to Debian:
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3d05c1fb

Please reassign or close, Carl Eugen

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#591904: libavcodec52: text relocations on AMD64

2016-07-04 Thread Fabian Greffrath
Control: tags -1 moreinfo

Am Sonntag, den 03.07.2016, 18:54 +0200 schrieb Carl Eugen Hoyos:
> Is this still reproducible?
> Why is this an issue? I don't remember that this was ever reported
> upstreamĀ 
> (text relocations on x86-32 are reported on a regular basis).

Tagging as moreinfo.

signature.asc
Description: This is a digitally signed message part
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: Re: Bug#591904: libavcodec52: text relocations on AMD64

2016-07-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 moreinfo
Bug #591904 [src:ffmpeg] libavcodec52: text relocations on AMD64
Added tag(s) moreinfo.

-- 
591904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591904
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#591904: libavcodec52: text relocations on AMD64

2016-07-03 Thread Carl Eugen Hoyos
Is this still reproducible?
Why is this an issue? I don't remember that this was ever reported upstream 
(text relocations on x86-32 are reported on a regular basis).

Carl Eugen

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#591904: libavcodec52: text relocations on AMD64

2010-08-06 Thread Russell Coker
Package: libavcodec52
Version: 4:0.5.2-1
Severity: normal

$ eu-findtextrel /usr/lib/libavcodec.so.52|uniq
either the file containing the function 'ff_vp6_filter_diag4_sse2' or the file 
containing the function 'ff_imdct_half_3dn' is not compiled with -fpic/-fPIC

The above functions contain inline assembly.  On the AMD64 architecture it
should be possible to rewrite this to not need a text relocation as we have
no great shortage of registers.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libavcodec52 depends on:
ii  libavutil49 4:0.5.2-1ffmpeg utility library
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libdirac-encoder0   1.0.2-3  open and royalty free high quality
ii  libfaad22.7-4freeware Advanced Audio Decoder - 
ii  libgsm1 1.0.13-3 Shared libraries for GSM speech co
ii  libopenjpeg21.3+dfsg-4   JPEG 2000 image compression/decomp
ii  libschroedinger-1.0-0   1.0.9-2  library for encoding/decoding of D
ii  libspeex1   1.2~rc1-1The Speex codec runtime library
ii  libtheora0  1.1.1+dfsg.1-3   The Theora Video Compression Codec
ii  libvorbis0a 1.3.1-1  The Vorbis General Audio Compressi
ii  libvorbisenc2   1.3.1-1  The Vorbis General Audio Compressi
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

libavcodec52 recommends no packages.

libavcodec52 suggests no packages.

-- no debconf information



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Processed: Re: Bug#591904: libavcodec52: text relocations on AMD64

2010-08-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 591904 minor
Bug #591904 [libavcodec52] libavcodec52: text relocations on AMD64
Severity set to 'minor' from 'normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591904
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#591904: libavcodec52: text relocations on AMD64

2010-08-06 Thread Reinhard Tartler
severity 591904 minor
thanks

On Fri, Aug 06, 2010 at 08:20:57 (EDT), Russell Coker wrote:

 Package: libavcodec52
 Version: 4:0.5.2-1
 Severity: normal

 $ eu-findtextrel /usr/lib/libavcodec.so.52|uniq
 either the file containing the function 'ff_vp6_filter_diag4_sse2' or the 
 file containing the function 'ff_imdct_half_3dn' is not compiled with 
 -fpic/-fPIC

 The above functions contain inline assembly.  On the AMD64 architecture it
 should be possible to rewrite this to not need a text relocation as we have
 no great shortage of registers.

Patches welcome, please see http://ffmpeg.org/developer.html for
detailed guidelines.

Just a bit of a warning, espc. the assembler parts are written by
experts with a very strong opinion.
-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#591904: libavcodec52: text relocations on AMD64

2010-08-06 Thread Russell Coker
On Fri, 6 Aug 2010, Reinhard Tartler siret...@tauware.de wrote:
 Just a bit of a warning, espc. the assembler parts are written by
 experts with a very strong opinion.

Yes, I've been through this before.  ;)

But this time we're dealing with AMD64 and plenty of registers.

-- 
russ...@coker.com.au
http://etbe.coker.com.au/  My Main Blog
http://doc.coker.com.au/   My Documents Blog



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers