Re: gmake can't find Makefile

2005-09-19 Thread Michael Nottebrock
On Sunday, 18. September 2005 18:12, dave wrote:
> Hello,
> I've created my first port. It depended on another port, which i
> uninstalled first, then tried an install of mine. I issued a
> make install
> which pulled in the dependent port and installed it. When it returned to
> the build of my port gmake failed with an error code2, can not find
> Makefile and it stopped. I've confirmed that my Makefile is there, portlint
> shows no errors in it.

It's most probably complaining about a missing Makefile in ${WRKSRC}. Perhaps 
the software in question uses a configure script and you forgot to define 
GNU_CONFIGURE / USE_CONFIGURE?

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgpKxAUq4LLnS.pgp
Description: PGP signature


Re: gmake can't find Makefile

2005-09-18 Thread Giorgos Keramidas
On 2005-09-18 12:12, dave <[EMAIL PROTECTED]> wrote:
> Hello,
> I've created my first port. It depended on another port, which i
> uninstalled first, then tried an install of mine. I issued a
> make install
> which pulled in the dependent port and installed it. When it returned to the
> build of my port gmake failed with an error code2, can not find Makefile and
> it stopped. I've confirmed that my Makefile is there, portlint shows no
> errors in it. Compiling the package out of it's tarballform requires gmake
> for the make and make install process so in my makefile i defined:
> USE_GMAKE=yes
> variable.
> Any advice?

Can you post a tarball of the two ports online somewhere, so we can test
their build too?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gmake can't find Makefile

2005-09-18 Thread dave
Hello,
I've created my first port. It depended on another port, which i
uninstalled first, then tried an install of mine. I issued a
make install
which pulled in the dependent port and installed it. When it returned to the
build of my port gmake failed with an error code2, can not find Makefile and
it stopped. I've confirmed that my Makefile is there, portlint shows no
errors in it. Compiling the package out of it's tarballform requires gmake
for the make and make install process so in my makefile i defined:
USE_GMAKE=yes
variable.
Any advice?
Thanks.
Dave.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"