Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129792 - media-libs/x264-svn misses dependency on nasm
Summary: media-libs/x264-svn misses dependency on nasm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: High normal
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-13 04:44 UTC by Robert Sebastian Gerus
Modified: 2006-04-13 12:44 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Sebastian Gerus 2006-04-13 04:44:07 UTC
x264-svn fails to build when nasm is not present while building it.

i686-gentoo-freebsd6.0-gcc -Wall -I. -O4 -ffast-math -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD -O2 -march=i686 -pipe -fPIC   -c -o common/i386/predict.o common/i386/predict.c
nasm -O2 -f elf  -D__PIC__ -Icommon/i386/ -o common/i386/dct-a.o common/i386/dct-a.asm
gmake: nasm: Command not found
gmake: *** [common/i386/dct-a.o] Error 127

!!! ERROR: media-libs/x264-svn-20060409 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  x264-svn-20060409.ebuild, line 45:   Called die

!!! make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-13 12:44:33 UTC
The cause of this is we have ${ARCH} == "x86-fbsd", I've "worked it around" by adding an extra dep for x86-fbsd.

Fixing the ${ARCH} thing is long-term.