Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

Ebuild not producing binaries

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
4 posts • Page 1 of 1
Author
Message
ejfinneran
n00b
n00b
Posts: 18
Joined: Mon Feb 24, 2003 9:42 pm
Contact:
Contact ejfinneran
Website

Ebuild not producing binaries

  • Quote

Post by ejfinneran » Tue Nov 30, 2004 9:41 pm

I'm trying to in net-nds/gq to play with LDAP. When I emerge it, it compiles as you would expect it to but it only installs documentation, not runnable binaries

Code: Select all

ejfiii@kal-el gq $ equery files gq
Searching for packages matching 'gq'...
Contents of net-nds/gq-0.7.0_beta2:
/usr/share/doc/gq-0.7.0_beta2/NEWS.gz
/usr/share/doc/gq-0.7.0_beta2
/usr
/usr/share/doc/gq-0.7.0_beta2/README.langpack.gz
/usr/share/doc/gq-0.7.0_beta2/README.gz
/usr/share/doc/gq-0.7.0_beta2/ABOUT-NLS.gz
/usr/share/doc/gq-0.7.0_beta2/TODO.gz
/usr/share/doc/gq-0.7.0_beta2/AUTHORS.gz
/usr/share/doc/gq-0.7.0_beta2/ChangeLog.gz
/usr/share
/usr/share/doc
/usr/share/doc/gq-0.7.0_beta2/COPYING.gz
/usr/share/doc/gq-0.7.0_beta2/README.TLS.gz
/usr/share/doc/gq-0.7.0_beta2/README.NLS.gz
This happens for all versions of gq.

Here is my info:

Code: Select all

ejfiii@kal-el gq $ emerge --info
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.8.1 i686)
=================================================================
System uname: 2.6.8.1 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 /usr/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/share/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.edu 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 cups dvd emacs encode f77 fam flac foomaticdb fortran gdbm ggi gif gimpprint gpm gstreamer gtk gtk2 gtkhtml guile imagemagick imlib java jpeg libg++ libvorbis libwww 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 slang speex spell sqlite sse ssl svg svga tcltk tcpd tetex tiff truetype wmf x86 xml xml2 xmms xv zlib"
Anyone know if I'm missing something stupid or should I file a bug against this ebuild?
Top
bendagr8
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 135
Joined: Thu Sep 04, 2003 10:34 pm
Location: OR

  • Quote

Post by bendagr8 » Wed Dec 01, 2004 12:46 am

From the first line install line of all of the ebuilds.

Code: Select all

src_install() {
    emake DESTDIR=${D} || die "Installation failed"
I believe it should have been:

Code: Select all

emake DESTDIR=${D} install 
But it seems weird it is messed up on all three. Maybe I am mistaken.
Top
tomk
Bodhisattva
Bodhisattva
User avatar
Posts: 7221
Joined: Tue Sep 23, 2003 1:41 pm
Location: Sat in front of my computer

  • Quote

Post by tomk » Wed Dec 01, 2004 10:38 am

bendagr8 wrote:I believe it should have been:

Code: Select all

emake DESTDIR=${D} install 
Well spotted, you should file a bug on bugzilla.
Search | Read | Answer | Report | Strip
Top
ejfinneran
n00b
n00b
Posts: 18
Joined: Mon Feb 24, 2003 9:42 pm
Contact:
Contact ejfinneran
Website

  • Quote

Post by ejfinneran » Fri Dec 03, 2004 12:56 am

I filed a bug. Thanks for your help guys.

http://bugs.gentoo.org/show_bug.cgi?id=73178
Top
Post Reply

4 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic