Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56782 - 'emerge wmcliphist' does not even try to compile it
Summary: 'emerge wmcliphist' does not even try to compile it
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michele Noberasco (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-12 05:21 UTC by Michael Vladimirov
Modified: 2004-07-20 04:03 UTC (History)
0 users

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


Attachments
Ebuild correct (wmcliphist-0.5.ebuild,652 bytes, text/plain)
2004-07-16 09:08 UTC, Antonio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Vladimirov 2004-07-12 05:21:31 UTC
'emerge wmcliphist' does not even try to compile it. Looks like a broken ebuild.

Reproducible: Always
Steps to Reproduce:
1. emerge wmcliphist
Actual Results:  
....
>>> Unpacking source...
>>> Unpacking wmcliphist-0.5.tar.gz to /var/tmp/portage/wmcliphist-0.5/work
>>> Source unpacked.
 
>>> Install wmcliphist-0.5 into /var/tmp/portage/wmcliphist-0.5/image/ category
x11-plugins
....

Expected Results:  
....
>>> Unpacking source...
>>> Unpacking wmcliphist-0.5.tar.gz to /var/tmp/portage/wmcliphist-0.5/work
>>> Source unpacked.
gcc -Wall -O2 -ansi -pedantic `gtk-config --cflags` -I. -Ifoodock -g   -c -o
wmcliphist.o wmcliphist.c
....

emerged fine after adding the following to the ebuild:

src_compile() {
        emake || die
}
Comment 1 Michael Vladimirov 2004-07-12 05:23:54 UTC
Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7-gentoo-r9)
=================================================================
System uname: 2.6.7-gentoo-r9 i686 AMD Athlon(tm)
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aim alsa apm arts avi berkdb cdr crypt cups curl divx4linux dvd encode esd fbcon flash foomaticdb gd gdbm gif gnome gpm gtk gtk2 icq imlib jpeg ldap libg++ libwww mad mikmod mmx motif mpeg mysql nas ncurses nls offensive oggvorbis opengl oscar pam pdflib perl png ppds python quicktime readline samba sdl slang softmmu spell sqlite sse ssl svga tcltk tcpd tiff truetype unicode video_cards_radeon wmf x86 xml2 xmms xv xvid yahoo zlib"
Comment 2 Antonio 2004-07-16 09:08:47 UTC
Created attachment 35575 [details]
Ebuild correct

This is ebuild correct.
Comment 3 Michele Noberasco (RETIRED) gentoo-dev 2004-07-20 04:03:18 UTC
Fixed ebuild is now in Portage.
Thank you for the submission!