Summary: | Request for ANDREW to be included in portage | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Zac Slade <krakrjak> |
Component: | Current packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | bass, beandog, iaindb, leho |
Priority: | High | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
ANDREW 1.2 ebuild
CORRECT ANDREW ebuild |
Description
Zac Slade
2006-02-25 23:07:49 UTC
Created attachment 80739 [details]
ANDREW 1.2 ebuild
Created attachment 80740 [details]
CORRECT ANDREW ebuild
Sorry previous ebuild jumped the gun a little..... This one does work and emerges cleanly on ~x86.
Works on ~amd64 also. Please add ~amd64 to the KEYWORDS when its added. emerge --info output below: Portage 2.1_pre4-r1 (default-linux/amd64/2005.1, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-rc3-mm1 x86_64) ================================================================= System uname: 2.6.16-rc3-mm1 x86_64 Dual Core AMD Opteron(tm) Processor 275 Gentoo Base System version 1.12.0_pre16 distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] ccache version 2.4 [enabled] dev-lang/python: 2.4.2-r1 sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 sys-devel/binutils: 2.16.1-r1 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r3 ACCEPT_KEYWORDS="amd64 ~amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig buildpkg ccache distlocks fixpackages parallel-fetch sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" MAKEOPTS="-j5" PKGDIR="/var/packages/x86_64-pc-linux-gnu" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="amd64 X a52 aac acl acpi alsa apm arts asf async audiofile avi bash-completion berkdb bidi bitmap-fonts bl browserplugin bzip2 cdda cddb cdparanoia cdr crypt cscope css cups dbus dga directfb dts dv dvb dvd dvdr dvdread edl elf emacs emboss encode esd fame fbcon ffmpeg flac foomaticdb fortran fuse gd gif gimp gmp gnutls gphoto2 gpm gs gstreamer gtk gtk2 guile hal howl idn ieee1394 imagemagick imlib ipv6 java javascript jbig jpeg kde kdeenablefinal kerberos kqemu lcms ldap lesstif libg++ live lm_sensors logitech-mouse lzo lzw lzw-tiff mad matroska mikmod mjpeg mng mod modplug motif mozilla mp3 mpeg mplayer musepack musicbrainz mysql ncurses new-login nls nptl nsplugin ntlm_unsupported_patch odbc ogg oggvorbis opengl openntpd oss pam pda pdflib perl png postgres ppds python qt quicktime rar rdesktop readline real rtc samba sasl sblive scanner screen sdl shout slp smp sndfile snmp speex spell sqlite ssl stream subtitles svg syslog tcltk tcpd tetex tga theora threads tidy tiff truetype truetype-fonts type1-fonts unicode usb userlocales v4l v4l2 vcd vlm vorbis wifi wmf xanim xcomposite xine xinerama xml xml2 xmms xosd xpm xprint xscreensaver xv xvid zlib elibc_glibc kernel_linux userland_GNU video_cards_nvidia video_cards_nv video_cards_vesa" Unset: ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS - Please don't restrict bugs. the emerge of andrew failed for me unless the dvd use flag was set for ogmtools: $ emerge andrew ... configure: error: Cannot find dvdxchap or ogmmerge from ogmtools package (even though ogmmerge is there, dvdxchap appears not to be) $ USE=dvd emerge ogmtools ... $ emerge andrew works! *** Bug 158514 has been marked as a duplicate of this bug. *** oops, didn't realise I was looking in /usr/local when I posted Bug 158514 anyway: andrew-1.2.ebuild contains: >=media-video/mplayer \ when it should be media-video/mplayer \ or >=media-video/mplayer-x.y \ It seems to fail with the latest version of portage (sys-apps/portage-2.1.2_rc3-r6) but not sys-apps/portage-2.1.2_rc3-r4. |