Re: Trying to "make index" in a crontab job
John Marshall wrote: On Wed, 10 Sep 2008, 22:42 +0200, Morgan Wesstr?m wrote: # which pkg_info /usr/sbin/pkg_info When I try to use crontab to "make index" in /usr/ports I end up with this: Generating INDEX-7 - please wait..pkg_info: not found See crontab(5). cron(8) doesn't give you /usr/sbin in PATH by default. That was the problem. I simply assumed that since this is root's crontab that it also had root's complete environment available. I have added root's path to the crontab now. Thanks everyone for your help. /M ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
emulators/bochs: acpi option
I need to use bochs configured with --acpi-enabled. I see that currently the port doesn't enable that option and doesn't provide any knob for it. The attached trivial patch should add the knob. Should I also file a PR or is this sufficient? -- Andriy Gapon --- Makefile.orig 2008-09-11 01:13:38.0 +0300 +++ Makefile2008-09-11 01:15:17.0 +0300 @@ -23,7 +23,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS=--disable-docbook -OPTIONS= AES "Enable support of AES CPU extensions" off \ +OPTIONS= ACPI "Enable ACPI emulation" off \ + AES "Enable support of AES CPU extensions" off \ CDROM "Enable CDROM support" on \ CLGD54XX "Enable Cirrus Logic GD54xx video card" off \ DEBUGGER "Enable debugger and disassembler support" off \ @@ -74,6 +75,10 @@ CONFIGURE_ARGS+=--with-nogui .endif +.if defined(WITH_ACPI) +CONFIGURE_ARGS+=--enable-acpi +.endif + .if defined(WITH_AES) CONFIGURE_ARGS+=--enable-aes .endif ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: emulators/bochs: acpi option
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Andriy Gapon wrote: | I need to use bochs configured with --acpi-enabled. | I see that currently the port doesn't enable that option and doesn't | provide any knob for it. | The attached trivial patch should add the knob. | Should I also file a PR or is this sufficient? Please fill-in a PR and CC me, so that I can take it and remember to commit it after the port freeze :) Thanks a lot! - -- Pietro Cerutti [EMAIL PROTECTED] PGP Public Key: http://gahr.ch/pgp -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (FreeBSD) iEYEAREKAAYFAkjJDDQACgkQwMJqmJVx945gCwCgyP9vSwVR6Xp7e0n/xy1JmuK4 QuIAnRGZTAw+GstyFCt9hqf6cvm5ptQ2 =aA30 -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]"
lang gcl is not broken now
Hi, Although lang/gcl has been marked broken for a long time, the port is now working well. It can actually operate math/maxima without errors in its self-checking, at least on PRELEASE-7.1/i386. Please find this situation and delete the BROKEN variable in its Makefile. $FreeBSD: ports/lang/gcl/Makefile,v 1.43 2008/04/19 17:51:28 miwi Exp $ The following lines were usefull in early days of releng7 .if ${OSVERSION} >= 700042 BROKEN= Gcl compiled with gcc42 dumps core .endif but it looks too restrictive for now. So, I'd like to recommend the following altanative. .if ${OSVERSION} >= 700042 && ${OSVERSION} < 700108 BROKEN= Gcl compiled with gcc42 dumps core .endif or these kind of condition can be deleted completely. Than you --- Mamoru Iwaki Niigata University, Japan ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
security/gag - fails: install_error
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/gag-2.9.log : building gag-2.9 in directory /var/tinderbox/7-STABLE-FTP maintained by: [EMAIL PROTECTED] building for: 7.0-STABLE amd64 port directory: /usr/ports/security/gag Makefile ident: $FreeBSD: ports/security/gag/Makefile,v 1.8 2003/02/20 18:59:05 knu Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 11 13:21:52 UTC 2008 ... add_pkg ===> Extracting for gag-2.9 => MD5 Checksum OK for sickenscan.tar. => SHA256 Checksum OK for sickenscan.tar. add_pkg ===> Patching for gag-2.9 ===> Applying FreeBSD patches for gag-2.9 add_pkg ===> Configuring for gag-2.9 ===> Building for gag-2.9 cc -O2 -fno-strict-aliasing -pipe -c gag.c cc -o gag gag.o make: don't know how to make regression-test(continuing) add_pkg ===> Installing for gag-2.9 ===> Generating temporary packing list ===> Checking if security/gag already installed ===> Registering installation for gag-2.9 ===> Building package for gag-2.9 tar: share/doc/gag/README: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/gag-2.9.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/gag-2.9.tbz' *** Error code 1 Stop in /a/ports/security/gag. build of /usr/ports/security/gag ended at Thu Sep 11 13:21:54 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
security/identify - fails: install_error
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/identify-0.7.log : building identify-0.7 in directory /var/tinderbox/7-STABLE-FTP maintained by: [EMAIL PROTECTED] building for: 7.0-STABLE amd64 port directory: /usr/ports/security/identify Makefile ident: $FreeBSD: ports/security/identify/Makefile,v 1.16 2003/12/21 00:22:25 sergei Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 11 14:39:56 UTC 2008 ... adding dependencies pkg_add libident-0.32_1.tbz ===> identify-0.7 depends on file: /usr/local/lib/libident.a - found ===> Configuring for identify-0.7 ===> Building for identify-0.7 cc -O2 -fno-strict-aliasing -pipe -I/usr/local/include -L/usr/local/lib -c identify.c identify.c: In function 'ident_get_identifier': identify.c:70: warning: incompatible implicit declaration of built-in function 'strncpy' identify.c:72: warning: passing argument 2 of 'strncpy' makes pointer from integer without a cast identify.c: In function 'main': identify.c:176: warning: incompatible implicit declaration of built-in function '_exit' identify.c:213: warning: incompatible implicit declaration of built-in function '_exit' identify.c:224: warning: incompatible implicit declaration of built-in function 'exit' identify.c:232: warning: incompatible implicit declaration of built-in function 'exit' cc -O2 -fno-strict-aliasing -pipe -I/usr/local/include -L/usr/local/lib -o identify identify.o -lident make: don't know how to make regression-test(continuing) add_pkg ===> Installing for identify-0.7 ===> Generating temporary packing list ===> Checking if security/identify already installed install -s -o root -g wheel -m 555 /work/a/ports/security/identify/work/identify-0.7/identify /usr/local/libexec ===> Registering installation for identify-0.7 ===> Building package for identify-0.7 tar: share/doc/identify/README: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/identify-0.7.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/identify-0.7.tbz' *** Error code 1 Stop in /a/ports/security/identify. build of /usr/ports/security/identify ended at Thu Sep 11 14:39:58 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
security/keyprint - fails: install_error
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/keyprint-1.0.log : building keyprint-1.0 in directory /var/tinderbox/7-STABLE-FTP maintained by: [EMAIL PROTECTED] building for: 7.0-STABLE amd64 port directory: /usr/ports/security/keyprint Makefile ident: $FreeBSD: ports/security/keyprint/Makefile,v 1.11 2007/03/23 09:47:30 linimon Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 11 15:03:10 UTC 2008 ... add_pkg ===> Extracting for keyprint-1.0 => MD5 Checksum OK for keyprint-1.0.tar.gz. => SHA256 Checksum OK for keyprint-1.0.tar.gz. add_pkg ===> Patching for keyprint-1.0 /usr/bin/sed -i.bak -e 's,__PREFIX__,/usr/local,' /work/a/ports/security/keyprint/work/keyprint-1.0/keyprint add_pkg ===> Configuring for keyprint-1.0 make: don't know how to make regression-test(continuing) add_pkg ===> Installing for keyprint-1.0 ===> Generating temporary packing list ===> Checking if security/keyprint already installed /bin/mkdir -p /usr/local/share/keyprint install -o root -g wheel -m 444 /work/a/ports/security/keyprint/work/keyprint-1.0/keyblank.ps /usr/local/share/keyprint install -o root -g wheel -m 555 /work/a/ports/security/keyprint/work/keyprint-1.0/keyprint /usr/local/bin ===> Registering installation for keyprint-1.0 ===> Building package for keyprint-1.0 tar: share/keyprint/README: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/keyprint-1.0.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/keyprint-1.0.tbz' *** Error code 1 Stop in /a/ports/security/keyprint. build of /usr/ports/security/keyprint ended at Thu Sep 11 15:03:13 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
security/mindterm-binary - fails: install_error
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/mindterm-binary-1.2.1.log : building mindterm-binary-1.2.1 in directory /var/tinderbox/7-STABLE-FTP maintained by: [EMAIL PROTECTED] building for: 7.0-STABLE amd64 port directory: /usr/ports/security/mindterm-binary Makefile ident: $FreeBSD: ports/security/mindterm-binary/Makefile,v 1.10 2008/03/07 13:00:55 miwi Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 11 16:50:31 UTC 2008 ... Deleting unzip-5.52_5 add_pkg ===> Patching for mindterm-binary-1.2.1 add_pkg unzip-5.52_5.tbz adding dependencies pkg_add unzip-5.52_5.tbz ===> Configuring for mindterm-binary-1.2.1 make: don't know how to make regression-test(continuing) add_pkg ===> Installing for mindterm-binary-1.2.1 ===> Generating temporary packing list ===> Checking if security/mindterm-binary already installed ===> Registering installation for mindterm-binary-1.2.1 ===> Building package for mindterm-binary-1.2.1 tar: share/doc/mindterm/CHANGES: Cannot stat: No such file or directory tar: share/doc/mindterm/FAQ: Cannot stat: No such file or directory tar: share/doc/mindterm/FEATURES: Cannot stat: No such file or directory tar: share/doc/mindterm/PLATFORMS: Cannot stat: No such file or directory tar: share/doc/mindterm/TODO: Cannot stat: No such file or directory tar: share/doc/mindterm/mindterm-ssh.html: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/mindterm-binary-1.2.1.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/mindterm-binary-1.2.1.tbz' *** Error code 1 Stop in /a/ports/security/mindterm-binary. build of /usr/ports/security/mindterm-binary ended at Thu Sep 11 16:50:34 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Trying to "make index" in a crontab job
On Thu, 11 Sep 2008 11:42:11 +1000 John Marshall <[EMAIL PROTECTED]> wrote: > On Wed, 10 Sep 2008, 22:42 +0200, Morgan Wesstr?m wrote: > > Is there a preferred way to update the > > ports source tree and create the index through crontab? > > If your system is configured to use csup (or cvsup) to update your > ports tree to the latest (ports-all tag=.), then you can fetch a > pre-built index with "make fetchindex". > > portsnap(8) updates the INDEX as well as the ports tree by default and > might be a better solution for you. Just that, in both cases one gets the default INDEX, as build for default OPTIONS/KNOBS/... for all ports, hence it probably differs from the one you'll generate locally. As a suggestion for the OP: ports-mgmt/p5-FreeBSD-Portindex -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B signature.asc Description: PGP signature
Re: VirtualBox looks for FreeBSD developer
Hi, Torfinn Ingolfsen wrote: On Mon, Sep 8, 2008 at 3:22 PM, Klaus Espenlaub <[EMAIL PROTECTED]> wrote: #include I speak for myself and nobody else. I do not claim that I in any way represent FreeBSD. freebsd is yet another kernel for which the VirtualBox devs would have to figure out how to safely achieve a few things normal applications don't ever need. Like dealing with physical memory, getting along with the scheduler and stuff like that. It's also true that the written documentation in VirtualBox about this area leaves something to be desired - again a manpower problem. It is easy for me as an outsider to see that this can be viewed from the opposite angle: "VirtualBox is just another virtualization solution for FreeBSD. We are sorry that the VirtualBox team can't find any time to provide the necessary documentation. Currently FreeBSD don't have any developers with enough free time to figure things out from the documentation available now. You see - it is simply a manpower problem." I like to do such rewordings myself every now and then, but this one was not very constructive. It incorrectly implies that whoever will attempt this will be on his own figuring out what needs to be done. We'll help with information as much as we can. What I wrote is that the currently available written documentation isn't enough to do this. The very same is true for the FreeBSD documentation though, because if it were trivial to figure out what kernel functions perform the operations needed by the VirtualBox driver this issue wouldn't exist. But no one gains anything by pointing fingers, and thus all I'm saying is that we'll improve the documentation in cooperation with whoever is interested. My mail was intended to start cooperation, and I still hope there's someone picking up this offer. We're easy to contact, on #vbox-dev on freenode. Klaus ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: confirm 40cc26c517acc862580f5cd95b98a2a9991035c8
On Thu, 11 Sep 2008 17:55:05 + [EMAIL PROTECTED] wrote: > Mailing list subscription confirmation notice for mailing list > freebsd-ports > > We have received a request for subscription of your email address, > "[EMAIL PROTECTED]", to the freebsd-ports@freebsd.org mailing list. To > confirm that you want to be added to this mailing list, simply reply > to this message, keeping the Subject: header intact. Or visit this > web page: > > > http://lists.freebsd.org/mailman/confirm/freebsd-ports/40cc26c517acc862580f5cd95b98a2a9991035c8 > > > Or include the following line -- and only the following line -- in a > message to [EMAIL PROTECTED]: > > confirm 40cc26c517acc862580f5cd95b98a2a9991035c8 > > Note that simply sending a `reply' to this message should work from > most mail readers, since that usually leaves the Subject: line in the > right form (additional "Re:" text in the Subject: is okay). > > If you do not wish to be subscribed to this list, please simply > disregard this message. If you think you are being maliciously > subscribed to the list, or have any other questions, send them 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]"
been trying to update kdenetwork for several days without success.
I'm running up to date current and am unable to update kdenetwork4. I've tried manually, with portupgrade and with portmaster, all ending in the same. /usr/ports/net/kdenetwork4/work/kdenetwork-4.1.1/kopete/protocols/jabber/libiris/iris/xmpp-im/xmpp_task.cpp:21:27: error: qplatformdefs.h: No such file or directory *** Error code 1 Stop in /usr/ports/net/kdenetwork4/work/kdenetwork-4.1.1/build. *** Error code 1 I hope I'm not the only one with this problem. Thanks for any suggestions, ed ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
security/rid - fails: install_error
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/rid-1.0.log : building rid-1.0 in directory /var/tinderbox/7-STABLE-FTP maintained by: [EMAIL PROTECTED] building for: 7.0-STABLE amd64 port directory: /usr/ports/security/rid Makefile ident: $FreeBSD: ports/security/rid/Makefile,v 1.13 2006/05/13 04:15:14 edwin Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Fri Sep 12 00:18:14 UTC 2008 ... add_pkg ===> Patching for rid-1.0 ===> Applying FreeBSD patches for rid-1.0 add_pkg ===> Configuring for rid-1.0 ===> Building for rid-1.0 yacc -d parser.y lex parser.l cc -o rid -g sender.c main.c pinger.c y.tab.c lex.yy.c listen.c -lpcap parser.l: In function 'yylex': parser.l:53: warning: incompatible implicit declaration of built-in function 'strdup' parser.l:54: warning: incompatible implicit declaration of built-in function 'strdup' parser.l:55: warning: incompatible implicit declaration of built-in function 'strdup' make: don't know how to make regression-test(continuing) add_pkg ===> Installing for rid-1.0 ===> Generating temporary packing list ===> Checking if security/rid already installed ===> Registering installation for rid-1.0 ===> Building package for rid-1.0 tar: share/doc/rid/README: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/rid-1.0.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/rid-1.0.tbz' *** Error code 1 Stop in /a/ports/security/rid. build of /usr/ports/security/rid ended at Fri Sep 12 00:18:18 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
security/saint - fails: manpage
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/saint-3.5.8.log : building saint-3.5.8 in directory /var/tinderbox/7-STABLE-FTP maintained by: [EMAIL PROTECTED] building for: 7.0-STABLE amd64 port directory: /usr/ports/security/saint Makefile ident: $FreeBSD: ports/security/saint/Makefile,v 1.33 2006/10/31 02:22:03 alepulver Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Fri Sep 12 00:40:51 UTC 2008 ... adding dependencies pkg_add perl-5.8.8_1.tbz skipping perl-5.8.8_1, already added ===> Installing for saint-3.5.8 ===> saint-3.5.8 depends on file: /usr/local/bin/perl5.8.8 - found ===> Generating temporary packing list ===> Checking if security/saint already installed /usr/bin/tar -C /work/a/ports/security/saint/work/saint-3.5.8 -cf - -X /a/ports/security/saint/files/excludefiles . | /usr/bin/tar -C /usr/local/saint -xf - ===> Compressing manual pages for saint-3.5.8 gzip: can't stat: /usr/local/man/man1/saint.1: No such file or directory ===> Registering installation for saint-3.5.8 ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/saint/bin/ddos_scan /usr/local/saint/bin/rex /usr/local/saint/bin/fping If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.wwdsi.com/saint/ ===> Building package for saint-3.5.8 tar: man/man1/saint.1.gz: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/saint-3.5.8.tbz Registering depends: perl-5.8.8_1. Creating bzip'd tar ball in '/tmp/packages/All/saint-3.5.8.tbz' *** Error code 1 Stop in /a/ports/security/saint. build of /usr/ports/security/saint ended at Fri Sep 12 00:42:22 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
security/sslwrap - fails: install_error
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/sslwrap-2.0.6_1.log : building sslwrap-2.0.6_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: [EMAIL PROTECTED] building for: 7.0-STABLE amd64 port directory: /usr/ports/security/sslwrap Makefile ident: $FreeBSD: ports/security/sslwrap/Makefile,v 1.16 2006/05/13 04:15:16 edwin Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Fri Sep 12 01:45:36 UTC 2008 ... s_server.c:473: warning: passing argument 2 of 'SSL_CTX_set_info_callback' from incompatible pointer type make: don't know how to make regression-test(continuing) add_pkg ===> Installing for sslwrap-2.0.6_1 ===> Generating temporary packing list ===> Checking if security/sslwrap already installed install -s -o root -g wheel -m 555 /work/a/ports/security/sslwrap/work/sslwrap206/sslwrap /usr/local/bin/sslwrap ===> Registering installation for sslwrap-2.0.6_1 ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/bin/sslwrap If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.rickk.com/sslwrap/ ===> Building package for sslwrap-2.0.6_1 tar: share/doc/sslwrap/README: Cannot stat: No such file or directory tar: share/doc/sslwrap/docs.html: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/sslwrap-2.0.6_1.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/sslwrap-2.0.6_1.tbz' *** Error code 1 Stop in /a/ports/security/sslwrap. build of /usr/ports/security/sslwrap ended at Fri Sep 12 01:45:39 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
news/p5-Gateway - fails: install_error
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/p5-Gateway-0.42_1.log : building p5-Gateway-0.42_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: [EMAIL PROTECTED] building for: 7.0-STABLE amd64 port directory: /usr/ports/news/p5-Gateway Makefile ident: $FreeBSD: ports/news/p5-Gateway/Makefile,v 1.14 2008/04/17 14:27:54 araujo Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Fri Sep 12 02:53:04 UTC 2008 ... Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/mungeids.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/crosspost.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/post.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/headers.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/nobinaries.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/mailtonews.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/hash.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/keywords.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/newsgroups.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/whitelist.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/cleanbody.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/previoushop.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/mail.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/moosesign.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/config.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/mailpath.al Installing /usr/local/lib/perl5/site_perl/5.8.8/auto/News/Gateway/anykeyword.al Installing /usr/local/lib/perl5/5.8.8/man/man3/News::Gateway.3 Writing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/News/Gateway/.packlist ===> Compressing manual pages for p5-Gateway-0.42_1 ===> Registering installation for p5-Gateway-0.42_1 ===> Building package for p5-Gateway-0.42_1 tar: share/examples/Gateway/listgate: Cannot stat: No such file or directory tar: share/examples/Gateway/listgate.m4: Cannot stat: No such file or directory tar: share/examples/Gateway/listgate.readme: Cannot stat: No such file or directory tar: share/examples/Gateway/raccmod: Cannot stat: No such file or directory tar: share/examples/Gateway/raccpost: Cannot stat: No such file or directory tar: share/examples/Gateway/racrmod: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/p5-Gateway-0.42_1.tbz Registering depends: p5-News-Article-1.27_2 p5-Net-1.22,1 p5-MIME-Base64-3.07 p5-Authen-SASL-2.12 p5-GSSAPI-0.26 p5-Digest-HMAC-1.01 p5-Digest-SHA1-2.11 p5-PGP-Sign-0.20 perl-5.8.8_1 pgp-2.6.3i_1. Creating bzip'd tar ball in '/tmp/packages/All/p5-Gateway-0.42_1.tbz' *** Error code 1 Stop in /a/ports/news/p5-Gateway. build of /usr/ports/news/p5-Gateway ended at Fri Sep 12 02:53:50 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: been trying to update kdenetwork for several days without success.
On Thu, 11 Sep 2008 18:26:20 -0500, eculp wrote: > error: qplatformdefs.h: No such file or http://mail.kde.org/pipermail/kde-freebsd/2008-July/003173.html follow the thread and you'll find solution, Max ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"