public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] gentoo 0.5.2.ebuild failure
@ 2001-08-05 15:12 Collins Richey
  2001-08-05 15:23 ` Daniel Robbins
  0 siblings, 1 reply; 8+ messages in thread
From: Collins Richey @ 2001-08-05 15:12 UTC (permalink / raw
  To: gentoo

I'm using the following for ebuild

#P=
A=${PN}-0.5.2.tar.bz2
S=${WORKDIR}/${PN}-0.52.
# everything after this point identical to 0.5.0.ebuild
DESCRIPTION="A lightweight email client and newsreader"
SRC_URI="http://sylpheed.good-day.net/sylpheed/${A}"
HOMEPAGE="http://sylpheed.good-day.net"

DEPEND=">=x11-libs/gtk+-1.2
        >=media-libs/compface-1.4
        gnome? ( >=media-libs/gdk-pixbuf-0.10 )
        nls? ( sys-devel/gettext )"

RDEPEND=">=x11-libs/gtk+-1.2
        gnome? ( >=media-libs/gdk-pixbuf-0.10 )"

src_compile() {

    local myconf
    if [ -z "`use gnome`" ] ; then
        myconf="--disable-gdk-pixbuf --disable-imlib"
    fi
    if [ -z "`use nls`" ] ; then
        myconf="$myconf --disable-nls"
    fi
    try ./configure --prefix=/usr/X11R6 --host=${CHOST} --enable-ipv6
$myconf
    try make

}

src_install () {

    try make prefix=${D}/usr manualdir=${D}/usr/share/doc/${PF}/html
install
    dodoc AUTHORS COPYING ChangeLog* NEWS README* TODO*


I did these steps
1) created the ebuild
2) ebuild sylpheed-0.5.2.ebuild fetch
3) ebuild sylpheed-0.5.2.ebuild digest
4) emerge sylpheed-0.5.2.ebuild
 
}

When I run emerge I get
>>> emerge net-mail/sylpheed-0.5.2 to /
>>> md5 ;-) sylpheed-0.5.2.tar.bz2
>>> Unpacking source...
>>> Unpacking sylpheed-0.5.2.tar.bz2
>>> Source unpacked.
/usr/sbin/ebuild.sh: ./configure: No such file or directory

!!! ERROR: the ./configure command did not complete successfully.
!!! ("./configure --prefix=/usr/X11R6 --host=i486-pc-linux-gnu
--enable-ipv6")
!!! Since this is a critical task, ebuild will be stopped.

!!! emerge aborting on 
/usr/portage/net-mail/sylpheed/sylpheed-0.5.2.ebuild .

The source in /usr/tmp/portage/sylpheed-0.5.2/work/sylpheed-0.5.2 looks
normal, and there is a configure file.

Any clues?

-- 
Collins Richey
Denver Area
Gentoo_rc5 XFCE



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-08-06  6:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-05 15:12 [gentoo-dev] gentoo 0.5.2.ebuild failure Collins Richey
2001-08-05 15:23 ` Daniel Robbins
2001-08-05 21:12   ` Collins Richey
2001-08-05 23:18     ` Dan Armak
2001-08-06  0:07       ` Dan Armak
2001-08-06  0:10         ` Dan Armak
2001-08-06  0:29           ` [gentoo-dev] gentoo 0.5.2.ebuild failure: summup Dan Armak
2001-08-06  0:08       ` [gentoo-dev] gentoo 0.5.2.ebuild failure Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox