public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] ebuild error
@ 2001-08-23  3:14 Parag Mehta
  2001-08-23 10:51 ` Daniel Robbins
  0 siblings, 1 reply; 8+ messages in thread
From: Parag Mehta @ 2001-08-23  3:14 UTC (permalink / raw
  To: gentoo-dev; +Cc: Daniel Robbins

Hi,

a major changed noticed and found.

while testing a few ebuilds today i found that instead of using /tmp/portage it is now using /var/tmp/portage  is this a permanemanent change part of portage 1.5.4 or it is a bug that needs fixing ?

Best Regards,

pm
--
Developer		 <pm@gentoo.org>
Gentoo Linux		http://gentoo.org



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-dev] ebuild error
@ 2001-07-11  5:08 Parag Mehta
  2001-07-11  5:33 ` Dan Armak
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Parag Mehta @ 2001-07-11  5:08 UTC (permalink / raw
  To: gentoo-dev

Hi,

what are the reasons for this error to come :

ebuild fping-2.4b1.ebuild digest
!!! Name error in 2.4b1
!!! Error: PF is null; exiting.


the ebuild is as follows :

P=fping-2.4b1.tar.gz
S=${WORKDIR}/fping-2.4b1
DESCRIPTION="A utility to ping multiple hosts at once"
SRC_URI="ftp://ftp.kernel.org/pub/software/admin/mon/${P}.tar.gz"
HOMEPAGE="http://www.stanford.edu/~schemers/docs/fping/fping.html"

src_unpack() {
  unpack ${A}
    cp ${FILESDIR}/fping.c ${S}
    }
    
    src_compile() {
    
        cd ${S}
            try ./configure --prefix=/usr --host=${CHOST}
                try make
                
                }
                
                src_install () {
                
                    cd ${S}
                        dobin fping
                            doman fping.8
                                dodoc COPYING ChangeLog README
                                
                                }
                                
                                
regards,
                                
pm



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

end of thread, other threads:[~2001-08-23 17:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-23  3:14 [gentoo-dev] ebuild error Parag Mehta
2001-08-23 10:51 ` Daniel Robbins
2001-08-23 11:06   ` Jerry A!
2001-08-23 11:42     ` Daniel Robbins
  -- strict thread matches above, loose matches on Subject: below --
2001-07-11  5:08 Parag Mehta
2001-07-11  5:33 ` Dan Armak
2001-07-11 12:52 ` Daniel Robbins
2001-07-14  9:24 ` Achim Gottinger

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