Re: Policykit-0.7 fails

2008-03-28 Thread Lee Chung-Yeol
On Fri, Mar 28, 2008 at 05:27:16PM -0500, Scott D Friedemann wrote:
> Running 7.0 RELEASE
> 
> After refreshing ports tree, running
>   portmaster -a
> bombs out on /sysutils/policykit with this error
> 
> gmake[3]: Entering directory 
> `/usr/ports/sysutils/policykit/work/PolicyKit-0.7/doc/man'
> /usr/local/bin/xsltproc -nonet 
> http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl 
> polkit-action.xml
> I/O error : Attempt to load network entity 
> http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
> warning: failed to load external entity 
> "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl";
> cannot parse 
> http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
> gmake[3]: *** [polkit-action.1] Error 4
> gmake[3]: Leaving directory 
> `/usr/ports/sysutils/policykit/work/PolicyKit-0.7/doc/man'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory 
> `/usr/ports/sysutils/policykit/work/PolicyKit-0.7/doc'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory 
> `/usr/ports/sysutils/policykit/work/PolicyKit-0.7'
> gmake: *** [all] Error 2
> *** Error code 2
> 
> I tried removing the   -nonet   option without benefit.
> 
> I'm puzzled as to why this won't build.
> 
> Scott

 I succeed with changing the xslt file to
 /usr/local/share/xsl/docbook/manpages/docbook.xsl

 while I'm not sure this is the right way.

-- 
 Neural Networks and Machine Intelligence Lab. Dept. of EECS KAIST
 email: [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ports/121746: [UPDATE] devel/libcheck

2008-03-28 Thread Xin LI

Mike Heffner wrote:
BTW, it appears that a duplicate version of this port was added as 
"devel/check" back in Feb. 2007. What's the policy on handling duplicate 
ports in the ports tree?


Ahh...  This is really weird, I think we should kill one and change the 
dependencies/MOVED files to reflect the merge...



[EMAIL PROTECTED] wrote:

Synopsis: [UPDATE] devel/libcheck

Responsible-Changed-From-To: mikeh->lippe
Responsible-Changed-By: mikeh
Responsible-Changed-When: Sat Mar 29 03:27:30 UTC 2008
Responsible-Changed-Why: Felippe, would you like to take ownership of 
this port and hence

commit this changeset? I have visually reviewed this changeset and it
appears fine. I don't have the resources to commit this right now so
let me know if you would like to do it or I can find the time.


http://www.freebsd.org/cgi/query-pr.cgi?pr=121746






Mike




--
Xin LI <[EMAIL PROTECTED]>http://www.delphij.net/
FreeBSD - The Power to Serve!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ports/121746: [UPDATE] devel/libcheck

2008-03-28 Thread Mike Heffner
BTW, it appears that a duplicate version of this port was added as 
"devel/check" back in Feb. 2007. What's the policy on handling duplicate 
ports in the ports tree?



Mike

[EMAIL PROTECTED] wrote:

Synopsis: [UPDATE] devel/libcheck

Responsible-Changed-From-To: mikeh->lippe
Responsible-Changed-By: mikeh
Responsible-Changed-When: Sat Mar 29 03:27:30 UTC 2008
Responsible-Changed-Why: 
Felippe, would you like to take ownership of this port and hence

commit this changeset? I have visually reviewed this changeset and it
appears fine. I don't have the resources to commit this right now so
let me know if you would like to do it or I can find the time.


http://www.freebsd.org/cgi/query-pr.cgi?pr=121746






Mike

--

  Mike Heffner  <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>

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


Re: using pkgdb

2008-03-28 Thread Lowell Gilbert
Chuck Robey <[EMAIL PROTECTED]> writes:

>>> 3rdportname-1.1.1 ? ([y]es/[n]o/[a]ll) [yes]
  ^ ^^

> Unfortunately, you didn't tell me what the Y/N/A meant either.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: error installing linux emulator- linux_base-fc6-6_5 linuxulator is not (kld)loaded.

2008-03-28 Thread Beech Rintoul
On Friday 28 March 2008, Siju George said:
> On Sat, Mar 29, 2008 at 4:43 AM, Siju George <[EMAIL PROTECTED]> 
wrote:
> > Hi,
> >
> >  How do i fix this error?
> >  
> >  freebsdsrv# pwd
> >  /usr/ports/emulators/linux_base-fc6
> >  freebsdsrv# make install clean
> >  ===>  linux_base-fc6-6_5 linuxulator is not (kld)loaded.
> >  *** Error code 1
> >
> >  Stop in /usr/ports/emulators/linux_base-fc6.
> >  freebsdsrv#
> >  =
> >
> >  Thanks
> >
> >  --Siju
>
> I did
>
> #kldload linux
>
> and now get this error
>
> 
> freebsdsrv# pwd
> /usr/ports/emulators/linux_base-fc6
> freebsdsrv# make install clean
> ===>  linux_base-fc6-6_5 compat.linux.osrelease: 2.4.2 is not
> supported. *** Error code 1
>
> Stop in /usr/ports/emulators/linux_base-fc6.
> freebsdsrv#
> ==
>
> How do I fix this?

If you had read UPDATING you would see to do:

sysctl compat.linux.osrelease=2.6.16

Add:

compat.linux.osrelease=2.6.16 to /etc/sysctl.conf

Beech

> thanks
>
> Siju


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: problem about software "traffic"

2008-03-28 Thread Marcin Cieslak
[EMAIL PROTECTED] wrote:

>> Do you have up-to-date ports, and is that directory clean?
>>   
> not sure

Something is very broken in your system. Do you have enough disk space?

Did you upgrade the system recently? How did you do that?

--Marcin

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


Policykit-0.7 fails

2008-03-28 Thread Scott D Friedemann

Running 7.0 RELEASE

After refreshing ports tree, running
portmaster -a
bombs out on /sysutils/policykit with this error

gmake[3]: Entering directory 
`/usr/ports/sysutils/policykit/work/PolicyKit-0.7/doc/man'
/usr/local/bin/xsltproc -nonet 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl 
polkit-action.xml
I/O error : Attempt to load network entity 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity 
"http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl";
cannot parse 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl

gmake[3]: *** [polkit-action.1] Error 4
gmake[3]: Leaving directory 
`/usr/ports/sysutils/policykit/work/PolicyKit-0.7/doc/man'

gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/sysutils/policykit/work/PolicyKit-0.7/doc'

gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/sysutils/policykit/work/PolicyKit-0.7'

gmake: *** [all] Error 2
*** Error code 2

I tried removing the   -nonet   option without benefit.

I'm puzzled as to why this won't build.

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


INDEX build failed for 5.x

2008-03-28 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait.."/a/erwin/tindex/ports/Mk/bsd.port.mk", line 
1259: warning: Missing closing parenthesis for defined()
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1259: Malformed conditional 
(!defined(WITH_'manual pages by Gerritt Pape') && !defined(WITHOUT_'manual 
pages by Gerritt Pape'))
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1264: warning: Missing closing 
parenthesis for defined()
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1264: Malformed conditional 
(!defined(WITH_'persistent cache for dnscache') && !defined(WITHOUT_'persistent 
cache for dnscache'))
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1264: warning: Missing closing 
parenthesis for defined()
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1264: Malformed conditional 
(!defined(WITH_'IPv6 support by Felix von Leitner') && !defined(WITHOUT_'IPv6 
support by Felix von Leitner'))
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1264: warning: Missing closing 
parenthesis for defined()
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1264: Malformed conditional 
(!defined(WITH_'ignoreip2 patch by Russell Nelson') && 
!defined(WITHOUT_'ignoreip2 patch by Russell Nelson'))
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1266: if-less endif
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1264: warning: Missing closing 
parenthesis for defined()
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1264: Malformed conditional 
(!defined(WITH_'jumbo patch by Claudiu Costin') && !defined(WITHOUT_'jumbo 
patch by Claudiu Costin'))
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1266: if-less endif
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1264: warning: Missing closing 
parenthesis for defined()
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1264: Malformed conditional 
(!defined(WITH_'persistent mmap patch by Lennert Buytenhek') && 
!defined(WITHOUT_'persistent mmap patch by Lennert Buytenhek'))
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1266: if-less endif
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1264: warning: Missing closing 
parenthesis for defined()
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1264: Malformed conditional 
(!defined(WITH_'SRV record patch by Michael Handler') && !defined(WITHOUT_'SRV 
record patch by Michael Handler'))
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1266: if-less endif
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1272: if-less endif
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1274: if-less endif
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 6121: if-less endif
make: fatal errors encountered -- cannot continue
===> dns/djbdns failed
*** Error code 1
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1259: warning: Missing closing 
parenthesis for defined()
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1259: Malformed conditional 
(!defined(WITH_'ELF format extensions') && !defined(WITHOUT_'ELF format 
extensions'))
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1259: warning: Missing closing 
parenthesis for defined()
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1259: Malformed conditional 
(!defined(WITH_'Native Language Support') && !defined(WITHOUT_'Native Language 
Support'))
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 1274: if-less endif
"/a/erwin/tindex/ports/Mk/bsd.port.mk", line 6121: if-less endif
make: fatal errors encountered -- cannot continue
===> devel/libelf failed
*** Error code 1
*** Error code 1

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

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

Committers on the hook:
ahze anders araujo beech bsam delphij dinoex fjoe gahr green hq lme maho marcus 
mm mnag obrien pav rafan sat scottl shaun sumikawa 

Most recent CVS update was:
U comms/obexapp/files/patch-Makefile
U deskutils/nautilus-sendto/Makefile
U deskutils/nautilus-sendto/distinfo
U deskutils/nautilus-sendto/pkg-descr
U deskutils/nautilus-sendto/pkg-plist
U devel/cvs+ipv6/files/patch-freebsdlocal
U devel/goffice1/Makefile
U devel/goffice1/files/patch-goffice_utils_go-regression.c
U devel/gvfs/Makefile
U devel/linuxthreads/files/getlogin.c
U devel/linuxthreads/files/telldir.c
U devel/linuxthreads/files/ttyname.c
U devel/p5-TheSchwartz/Makefile
U devel/p5-TheSchwartz/distinfo
U devel/p5-TheSchwartz/pkg-descr
U devel/p5-TheSchwartz/pkg-plist
U editors/openoffice.org-2/Makefile
U editors/openoffice.org-2/distinfo
U editors/openoffice.org-2/files/Makefile.knobs
U editors/openoffice.org-2/files/patch-i65514
U editors/openoffice.org-2/files/patch-i84549
U editors/openoffice.org-2/files/patch-i84586
U editors/openoffice.org-2-RC/Makefile
U mail/libspf/files/patch-respect_cflags_and_dont_create_spfmilter_Makefile
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

Re: error installing linux emulator- linux_base-fc6-6_5 linuxulator is not (kld)loaded.

2008-03-28 Thread Siju George
On Sat, Mar 29, 2008 at 4:43 AM, Siju George <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  How do i fix this error?
>  
>  freebsdsrv# pwd
>  /usr/ports/emulators/linux_base-fc6
>  freebsdsrv# make install clean
>  ===>  linux_base-fc6-6_5 linuxulator is not (kld)loaded.
>  *** Error code 1
>
>  Stop in /usr/ports/emulators/linux_base-fc6.
>  freebsdsrv#
>  =
>
>  Thanks
>
>  --Siju
>

I did

#kldload linux

and now get this error


freebsdsrv# pwd
/usr/ports/emulators/linux_base-fc6
freebsdsrv# make install clean
===>  linux_base-fc6-6_5 compat.linux.osrelease: 2.4.2 is not supported.
*** Error code 1

Stop in /usr/ports/emulators/linux_base-fc6.
freebsdsrv#
==

How do I fix this?

thanks

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


error installing linux emulator- linux_base-fc6-6_5 linuxulator is not (kld)loaded.

2008-03-28 Thread Siju George
Hi,

How do i fix this error?

freebsdsrv# pwd
/usr/ports/emulators/linux_base-fc6
freebsdsrv# make install clean
===>  linux_base-fc6-6_5 linuxulator is not (kld)loaded.
*** Error code 1

Stop in /usr/ports/emulators/linux_base-fc6.
freebsdsrv#
=

Thanks

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


Can't compile multimedia/linux-gspca-kmod or multimedia/linux-ov511-kmod

2008-03-28 Thread eculp
I'm running 8.0-CURRENT FreeBSD 8.0-CURRENT #65: Sat Mar 28 05:22:05  
CST 2008 up to date with linux_base-f8 and kernel 2.6.16 on my laptop,  
  I'm looking for a driver for the included ugen0: CrystalEye webcam, class 239/2, rev 2.00/1.00, addr 2> on uhub1 so  
trying to compile linux-gspca-kmod and/or multimedia/linux-ov511-kmod  
in hopes of being able to use it but am getting stuck at  
linux-kmod-compat.


In file included from gspca_core.c:39:
/usr/local/share/linux-kmod-compat/linux_compat/linux/module.h:212:1:  
error: "msleep" redefined
In file included from  
/usr/local/share/linux-kmod-compat/linux_compat/linux/module.h:45,

 from gspca_core.c:39:
@/sys/systm.h:303:1: error: this is the location of the previous definition
In file included from gspca_core.c:52:
/usr/local/share/linux-kmod-compat/linux_compat/linux/usb.h:171:12:  
error: missing terminating ' character

*** Error code 1

Any suggestions on getting it to compile or on how to get the Webcam  
working would be greatly appreciated.


Thanks,

ed

P.S. the usbdevs and uname -a follows:

Controller /dev/usb1:
addr 1: high speed, self powered, config 1, EHCI root hub(0x),  
nVidia(0x), rev 1.00

 port 1 powered
 port 2 powered
 port 3 addr 2: high speed, power 500 mA, config 1, Acer CrystalEye  
webcam(0xa101), SuYin(0x064e), rev 1.00

 port 4 powered
 port 5 powered

FreeBSD ed.local.net.mx 8.0-CURRENT FreeBSD 8.0-CURRENT #71: Fri Mar  
28 05:18:46 CST 2008  
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ENCONTACTO  amd64


Today's verbose dmesg is at http://encontacto.net/share/dmesg.txt

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


Re: file conversion

2008-03-28 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Martin Tournoij wrote:
> On Fri, Mar 28, 2008 at 02:39:36PM -0400, Chuck Robey wrote:
>> Anyone know if we have any port that allows conversion of rtf docs to 
>> anything
>> else like maybe ps, pdf, html or maybe even plain ASCII text?
> 
> rtfreader (textproc/rtfreader) converts rtf to plain text, it has
> always worked for me.
> There also seem to be some other ports for dealing with rtf files:
> textproc/unrtf
> textproc/rtf2html
> print/rtf2latex

OK, I have a huge load of files to convert, and it looks to me like rtfreader
works the best.  Luckily, all those ports are small, so I just went and got them
all, and tried them on file files each.  Nothing works perfectly, but rtfreader
seems to be the best of the pick.

Thanks for the reference!

> 
> Regards,
> Martin Tournoij

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH7XPdz62J6PPcoOkRAvDnAJ4gCy8fBnun5dcQSaxR1IUs4gY3swCfZVo8
BTrBwutLjtLTymY0XFiA0B0=
=QnaJ
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: using pkgdb

2008-03-28 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Lowell Gilbert wrote:
> Chuck Robey <[EMAIL PROTECTED]> writes:
> 
>> I'm using pkgdb because I wanted to try portupgrade, and it required it.  My
>> problem is that it's doing procedures, asking for a decision on my part, but 
>> I
>> can't make any guess how to answer it, because the prompt is fairly 
>> meaningless
>> to  me.  Here is an example of what I'm seeing:
>>
>> Stale dependency: someportname-1.1.1 -> differentportname-1.1.1 
>> (differentportname):
>> 3rdportname-1.1.1 ? ([y]es/[n]o/[a]ll) [yes]
> 
> To me, this is fairly self-explanatory.  "someportname" is listed as
> depending on "differentportname," but "differentportname" isn't
> installed.  It suggests that "3rdportname" be listed as a dependency
> instead, on the theory that "3rdportname" may be providing the
> functionality that "someportname" actually depends on. 
> 
> Your choices are "y" to accept that suggestion, "n" to refuse it, and
> "a" to accept it and also apply it to all other ports that depend on
> "differentportname."
> 

Unfortunately, you didn't tell me what the Y/N/A meant either.  First, thing,
your estimate of what it means isn't obvious to ME (I'm writing this as some
prank), my own guess would have been that the word stale would refer to
something that's still hanging around.  Irregardless, I can't get any hint
whatsoever if Y means to do some deleting somewhere; for the deletion, I have no
guess if it's going to delete the first or second file reference.

If you think I'm dumb and just want to be insulting, then just tell me what
actual action the Y refers to, so I get something useable out of this, then go
ahead and talk about me.  I'm honestly confused about it, and wouldn't be
writing this if I weren't.

>> I haven't the least idea what the Y/N/A is referring to, what sort of action 
>> I
>> am causing or allowing.  I tried the man page on pkgdb, but I didn't see that
>> sort of message in that page.  Sure hope you can give me a hint (and, as a 
>> hint,
>> this might be a good time to fix that fairly useless prompt).
> 
> Apparently, but you would have to make a concrete suggestion to the
> program's author.  Since it makes sense to me, I doubt any attempts I
> made for improvements would turn out to actually be better.
> 
> Be well.

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH7XIvz62J6PPcoOkRApX/AKCBoZPmradKZp5jOPnU4NLy+RXt1wCfZZmA
HtsV9gOqSX3dfj/Q0o9ZW90=
=uvet
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Not able to correct pkgdb using the -F option

2008-03-28 Thread Siju George
Hi,

My System got restarted during a ports upgrade and I get the following error.

===

freebsdsrv# /usr/local/sbin/portupgrade -arR
Stale dependency: libiconv-1.11_1 <--  -- manually run 'pkgdb -F' to
fix, or specify -O to force.
freebsdsrv# /usr/local/sbin/pkgdb -F
--->  Checking the package registry database
No such file or directory - /var/db/pkg/libbonobo-2.22.0/+REQUIRED_BY
freebsdsrv# /usr/local/sbin/portupgrade -arR
Stale dependency: libiconv-1.11_1 <--  -- manually run 'pkgdb -F' to
fix, or specify -O to force.
freebsdsrv# /usr/local/sbin/pkgdb -F
--->  Checking the package registry database
No such file or directory - /var/db/pkg/libbonobo-2.22.0/+REQUIRED_BY
freebsdsrv#

==

How do I fix this error?

Thanks

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


INDEX build failed for 6.x

2008-03-28 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-6 - please wait../libexec/ld-elf.so.1: Shared object 
"libm.so.5" not found, required by "perl"
===> devel/powerpc-rtems-g77 failed
/libexec/ld-elf.so.1: Cannot open "/lib/libm.so.5"
/libexec/ld-elf.so.1: Cannot open "/lib/libm.so.5"
*** Error code 1
===> mail/mailrep failed
===> lang/pnet-base failed
*** Error code 1
*** Error code 1
/libexec/ld-elf.so.1: Cannot open "/lib/libncurses.so.7"
"/a/erwin/tindex/ports/Mk/bsd.java.mk", line 254: warning: "echo "1.2+" | 
LANG=C /usr/bin/tr " " "\n"  | /usr/bin/grep -v 
"1.3\|1.4\|1.5\|1.6\|1.3+\|1.4+\|1.5+\|1.6+\|1.1+\|1.2+" || true" returned 
non-zero status
/libexec/ld-elf.so.1: Cannot open "/lib/libncurses.so.7"
"/a/erwin/tindex/ports/Mk/bsd.java.mk", line 262: warning: "echo "freebsd 
bsdjava sun blackdown" | /usr/bin/sed "s/ /\\\|/g"" returned non-zero status
/libexec/ld-elf.so.1: Cannot open "/lib/libncurses.so.7"
"/a/erwin/tindex/ports/Mk/bsd.java.mk", line 264: warning: "echo "" | LANG=C 
/usr/bin/tr " " "\n"  | /usr/bin/grep -v "" || true" returned non-zero status
/libexec/ld-elf.so.1: Cannot open "/lib/libncurses.so.7"
"/a/erwin/tindex/ports/Mk/bsd.java.mk", line 272: warning: "echo "native linux" 
| /usr/bin/sed "s/ /\\\|/g"" returned non-zero status
/libexec/ld-elf.so.1: Cannot open "/lib/libncurses.so.7"
"/a/erwin/tindex/ports/Mk/bsd.java.mk", line 274: warning: "echo "" | LANG=C 
/usr/bin/tr " " "\n"  | /usr/bin/grep -v "" || true" returned non-zero status
/libexec/ld-elf.so.1: Cannot open "/lib/libncurses.so.7"
"/a/erwin/tindex/ports/Mk/bsd.java.mk", line 318: warning: "test -x 
"/nonexistentlocal/diablo-jdk1.5.0/bin/javac"  && echo 
"JAVA_PORT_NATIVE_FREEBSD_JDK_1_5"  || true" returned non-zero status
/libexec/ld-elf.so.1: Cannot open "/lib/libncurses.so.7"
"/a/erwin/tindex/ports/Mk/bsd.java.mk", line 319: warning: "echo " "" returned 
non-zero status
/libexec/ld-elf.so.1: Cannot open "/lib/libncurses.so.7"
"/a/erwin/tindex/ports/Mk/bsd.java.mk", line 324: warning: "echo "1.3 1.4 1.5 
1.6" | /usr/bin/grep -q "1.5"  && echo "native linux" | /usr/bin/grep -q 
"native"  && echo "freebsd bsdjava sun blackdown" | /usr/bin/grep -q "freebsd"  
&& echo "JAVA_PORT_NATIVE_FREEBSD_JDK_1_5"  || true" returned non-zero status
/libexec/ld-elf.so.1: Cannot open "/lib/libncurses.so.7"
"/a/erwin/tindex/ports/Mk/bsd.java.mk", line 325: warning: "echo " "" returned 
non-zero status
*** Error code 1

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

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

Committers on the hook:
beech bsam delphij dinoex gahr marcus sat scottl 

Most recent CVS update was:
U mail/p5-Mail-SpamAssassin/Makefile
U net/gkrellmwireless/Makefile
U net/gkrellmwireless/files/patch-wireless.c
U net/gkrellmwireless/files/patch-wireless.h
U net/splatd/Makefile
U print/cups-base/Makefile
U security/fwtk/Makefile
U sysutils/luma/Makefile
U sysutils/megarc/Makefile
U sysutils/policykit/Makefile
U sysutils/policykit/files/patch-src_polkit_polkit-sysdeps.c
U sysutils/policykit-gnome/Makefile
U sysutils/policykit-gnome/files/patch-src_polkit-gnome-manager.c
U sysutils/rsyslog/Makefile
U sysutils/rsyslog/distinfo
U www/cherokee-devel/Makefile
U www/trac-ldap/Makefile
U www/web2ldap/Makefile
U x11-toolkits/wxmozilla/Makefile
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: file conversion

2008-03-28 Thread Martin Tournoij
On Fri, Mar 28, 2008 at 02:39:36PM -0400, Chuck Robey wrote:
> Anyone know if we have any port that allows conversion of rtf docs to anything
> else like maybe ps, pdf, html or maybe even plain ASCII text?

rtfreader (textproc/rtfreader) converts rtf to plain text, it has
always worked for me.
There also seem to be some other ports for dealing with rtf files:
textproc/unrtf
textproc/rtf2html
print/rtf2latex

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


Re: file conversion

2008-03-28 Thread Lowell Gilbert
Chuck Robey <[EMAIL PROTECTED]> writes:

> Anyone know if we have any port that allows conversion of rtf docs to anything
> else like maybe ps, pdf, html or maybe even plain ASCII text?

Yes.  There are *several* options that you'll find with a simple ports
search.  If you already have OpenOffice, though, using that will be
easier than installing a whole new program.  [Unless you have to do it
multiple times, in which case a command line tool is obviously
preferable.]  
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


file conversion

2008-03-28 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Anyone know if we have any port that allows conversion of rtf docs to anything
else like maybe ps, pdf, html or maybe even plain ASCII text?
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH7Ttoz62J6PPcoOkRAtppAKCbfB0nJzB6nVFVmtaz8EJ55INTjACfZLp1
QqayZ2Rvhtdd5IohyVVhAhg=
=YvlV
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Comments please: Ports 2.0 SoC application to Google

2008-03-28 Thread Aryeh M. Friedman

Tobias Roth wrote:

Aryeh M. Friedman wrote:

  

  Kip Macy <[EMAIL PROTECTED]> has agreed to be the mentor for the
project if accepted as a SoC project provided that no other suitable
mentor can be found.   For detailed development schedule see the
"Detailed Description" portion of the this application.   I have used
FreeBSD since 1995 and before returning to school worked as a research
scientist and director of R&D for a very early pioneer of streaming
media which was a 100% FreeBSD shop and required substantial
modifications to the network stack and file subsytems of the kernel
(most of which have been since incorporated into the mainstream TCP/IP
stack/kernel and/or made unnecessary by them).   See resume for more
detail.



So, who will be the mentor? You or Kip?
  


Kip is the mentor but since before returning to school, as I said, I 
have had executive level responsibilities so am able to work with 
minimal supervision.


  

  Key Milestones and deadlines:

  MilestoneDeadline
  
  Complete the build skeletonWeek 1



Demostrate ability to compile and test all components using placeholder 
code.

  Complete the graph libraryWeek 3



Demonstrate ability to construct dependency DAG and do a DFS, BFS and 
Topo Search on it.

  Dependency scanningWeek 5



Create an accurate build order list for some subset of ports with the 
minimum some non-root node sharing common dependencies.



  Demonstration of dry run over xorg andWeek 6
   items from feature 6



Produce a completely accurate build order and echo the appropriate 
commands that would build each port

  Demonstration of building an Week 7
  non-cyclical ports graph



Show the systems ability to install and update some port that has no 
common ancestors

  Alpha test of xorg buildWeek 9



Xorg builds without problem on my machine


  Beta test of xorg buildWeek 11



Xorg builds without problem on at least 3 other configurations beyond my 
machine.



  Complete API and theoretical Week 12
  documentation



  


Document all public methods and give enough theortical background so 
that a module developer will not inadvertently break the system.



See in line comments.  General comments from my R&D experience I have 
learned to leave milestones as vague as possible because by the very 
nature of R&D you generally don't know the outcome before you try to 
create it.

These seem very vague on first glance. Milestones have to have a
measurable level of completeness, i.e. if you as an implementor or
contractor claim the milestone is done, I as a project manager have to
be able to verify it really is. Things like "Dependency scanning" don't
qualify.

More examples:

Instead of "Complete the graph library", list the necessary features of
that library. Or, instead of "Alpha test of xorg build", describe tests
that have to pass, and make sure what the difference between "Alpha and
Beta" is in that case.


I admit I haven't read through all of the Wiki entry, so maybe that
information is there to be found. But don't expect a person at Google
with hundreds of applications in front of him or her to go and collect
data from various websites. This stuff has to be in the proposal, and it
has to be detailed.

As it is now, I would never accept this task as a contractor, because
it's not clear what exactly the outcome has to look like in order for me
to get my money. I expect it's the same for SoC students and people at
Google approving applications.

Also, this doesn't look like it's even remotely possible to finish this
in two months, but that's just an uneducated guess from my side.

Regards,
Tobias

  


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


Re: [patch] pkg_delete(1) speedup

2008-03-28 Thread Doug Barton

Roman Divacky wrote:


there are 3 style-only changes in the patch.. 3 lines.. I didnt consider
to make two separate patches for testing/review :)

I'll do it if you insist


Think of it as good practice. :) Seriously though, it does make the 
CVS history a little easier to examine. Your best bet is to generate a 
diff that contains only the style changes, then diff the substantive 
changes against the new version. That way if you have to make changes 
to the substance later on down the road you won't have to worry about 
reapplying the style changes.


hth,

Doug

--

This .signature sanitized for your protection

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


Re: ports/121887: commit references a PR

2008-03-28 Thread dfilter service
The following reply was made to PR ports/121887; it has been noted by GNATS.

From: [EMAIL PROTECTED] (dfilter service)
To: [EMAIL PROTECTED]
Cc:  
Subject: Re: ports/121887: commit references a PR
Date: Fri, 28 Mar 2008 16:21:00 + (UTC)

 bsam2008-03-28 16:20:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
 security/fwtkMakefile 
   Log:
   Actually build without x11 if WITHOUT_X11 is defined.
   
   PR: 121887
   Submitted by:   Christoph Weber-Fahr 
   Approved by:pirzyk (maintainer)
   
   Revision  ChangesPath
   1.36  +1 -0  ports/security/fwtk/Makefile
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ports/121887: security/fwtk fails to build with X11=off option setting

2008-03-28 Thread bsam
Synopsis: security/fwtk fails to build with X11=off option setting

State-Changed-From-To: open->closed
State-Changed-By: bsam
State-Changed-When: Fri Mar 28 16:21:37 UTC 2008
State-Changed-Why: 
Committed, thanks!

http://www.freebsd.org/cgi/query-pr.cgi?pr=121887
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem about software "traffic"

2008-03-28 Thread Jeremy Chadwick
On Fri, Mar 28, 2008 at 09:59:46PM +0700, [EMAIL PROTECTED] wrote:
> configure:2185: checking for suffix of executables
> configure:2187: cc -o conftest -O2 -fno-strict-aliasing -pipeconftest.c 
>  >&5
> cc: conftest.c: No such file or directory
> cc: No input files specified
> configure:2190: $? = 1
> configure:2207: error: cannot compute suffix of executables: cannot compile 
> and link
> See `config.log' for more details.

The problem is here.

For some particular reason, there's no conftest.c available to the
compiler.  I'm pretty sure configure scripts create this file
themselves, then try to compile it.

There's also the possibility of "autoconf" being required and run, which
would build the configure script itself, and that might be broken.  It's
possible the autoconf* installation on your machine is outdated, or is
incompatible with the version the software was developed around.

All that's in net/traffic/Makefile is:

GNU_CONFIGURE=  yes

So the question is why configure isn't creating conftest.c; possibly an
old autoconfs port installation?

If conftest.c comes with the software already, then I have no
explanation for what's going on.

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

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


Re: problem about software "traffic"

2008-03-28 Thread [EMAIL PROTECTED]

Hi

Lowell Gilbert wrote:

"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:

  

To whom it may concern
===
when I try to install /usr/ports/net/traffic it show like this (I use
FreeBSD 6.3)

ns1:admin:/usr/ports/net/traffic>make install
===>  Vulnerability check disabled, database not found
===>  Vulnerability check disabled, database not found
=> traffic-0.1rc4.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> traffic-0.1rc4.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://darkzone.ma.cx/resources/unix/traffic/.
=> Attempting to fetch from http://darkzone.ma.cx/resources/unix/traffic/.
fetch:
http://darkzone.ma.cx/resources/unix/traffic/traffic-0.1rc4.tar.gz:
Not Found
fetch:
http://darkzone.ma.cx/resources/unix/traffic/traffic-0.1rc4.tar.gz:
Not Found
=> Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
=> Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
traffic-0.1rc4.tar.gz 100% of  156 kB   17 kBps

===>  Extracting for traffic-0.1.r4
===>  Extracting for traffic-0.1.r4
=> MD5 Checksum OK for traffic-0.1rc4.tar.gz.
=> MD5 Checksum OK for traffic-0.1rc4.tar.gz.
=> SHA256 Checksum OK for traffic-0.1rc4.tar.gz.
=> SHA256 Checksum OK for traffic-0.1rc4.tar.gz.
===>   traffic-0.1.r4 depends on file: /usr/local/sbin/pkg_info - found
===>   traffic-0.1.r4 depends on file: /usr/local/sbin/pkg_info - found
===>  Patching for traffic-0.1.r4
===>  Patching for traffic-0.1.r4
===>  Configuring for traffic-0.1.r4
===>  Configuring for traffic-0.1.r4
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c -o root
-g 
wheel

checking whether build environment is sane... checking for a
BSD-compatible inst all... /usr/bin/install -c -o 
root -g wheel

checking whether build environment is sane... yes
configure: error: ls -t appears to fail.  Make sure there is not a broken
alias in your environment
configure: error: newly created file is older than distributed files!
Check your system clock
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for i386-portbld-freebsd6.3-gcc... cc
checking for C compiler default output file name... ===>  Script
"configure" fai led unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
"/usr/ports/net/traffic/work/traffic-0.1rc4/config.log" including the output
of the failure of your make command. Also, it might be a good idea to
provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/net/traffic.
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... configure: error: cannot compute
suffix of  executables: cannot compile and link
See `config.log' for more details.
===>  Script "configure" failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
"/usr/ports/net/traffic/work/traffic-0.1rc4/config.log" including the output
of the failure of your make command. Also, it might be a good idea to
provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/net/traffic.
[1]  + Exit 1make install



Can you build anything with the compiler? yes
Can you follow the reporting instructions printed at the end? 
  

ns1:admin:/usr/ports/net/traffic/work/traffic-0.1rc4>cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

 $ ./configure --prefix=/usr/local --infodir=/usr/local/info/ 
i386-portbld-freebsd6.## ## - ##

## Platform. ##
## - ##

hostname = ns1.thaiwebclinic.com
uname -m = i386
uname -r = 6.3-RELEASE-p1
uname -s = FreeBSD
uname -v = FreeBSD 6.3-RELEASE-p1 #0: Thu Mar 27 10:58:47 ICT 2008 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/DMKERNEL


/usr/bin/uname -p = i386
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
hostinfo   = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


## --- ##
## Core tests. ##
## --- #conconfigure:1337: checking for a BSD-compatible install
configure:1392: result: /usr/bin/install -c -o root -g wheel
configure:1403: checking whether build enviro

Re: using pkgdb

2008-03-28 Thread Lowell Gilbert
Chuck Robey <[EMAIL PROTECTED]> writes:

> I'm using pkgdb because I wanted to try portupgrade, and it required it.  My
> problem is that it's doing procedures, asking for a decision on my part, but I
> can't make any guess how to answer it, because the prompt is fairly 
> meaningless
> to  me.  Here is an example of what I'm seeing:
>
> Stale dependency: someportname-1.1.1 -> differentportname-1.1.1 
> (differentportname):
> 3rdportname-1.1.1 ? ([y]es/[n]o/[a]ll) [yes]

To me, this is fairly self-explanatory.  "someportname" is listed as
depending on "differentportname," but "differentportname" isn't
installed.  It suggests that "3rdportname" be listed as a dependency
instead, on the theory that "3rdportname" may be providing the
functionality that "someportname" actually depends on. 

Your choices are "y" to accept that suggestion, "n" to refuse it, and
"a" to accept it and also apply it to all other ports that depend on
"differentportname."

> I haven't the least idea what the Y/N/A is referring to, what sort of action I
> am causing or allowing.  I tried the man page on pkgdb, but I didn't see that
> sort of message in that page.  Sure hope you can give me a hint (and, as a 
> hint,
> this might be a good time to fix that fairly useless prompt).

Apparently, but you would have to make a concrete suggestion to the
program's author.  Since it makes sense to me, I doubt any attempts I
made for improvements would turn out to actually be better.

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


Re: problem about software "traffic"

2008-03-28 Thread Lowell Gilbert
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:

> To whom it may concern
> ===
> when I try to install /usr/ports/net/traffic it show like this (I use
> FreeBSD 6.3)
>
> ns1:admin:/usr/ports/net/traffic>make install
> ===>  Vulnerability check disabled, database not found
> ===>  Vulnerability check disabled, database not found
> => traffic-0.1rc4.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
> => traffic-0.1rc4.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
> => Attempting to fetch from http://darkzone.ma.cx/resources/unix/traffic/.
> => Attempting to fetch from http://darkzone.ma.cx/resources/unix/traffic/.
> fetch:
> http://darkzone.ma.cx/resources/unix/traffic/traffic-0.1rc4.tar.gz:
> Not Found
> fetch:
> http://darkzone.ma.cx/resources/unix/traffic/traffic-0.1rc4.tar.gz:
> Not Found
> => Attempting to fetch from
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
> => Attempting to fetch from
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
> traffic-0.1rc4.tar.gz 100% of  156 kB   17 kBps
>
> ===>  Extracting for traffic-0.1.r4
> ===>  Extracting for traffic-0.1.r4
> => MD5 Checksum OK for traffic-0.1rc4.tar.gz.
> => MD5 Checksum OK for traffic-0.1rc4.tar.gz.
> => SHA256 Checksum OK for traffic-0.1rc4.tar.gz.
> => SHA256 Checksum OK for traffic-0.1rc4.tar.gz.
> ===>   traffic-0.1.r4 depends on file: /usr/local/sbin/pkg_info - found
> ===>   traffic-0.1.r4 depends on file: /usr/local/sbin/pkg_info - found
> ===>  Patching for traffic-0.1.r4
> ===>  Patching for traffic-0.1.r4
> ===>  Configuring for traffic-0.1.r4
> ===>  Configuring for traffic-0.1.r4
> configure: WARNING: you should use --build, --host, --target
> configure: WARNING: you should use --build, --host, --target
> checking for a BSD-compatible install... /usr/bin/install -c -o root
> -g 
> wheel
> checking whether build environment is sane... checking for a
> BSD-compatible inst all... /usr/bin/install -c -o 
> root -g wheel
> checking whether build environment is sane... yes
> configure: error: ls -t appears to fail.  Make sure there is not a broken
> alias in your environment
> configure: error: newly created file is older than distributed files!
> Check your system clock
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking whether make sets $(MAKE)... yes
> checking for i386-portbld-freebsd6.3-gcc... cc
> checking for C compiler default output file name... ===>  Script
> "configure" fai led unexpectedly.
> Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
> "/usr/ports/net/traffic/work/traffic-0.1rc4/config.log" including the output
> of the failure of your make command. Also, it might be a good idea to
> provide
> an overview of all packages installed on your system (e.g. an `ls
> /var/db/pkg`).
> *** Error code 1
>
> Stop in /usr/ports/net/traffic.
> a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... configure: error: cannot compute
> suffix of  executables: cannot compile and link
> See `config.log' for more details.
> ===>  Script "configure" failed unexpectedly.
> Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
> "/usr/ports/net/traffic/work/traffic-0.1rc4/config.log" including the output
> of the failure of your make command. Also, it might be a good idea to
> provide
> an overview of all packages installed on your system (e.g. an `ls
> /var/db/pkg`).
> *** Error code 1
>
> Stop in /usr/ports/net/traffic.
> [1]  + Exit 1make install

Can you build anything with the compiler?
Can you follow the reporting instructions printed at the end?
Do you have up-to-date ports, and is that directory clean?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Utility for safe updating of ports in base system

2008-03-28 Thread Lowell Gilbert
Ulrich Spoerlein <[EMAIL PROTECTED]> writes:

> Some people mentioned license issues with certain ports that would
> disallow the package building: These issues are non-existant if you are
> talking about in-house distribution only. All our jdks are pkg_add(1)ed
> and would love to be upgraded just the same.

I'm not sure I understand the point correctly, so let me just ask: 
isn't this the difference between RESTRICTED and NO_PACKAGE?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


commit port upgrade sysutils/ldap-account-manager

2008-03-28 Thread Vasiliy P. Melnik
Hi all.
Plees commit my port ports/122131

http://www.freebsd.org/cgi/query-pr.cgi?pr=122131


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


Re: rsync 3.0.0 Bug + Fix

2008-03-28 Thread Jeff Royle

Emanuel Haupt wrote:

Emanuel Haupt wrote:
I recently upgraded my rsync to 3.0.0 from the ports and noticed the 
following in my logs...


2008/03/24 08:43:09 [96818] No match for refuse-options string "iconv"

Doing some reading I found this has been reported and apparently fixed 
in the git rsync repository.


Is there plans of releasing a patch for this port (soonish?) or should I 
just manually patch all my machines myself?

There will be a bugfix release soon:
http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.1pre1-NEWS

I'll commit an update as soon as it's released.

Emanuel

Thanks for the update Emanuel.

It's funny, I never really considered how much I do with rsync before 
this, turns out I do a hell of a lot ;-)


Please feel free to test the current preview release, however I'll wait
for the final release to update the port:

http://people.freebsd.org/~ehaupt/patches/rsync-3.0.1pre1.patch

Emanuel


Looks good Emanuel.

I have patched a few systems and have been running some manual tests.

No issues noted between older versions and the new pre-release.  No 
issues noted between pre-release server and older versions.   The iconv 
error in the logs is solved and no issues noted with --append.


Cheers,

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


Possibly unbuildable ports reminder

2008-03-28 Thread Bill Fenner
Dear porters,

  This is just a reminder to please periodically check the list of
unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ .
A list by MAINTAINER is

http://people.freebsd.org/~fenner/errorlogs/

so you can easily check the status of ports that you maintain.  In
addition, the list of ports with no MAINTAINER with build problems is

http://people.freebsd.org/~fenner/errorlogs/[EMAIL PROTECTED]

Since no one is responsible for these ports, the problem won't get
fixed unless someone on this list takes the initiative.

Thanks for your help!

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


Re: [patch] pkg_delete(1) speedup

2008-03-28 Thread Roman Divacky
On Thu, Mar 27, 2008 at 07:18:49PM -0700, Doug Barton wrote:
> Roman Divacky wrote:
> >On Wed, Mar 26, 2008 at 05:18:29PM +0100, Pav Lucistnik wrote:
> >>You might have noticed a thread on the mailing list called "ports system
> >>woes". The submitter pointed out an inefficiency in pkg_delete routine,
> >>that parses the whole /var/db/pkg over and over again for every
> >>dependency of a package being removed.
> >>
> >>Attached is a patch by rdivacky that implements the idea of looking up
> >>all the values in a single pass over /var/db/pkg content.
> >
> >I hacked a slightly better patch that coveres a part of pkg_add too..
> >
> >please review/test on:
> >
> > www.vlakno.cz/~rdivacky/pkg_tools.patch
> >
> >comments, benchmarks more than welcome!
> 
> A) this is massively cool stuff, thanks for taking this on. :)
> B) you should probably do two versions of the patch, one with 
> style(9)-only changes, and one without. The former makes it much easier 
> to review the actual changes, and would speed your path to getting it in 
> the tree.

there are 3 style-only changes in the patch.. 3 lines.. I didnt consider
to make two separate patches for testing/review :)

I'll do it if you insist

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


Re: ports system woes

2008-03-28 Thread Peter Jeremy
On Thu, Mar 27, 2008 at 10:33:44AM +0100, Michel Talon wrote:
>Garrett Cooper wrote:
>> We came to the conclusion that BDB should be used, as no other DB  
>> backend / API exists in the base system (currently), and porting  
>> SQLLite (while nice) appeared to be non-trivial to port 
>
>Are you kidding? The patch files are totally trivial modifications,
>to include stdlib.h. The bigger one is in Makefile.in to take into
>account these ones.

OTOH, SQLite is currently a rapidly moving target.  And a couple of
versions have including warnings about backward/forward compatability.
Both these points count against integrating SQLite into the base
system.  Note that one of the reasons for removing perl from the base
system was the difficulty of tracking vendor changes.

>However it should not be bad to evaluate a solution based on BerkeleyDB,
>another one on sqlite, and chose based on merit, not on aversions.

This is reasonable.  Of course, this is probably 50% more effort than
just doing one - and no-one has come forward with a single solution yet.

>particular an obvious fact is that there are constant troubles when the
>DB version number changes or the ruby adapter changes.

If you use the base BDB1 then it never changes, though portupgrade can
become very upset when it upgrades its own dependencies.

> One may expect
>that no such problems will occur with a very stable and standardized
>language like it is offered by sqlite.

SQL is standardised but its implementation in SQLite is not yet stable.

> It would be
>useful to compare what the BdB in the base system has to offer
>compared to sqlite

BDB1 only offers get/put/delete.  There is no locking or atomicity
(these are only available in the ports version).

-- 
Peter Jeremy
Please excuse any delays as the result of my ISP's inability to implement
an MTA that is either RFC2821-compliant or matches their claimed behaviour.


pgptHxSELRShl.pgp
Description: PGP signature


Re: Comments please: Ports 2.0 SoC application to Google

2008-03-28 Thread Tobias Roth
Aryeh M. Friedman wrote:

>   Kip Macy <[EMAIL PROTECTED]> has agreed to be the mentor for the
> project if accepted as a SoC project provided that no other suitable
> mentor can be found.   For detailed development schedule see the
> "Detailed Description" portion of the this application.   I have used
> FreeBSD since 1995 and before returning to school worked as a research
> scientist and director of R&D for a very early pioneer of streaming
> media which was a 100% FreeBSD shop and required substantial
> modifications to the network stack and file subsytems of the kernel
> (most of which have been since incorporated into the mainstream TCP/IP
> stack/kernel and/or made unnecessary by them).   See resume for more
> detail.

So, who will be the mentor? You or Kip?


>   Key Milestones and deadlines:
>
>   MilestoneDeadline
>   
>   Complete the build skeletonWeek 1
>
>   Complete the graph libraryWeek 3
>
>   Dependency scanningWeek 5
>
>   Demonstration of dry run over xorg andWeek 6
>items from feature 6
>
>   Demonstration of building an Week 7
>   non-cyclical ports graph
>
>   Alpha test of xorg buildWeek 9
>
>   Beta test of xorg buildWeek 11
>
>   Complete API and theoretical Week 12
>   documentation

These seem very vague on first glance. Milestones have to have a
measurable level of completeness, i.e. if you as an implementor or
contractor claim the milestone is done, I as a project manager have to
be able to verify it really is. Things like "Dependency scanning" don't
qualify.

More examples:

Instead of "Complete the graph library", list the necessary features of
that library. Or, instead of "Alpha test of xorg build", describe tests
that have to pass, and make sure what the difference between "Alpha and
Beta" is in that case.


I admit I haven't read through all of the Wiki entry, so maybe that
information is there to be found. But don't expect a person at Google
with hundreds of applications in front of him or her to go and collect
data from various websites. This stuff has to be in the proposal, and it
has to be detailed.

As it is now, I would never accept this task as a contractor, because
it's not clear what exactly the outcome has to look like in order for me
to get my money. I expect it's the same for SoC students and people at
Google approving applications.

Also, this doesn't look like it's even remotely possible to finish this
in two months, but that's just an uneducated guess from my side.

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