Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73178 - Ebuild for gq malformed and does not install runable binaries
Summary: Ebuild for gq malformed and does not install runable binaries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major
Assignee: Daniel Black (RETIRED)
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-02 16:56 UTC by EJ Finneran
Modified: 2004-12-03 23:15 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 EJ Finneran 2004-12-02 16:56:07 UTC
The ebuild for all versions of net-nds/gq needs to be changed:
src_install() {
    emake DESTDIR=${D} || die "Installation failed"
Should be changed to:
src_install() {
    emake DESTDIR=${D} install || die "Installation failed"


Reproducible: Always
Steps to Reproduce:
1.emerge gq
2. qpkg gq
3. Observe only documentation installed by the gq package.

Actual Results:  
No binaries were installed.

Expected Results:  
/usr/bin/gq should be installed along with some other files.

Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
   2.6.9 i686)
=================================================================
System uname: 2.6.9 i686 AMD Athlon(TM) XP 2100+
Gentoo Base System version 1.4.16
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3
  /env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/us   r/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /   usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/sha   re/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.oregonstate.ed
  u http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="OSS X aalib acpi alsa apm arts avi berkdb bitmap-fonts bonobo cdr crypt cup
  s dvd emacs encode f77 fam flac foomaticdb fortran gdbm ggi gif gimpprint gpm
gs   treamer gtk gtk2 gtkhtml guile imagemagick imlib java jpeg libg++ libvorbis
libw   ww mad mikmod mmx mng motif moznoirc mpeg mysql ncurses nls nptl odbc
oggvorbis    opengl opie oss pam pdflib perl pic png python qt quicktime
readline samba sdl s   ilc slang speex spell sqlite sse ssl svg svga tcltk tcpd
tetex tiff truetype wmf    x86 xml xml2 xmms xv zlib"
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-12-03 23:15:47 UTC
fixed - thankyou and appoligies.