| View previous topic :: View next topic |
| Author |
Message |
justinkb Apprentice

Joined: 23 Dec 2008 Posts: 160
|
Posted: Tue Mar 31, 2009 9:49 pm Post subject: |
|
|
| you can copy the ebuild from the overlay into local overlay and add the epatch line? |
|
| Back to top |
|
 |
Gregoire Apprentice


Joined: 15 Apr 2006 Posts: 278
|
Posted: Wed Apr 01, 2009 8:54 pm Post subject: |
|
|
Is there an easy way to tell portage not to want ffmpeg-0.5* for gstreamer suite ?
It compiled fine against ffmpeg-9999 (with emerge -va1O) but :
| Code: |
emerge world -uDvaNt
* Overlay eclasses override eclasses from PORTDIR:
*
* '/usr/portage/local/layman/kde-testing/eclass/cmake-utils.eclass'
* '/usr/portage/local/layman/vmware/eclass/vmware.eclass'
*
* It is best to avoid overriding eclasses from PORTDIR because it will
* trigger invalidation of cached ebuild metadata that is distributed with
* the portage tree. If you must override eclasses from PORTDIR then you
* are advised to add FEATURES="metadata-transfer" to /etc/make.conf and to
* run `emerge --regen` after each time that you run `emerge --sync`. Set
* PORTAGE_ECLASS_WARNING_ENABLE="0" in /etc/make.conf if you would like to
* disable this warning.
These are the packages that would be merged, in reverse order:
Calculating dependencies... done!
[ebuild UD] media-video/ffmpeg-0.5-r1 [20099999-r1] USE="3dnow 3dnowext X alsa amr dirac encode hardcoded-tables ieee1394 ipv6 jpeg2k mmx mmxext mp3 network schroedinger sdl speex ssse3 theora threads v4l v4l2 vorbis x264 xvid zlib (-altivec) -bindist -custom-cflags -debug -doc -faac* -faad* -gsm -oss -test -vhook%" 0 kB [1=>0]
Total: 1 package (1 downgrade), Size of downloads: 0 kB
Portage tree and overlays:
[0] /usr/portage
[1] /usr/portage/local/layman/berkano
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
media-video/ffmpeg:0
('ebuild', '/', 'media-video/ffmpeg-0.5-r1', 'merge') pulled in by
=media-video/ffmpeg-0.5* required by ('installed', '/', 'media-plugins/gst-plugins-ffmpeg-0.10.7', 'nomerge')
(and 14 more)
('installed', '/', 'media-video/ffmpeg-20099999-r1', 'nomerge') pulled in by
>=media-video/ffmpeg-0.4.9_p20070616 required by ('installed', '/', 'media-libs/libquicktime-1.1.1', 'nomerge')
>=media-video/ffmpeg-0.4.9_p20090201 required by ('installed', '/', 'media-video/vlc-9999', 'nomerge')
media-video/ffmpeg required by @world
(and 11 more)
It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.
For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.
!!! The following installed packages are masked:
- media-libs/amd64codecs-20071007 (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Steve Dibb <beandog@gentoo.org> (5 Nov 2008)
# Mask realplayer, real codecs for security, upstream issues, bug 245662
# http://forums.gentoo.org/viewtopic-t-713051.html
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
|
|
|
| Back to top |
|
 |
justinkb Apprentice

Joined: 23 Dec 2008 Posts: 160
|
Posted: Wed Apr 01, 2009 9:17 pm Post subject: |
|
|
| put an adjusted ebuild (cp portage one, change atom to >=media-video/ffmpeg-0.5) in local overlay... |
|
| Back to top |
|
 |
P.Kosunen Tux's lil' helper

Joined: 21 Nov 2005 Posts: 87 Location: Finland
|
Posted: Sat Apr 04, 2009 10:45 am Post subject: |
|
|
| New stable gcc 4.3.2 doesn't need xine-lib-1.2-hg-compile-error.diff patch anymore in xine-lib-1.2.9999_p*. |
|
| Back to top |
|
 |
pigeon768 l33t

Joined: 02 Jan 2006 Posts: 648
|
Posted: Fri Apr 24, 2009 9:31 pm Post subject: |
|
|
media-libs/xine-lib-1.2.9999_p247 requires cvs for some part of the build process. I'll uninstall cvs and try and replicate the exact error message later tonight. IIRC it gives some message early in the build process that cvs isn't found, then errors out later because it can't find some makefile. Might be USE flag dependent... who knows at this point. _________________ My political bias. |
|
| Back to top |
|
 |
yngwin Developer


Joined: 19 Dec 2002 Posts: 4217 Location: Suzhou, China
|
Posted: Thu Apr 30, 2009 2:23 pm Post subject: |
|
|
In compliance with Gentoo best practices I have dropped all keywords from all live ebuilds in berkano overlay. This means that when you add the overlay, not all packages that have live ebuilds will be updated. You will have to explicitly enable the packages you want from the overlay by adding 'category/package **' to your package.keywords. _________________ "Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF |
|
| Back to top |
|
 |
Spaulding Apprentice


Joined: 16 Apr 2006 Posts: 159 Location: /dev/vagina
|
Posted: Thu Apr 30, 2009 3:03 pm Post subject: |
|
|
| ffmpeg (both version) doesn't compile with new gcc 4.4 maybe you should add some patch? |
|
| Back to top |
|
 |
yngwin Developer


Joined: 19 Dec 2002 Posts: 4217 Location: Suzhou, China
|
Posted: Thu Apr 30, 2009 3:59 pm Post subject: |
|
|
| Spaulding wrote: | | ffmpeg (both version) doesn't compile with new gcc 4.4 maybe you should add some patch? |
As gcc-4.4 isn't in portage yet, this is not of immediate concern. But if there is a patch, I would gladly add it. _________________ "Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF |
|
| Back to top |
|
 |
justinkb Apprentice

Joined: 23 Dec 2008 Posts: 160
|
Posted: Thu Apr 30, 2009 4:05 pm Post subject: |
|
|
faac/faad useflags should add --enable-nonfree. _________________ ~amd64 | gcc 4.4.2 | linux 2.6.33-git w/ alsa 1.0.22.1 and drm-radeon-testing | gnome(-light) 2.28.2 | xorg-x11 and xf86-video-ati from git |
|
| Back to top |
|
 |
yngwin Developer


Joined: 19 Dec 2002 Posts: 4217 Location: Suzhou, China
|
Posted: Thu Apr 30, 2009 7:13 pm Post subject: |
|
|
As I've started to add Aufs2 to the newest hitchhiker-sources, I've also added a live ebuild for aufs2-util to the overlay. _________________ "Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF |
|
| Back to top |
|
 |
Spaulding Apprentice


Joined: 16 Apr 2006 Posts: 159 Location: /dev/vagina
|
Posted: Fri May 01, 2009 8:04 am Post subject: |
|
|
my patch for ffmpeg, with this it compiles fine
| Code: |
--- ffmpeg-20099999-r1.ebuild 2009-05-01 10:04:04.000000000 +0200
+++ ffmpeg-20099999-r1.ebuild.new 2009-05-01 10:03:48.000000000 +0200
@@ -66,7 +66,7 @@
# enabled by default
if use encode
then
- use faac && myconf="${myconf} --enable-libfaac"
+ use faac && myconf="${myconf} --enable-libfaac --enable-nonfree"
use mp3 && myconf="${myconf} --enable-libmp3lame"
use vorbis && myconf="${myconf} --enable-libvorbis"
use theora && myconf="${myconf} --enable-libtheora"
|
|
|
| Back to top |
|
 |
Gregoire Apprentice


Joined: 15 Apr 2006 Posts: 278
|
Posted: Fri May 01, 2009 12:59 pm Post subject: |
|
|
gcc-4.4.0 is released yes, but under gentoo newer gcc need some testings
From which overlay are you using gcc-4.4.0 ?
Is there some benchmarks done which show a real improvment when using the Graphite's optimisation ? |
|
| Back to top |
|
 |
Spaulding Apprentice


Joined: 16 Apr 2006 Posts: 159 Location: /dev/vagina
|
Posted: Fri May 01, 2009 1:51 pm Post subject: |
|
|
I'm using gcc4.4 ebuild from this forum, just go to the gcc4.4 thread and you'll find it
EDIT: mplayer doesn't compile  |
|
| Back to top |
|
 |
yngwin Developer


Joined: 19 Dec 2002 Posts: 4217 Location: Suzhou, China
|
Posted: Fri May 01, 2009 7:57 pm Post subject: |
|
|
| Spaulding wrote: | mplayer doesn't compile  |
It did yesterday.
Added non-free to faac option in ffmpeg, and hid it behind !bindist. _________________ "Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF |
|
| Back to top |
|
 |
Spaulding Apprentice


Joined: 16 Apr 2006 Posts: 159 Location: /dev/vagina
|
Posted: Sat May 02, 2009 10:15 pm Post subject: |
|
|
mplayer still doesn't compile:
| Code: | In file included from liba52/imdct.c:728:
liba52/imdct_3dnow.h: In function 'T.65':
liba52/imdct_3dnow.h:289: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
liba52/imdct_3dnow.h:283: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
liba52/imdct_3dnow.h:289: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
liba52/imdct_3dnow.h:283: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
liba52/imdct_3dnow.h:289: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
liba52/imdct_3dnow.h:283: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
liba52/imdct_3dnow.h:289: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
liba52/imdct_3dnow.h:257: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
liba52/imdct_3dnow.h:283: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
liba52/imdct_3dnow.h:289: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
liba52/imdct_3dnow.h:257: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:283: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:286: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:286: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:289: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:292: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:292: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:93: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:93: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:257: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:258: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:258: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:93: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:283: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:286: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:286: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:289: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:292: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:292: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:93: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:283: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:286: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:286: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:289: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:292: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:292: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:257: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:258: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:93: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:283: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:286: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:286: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:289: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:292: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:292: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:93: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:93: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:257: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:258: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:258: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:93: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:283: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:286: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:286: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:289: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:292: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:292: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:93: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:93: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:257: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:258: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:258: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:257: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:258: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:262: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints
liba52/imdct.c: In function 'ifft16':
liba52/imdct.c:294: warning: array subscript is below array bounds
liba52/imdct.c: In function 'ifft64_c':
liba52/imdct.c:310: warning: array subscript is below array bounds
liba52/imdct.c: In function 'ifft128_c':libass/ass_fontconfig.c: In function '_select_font':
libass/ass_fontconfig.c:89: warning: 'family_cnt' may be used uninitialized in this function
i686-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -D_REENTRANT -Ilibdvdread4 -I/usr/include/freetype2 -c -o libass/ass_library.o libass/ass_library.c
liba52/imdct.c:318: warning: array subscript is below array bounds
liba52/imdct.c:322: warning: array subscript is below array bounds
make: *** [liba52/imdct.o] Błąd 1
make: *** Oczekiwanie na niezakończone zadania....
*
* ERROR: media-video/mplayer-99999999 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2668: Called die
* The specific snippet of code:
* emake || die "Failed to build MPlayer!";
* The die message:
* Failed to build MPlayer!
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/media-video/mplayer-99999999/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-video/mplayer-99999999/temp/environment'.
* This ebuild is from an overlay named 'berkano': '/home/rozne/overlays/berkano/'
*
>>> Failed to emerge media-video/mplayer-99999999, Log file:
|
|
|
| Back to top |
|
 |
yngwin Developer


Joined: 19 Dec 2002 Posts: 4217 Location: Suzhou, China
|
Posted: Sun May 03, 2009 9:17 am Post subject: |
|
|
It compiles just fine here, but I'm on ~amd64. This seems to be a specific problem with x86 assembly code. I would suggest you search google and the mplayer mailing lists on the specific error, and ask the people in the #mplayer irc channel about it. _________________ "Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF |
|
| Back to top |
|
 |
Benni123 Tux's lil' helper

Joined: 13 Mar 2005 Posts: 110
|
|
| Back to top |
|
 |
Gregoire Apprentice


Joined: 15 Apr 2006 Posts: 278
|
Posted: Fri Jun 12, 2009 12:47 pm Post subject: |
|
|
It's quiete old, already in portage... Personaly I prefer 185.18.14 which devnull overlay provide
EDIT : damned I hope I didn't miss such "5" in the exam I just finished correcting... sure it could be intreresting for those who don't like the 185 release serie. |
|
| Back to top |
|
 |
Benni123 Tux's lil' helper

Joined: 13 Mar 2005 Posts: 110
|
Posted: Fri Jun 12, 2009 1:50 pm Post subject: |
|
|
| Sorry, I copied the wrong number, I ment the driver 185.18.14 |
|
| Back to top |
|
 |
yngwin Developer


Joined: 19 Dec 2002 Posts: 4217 Location: Suzhou, China
|
Posted: Sat Jun 13, 2009 10:17 pm Post subject: |
|
|
I'm not keeping up to date with the nvidia releases, as I am too busy with other things, and I understand devnull overlay is doing a good job. _________________ "Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF |
|
| Back to top |
|
 |
tranquilcool Veteran

Joined: 25 Mar 2005 Posts: 1030
|
Posted: Wed Jun 17, 2009 7:27 am Post subject: |
|
|
MPlayer compilation will use the CPPFLAGS/CFLAGS/LDFLAGS/YASMFLAGS set by you,
but:
*** *** DO NOT REPORT BUGS IF IT DOES NOT COMPILE/WORK! *** ***
It is strongly recommended to let MPlayer choose the correct CFLAGS!
To do so, execute 'CFLAGS= ./configure <options>'
make -j2
*
* ERROR: media-video/mplayer-99999999 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2759: Called die
* The specific snippet of code:
* emake || die "Failed to build MPlayer!";
* The die message:
* Failed to build MPlayer!
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/media-video/mplayer-99999999/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-video/mplayer-99999999/temp/environment'.
* This ebuild is from an overlay named 'berkano': '/usr/local/layman/berkano/'
*
>>> Failed to emerge media-video/mplayer-99999999, Log file:
>>> '/var/tmp/portage/media-video/mplayer-99999999/temp/build.log'
* Messages for package media-video/mplayer-99999999:
can't get mplayer to even start build.
no bug message and i don't know where to start. _________________ this is a strange strange world. |
|
| Back to top |
|
 |
loftwyr l33t


Joined: 29 Dec 2004 Posts: 970 Location: 43°38'23.62"N 79°27'8.60"W
|
Posted: Sat Jul 04, 2009 2:28 am Post subject: |
|
|
Avidemux-9999 is failing for me:
| Code: |
-- ** RELEASE BUILD (Gentoo)**
LINK_FLAGS
CMake Error at avidemux/CMakeLists.txt:95 (ADD_SUBDIRECTORY):
The binary directory
/var/tmp/paludis/media-video-avidemux-9999-r2/work/avidemux-9999_build/avidemux/ADM_filter
is already used to build another source directory, so it cannot be used to
build source directory
/var/tmp/paludis/media-video-avidemux-9999-r2/work/avidemux-9999/avidemux/ADM_filter
Specify a unique binary directory name.
|
Has anyone else run across this problem? _________________ My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing. |
|
| Back to top |
|
 |
Gregoire Apprentice


Joined: 15 Apr 2006 Posts: 278
|
Posted: Sat Jul 11, 2009 2:24 pm Post subject: |
|
|
I tried to compil my own ebuild for xine-lib-1.2 but as it failed, I found http://www.kosunen.fi/gentoo/xine-vdpau/media-libs/xine-lib/ which produce the same error :
| Code: |
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNSF_PLAYER -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -O0 -fvisibility=hidden -fno-strict-aliasing -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -c -o libnosefart_la-dis6502.lo `test -f 'dis6502.c' || echo './'`dis6502.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNSF_PLAYER -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -O0 -fvisibility=hidden -fno-strict-aliasing -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -c dis6502.c -fPIC -DPIC -o .libs/libnosefart_la-dis6502.o
/bin/grep: /usr/lib64/libogg.la: No such file or directory
/bin/sed: can't read /usr/lib64/libogg.la: No such file or directory
libtool: link: `/usr/lib64/libogg.la' is not a valid libtool archive
make[3]: *** [xineplug_flac.la] Error 1
make[3]: *** Waiting for unfinished jobs....
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNSF_PLAYER -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -O0 -fvisibility=hidden -fno-strict-aliasing -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -c -o libnosefart_la-fmopl.lo `test -f 'fmopl.c' || echo './'`fmopl.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNSF_PLAYER -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -O0 -fvisibility=hidden -fno-strict-aliasing -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -c -o libnosefart_la-memguard.lo `test -f 'memguard.c' || echo './'`memguard.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNSF_PLAYER -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -O0 -fvisibility=hidden -fno-strict-aliasing -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -c fmopl.c -fPIC -DPIC -o .libs/libnosefart_la-fmopl.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNSF_PLAYER -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -O0 -fvisibility=hidden -fno-strict-aliasing -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -c memguard.c -fPIC -DPIC -o .libs/libnosefart_la-memguard.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNSF_PLAYER -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -O0 -fvisibility=hidden -fno-strict-aliasing -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -c -o libnosefart_la-nes6502.lo `test -f 'nes6502.c' || echo './'`nes6502.c
libtool: link: ( cd ".libs" && rm -f "xineplug_wavpack.la" && ln -s "../xineplug_wavpack.la" "xineplug_wavpack.la" )
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNSF_PLAYER -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -O0 -fvisibility=hidden -fno-strict-aliasing -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -c -o libnosefart_la-nsf.lo `test -f 'nsf.c' || echo './'`nsf.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNSF_PLAYER -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -O0 -fvisibility=hidden -fno-strict-aliasing -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -c nes6502.c -fPIC -DPIC -o .libs/libnosefart_la-nes6502.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNSF_PLAYER -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -O0 -fvisibility=hidden -fno-strict-aliasing -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -c nsf.c -fPIC -DPIC -o .libs/libnosefart_la-nsf.o
nsf.c: In function ‘nsf_load’:
nsf.c:437: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
nsf.c:484: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNSF_PLAYER -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -O0 -fvisibility=hidden -fno-strict-aliasing -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -c -o libnosefart_la-vrcvisnd.lo `test -f 'vrcvisnd.c' || echo './'`vrcvisnd.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNSF_PLAYER -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -O0 -fvisibility=hidden -fno-strict-aliasing -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -c vrcvisnd.c -fPIC -DPIC -o .libs/libnosefart_la-vrcvisnd.o
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -O0 -fvisibility=hidden -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -march=native -ftree-vectorize -ftracer -floop-interchange -floop-strip-mine -floop-block -pipe -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -g -Wl,-O1 -Wl,--as-needed -o libnosefart.la libnosefart_la-fds_snd.lo libnosefart_la-log.lo libnosefart_la-mmc5_snd.lo libnosefart_la-nes_apu.lo libnosefart_la-vrc7_snd.lo libnosefart_la-dis6502.lo libnosefart_la-fmopl.lo libnosefart_la-memguard.lo libnosefart_la-nes6502.lo libnosefart_la-nsf.lo libnosefart_la-vrcvisnd.lo
libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libnosefart.a .libs/libnosefart_la-fds_snd.o .libs/libnosefart_la-log.o .libs/libnosefart_la-mmc5_snd.o .libs/libnosefart_la-nes_apu.o .libs/libnosefart_la-vrc7_snd.o .libs/libnosefart_la-dis6502.o .libs/libnosefart_la-fmopl.o .libs/libnosefart_la-memguard.o .libs/libnosefart_la-nes6502.o .libs/libnosefart_la-nsf.o .libs/libnosefart_la-vrcvisnd.o
libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libnosefart.a
libtool: link: ( cd ".libs" && rm -f "libnosefart.la" && ln -s "../libnosefart.la" "libnosefart.la" )
make[4]: Leaving directory `/var/tmp/portage/media-libs/xine-lib-1.2.9999_p273/work/xine-lib-1.2/contrib/nosefart'
make[3]: Leaving directory `/var/tmp/portage/media-libs/xine-lib-1.2.9999_p273/work/xine-lib-1.2/src/combined'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/xine-lib-1.2.9999_p273/work/xine-lib-1.2/src/combined'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/xine-lib-1.2.9999_p273/work/xine-lib-1.2/src'
make: *** [all-recursive] Error 1
|
Which is more or less normal as I only have :
| Code: |
/usr/lib64/libogg.so
/usr/lib64/libogg.so.0
/usr/lib64/libogg.a
/usr/lib64/libogg.so.0.6.0
|
Any idea on what I should do ?
EDIT :
| Code: |
emerge -va dev-util/lafilefixer
lafilefixer --justfixit
|
just did it  |
|
| Back to top |
|
 |
peter4 Apprentice

Joined: 19 Jul 2005 Posts: 296 Location: Wroclaw, Poland
|
Posted: Tue Jul 14, 2009 1:10 am Post subject: |
|
|
media-video/ffmpeg-20099999-r1 doesn't build: | Code: | | Unknown option "--enable-libamr-nb". |
|
|
| Back to top |
|
 |
peter4 Apprentice

Joined: 19 Jul 2005 Posts: 296 Location: Wroclaw, Poland
|
Posted: Mon Aug 10, 2009 4:24 pm Post subject: |
|
|
hey, is this overlay still being maintained? it would be terrible loss if it died...  |
|
| Back to top |
|
 |
|