Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168922 - dev-libs/lzo-2.02 doesn't need nasm
Summary: dev-libs/lzo-2.02 doesn't need nasm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-01 19:14 UTC by Harald van Dijk (RETIRED)
Modified: 2007-03-01 20:30 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 Harald van Dijk (RETIRED) gentoo-dev 2007-03-01 19:14:21 UTC
LZO uses gas, not nasm, in this version, so it'd be nice if you could drop it from DEPEND.

[...]
   LZO configuration summary
   -------------------------
   LZO version                : 2.02
   configured for host        : i686-pc-linux-gnu
   source code location       : .
   compiler                   : i686-pc-linux-gnu-gcc
   preprocessor flags         : -DLZO_HAVE_CONFIG_H -DLZO_USE_ASM
   compiler flags             : -march=athlon-tbird -O2 -fomit-frame-pointer
   build static library       : yes
   build shared library       : yes
   enable i386 assembly code  : yes [asm/i386/src_gas]
[...]

and successfully installed without nasm on my system.

Portage 2.1.2-r12 (default-linux/x86/2006.1, gcc-4.1.2, glibc-2.5-r0, 2.6.20-gentoo i686)
=================================================================
System uname: 2.6.20-gentoo i686 AMD Duron(tm) Processor
Gentoo Base System version 1.12.9
Timestamp of tree: Thu, 01 Mar 2007 17:50:01 +0000
dev-lang/python:     2.5-r1
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.6.3, 1.7.9-r1, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.20-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-tbird -O2 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=athlon-tbird -O2 -fomit-frame-pointer"
DISTDIR="/var/dist"
EMERGE_DEFAULT_OPTS="--with-bdeps=y"
FEATURES="assume-digests autoconfig autopatch collision-protect cvs distlocks metadata-transfer notitles sandbox sfperms sign strict"
GENTOO_MIRRORS="        /var/dist/unofficial    http://ftp.easynet.nl/mirror/gentoo     http://distfiles.gentoo.org  http://www.ibiblio.org/pub/Linux/distributions/gentoo "
LANG="en_GB.UTF-8"
LDFLAGS="-Xlinker --as-needed"
LINGUAS="en_GB en"
MAKEOPTS="-j2"
PKGDIR="/var/pkg"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-* --prune-empty-dirs"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/var/portage"
PORTDIR_OVERLAY="/var/cvs/gentoo-x86 /etc/portage/overlay /etc/portage/overlay/enlightenment"
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac acl akode alsa apache2 bidi bindist bitmap-fonts bzip2 cairo cdparanoia cgi cjk cli cracklib crypt ctype cups dri dvd dvdread fastbuild fbcon filepicker flac gif iconv idn immqt inifile ipod ipv6 isdnlog jit jpeg kde kdeenablefinal kdehiddenvisibility lesstif libg++ mbox midi mmx mmxext mozdevelop mpeg mplayer mudflap mysql ncurses nls nntp noamazon nocxx nptl nptlonly objc objc++ objc-gc offensive ogg opengl pango pascal pcre pdf perl php pic png posix postgres ppds pppd readline reflection restrict-javascript rt2500pci rtc scim sdl session source spell spl sql ssl symlink tetex threads truetype truetype-fonts type1-fonts unicode usb utempter vim-with-x vorbis wacom x86 xcomposite xim xml xmlreader xmlwriter xorg xv xvid zlib" ELIBC="glibc" INPUT_DEVICES="keyboard mouse wacom" KERNEL="linux" LINGUAS="en_GB en" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Daniel Black (RETIRED) gentoo-dev 2007-03-01 20:30:15 UTC
Thanks Harald - been dropped now.