public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Collins Richey <erichey2@home.com>
To: gentoo <gentoo-dev@gentoo.org>
Subject: [gentoo-dev] gentoo 0.5.2.ebuild failure
Date: Sun Aug  5 15:12:02 2001	[thread overview]
Message-ID: <20010805152251.32935968.erichey2@home.com> (raw)

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



             reply	other threads:[~2001-08-05 21:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-05 15:12 Collins Richey [this message]
2001-08-05 15:23 ` [gentoo-dev] gentoo 0.5.2.ebuild failure 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010805152251.32935968.erichey2@home.com \
    --to=erichey2@home.com \
    --cc=gentoo-dev@cvs.gentoo.org \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox