FYI [solved] Missing pkg-descr for

2008-04-22 Thread Hans Lambermont
FYI

I got this :

# cd /usr/ports/sysutils/screen
# make install clean
...
===>   Generating temporary packing list
** Missing pkg-descr for screen-4.0.3_1.
*** Error code 1

and another somewhere else :
...
===>   Generating temporary packing list
** Missing pkg-descr for ...
*** Error code 1

Which is fixed by (csh used) :

unsetenv PKGDIR PKG_PATH PACKAGESITE

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


missing pkg-descr

2007-06-28 Thread Francois Vigneron
I have a 6.2-PRERELEASE. As almost all the ports of my laptop where out
of date and I just had updated another computer so I decided to
0/ portsnap fetch update  (on the laptop)
1/ pkg_delete -a (on the laptop)
2/ generate packages on the other box for the biggest ports
   and send them to the laptop. Then set on the laptop :
setenv PKG_PATH /tmp/packages
setenv PKGDIR /tmp/packages
setenv PACKAGESITE 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/

And now I am (re)installing the packages of what I need. For the moment,
I asked for portupgrade-devel, portaudit, vim and xorg. I am using
portinstall -P ...  (and now again with -k many times) to go through
the missed dependencies.

However, I get many errors of the following type: when a ports
needs to be compiled, it complains that pkg-descr is missing,
while it is not because the file is there.

It seems to be systematic from now on to all the new ports I try to
make install (see below).

What's wrong ? Thanks in advance.
Francois


[EMAIL PROTECTED]: /usr/ports/textproc/expat2 # make install
===>  Installing for expat-2.0.0_1
===>   Generating temporary packing list
** Missing pkg-descr for expat-2.0.0_1.
*** Error code 1

Stop in /usr/ports/textproc/expat2.
[EMAIL PROTECTED]: /usr/ports/textproc/expat2 # ls -l pkg-descr
-rw-r--r--  1 root  wheel  166 Oct 24  2000 pkg-descr
[EMAIL PROTECTED]: /usr/ports/textproc/expat2 # cat pkg-descr
Expat is an XML 1.0 parser written in C. It aims to be fully
conforming. It is currently not a validating XML processor.

WWW: http://sourceforge.net/projects/expat/

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


Re: can't install PHP5: missing pkg-descr

2007-03-07 Thread Kevin Kinsey

Amer H. Alhabsi wrote:
I'm trying to install PHP5 but keep getting the missing pkg-desc for 
php5-5.1.6_3. It complies all right with make. But when I try make 
install, I get the error. The make -V DESCR gives 
/home/alhabsi/packages/pkg-descr. This directory is where I keep my 
downloaded packages.


Are you running make from the port directory, or somewhere else?  We 
need more information on *exactly* what you are doing (cwd, what 
commands are being typed, etc) to have any real idea what might be 
happening.


I'm guessing that it should say /usr/ports/lang/php5/pkg-descr instead, 
since there is such a file there.


You might try something like:

$ cd /usr/ports/lang/php5
$ make DESCR=/usr/ports/lang/php5/pkg-descr install clean

Kevin Kinsey

--
They call them squares because it's the
most complicated shape they can deal with.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


can't install PHP5: missing pkg-descr

2007-03-07 Thread Amer H. Alhabsi
I'm trying to install PHP5 but keep getting the missing pkg-desc for 
php5-5.1.6_3. It complies all right with make. But when I try make 
install, I get the error. The make -V DESCR gives 
/home/alhabsi/packages/pkg-descr. This directory is where I keep my 
downloaded packages.


Amer,

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


Re: Missing pkg-descr - Correction

2006-12-13 Thread Lane
On Wednesday 13 December 2006 12:23, Wayne M. Barnes wrote:
> Correction:  This problem happened during "make all install"
> for the port java/jdk15 (Not "portinstall")
>
> - Forwarded message from "Wayne M. Barnes" <[EMAIL PROTECTED]> -
>
> Date: Wed, 13 Dec 2006 12:19:18 -0600
> From: "Wayne M. Barnes" <[EMAIL PROTECTED]>
> To: freebsd-questions@freebsd.org
> Subject: Missing pkg-descr
> User-Agent: Mutt/1.4.2.1i
>
> Dear FreeBSD,
>
> The following "Missing pkg-descr" is happening to me a lot, with many
> packages.  This time it was during "portinstall jdk15".
>
> ===>  Installing for m4-1.4.8_1
> ===>   Generating temporary packing list
> ** Missing pkg-descr for m4-1.4.8_1.
> *** Error code 1
>
> Stop in /usr/ports/devel/m4.
> *** Error code 1
>
> This time it is on a brand-new install of FreeBSD 6.2.
>
> How can I be responsible for the "pkg-descr".
>
> This is the second time I have asked this question.  I got
> no help before.  My email was down briefly.  Did I miss the answer?
>
> Thank you,
>
> --
>
> Wayne M. Barnes, Ph.D., President   lab at:
> DNA Polymerase Technology, Inc. The Inventery
> 11 Princeton Avenue 1508 S. Grand Blvd
> University City, MO 63130   St. Louis, MO 63104
>
> fax (314)754-9556  Phone: 314.680.0575 email: [EMAIL PROTECTED]
>
> - End forwarded message -
Wayne, I think you may have missed the answer.

What directory are you running make from?   Is it /usr/ports/java/jdk15?  

/usr/ports is the default location for ports, but you may get this error if 
you attempt to make a valid port from an invalid directory, or with invalid 
entries in /usr/ports/Mk or even in /etc/make.conf

How are you updating your ports tree?

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


Re: Missing pkg-descr - Correction

2006-12-13 Thread Chuck Swiger

On Dec 13, 2006, at 10:23 AM, Wayne M. Barnes wrote:
The following "Missing pkg-descr" is happening to me a lot,  
with many

packages.  This time it was during "portinstall jdk15".

===>  Installing for m4-1.4.8_1
===>   Generating temporary packing list
** Missing pkg-descr for m4-1.4.8_1.
*** Error code 1

Stop in /usr/ports/devel/m4.
*** Error code 1

This time it is on a brand-new install of FreeBSD 6.2.

How can I be responsible for the "pkg-descr".

This is the second time I have asked this question.  I got
no help before.  My email was down briefly.  Did I miss the answer?


This suggests that your ports tree is incomplete for some reason; you  
should review how you are updating the ports tree and see whether  
there is some problem there-- or check the Handbook for other methods  
of updating /usr/ports...


--
-Chuck



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


Re: Missing pkg-descr - Correction

2006-12-13 Thread Chad Gross

Wyane,

Is there a specific reason you need ports/jdk15? If not, try
java/diablo-jdk15. The latter is the result of the FreeBSD Foundation's deal
with Sun.

Chad

On 12/13/06, Wayne M. Barnes <[EMAIL PROTECTED]> wrote:


Correction:  This problem happened during "make all install"
for the port java/jdk15 (Not "portinstall")

- Forwarded message from "Wayne M. Barnes" <[EMAIL PROTECTED]> -

Date: Wed, 13 Dec 2006 12:19:18 -0600
From: "Wayne M. Barnes" <[EMAIL PROTECTED]>
To: freebsd-questions@freebsd.org
Subject: Missing pkg-descr
User-Agent: Mutt/1.4.2.1i

Dear FreeBSD,

The following "Missing pkg-descr" is happening to me a lot, with many
packages.  This time it was during "portinstall jdk15".

===>  Installing for m4-1.4.8_1
===>   Generating temporary packing list
** Missing pkg-descr for m4-1.4.8_1.
*** Error code 1

Stop in /usr/ports/devel/m4.
*** Error code 1

This time it is on a brand-new install of FreeBSD 6.2.

How can I be responsible for the "pkg-descr".

This is the second time I have asked this question.  I got
no help before.  My email was down briefly.  Did I miss the answer?

Thank you,

--

Wayne M. Barnes, Ph.D., President   lab at:
DNA Polymerase Technology, Inc. The Inventery
11 Princeton Avenue 1508 S. Grand Blvd
University City, MO 63130   St. Louis, MO 63104

fax (314)754-9556  Phone: 314.680.0575 email: [EMAIL PROTECTED]

- End forwarded message -

--

Wayne M. Barnes, Ph.D., President   lab at:
DNA Polymerase Technology, Inc. The Inventery
11 Princeton Avenue 1508 S. Grand Blvd
University City, MO 63130   St. Louis, MO 63104

fax (314)754-9556  Phone: 314.680.0575 email: [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "
[EMAIL PROTECTED]"


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


Missing pkg-descr - Correction

2006-12-13 Thread Wayne M. Barnes
Correction:  This problem happened during "make all install"
for the port java/jdk15 (Not "portinstall")

- Forwarded message from "Wayne M. Barnes" <[EMAIL PROTECTED]> -

Date: Wed, 13 Dec 2006 12:19:18 -0600
From: "Wayne M. Barnes" <[EMAIL PROTECTED]>
To: freebsd-questions@freebsd.org
Subject: Missing pkg-descr
User-Agent: Mutt/1.4.2.1i

Dear FreeBSD,

The following "Missing pkg-descr" is happening to me a lot, with many 
packages.  This time it was during "portinstall jdk15".

===>  Installing for m4-1.4.8_1
===>   Generating temporary packing list
** Missing pkg-descr for m4-1.4.8_1.
*** Error code 1

Stop in /usr/ports/devel/m4.
*** Error code 1

This time it is on a brand-new install of FreeBSD 6.2.

How can I be responsible for the "pkg-descr".  

This is the second time I have asked this question.  I got
no help before.  My email was down briefly.  Did I miss the answer?

Thank you,

-- 

Wayne M. Barnes, Ph.D., President   lab at:
DNA Polymerase Technology, Inc. The Inventery
11 Princeton Avenue 1508 S. Grand Blvd
University City, MO 63130   St. Louis, MO 63104

fax (314)754-9556  Phone: 314.680.0575 email: [EMAIL PROTECTED]

- End forwarded message -

-- 

Wayne M. Barnes, Ph.D., President   lab at:
DNA Polymerase Technology, Inc. The Inventery
11 Princeton Avenue 1508 S. Grand Blvd
University City, MO 63130   St. Louis, MO 63104

fax (314)754-9556  Phone: 314.680.0575 email: [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Missing pkg-descr

2006-12-13 Thread Wayne M. Barnes
Dear FreeBSD,

The following "Missing pkg-descr" is happening to me a lot, with many 
packages.  This time it was during "portinstall jdk15".

===>  Installing for m4-1.4.8_1
===>   Generating temporary packing list
** Missing pkg-descr for m4-1.4.8_1.
*** Error code 1

Stop in /usr/ports/devel/m4.
*** Error code 1

This time it is on a brand-new install of FreeBSD 6.2.

How can I be responsible for the "pkg-descr".  

This is the second time I have asked this question.  I got
no help before.  My email was down briefly.  Did I miss the answer?

Thank you,

-- 

Wayne M. Barnes, Ph.D., President   lab at:
DNA Polymerase Technology, Inc. The Inventery
11 Princeton Avenue 1508 S. Grand Blvd
University City, MO 63130   St. Louis, MO 63104

fax (314)754-9556  Phone: 314.680.0575 email: [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: missing pkg-descr

2006-12-03 Thread Andrew Pantyukhin

On 12/3/06, Charlie Root <[EMAIL PROTECTED]> wrote:

Dear FreeBSD,

   The following happens to me A LOT:

--->  Installing the new version via the port
===>  Installing for perl-5.8.8
===>   Generating temporary packing list
** Missing pkg-descr for perl-5.8.8.
*** Error code 1

Stop in /data/ports/lang/perl5.8.
*** Error code 1

Many ports fail to install for this "Missing pkg-descr" reason.

Why is this happening?  Any fix?


ln -s /data/ports /usr/ports
cd /usr/ports/lang/perl5.8
make install clean
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


missing pkg-descr

2006-12-03 Thread Charlie Root
Dear FreeBSD,

   The following happens to me A LOT:

--->  Installing the new version via the port
===>  Installing for perl-5.8.8
===>   Generating temporary packing list
** Missing pkg-descr for perl-5.8.8.
*** Error code 1

Stop in /data/ports/lang/perl5.8.
*** Error code 1

Many ports fail to install for this "Missing pkg-descr" reason.

Why is this happening?  Any fix?

-- 
Wayne M Barnes
[EMAIL PROTECTED]fax: (314) 754-9556
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"