Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409363 - media-libs/libjpeg-turbo-1.2.0-r1, dev-lang/nasm or yasm missing ~amd64-fbsd keywording and the dependencies in libjpeg-turbo ebuild
Summary: media-libs/libjpeg-turbo-1.2.0-r1, dev-lang/nasm or yasm missing ~amd64-fbsd ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All All
: Normal trivial (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 19:19 UTC by Richard Yao (RETIRED)
Modified: 2012-03-30 14:36 UTC (History)
1 user (show)

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


Attachments
media-libs/libjpeg-turbo-1.2.0-r1 failure build.log (build.log,38.82 KB, text/plain)
2012-03-22 19:19 UTC, Richard Yao (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Yao (RETIRED) gentoo-dev 2012-03-22 19:19:47 UTC
Created attachment 306355 [details]
media-libs/libjpeg-turbo-1.2.0-r1 failure build.log

From the build.log:

checking for nasm... no
checking for nasmw... no
checking for yasm... no
configure: error: no nasm (Netwide Assembler) found

This should be a simple fix.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-03-30 14:21:44 UTC
The ebuild could have:

x86-fbsd? ( ${ASM_DEPEND} )
amd64-fbsd? ( ${ASM_DEPEND} )

But now that I look at it, dev-lang/nasm doesn't even have ~amd64-fbsd keywording.

Moving to bsd@ to handle this
Comment 2 Alexis Ballier gentoo-dev 2012-03-30 14:24:14 UTC
(In reply to comment #1)
> The ebuild could have:
> 
> x86-fbsd? ( ${ASM_DEPEND} )
> amd64-fbsd? ( ${ASM_DEPEND} )
> 
> But now that I look at it, dev-lang/nasm doesn't even have ~amd64-fbsd
> keywording.
> 
> Moving to bsd@ to handle this

you can add it, this will simplify the task later on

so far, nothing in the tree has ~amd64-fbsd keywords as far as i can tell, adding the dep will help us once keywording starts.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-03-30 14:36:17 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > The ebuild could have:
> > 
> > x86-fbsd? ( ${ASM_DEPEND} )
> > amd64-fbsd? ( ${ASM_DEPEND} )
> > 
> > But now that I look at it, dev-lang/nasm doesn't even have ~amd64-fbsd
> > keywording.
> > 
> > Moving to bsd@ to handle this
> 
> you can add it, this will simplify the task later on
> 
> so far, nothing in the tree has ~amd64-fbsd keywords as far as i can tell,
> adding the dep will help us once keywording starts.

http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.2.0-r1.ebuild?r1=1.8&r2=1.9