Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16252 - error in snes9x ebuild, not found dev-lang/nasm dependency
Summary: error in snes9x ebuild, not found dev-lang/nasm dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-23 17:59 UTC by Jonathan Hernández Velasco
Modified: 2003-02-23 20:17 UTC (History)
0 users

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


Attachments
the ebuild with the problem fixed (snes9x-139-r1.ebuild,1.85 KB, text/plain)
2003-02-23 18:02 UTC, Jonathan Hernández Velasco
Details
proposed patch (snes9x.diff,324 bytes, text/plain)
2003-02-23 19:06 UTC, Fernand Albarracin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Hernández Velasco 2003-02-23 17:59:43 UTC
When I try emerge snes9x, i get the message "there are no masked or unmasked
ebuilds to satisfy "(dev-lang/nasm)" ". It's not true, nasm is not masked.
There's an error in ebuild, it need an space between brackets and dependancy. It
should be "( dev-lang/nasm )". Note: If you had snes9x installed, when you try
"emerge -u --deep world", fails with the same problem too.

Reproducible: Always
Steps to Reproduce:
1. emerge -p snes9x
2.
3.

Actual Results:  
These are the packages that I would merge, in order:
 
Calculating world dependencies |
emerge: there are no masked or unmasked ebuilds to satisfy "(dev-lang/nasm)".

Expected Results:  
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild  N   ] app-emulation/snes9x-139-r1

Portage 2.0.46-r12 (default-x86-1.4, gcc-3.2.1, glibc-2.2.5-r2,2.3.1-r2)
=================================================================
System uname: 2.4.18 i686 Pentium III (Coppermine)
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo/
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/
ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/gentoo/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss apm avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg ncurses
nls pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang
readline arts svga java guile X sdl gpm tcpd pam libwww ssl python imlib
oggvorbis gnome gtk qt kde motif opengl cdr scanner -3dnow bonobo dga esd evo
fbcon flash gb gtkhtml imap innodb lcms mozilla mysql nocardbus perl samba snmp
tcltk tetex tiff xface"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr
-falign-functions=4 -fprefetch-loop-arrays"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr
-falign-functions=4 -fprefetch-loop-arrays"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync2.nl.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Jonathan Hernández Velasco 2003-02-23 18:02:30 UTC
Created attachment 8655 [details]
the ebuild with the problem fixed
Comment 2 Fernand Albarracin 2003-02-23 19:06:52 UTC
Created attachment 8656 [details]
proposed patch

Obvious, isn't it ?

Was the ebuild supposed to be masked ?

(note: Portage 2.0.46-r12)
Comment 3 Jonathan Hernández Velasco 2003-02-23 19:30:11 UTC
"Obvious, isn't it ?"

Completely

"Was the ebuild supposed to be masked ?"

No, there's a bug in the description bug report xD. 

"It's not true, nasm is not masked." <-- Ignore this.
Comment 4 SpanKY gentoo-dev 2003-02-23 20:17:15 UTC
fixed in cvs, thanks