problem installing port (amavisd-new) under 6.3 release

2008-03-20 Thread Ray Still
Hello all,
I'm installing 6.3 fresh, and I'm running into some problems installing some

ports. everything goes fine until I get here:

any suggestions?
Thanks in advance,
Ray
===   Returning to build of p5-Encode-Detect-1.00
===   p5-Encode-Detect-1.00 depends on file: /usr/local/bin/perl5.8.8 -
found
===  Configuring for p5-Encode-Detect-1.00
Checking whether your kit is complete...
Looks good

Warning: this distribution contains XS files, but Module::Build is not
configured with C_support.  Please install ExtUtils::CBuilder to enable
C_support.
Checking prerequisites...
 - ERROR: ExtUtils::CBuilder is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the
versions
of the modules indicated above before proceeding with this installation

Creating new 'Build' script for 'Encode-Detect' version '1.00'
===  Building for p5-Encode-Detect-1.00
Module::Build is not configured with C_support
at /usr/local/lib/perl5/site_perl/5.8.8/Module/Build/Base.pm line 3887.
*** Error code 2

Stop in /usr/ports/converters/p5-Encode-Detect.
*** Error code 1

Stop in /usr/ports/mail/p5-Mail-SpamAssassin.
*** Error code 1

Stop in /usr/ports/security/amavisd-new.
*** Error code 1

Stop in /usr/ports/security/amavisd-new.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem installing port (amavisd-new) under 6.3 release

2008-03-20 Thread Ray Still
Hello all,
I'm installing 6.3 fresh, and I'm running into some problems installing some

ports. everything goes fine until I get here:

any suggestions?
Thanks in advance,
Ray
===   Returning to build of p5-Encode-Detect-1.00
===   p5-Encode-Detect-1.00 depends on file: /usr/local/bin/perl5.8.8 -
found
===  Configuring for p5-Encode-Detect-1.00
Checking whether your kit is complete...
Looks good

Warning: this distribution contains XS files, but Module::Build is not
configured with C_support.  Please install ExtUtils::CBuilder to enable
C_support.
Checking prerequisites...
 - ERROR: ExtUtils::CBuilder is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the
versions
of the modules indicated above before proceeding with this installation

Creating new 'Build' script for 'Encode-Detect' version '1.00'
===  Building for p5-Encode-Detect-1.00
Module::Build is not configured with C_support
at /usr/local/lib/perl5/site_perl/5.8.8/Module/Build/Base.pm line 3887.
*** Error code 2

Stop in /usr/ports/converters/p5-Encode-Detect.
*** Error code 1

Stop in /usr/ports/mail/p5-Mail-SpamAssassin.
*** Error code 1

Stop in /usr/ports/security/amavisd-new.
*** Error code 1

Stop in /usr/ports/security/amavisd-new.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem installing port

2006-03-24 Thread Matias Surdi
Hi, Could someone tell me why I get this error?


su-2.05b# portinstall  es-kde-i18n
** Port marked as IGNORE: misc/kde3-i18n-es:
is marked as broken: Incorrect pkg-plist
su-2.05b#



Thaks.

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


Re: Problem installing port

2006-03-24 Thread Paul Schmehl
--On Friday, March 24, 2006 18:11:59 +0100 Matias Surdi 
[EMAIL PROTECTED] wrote:



Hi, Could someone tell me why I get this error?


su-2.05b# portinstall  es-kde-i18n
** Port marked as IGNORE: misc/kde3-i18n-es:
is marked as broken: Incorrect pkg-plist
su-2.05b#

The port is broken because the pkg-plist is incorrect.  Until it's 
corrected, the port will remain marked broken.  If you really need to 
install it anyway, you can use FORCE_PKG_REGISTER to get it to install.


Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

Re: Problem installing port

2006-03-24 Thread Matias Surdi
Paul Schmehl wrote:
 --On Friday, March 24, 2006 18:11:59 +0100 Matias Surdi
 [EMAIL PROTECTED] wrote:
 
 Hi, Could someone tell me why I get this error?


 su-2.05b# portinstall  es-kde-i18n
 ** Port marked as IGNORE: misc/kde3-i18n-es:
 is marked as broken: Incorrect pkg-plist
 su-2.05b#

 The port is broken because the pkg-plist is incorrect.  Until it's
 corrected, the port will remain marked broken.  If you really need to
 install it anyway, you can use FORCE_PKG_REGISTER to get it to install.
 
 Paul Schmehl ([EMAIL PROTECTED])
 Adjunct Information Security Officer
 The University of Texas at Dallas
 http://www.utdallas.edu/ir/security/

So, I just have to wait then...

Thanks.

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


Re: Problem installing port

2006-03-24 Thread Kevin Kinsey

Paul Schmehl wrote:

--On Friday, March 24, 2006 18:11:59 +0100 Matias Surdi 
[EMAIL PROTECTED] wrote:



Hi, Could someone tell me why I get this error?


su-2.05b# portinstall  es-kde-i18n
** Port marked as IGNORE: misc/kde3-i18n-es:
is marked as broken: Incorrect pkg-plist
su-2.05b#

The port is broken because the pkg-plist is incorrect. 
Until it's corrected, the port will remain marked broken. 



True.


If you really need to install it anyway, you can use
FORCE_PKG_REGISTER to get it to install.

Paul Schmehl ([EMAIL PROTECTED])




Actually, FORCE_PKG_REGISTER won't do it; this var is for
overriding an already registered package.  The OP could
set TRYBROKEN in the environment, and the package would
attempt to build.

OP:  since it's the plist that's broken, you may well be able
to install and use the port.  However, and please hear me,
you may not be able to *uninstall* the port correctly, since
the package database won't know all of the files that were
installed by the port (because the 'packlist' is incorrect).

HTH,

Kevin Kinsey

--
When you are at Rome live in the Roman style;
when you are elsewhere live as they live elsewhere.
-- St. Ambrose


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


Problem installing port with freetype 2

2004-12-20 Thread Dementia [EMAIL PROTECTED]
I have this error when trying to install phpmyadmin:

In file included from 
/usr/ports/graphics/php4-gd/work/php-4.3.10/ext/gd/libgd/gdft.c:65:
/usr/local/include/freetype2/freetype/ftglyph.h:40: #error freetype.h of 
FreeType 1 has been loaded!
/usr/local/include/freetype2/freetype/ftglyph.h:41: #error Please fix the 
directory search order for header files
/usr/local/include/freetype2/freetype/ftglyph.h:42: #error so that freetype.h 
of FreeType 2 is found first.

How (and where) is it that I fix the directory search order for header files?

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


Re: Problem installing port with freetype 2

2004-12-20 Thread Kris Kennaway
On Mon, Dec 20, 2004 at 07:21:38PM +, Dementia [EMAIL PROTECTED] wrote:
 I have this error when trying to install phpmyadmin:
 
 In file included from 
 /usr/ports/graphics/php4-gd/work/php-4.3.10/ext/gd/libgd/gdft.c:65:
 /usr/local/include/freetype2/freetype/ftglyph.h:40: #error freetype.h of 
 FreeType 1 has been loaded!
 /usr/local/include/freetype2/freetype/ftglyph.h:41: #error Please fix the 
 directory search order for header files
 /usr/local/include/freetype2/freetype/ftglyph.h:42: #error so that 
 freetype.h of FreeType 2 is found first.
 
 How (and where) is it that I fix the directory search order for header files?

Please search the archives for a lot of discussion of this.  The short
answer is that you need to remove stale freetype files from your
system before you can update.

Kris


pgpXHOJNOxXTg.pgp
Description: PGP signature