Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45736 - version bump : media-libs/libfame 0.9.0-r1 -> 0.9.1
Summary: version bump : media-libs/libfame 0.9.0-r1 -> 0.9.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-25 12:54 UTC by Stephane Loeuillet
Modified: 2004-09-27 10:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
libfame-0.9.1-mmx_configure.patch (libfame-0.9.1-mmx_configure.patch,873 bytes, patch)
2004-09-26 16:49 UTC, Bret Towe
Details | Diff
libfame-0.9.1-gcc34.patch (libfame-0.9.1-gcc34.patch,629 bytes, patch)
2004-09-26 17:33 UTC, Bret Towe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane Loeuillet 2004-03-25 12:54:37 UTC
Changes:
* adaptive quantization support 
* compile on Tru64 Unix, HP/UX and Solaris 
* bugfixes

0.9.1 	2004-02-10 15:00
0.9.0 	2002-05-29 15:00


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 spiralvoice 2004-07-31 17:24:20 UTC
Compiling with gcc-3.4.1-r1 works
Comment 2 spiralvoice 2004-07-31 17:30:23 UTC
transcode-0.6.11 configure fails on libfame:
checking for libfame - version >= 0.9.0... no
*** Could not run libfame test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means libfame was incorrectly installed
*** or that you have moved libfame since it was installed. In the latter case, you
*** may want to edit the libfame-config script: /usr/bin/libfame-config

although it is installed, same problem with libfame-0.9.0-r1. Error message from config.log:

configure:30197: result: no
configure:30231: gcc -o conftest  -march=pentium3 -pipe -fomit-frame-pointer -fno-unit-at-a-time -mmmx -mss
e -fforce-addr -fforce-mem-ffast-math -mpush-args -w -DDCT_YUV_PRECISION=1 -O3 -O3 -fomit-frame-pointer -D_
LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64    conftest.c -lpthread -ldl  -L/usr/lib -Wl,
-rpath,/usr/lib -lfame >&5
/usr/lib/libfame.so: undefined reference to `_mmx_one'
Comment 3 Michael Guterl 2004-07-31 21:26:00 UTC
same thing happening here with libfame-0.9.0-r1 and libfame-0.9.0 (I think), same result happens with transcode-0.6.12-r1 and transcode-0.6.11.
Comment 4 Bret Towe 2004-09-23 00:42:32 UTC
the transcode issue commented on #2 is due to the mmx use flag
disable it and recompile and that error on transcode goes away
this is due to configure in libfame being busted
ill have a look and provide patch for .1 and .0 as soon as i can
(i say that cause it looks like configure has changed)
Comment 5 Bret Towe 2004-09-26 16:49:35 UTC
Created attachment 40497 [details, diff]
libfame-0.9.1-mmx_configure.patch

here is the configure fix to kill that error
copied the gcc checks from gcc.eclass

doesnt fix the undefined ref to _mmx_one looking into further...
Comment 6 Bret Towe 2004-09-26 17:33:19 UTC
Created attachment 40499 [details, diff]
libfame-0.9.1-gcc34.patch

gcc 3.4 issue
patch fixs the problem
http://sourceforge.net/tracker/index.php?func=detail&aid=977600&group_id=19741&atid=119741
Comment 7 Disenchanted (RETIRED) gentoo-dev 2004-09-27 10:28:35 UTC
version bump + patches in portage