Re: INDEX build failed for 8.x

2015-07-14 Thread Erwin Lansing
Hi Kurt,

On Tue, Jul 14, 2015 at 09:32:06AM +0200, Kurt Jaeger wrote:
> Hi!
> 
> > --- describe.deskutils ---
> > --- describe.devel ---
> > --- describe.dns ---
> > --- describe.editors ---
> > --- describe.devel ---
> > clang34: not found
> > make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 66: 
> > warning: "clang34 --version" returned non-zero status
> > make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 109: 
> > warning: "clang++34 -### /dev/null 2>&1" returned non-zero status
> > [...]
> > --- describe.print ---
> [...]
> > Committers on the hook:
> >  hrs kevlo pi 
> 
> Any ideas what might be the cause ? I'm not sure how I can debug this.
> 

You snipped the wrong bit of the message.  These are just warnings
(though they still should be fixed), the real culprit is further below
with a failed dependency:

make_index: /home/indexbuild/tindex/ports/print/latex-beamer: no entry
for /home/indexbuild/tindex/ports/print/latex-pgf

Erwin

-- 
Erwin Lansinghttp://droso.dk
er...@freebsd.orghttp:// www.FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: INDEX build failed for 8.x

2015-07-14 Thread Kurt Jaeger
Hi!

> --- describe.deskutils ---
> --- describe.devel ---
> --- describe.dns ---
> --- describe.editors ---
> --- describe.devel ---
> clang34: not found
> make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 66: 
> warning: "clang34 --version" returned non-zero status
> make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 109: 
> warning: "clang++34 -### /dev/null 2>&1" returned non-zero status
> [...]
> --- describe.print ---
[...]
> Committers on the hook:
>  hrs kevlo pi 

Any ideas what might be the cause ? I'm not sure how I can debug this.

-- 
p...@opsec.eu+49 171 3101372 5 years to go !
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: INDEX build failed for 8.x

2014-05-02 Thread Yasuhiro KIMURA
Hello,

From: Ports Index build 
Subject: INDEX build failed for 8.x
Date: Sat, 3 May 2014 06:05:53 GMT

> INDEX build failed with errors:
> Generating INDEX-8 - please wait.."Makefile", line 28: Unassociated shell 
> command "--enable-cdi-lib  --program-transform-name=""  --with-zlib=/usr"
> make: fatal errors encountered -- cannot continue
> ===> science/cdo failed
> *** [describe.science] Error code 1
> *** [/home/indexbuild/tindex/ports/INDEX-8] Error code 1
> 
> Stop in /home/indexbuild/tindex/ports.
> *** [index] Error code 1
> 
> Stop in /home/indexbuild/tindex/ports.
> 1 error

Attached patch fixes the breakage.

Regards.

---
Yasuhiro KIMURA
Index: science/cdo/Makefile
===
--- science/cdo/Makefile(revision 352865)
+++ science/cdo/Makefile(working copy)
@@ -22,7 +22,7 @@
--disable-extra \
--disable-grib \
--disable-ieg \
-   --disable-service
+   --disable-service \
--enable-cdi-lib \
--program-transform-name="" \
--with-zlib=/usr
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: INDEX build failed for 8.x

2014-02-08 Thread Bryan Drewery

My bad. It's been fixed.

On 2/8/2014 9:17 PM, Ports Index build wrote:
> INDEX build failed with errors:
> Generating INDEX-8 - please 
> wait.."/home/indexbuild/tindex/ports/Mk/bsd.port.mk", line 6613: if-less endif
> make: fatal errors encountered -- cannot continue
> ===> accessibility/ruby-atk failed
> *** [describe.accessibility] Error code 1
> "/home/indexbuild/tindex/ports/Mk/bsd.port.mk", line 6613: if-less endif
> make: fatal errors encountered -- cannot continue
> ===> archivers/ruby-lha failed
> *** [describe.archivers] Error code 1
> *** [/home/indexbuild/tindex/ports/INDEX-8] Error code 1
> 
> Stop in /home/indexbuild/tindex/ports.
> *** [index] Error code 1
> 
> Stop in /home/indexbuild/tindex/ports.
> 2 errors
> 
> Committers on the hook:
>  bdrewery danilo mat stephen 
> 
> Most recent SVN update was:
> Updating '.':
> Ucad/gmsh/pkg-plist
> Ucad/gmsh/Makefile
> Ucad/gmsh/distinfo
> Udevel/gearmand-devel/pkg-plist
> Udevel/gearmand-devel/Makefile
> Udevel/gearmand/pkg-plist
> Udevel/gearmand/Makefile
> UMk/bsd.ruby.mk
> Umail/spamdyke/Makefile
> Umail/spamdyke/distinfo
> Umail/serialmail/pkg-plist
> Umail/serialmail/Makefile
> Uirc/rbot/Makefile
> Uftp/twoftpd/Makefile
> Uftp/wzdftpd/pkg-plist
> Uftp/wzdftpd/Makefile
> Utextproc/dbacl/Makefile
> UUPDATING
> Updated to revision 343420.
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
> 


-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: INDEX build failed for 8.x

2013-09-19 Thread Pietro Cerutti
On 2013-Sep-19, 15:03, Ports Index build wrote:
> INDEX build failed with errors:
> Generating INDEX-8 - please 
> wait.."/home/indexbuild/tindex/ports/Mk/Uses/tcl.mk", line 102: Malformed 
> conditional (84 >= ${_TCLTK_MIN_VERSION} && 
> exists(${LOCALBASE}/lib/lib${_TCLTK_PORT}84.so))
> "/home/indexbuild/tindex/ports/Mk/Uses/tcl.mk", line 102: Malformed 
> conditional (85 >= ${_TCLTK_MIN_VERSION} && 
> exists(${LOCALBASE}/lib/lib${_TCLTK_PORT}85.so))
> "/home/indexbuild/tindex/ports/Mk/Uses/tcl.mk", line 102: Malformed 
> conditional (86 >= ${_TCLTK_MIN_VERSION} && 
> exists(${LOCALBASE}/lib/lib${_TCLTK_PORT}86.so))
> "/home/indexbuild/tindex/ports/Mk/Uses/tcl.mk", line 161: if-less endif
> "/home/indexbuild/tindex/ports/Mk/bsd.port.mk", line 1506: if-less endif
> "/home/indexbuild/tindex/ports/Mk/bsd.port.mk", line 6534: if-less endif
> make: fatal errors encountered -- cannot continue
> ===> devel/yajl-tcl failed
> *** [describe.devel] Error code 1
> *** [/home/indexbuild/tindex/ports/INDEX-8] Error code 1

My bad. Should be fixed now.

-- 
Pietro Cerutti
The FreeBSD Project
g...@freebsd.org

PGP Public Key:
http://gahr.ch/pgp


pgptRxoesyX0s.pgp
Description: PGP signature


Re: INDEX build failed for 8.x

2013-07-02 Thread Steve Wills
Fixed, sorry about that.

On 07/02/13 09:08, Ports Index build wrote:
> INDEX build failed with errors:
> Generating INDEX-8 - please wait..clang: not found
>  Done.
> Warning: Duplicate INDEX entry: rubygem-bunny-0.6.0
> 
> Committers on the hook:
>  culot delphij girgen jgh jkim sbz swills 
> 
> Most recent SVN update was:
> Updating '.':
> Udatabases/pgbadger/Makefile
> Udatabases/pgbadger/distinfo
> Usecurity/vuxml/vuln.xml
> Udevel/p5-Config-INI/Makefile
> Udevel/p5-Config-INI/distinfo
> Udevel/p5-Config-INI/pkg-descr
> UU   devel/py-ptrace/pkg-plist
> UU   devel/py-ptrace/Makefile
> UU   devel/py-ptrace/distinfo
> Adevel/libvirt-glib
> Adevel/libvirt-glib/pkg-plist
> Adevel/libvirt-glib/Makefile
> Adevel/libvirt-glib/distinfo
> Adevel/libvirt-glib/pkg-descr
> Udevel/Makefile
> Uftp/curl/Makefile
> Aftp/curl/files/patch-CVE-2013-2174
> Updated to revision 322161.
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
> 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: INDEX build failed for 8.x

2013-05-26 Thread Steve Wills
My fault, fixed now, sorry about that.

Steve

On 05/27/13 00:05, Ports Index build wrote:
> INDEX build failed with errors:
> Generating INDEX-8 - please wait..clang: not found
>  Done.
> make_index: rubygem-dm-core-1.2.0: no entry for 
> /usr/ports/www/rubygem-addressable22
> 
> Committers on the hook:
>  ehaupt kuriyama swills 
> 
> Most recent SVN update was:
> Updating '.':
> Usecurity/vuxml/vuln.xml
> Unet/tramp/pkg-plist
> Unet/tramp/Makefile
> Unet/tramp/distinfo
> Unet/socat/Makefile
> Unet/socat/distinfo
> Uconverters/p5-Sereal/Makefile
> Uconverters/p5-Sereal/distinfo
> Uconverters/p5-Sereal-Decoder/Makefile
> Uconverters/p5-Sereal-Decoder/distinfo
> Uconverters/p5-Sereal-Encoder/Makefile
> Uconverters/p5-Sereal-Encoder/distinfo
> Awww/rubygem-addressable22
> Awww/rubygem-addressable22/Makefile
> Awww/rubygem-addressable22/distinfo
> Awww/rubygem-addressable22/pkg-descr
> UU   databases/rubygem-dm-core/Makefile
> Udatabases/p5-DBIx-QueryLog/Makefile
> Udatabases/p5-DBIx-QueryLog/distinfo
> Udevel/p5-File-ShareDir-ProjectDistDir/Makefile
> Udevel/p5-File-ShareDir-ProjectDistDir/distinfo
> Updated to revision 319143.
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
> 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: INDEX build failed for 8.x

2013-03-22 Thread Baptiste Daroussin
On Fri, Mar 22, 2013 at 04:09:22PM +0400, Ruslan Makhmatkhanov wrote:
> indexbu...@freebsd.org wrote on 22.03.2013 16:02:
> > INDEX build failed with errors:
> > Generating INDEX-8 - please 
> > wait.."/home/indexbuild/tindex/ports/japanese/w3m/../../www/w3m/Makefile", 
> > line 39: Malformed conditional (${PORT_OPTIONS:MM17N})
> > "/home/indexbuild/tindex/ports/japanese/w3m/../../www/w3m/Makefile", line 
> > 42: if-less else
> 
> Possible fix (for www/w3m).
> 

Already fixed, thanks anyway.

regards,
Bapt


pgpT9hvAhuCUD.pgp
Description: PGP signature


Re: INDEX build failed for 8.x

2013-03-22 Thread Ruslan Makhmatkhanov

indexbu...@freebsd.org wrote on 22.03.2013 16:02:

INDEX build failed with errors:
Generating INDEX-8 - please 
wait.."/home/indexbuild/tindex/ports/japanese/w3m/../../www/w3m/Makefile", line 
39: Malformed conditional (${PORT_OPTIONS:MM17N})
"/home/indexbuild/tindex/ports/japanese/w3m/../../www/w3m/Makefile", line 42: 
if-less else


Possible fix (for www/w3m).

--
Regards,
Ruslan

Tinderboxing kills... the drives.
Index: Makefile
===
--- Makefile(revision 314917)
+++ Makefile(working copy)
@@ -32,9 +32,9 @@
 JAPANESE_DESC= Japanese messages and migemo support
 INLINE_IMAGE_DESC= Inline image support
 KEY_LYNX_DESC= Keymap like lynx browser
+.endif
 
 .include 
-.endif
 
 .if ${PORT_OPTIONS:MM17N}
 CONFIGURE_ARGS+=   --enable-m17n
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: INDEX build failed for 8.x

2013-03-17 Thread Chris Rees
On 17 March 2013 21:04,   wrote:
> INDEX build failed with errors:
> Generating INDEX-8 - please wait.. Done.
> make_index: rubygem-activerecord-mysql-adapter-0.0.1: no entry for 
> /usr/ports/databases/rubygem-mysql
>
> Committers on the hook:
>  bdrewery beech crees eadler johans zi

zi fixed this in r391495, so no longer a problem.

Chris
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: INDEX build failed for 8.x

2009-07-05 Thread Erwin Lansing
On Sat, Jul 04, 2009 at 10:34:24PM +0200, Juergen Lock wrote:
> 
> ..anyone happen to know why it got only the flash-related
> patches here (Mk/bsd.linux-apps.mk ftp/linux-f10-curl/Makefile
> linux-f10-flashplugin10/{Makefile,distinfo}) but not the new
> ports (security/linux-f10-cyrus-sasl2 and net/linux-f10-openldap)?
> I mean I certainly committed the new ports first... :)
> 
Probably some fluke in the way the tree is synchronized where, as it
would seem, new files arrive later than modified files.  I've seen
similar errors before, but it's too entangled to pinpoint the exact
cause.

Cheers,
-erwin

-- 
Erwin Lansing   (o_ _o)   http://droso.org
 \\\_\   /_///
The rest is silence  <) (>er...@lansing.dk


pgpMH7Evg5QJn.pgp
Description: PGP signature


Re: INDEX build failed for 8.x

2009-07-04 Thread Juergen Lock
In article <200907032226.n63mq7wq045...@pointyhat.freebsd.org> you write:
>INDEX build failed with errors:
>Generating INDEX-8 - please wait..pkg_info: not found
>pkg_info: not found
>pkg_info: not found
>pkg_info: not found
> Done.
>make_index: linux-flashplugin-10.0r22: no entry for 
>/usr/ports/net/linux-f10-openldap
>make_index: linux-warsow-0.12_2,1: no entry for 
>/usr/ports/net/linux-f10-openldap
>make_index: linux-f10-curl-7.19.4_2: no entry for 
>/usr/ports/net/linux-f10-openldap
>
Hmm.  I see this was only temporary but...

>Committers on the hook:
>araujo glarkin nox pgollucci skreuzer 
>
>Most recent CVS update was:
>ports/Mk/bsd.linux-apps.mk
>ports/archivers/p5-Archive-Extract/Makefile
>ports/archivers/p5-Archive-Extract/distinfo
>ports/audio/mp3plot/Makefile
>ports/audio/mp3plot/distinfo
>ports/audio/tuneradio/Makefile
>ports/converters/p5-Convert-Binary-C/Makefile
>ports/converters/p5-Convert-Binary-C/distinfo
>ports/devel/p5-B-Hooks-OP-Check/Makefile
>ports/devel/p5-B-Hooks-OP-Check/distinfo
>ports/devel/p5-Cache-FastMmap/Makefile
>ports/devel/p5-Cache-FastMmap/distinfo
>ports/devel/p5-Data-UUID/Makefile
>ports/devel/p5-Data-UUID/distinfo
>ports/devel/p5-DateTime-Format-Natural/Makefile
>ports/devel/p5-DateTime-Format-Natural/distinfo
>ports/devel/p5-DateTime-Format-Natural/pkg-plist
>ports/devel/p5-Devel-Declare/Makefile
>ports/devel/p5-Devel-Declare/distinfo
>ports/devel/p5-Devel-PartialDump/Makefile
>ports/devel/p5-Devel-PartialDump/distinfo
>ports/devel/p5-File-ExtAttr/Makefile
>ports/devel/p5-File-ExtAttr/distinfo
>ports/devel/p5-IO/Makefile
>ports/devel/p5-IO/distinfo
>ports/devel/p5-IO/files/patch-Makefile.PL
>ports/devel/p5-Inline/Makefile
>ports/devel/p5-Inline/distinfo
>ports/devel/p5-Inline/files/patch-C-Makefile.PL
>ports/devel/p5-MooseX-Storage/Makefile
>ports/devel/p5-MooseX-Storage/distinfo
>ports/devel/p5-MooseX-Types-Structured/Makefile
>ports/devel/p5-MooseX-Types-Structured/distinfo
>ports/devel/p5-POE-API-Peek/Makefile
>ports/devel/p5-POE-API-Peek/distinfo
>ports/devel/p5-POE-Component-DirWatch/Makefile
>ports/devel/p5-POE-Component-DirWatch/distinfo
>ports/devel/p5-POE-Component-DirWatch/pkg-plist
>ports/devel/p5-Params-Util/Makefile
>ports/devel/p5-Params-Util/distinfo
>ports/devel/p5-Parse-Method-Signatures/Makefile
>ports/devel/p5-Parse-Method-Signatures/distinfo
>ports/devel/p5-Test-MockTime/Makefile
>ports/devel/p5-Test-MockTime/distinfo
>ports/devel/p5-Test-YAML-Meta/Makefile
>ports/devel/p5-Test-YAML-Meta/distinfo
>ports/devel/p5-namespace-autoclean/Makefile
>ports/devel/p5-namespace-autoclean/distinfo
>ports/devel/p5-prefork/Makefile
>ports/devel/p5-prefork/distinfo
>ports/devel/rubygem-hoe/Makefile
>ports/devel/rubygem-hoe/distinfo
>ports/finance/p5-Business-OnlinePayment-PaymenTech/Makefile
>ports/finance/p5-Business-OnlinePayment-PaymenTech/distinfo
>ports/finance/p5-Business-OnlinePayment-PaymenTech/pkg-plist
>ports/ftp/linux-f10-curl/Makefile
>ports/graphics/mapserver/Makefile
>ports/net/Makefile
>ports/net/boclient/Makefile
>ports/net/etunnel/Makefile
>ports/net/p5-Net-Google-AuthSub/Makefile
>ports/net/p5-Net-Google-AuthSub/distinfo
>ports/net/p5-Net-Write/Makefile
>ports/net/p5-Net-Write/distinfo
>ports/net/pcnfsd/files/Makefile.inc
>ports/net/ppptraf/files/patch-aa
>ports/net/xmlrpc-c/Makefile
>ports/security/Makefile
>ports/security/libksba/Makefile
>ports/security/libksba/distinfo
>ports/sysutils/nvclock/Makefile
>ports/sysutils/nvclock/distinfo
>ports/sysutils/p5-Sysadm-Install/Makefile
>ports/sysutils/p5-Sysadm-Install/distinfo
>ports/textproc/p5-XML-NamespaceSupport/Makefile
>ports/textproc/p5-XML-NamespaceSupport/distinfo
>ports/textproc/rubygem-nokogiri/Makefile
>ports/textproc/rubygem-nokogiri/distinfo
>ports/www/campsite/Makefile
>ports/www/linux-f10-flashplugin10/Makefile
>ports/www/linux-f10-flashplugin10/distinfo
>ports/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile
>ports/www/p5-Catalyst-Engine-HTTP-Prefork/distinfo
>ports/www/p5-HTML-Element-Library/Makefile
>ports/www/p5-HTML-Element-Library/distinfo
>ports/www/p5-HTML-Seamstress/Makefile
>ports/www/p5-HTML-Seamstress/distinfo
>ports/www/p5-HTML-WikiConverter-MediaWiki/Makefile
>ports/www/p5-HTML-WikiConverter-MediaWiki/distinfo
>ports/www/p5-HTTP-DAV/Makefile
>ports/www/p5-HTTP-DAV/distinfo
>ports/www/p5-URI-ParseSearchString/Makefile
>ports/www/p5-URI-ParseSearchString/distinfo
>ports/www/p5-WWW-Yandex-TIC/Makefile
>ports/www/p5-WWW-Yandex-TIC/distinfo

..anyone happen to know why it got only the flash-related
patches here (Mk/bsd.linux-apps.mk ftp/linux-f10-curl/Makefile
linux-f10-flashplugin10/{Makefile,distinfo}) but not the new
ports (security/linux-f10-cyrus-sasl2 and net/linux-f10-openldap)?
I mean I certainly committed the new ports first... :)

 Wondering,
Juergen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.

Re: INDEX build failed for 8.x

2009-01-11 Thread Erwin Lansing
This is due to pointyhat filling its discs up.  No worries here.

-erwin

On Sun, Jan 11, 2009 at 09:26:47AM +, Erwin Lansing wrote:
> INDEX build failed with errors:
> Generating INDEX-8 - please wait..pkg_info: not found
> pkg_info: not found
> pkg_info: not found
> pkg_info: not found
>  Done.
> make_index: firefox-i18n-2.0.0.20: no entry for 
> /usr/ports/www/xpi-quick-locale-switcher
> make_index: ja-zope-jaMailHost-0.4.4: no entry for /usr/ports/www/zope
> make_index: firefox3-i18n-3.0.5: no entry for 
> /usr/ports/www/xpi-quick-locale-switcher
> make_index: squishdot-1.5.0_1: no entry for /usr/ports/www/zope
> make_index: thunderbird-i18n-2.0.0.18: no entry for 
> /usr/ports/www/xpi-quick-locale-switcher
> make_index: plone-2.5.5: no entry for /usr/ports/www/zope29
> make_index: ja-zope-ejSplitter-0.5.1: no entry for /usr/ports/www/zope
> make_index: ja-pycodec-zope-1.4.11_1: no entry for /usr/ports/www/zope
> make_index: knowledgekit-1.6.7: no entry for /usr/ports/www/zope
> make_index: hs-gtk2hs-0.9.13,1: no entry for /usr/ports/www/xulrunner
> make_index: hs-gtk2hs-0.9.13,1: no entry for /usr/ports/www/xulrunner
> make_index: eclipse-3.3.2: no entry for /usr/ports/www/xulrunner
> make_index: eclipse-3.3.2: no entry for /usr/ports/www/xulrunner
> make_index: plone3-3.1.7: no entry for /usr/ports/www/zope210
> make_index: ngmp-0.1.3_1: no entry for /usr/ports/www/zend-framework
> make_index: sunbird-i18n-0.8: no entry for 
> /usr/ports/www/xpi-quick-locale-switcher
> Warning: Duplicate INDEX entry: 
> Warning: Duplicate INDEX entry: 
> Warning: Duplicate INDEX entry: 
> Warning: Duplicate INDEX entry: 
> Warning: Duplicate INDEX entry: 
> Warning: Duplicate INDEX entry: 
> Warning: Duplicate INDEX entry: 
> Warning: Duplicate INDEX entry: 
> Warning: Duplicate INDEX entry: 
> Warning: Duplicate INDEX entry: 
> Warning: Duplicate INDEX entry: 
> 
> Committers on the hook:
> chinsan glewis leeym obrien 
> 
> Most recent CVS update was:
> U audio/p5-Audio-MPD-Common/Makefile
> U audio/p5-Audio-MPD-Common/distinfo
> U devel/libcheck/Makefile
> U devel/libcheck/distinfo
> U devel/libcheck/pkg-plist
> U devel/libcheck/files/patch-Makefile.in
> U devel/libcheck/files/patch-check.m4
> U devel/libcheck/files/patch-doc-Makefile.in
> U graphics/p5-Graphics-Color/Makefile
> U graphics/p5-Graphics-Color/distinfo
> U java/eclipse-webtools/Makefile
> U java/eclipse-webtools/distinfo
> U misc/figlet/pkg-plist
> U net/mtr/Makefile
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
-- 
Erwin Lansing   http://droso.org
Prediction is very difficult   er...@freebsd.org
especially about the future   er...@aauug.dk


pgpbvuxSTHroC.pgp
Description: PGP signature


Re: INDEX build failed for 8.x

2008-06-01 Thread Kris Kennaway

Erwin Lansing wrote:

INDEX build failed with errors:
Generating INDEX-8 - please 
wait.."/a/erwin/tindex/ports/chinese/links/../../www/links/Makefile", line 75: warning: 
duplicate script for target "pre-configure" ignored
pkg_info: not found
pkg_info: not found
pkg_info: not found
/libexec/ld-elf.so.1: Cannot open "/lib/libutil.so.7"
===> shells/44bsd-csh failed
*** Error code 1
/libexec/ld-elf.so.1: Cannot open "/lib/libutil.so.7"
===> net/p5-Net-FTP-File failed
*** Error code 1
/libexec/ld-elf.so.1: Cannot open "/lib/libedit.so.6"
===> security/hostsentry failed
*** Error code 1
*** Error code 1

Stop in /a/erwin/tindex/ports.
*** Error code 1

Stop in /a/erwin/tindex/ports.
3 errors

Committers on the hook:
anders araujo dinoex fjoe green hq hrs mm mnag obrien olgeni pav rafan shaun sumikawa vanilla 


Most recent CVS update was:
U comms/obexapp/files/patch-Makefile
U devel/cvs+ipv6/files/patch-freebsdlocal
U devel/linuxthreads/files/getlogin.c
U devel/linuxthreads/files/telldir.c
U devel/linuxthreads/files/ttyname.c
U devel/ncurses-devel/Makefile
U devel/ncurses-devel/distinfo
U devel/p5-BS-Event/Makefile
U devel/p5-BS-Event/distinfo
U devel/p5-BS-Event/pkg-descr
U devel/p5-BS-Event/pkg-plist
U devel/p5-TheSchwartz/Makefile
U devel/p5-TheSchwartz/distinfo
U devel/p5-TheSchwartz/pkg-descr
U devel/p5-TheSchwartz/pkg-plist
U graphics/libqrencode/Makefile
U graphics/libqrencode/distinfo
U mail/libspf/files/patch-respect_cflags_and_dont_create_spfmilter_Makefile
U misc/cdcollect/Makefile
U misc/cdcollect/distinfo
U misc/cdcollect/pkg-descr
U misc/cdcollect/pkg-plist
U misc/qbrew/Makefile
U misc/qbrew/distinfo
U misc/qbrew/files/patch-qbrew.pro
U net-mgmt/netdisco/files/patch-netdisco
U net-mgmt/netdisco/files/patch-netdisco.conf
U net-mgmt/netdisco/files/patch-netdisco.crontab
U net-mgmt/netdisco/files/patch-netdisco_apache.conf
U net-mgmt/netdisco/files/patch-netdisco_apache_dir.conf
U net-mgmt/netdisco/files/pkg-install.in
U net-mgmt/netdisco/files/pkg-message.in
U net-mgmt/p5-Nagios-Plugins-Memcached/Makefile
U net-mgmt/p5-Nagios-Plugins-Memcached/distinfo
U net-mgmt/p5-Nagios-Plugins-Memcached/pkg-descr
U net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist
U net-mgmt/p5-Nagios-Plugins-Memcached/files/patch-Makefile.PL
U palm/synce-rra/files/patch-src-rra-timezone.c
U print/ghostscript7/Makefile
U print/ghostscript7/pkg-descr
U print/ghostscript7-commfont/Makefile
U print/ghostscript7-commfont/pkg-descr
U print/ghostscript7-jpnfont/Makefile
U print/ghostscript7-jpnfont/pkg-descr
U print/ghostscript7-korfont/Makefile
U print/ghostscript7-korfont/pkg-descr
U print/ghostscript7-nox11/Makefile
U print/ghostscript8/Makefile
U print/ghostscript8/pkg-descr
U print/ghostscript8-nox11/Makefile
U sysutils/lookupd/files/patch-modules-dns-resolv-getaddrinfo.c
U sysutils/mybashburn/Makefile
U sysutils/mybashburn/distinfo
U sysutils/mybashburn/pkg-descr
U sysutils/mybashburn/pkg-plist
U www/apache13-modssl/files/patch-apachectl
U www/cocoon/files/patch-src-blocks-ajax-samples
U www/cocoon/files/patch-src-blocks-forms-samples
U www/py-forgethtml/files/patch-lib-forgetHTML.py


Two things are going on here:

1) This raced with an installworld which is why the library went missing.

2) cvs is broken and updates the same files with each update, which is 
why ancient changes are showing up here.  Hopefully David will fix this 
soon.


Kris

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