From owner-freebsd-ports@FreeBSD.ORG Sun May 27 05:34:26 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A05416A41F for ; Sun, 27 May 2007 05:34:26 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from tiltup.nepinc.com (tiltup.nepinc.com [66.207.136.20]) by mx1.freebsd.org (Postfix) with ESMTP id C0ECD13C447 for ; Sun, 27 May 2007 05:34:25 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from haiti.nepinc.com (pool-71-182-141-146.pitbpa.fios.verizon.net [71.182.141.146]) (authenticated bits=0) by tiltup.nepinc.com (8.13.4/8.13.4) with ESMTP id l4R5Je1Y042935 for ; Sun, 27 May 2007 01:19:40 -0400 (EDT) (envelope-from freebsd@voidmain.net) Message-ID: <465914E0.9050607@voidmain.net> Date: Sun, 27 May 2007 01:19:28 -0400 From: Tom Grove User-Agent: Thunderbird 2.0.0.0 (X11/20070524) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: xfce4-desktop needs to require libwww X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 05:34:26 -0000 I have found, after pkg_cutleaving some things, that xfce4-desktop needs libwww to run. After trying to rebuild it I found that it would not rebuild because it require libmd5.la. This is included in the libwww port, thus I believe xfce4-desktop should require libwww. -Tom From owner-freebsd-ports@FreeBSD.ORG Sun May 27 08:55:40 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B213A16A46E for ; Sun, 27 May 2007 08:55:40 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.freebsd.org (Postfix) with SMTP id 6EEE613C447 for ; Sun, 27 May 2007 08:55:40 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 6470 invoked by uid 399); 27 May 2007 08:55:40 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 27 May 2007 08:55:40 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <46594789.8030900@FreeBSD.org> Date: Sun, 27 May 2007 01:55:37 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: freebsd-ports X-Enigmail-Version: 0.95.0 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Instructions for xorg 7.2 upgrade using portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 08:55:40 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Howdy, Thanks to all who've inquired about doing the xorg upgrade using portmaster. I appreciate your patience in waiting for me to provide instructions for it, but it's been quite an exciting journey. I just committed a new version of portmaster (1.17) that has many new features and enhancements, several of which are required for the upgrade. Please note that if you can do it, the _best_ way to use portmaster to do the upgrade is still to run 'pkg_delete -f xorg*' followed by 'portmaster x11/xorg', but if you can't or don't want to do that, read on. :) The problem that you'll inevitably run into is that due to the vast number of files that are moving from one port to another, combined with the way portmaster does depth-first updates, old port A is going to be deleted after new port B has already installed one or more new files with the same name, leading to either a failed build or rebuilding of the dependency. We can minimize that problem, but we can't avoid it altogether. So, here we go ... 0. Update to version 1.17 of portmaster (or newer if available), and take a glance at the man page. 1. Add 'X11BASE= ${LOCALBASE}' to /etc/make.conf. Strictly speaking this should not be necessary, but I ran into weirdness without it. 2. Export XORG_UPGRADE into your environment (see /usr/ports/UPDATING) 3. Read the 20070519 entry in /usr/ports/UPDATING, and any newer entries that pertain to the upgrade. 4. pkg_delete -f the xorg-manpages, xorg-fonts-misc-bitmaps, and xorg-libraries ports. These ports are guaranteed to delete new files when they are pkg_delete'd, and there is no way around it. 5. Consider doing 'rm -r /var/db/ports/*', or adding the new - --force-config option to the beginning of each command line below. 6. Start the script per UPDATING. 7. portmaster -wv /usr/ports/x11/xorg-libraries If you can be sure (either through using WRKDIRPREFIX or pre-cleaning your /usr/ports/ tree) that you have no stale work directories, consider adding the -C flag. If you want to delete the old distfiles without prompting, add -d. 8. portmaster -v[Cd] /usr/ports/devel/imake 9. portmaster -v[Cd] -w -r libXft If this build fails at any point (and it probably will at least once) then add -R to the command line when you restart it in order to avoid having to rebuild things already built. This is probably a good time to add the -C option if the build fails part way through the make phase of a port to avoid having to rebuild that part of the port that's already done. If your build fails often with trying to install a port that's already installed (part of the chicken/egg problem described above) consider adding -m"-DFORCE_PKG_REGISTER" to the portmaster command line. It's not an ideal solution, but it's a time saver, and it works. 10. portmaster -v[Cd] -w /usr/ports/x11/xorg The -R option as described above won't help you here, but the other information from 9. applies. 11. portmaster -v[Cd] -w -a 12. portmaster [-d] -s 13. portmaster [-d] --clean-distfiles 14. Enjoy the brave new world of xorg 7.2 :) Good luck, Doug PS, One request, please do not mail me directly asking for help with the upgrade. You're much better off posting a message here on freebsd-ports@ so that you can get help that much sooner. I will of course be monitoring the list closely. Thanks. - -- This .signature sanitized for your protection -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGWUeJyIakK9Wy8PsRAhveAJ9QdzXspf5t2sOweTzxp9R8wqnptQCgsVGC jPamlEzjDYD5mDuAYyOm4bM= =yyUV -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sun May 27 12:53:58 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7EDA816A46C for ; Sun, 27 May 2007 12:53:58 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from alnrmhc12.comcast.net (alnrmhc12.comcast.net [204.127.225.92]) by mx1.freebsd.org (Postfix) with ESMTP id 5B81C13C4B9 for ; Sun, 27 May 2007 12:53:58 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from [192.168.1.109] (c-68-55-141-86.hsd1.md.comcast.net[68.55.141.86]) by comcast.net (alnrmhc12) with ESMTP id <20070527124303b1200qeltue>; Sun, 27 May 2007 12:43:03 +0000 From: Dantavious To: freebsd-ports@freebsd.org Date: Sun, 27 May 2007 08:43:03 -0400 User-Agent: KMail/1.9.6 References: <46594789.8030900@FreeBSD.org> In-Reply-To: <46594789.8030900@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705270843.03798.derrick@uniquestrength.net> Subject: Re: Instructions for xorg 7.2 upgrade using portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 12:53:58 -0000 On Sunday 27 May 2007 04:55:37 Doug Barton wrote: > Howdy, > > Thanks to all who've inquired about doing the xorg upgrade using > portmaster. I appreciate your patience in waiting for me to provide > instructions for it, but it's been quite an exciting journey. I just > committed a new version of portmaster (1.17) that has many new > features and enhancements, several of which are required for the upgrade. > > Please note that if you can do it, the _best_ way to use portmaster to > do the upgrade is still to run 'pkg_delete -f xorg*' followed by > 'portmaster x11/xorg', but if you can't or don't want to do that, read > on. :) The problem that you'll inevitably run into is that due to the > vast number of files that are moving from one port to another, > combined with the way portmaster does depth-first updates, old port A > is going to be deleted after new port B has already installed one or > more new files with the same name, leading to either a failed build or > rebuilding of the dependency. We can minimize that problem, but we > can't avoid it altogether. So, here we go ... > > 0. Update to version 1.17 of portmaster (or newer if available), and > take a glance at the man page. > > 1. Add 'X11BASE= ${LOCALBASE}' to /etc/make.conf. Strictly speaking > this should not be necessary, but I ran into weirdness without it. > > 2. Export XORG_UPGRADE into your environment (see /usr/ports/UPDATING) > > 3. Read the 20070519 entry in /usr/ports/UPDATING, and any newer > entries that pertain to the upgrade. > > 4. pkg_delete -f the xorg-manpages, xorg-fonts-misc-bitmaps, and > xorg-libraries ports. These ports are guaranteed to delete new files > when they are pkg_delete'd, and there is no way around it. > > 5. Consider doing 'rm -r /var/db/ports/*', or adding the new > --force-config option to the beginning of each command line below. > > 6. Start the script per UPDATING. > > 7. portmaster -wv /usr/ports/x11/xorg-libraries > If you can be sure (either through using WRKDIRPREFIX or pre-cleaning > your /usr/ports/ tree) that you have no stale work directories, > consider adding the -C flag. If you want to delete the old distfiles > without prompting, add -d. > > 8. portmaster -v[Cd] /usr/ports/devel/imake > > 9. portmaster -v[Cd] -w -r libXft > If this build fails at any point (and it probably will at least once) > then add -R to the command line when you restart it in order to avoid > having to rebuild things already built. This is probably a good time > to add the -C option if the build fails part way through the make > phase of a port to avoid having to rebuild that part of the port > that's already done. If your build fails often with trying to install > a port that's already installed (part of the chicken/egg problem > described above) consider adding -m"-DFORCE_PKG_REGISTER" to the > portmaster command line. It's not an ideal solution, but it's a time > saver, and it works. > > 10. portmaster -v[Cd] -w /usr/ports/x11/xorg > The -R option as described above won't help you here, but the other > information from 9. applies. > > 11. portmaster -v[Cd] -w -a > > 12. portmaster [-d] -s > > 13. portmaster [-d] --clean-distfiles > > 14. Enjoy the brave new world of xorg 7.2 :) > > > Good luck, > > Doug > > PS, One request, please do not mail me directly asking for help with > the upgrade. You're much better off posting a message here on > freebsd-ports@ so that you can get help that much sooner. I will of > course be monitoring the list closely. Thanks. Thanks for the great tool and the instructions. v/r Derrick From owner-freebsd-ports@FreeBSD.ORG Sun May 27 12:59:19 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1277D16A496; Sun, 27 May 2007 12:59:19 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id ACB5513C4B0; Sun, 27 May 2007 12:59:18 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id ADC7219B841; Sun, 27 May 2007 14:59:17 +0200 (CEST) Received: from saturn.kn-bremen.de (localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l4RCwO8n003871; Sun, 27 May 2007 14:58:24 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l4RCwO6x003870; Sun, 27 May 2007 14:58:24 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 27 May 2007 14:58:24 +0200 To: Eric Anderson Message-ID: <20070527125824.GA1982@saturn.kn-bremen.de> Mail-Followup-To: Eric Anderson , freebsd-emulation@FreeBSD.org, freebsd-ports@FreeBSD.org References: <20070526181709.GA10188@saturn.kn-bremen.de> <4658BC6E.5080208@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4658BC6E.5080208@freebsd.org> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org Subject: Re: another qemu-devel port update ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 12:59:19 -0000 On Sat, May 26, 2007 at 06:02:06PM -0500, Eric Anderson wrote: > On a recent -CURRENT (with the new GCC): > > # make >... > ===> Configuring for qemu-devel-0.9.0s.20070526 > WARNING: "cc" looks like gcc 4.x > QEMU is known to have problems when compiled with gcc 4.x > It is recommended that you use gcc 3.x to build QEMU > To use this compiler anyway, configure with --disable-gcc-check > ===> Script "configure" failed unexpectedly. > Please report the problem to nox@FreeBSD.org [maintainer] and attach the > "/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2007-05-26_05/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/emulators/qemu-devel. > *** Error code 1 > > Stop in /usr/ports/emulators/qemu-devel. Hmm that should not happen... Do you have an old version of bsd.gcc.mk maybe? Juergen From owner-freebsd-ports@FreeBSD.ORG Sun May 27 16:24:58 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2263916A4A6 for ; Sun, 27 May 2007 16:24:58 +0000 (UTC) (envelope-from em.conti@tin.it) Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mx1.freebsd.org (Postfix) with ESMTP id D690613C4B9 for ; Sun, 27 May 2007 16:24:57 +0000 (UTC) (envelope-from em.conti@tin.it) Received: from localhost (79.0.136.235) by vsmtp4.tin.it (7.3.122) id 4648345D00F56996 for ports@FreeBSD.org; Sun, 27 May 2007 18:13:04 +0200 Date: Sun, 27 May 2007 18:13:03 +0200 From: em.conti@tin.it To: ports@FreeBSD.org Message-ID: <20070527181303.02baf51b@localhost> X-Mailer: Sylpheed-Claws 2.1.1 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Failure of portsdb X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 16:24:58 -0000 Hi I have been using FreeBSD for 5 years and I make a weekly ports upgrade. But starting from last Sunday I am not able to run "portsdb -Uu". Here is the error: Updating the ports index ... Generating INDEX.tmp - please wait..===> arabic/ae_fonts_mono failed *** Error code 1 ===> accessibility/at-poke failed *** Error code 1 2 errors ******************************************************************** Before reporting this error, verify that you are running a supported version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you have a complete and up-to-date ports collection. (INDEX builds are not supported with partial or out-of-date ports collections -- in particular, if you are using cvsup, you must cvsup the "ports-all" collection, and have no "refuse" files.) If that is the case, then report the failure to ports@FreeBSD.org together with relevant details of your ports configuration (including FreeBSD version, your architecture, your environment, and your /etc/make.conf settings, especially compiler flags and WITH/WITHOUT settings). Note: the latest pre-generated version of INDEX may be fetched automatically with "make fetchindex". ******************************************************************** *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports. failed to generate INDEX! portsdb: index generation error -------- I am running FreeBSD 6.0 on an AMD64. Emilio Conti From owner-freebsd-ports@FreeBSD.ORG Sun May 27 17:01:03 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 131CA16A498 for ; Sun, 27 May 2007 17:01:03 +0000 (UTC) (envelope-from hagen.kuehl@stud.tu-ilmenau.de) Received: from piggy.rz.tu-ilmenau.de (piggy.rz.tu-ilmenau.de [141.24.4.8]) by mx1.freebsd.org (Postfix) with ESMTP id 8C35F13C45D for ; Sun, 27 May 2007 17:01:02 +0000 (UTC) (envelope-from hagen.kuehl@stud.tu-ilmenau.de) Received: from l140.fem.tu-ilmenau.de (l140.fem.tu-ilmenau.de [141.24.54.140]) by piggy.rz.tu-ilmenau.de (8.13.7/8.13.7/Debian-2) with ESMTP id l4RH02bL024209 for ; Sun, 27 May 2007 19:00:02 +0200 Date: Sun, 27 May 2007 19:00:53 +0200 From: Hagen =?ISO-8859-1?Q?K=FChl?= To: freebsd-ports@freebsd.org Message-ID: <20070527190053.41a88e30@l140.fem.tu-ilmenau.de> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_SMIW/+pRcEI.YEgI2d6kk16"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: xorg modularity X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 17:01:03 -0000 --Sig_SMIW/+pRcEI.YEgI2d6kk16 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello, just want to know, if anyone is planning to change the news xorg-metaports, so you can really make use of the new modularity? So you can choose which programs you really want to install when running make config. I'm not sure how much work this will be, but I think some people would appreciate it. (including me ;)) Regards, Hagen --=20 Scientia est potentia! PGP-Key-ID: 0x53C6010D PGP-Fingerprint: 428D 7819 B332 3FEC F5BA 5C0B 2B62 1207 53C6 010D --Sig_SMIW/+pRcEI.YEgI2d6kk16 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGWblGK2ISB1PGAQ0RAtCBAJ4tp9rNtbI7Ry1+KTelM0q8OvTIIwCfcS9U /g7yCkbGEOuAKHHd/Gid0Bw= =H+/N -----END PGP SIGNATURE----- --Sig_SMIW/+pRcEI.YEgI2d6kk16-- From owner-freebsd-ports@FreeBSD.ORG Sun May 27 17:32:19 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49DF516A421; Sun, 27 May 2007 17:32:19 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from omta02.suddenlink.net (omta02-pub.suddenlink.net [208.180.40.74]) by mx1.freebsd.org (Postfix) with ESMTP id 8F29E13C469; Sun, 27 May 2007 17:32:18 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from neutrino.vnode.org ([74.193.81.203]) by omta02.suddenlink.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070527173218.BBQR10446.omta02.suddenlink.net@neutrino.vnode.org>; Sun, 27 May 2007 12:32:18 -0500 Message-ID: <4659C0A2.6030808@freebsd.org> Date: Sun, 27 May 2007 12:32:18 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.0 (X11/20070521) MIME-Version: 1.0 To: Eric Anderson , freebsd-emulation@FreeBSD.org, freebsd-ports@FreeBSD.org References: <20070526181709.GA10188@saturn.kn-bremen.de> <4658BC6E.5080208@freebsd.org> <20070527125824.GA1982@saturn.kn-bremen.de> In-Reply-To: <20070527125824.GA1982@saturn.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: another qemu-devel port update ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 17:32:19 -0000 On 05/27/07 07:58, Juergen Lock wrote: > On Sat, May 26, 2007 at 06:02:06PM -0500, Eric Anderson wrote: >> On a recent -CURRENT (with the new GCC): >> >> # make >> ... >> ===> Configuring for qemu-devel-0.9.0s.20070526 >> WARNING: "cc" looks like gcc 4.x >> QEMU is known to have problems when compiled with gcc 4.x >> It is recommended that you use gcc 3.x to build QEMU >> To use this compiler anyway, configure with --disable-gcc-check >> ===> Script "configure" failed unexpectedly. >> Please report the problem to nox@FreeBSD.org [maintainer] and attach the >> "/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2007-05-26_05/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/emulators/qemu-devel. >> *** Error code 1 >> >> Stop in /usr/ports/emulators/qemu-devel. > > Hmm that should not happen... Do you have an old version of > bsd.gcc.mk maybe? > > Juergen # $FreeBSD: ports/Mk/bsd.gcc.mk,v 1.12 2007/05/19 22:06:14 pav Exp $ That the right one? Eric From owner-freebsd-ports@FreeBSD.ORG Sun May 27 18:53:51 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 658F716A47F; Sun, 27 May 2007 18:53:51 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id E203F13C484; Sun, 27 May 2007 18:53:50 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 2D13919B8E5; Sun, 27 May 2007 20:53:49 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l4RIqaIB021621; Sun, 27 May 2007 20:52:36 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l4RIqZMZ021620; Sun, 27 May 2007 20:52:35 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 27 May 2007 20:52:35 +0200 To: Eric Anderson Message-ID: <20070527185235.GA21463@saturn.kn-bremen.de> Mail-Followup-To: Eric Anderson , freebsd-emulation@FreeBSD.org, freebsd-ports@FreeBSD.org References: <20070526181709.GA10188@saturn.kn-bremen.de> <4658BC6E.5080208@freebsd.org> <20070527125824.GA1982@saturn.kn-bremen.de> <4659C0A2.6030808@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4659C0A2.6030808@freebsd.org> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org Subject: Re: another qemu-devel port update ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 18:53:51 -0000 On Sun, May 27, 2007 at 12:32:18PM -0500, Eric Anderson wrote: > On 05/27/07 07:58, Juergen Lock wrote: > >On Sat, May 26, 2007 at 06:02:06PM -0500, Eric Anderson wrote: > >>On a recent -CURRENT (with the new GCC): > >> > >># make > >>... > >>===> Configuring for qemu-devel-0.9.0s.20070526 > >>WARNING: "cc" looks like gcc 4.x > >>QEMU is known to have problems when compiled with gcc 4.x > >>It is recommended that you use gcc 3.x to build QEMU > >>To use this compiler anyway, configure with --disable-gcc-check > >>===> Script "configure" failed unexpectedly. > >>Please report the problem to nox@FreeBSD.org [maintainer] and attach the > >>"/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2007-05-26_05/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/emulators/qemu-devel. > >>*** Error code 1 > >> > >>Stop in /usr/ports/emulators/qemu-devel. > > > >Hmm that should not happen... Do you have an old version of > >bsd.gcc.mk maybe? > > > > Juergen > > > # $FreeBSD: ports/Mk/bsd.gcc.mk,v 1.12 2007/05/19 22:06:14 pav Exp $ > > > That the right one? Yeah. Ok probably CONFIGURE_ARGS needs to come after the bsd.port.pre.mk include for it to pick up the right ${CC}... try this: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/Makefile,v retrieving revision 1.77 diff -u -r1.77 Makefile --- Makefile 19 May 2007 20:04:37 -0000 1.77 +++ Makefile 27 May 2007 18:21:12 -0000 @@ -6,8 +6,7 @@ # PORTNAME= qemu -PORTVERSION= 0.9.0s.20070405 -PORTREVISION= 4 +PORTVERSION= 0.9.0s.20070526 CATEGORIES= emulators MASTER_SITES= http://qemu.org/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ @@ -15,11 +14,11 @@ http://www.volny.cz/xnavara/qemu/:snapshot \ http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \ http://people.freebsd.org/~maho/qemu/:misc -DISTNAME= ${PORTNAME}-snapshot-2007-04-05_05 +PKGNAMESUFFIX= -devel +DISTNAME= ${PORTNAME}-snapshot-2007-05-26_05 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot DIST_SUBDIR= qemu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -PKGNAMESUFFIX= -devel MAINTAINER= nox@FreeBSD.org COMMENT= QEMU CPU Emulator - development snapshot @@ -31,7 +30,6 @@ USE_PERL5= yes USE_GCC= 3.4 PATCH_STRIP= -p1 -CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} MAKE_ENV+= BSD_MAKE="${MAKE}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= qemu.1 qemu-img.1 ONLY_FOR_ARCHS= amd64 i386 @@ -47,6 +45,7 @@ .include WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation +CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} .if defined(WITHOUT_SDL) CONFIGURE_ARGS+= --disable-sdl --disable-gfx-check Index: distinfo =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/distinfo,v retrieving revision 1.45 diff -u -r1.45 distinfo --- distinfo 7 Apr 2007 19:14:42 -0000 1.45 +++ distinfo 26 May 2007 14:06:06 -0000 @@ -1,6 +1,6 @@ -MD5 (qemu/qemu-snapshot-2007-04-05_05.tar.bz2) = 48321d0997db88f09f01d38500c52807 -SHA256 (qemu/qemu-snapshot-2007-04-05_05.tar.bz2) = 48835ca90ced5cba2230fc95502b648167b5ca7247f885ee398ba891dbbf4c1b -SIZE (qemu/qemu-snapshot-2007-04-05_05.tar.bz2) = 1721640 +MD5 (qemu/qemu-snapshot-2007-05-26_05.tar.bz2) = 3fe2cf8c5cb26431499056bd08bb5be8 +SHA256 (qemu/qemu-snapshot-2007-05-26_05.tar.bz2) = 55e73f0593c5d31ba3483e8034542c5ab33217cc3048995dd94edf9640e8411e +SIZE (qemu/qemu-snapshot-2007-05-26_05.tar.bz2) = 1964534 MD5 (qemu/patch3_cirrus) = ebe7ed9fce804c49e024bc93bfdfc810 SHA256 (qemu/patch3_cirrus) = e862371834b7d895a896fbdb84fd9f70d17b5729a6f6789a48a61504fc941e11 SIZE (qemu/patch3_cirrus) = 8817 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/pkg-plist,v retrieving revision 1.21 diff -u -r1.21 pkg-plist --- pkg-plist 9 Apr 2007 22:11:23 -0000 1.21 +++ pkg-plist 26 May 2007 14:32:52 -0000 @@ -1,6 +1,7 @@ bin/qemu bin/qemu-img bin/qemu-system-arm +bin/qemu-system-m68k bin/qemu-system-mips bin/qemu-system-mips64 bin/qemu-system-mips64el @@ -13,7 +14,6 @@ %%PORTDOCS%%%%DOCSDIR%%/qemu-tech.html %%PORTDOCS%%@dirrm %%DOCSDIR%% %%DATADIR%%/bios.bin -%%DATADIR%%/linux_boot.bin %%DATADIR%%/vgabios.bin %%DATADIR%%/vgabios-cirrus.bin %%DATADIR%%/ppc_rom.bin From owner-freebsd-ports@FreeBSD.ORG Sun May 27 19:15:37 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 204AC16A400 for ; Sun, 27 May 2007 19:15:37 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-1.eunet.yu (smtpclu-1.eunet.yu [194.247.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id A364713C448 for ; Sun, 27 May 2007 19:15:36 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-227-14.eunet.yu [213.198.227.14]) by smtpclu-1.eunet.yu (8.13.6/8.13.6) with ESMTP id l4RJFWxa006255 for ; Sun, 27 May 2007 21:15:32 +0200 Message-Id: <200705271915.l4RJFWxa006255@smtpclu-1.eunet.yu> Date: Sun, 27 May 2007 21:15:33 +0200 From: Nikola Lecic To: freebsd-ports@freebsd.org In-Reply-To: <200705261539.l4QFdgBj027189@smtpclu-1.eunet.yu> References: <200705261539.l4QFdgBj027189@smtpclu-1.eunet.yu> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,TW_VH,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.1 Subject: Re: Xorg-7.2: problem with fbdevhw and i128 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 19:15:37 -0000 On Sat, 26 May 2007 17:39:34 +0200 Nikola Lecic wrote: > (4) > Then, I moved back working Xorg-6.9 xorg.conf, adjusted fonts and > module paths, but got very poor results with 1280x1024 (bad image, > cursor ghosts, heavy flickering, etc.). I tried to tune HorizSync, > VertRefresh, CalcAlgorithm, DisplaySize (which was enough with > Xorg-6.9) and additionally to add Modeline array borrowed from > Xorg.0.log generated in (2) and to change options as explained in > i128(4x), but in vain. The only working resolution for now is 1024x768 > (as you can see in attachments). As for (4) and my question (a), I can add a couple of observations. It seems that monitor always works with slightly higher HorizSync and VertRefresh values than it should. In my experience, combinations 64kHz/60Hz (used with Xorg-6.9) and 80kHz/75Hz work fine in 1280x1024d16 mode. However, with HorizSync 30-79 VertRefresh 55-75 the monitor's info panel reports 1280x1024 with 65kHz/61Hz. And with HorizSync 30-83 VertRefresh 55-75 the monitor reports 1280x1024 with 81kHz/76Hz. Of course, both results (1kHz/1Hz higher than normal) yield very bad image, as I have described. I wasn't able to do anything to force the driver to use correct frequencies. Nikola Le=C4=8Di=C4=87 From owner-freebsd-ports@FreeBSD.ORG Sun May 27 19:31:08 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD3B516A473; Sun, 27 May 2007 19:31:08 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.layeredtech.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id A11F013C4B0; Sun, 27 May 2007 19:31:08 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from neutrino.vnode.org (r74-193-81-203.pfvlcmta01.grtntx.tl.dh.suddenlink.net [74.193.81.203]) (authenticated bits=0) by ns.trinitel.com (8.13.8/8.13.8) with ESMTP id l4RJ3aCc066475 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sun, 27 May 2007 14:03:36 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <4659D601.3060707@freebsd.org> Date: Sun, 27 May 2007 14:03:29 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.0 (X11/20070521) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org References: <20070526181709.GA10188@saturn.kn-bremen.de> <4658BC6E.5080208@freebsd.org> <20070527125824.GA1982@saturn.kn-bremen.de> <4659C0A2.6030808@freebsd.org> <20070527185235.GA21463@saturn.kn-bremen.de> In-Reply-To: <20070527185235.GA21463@saturn.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.1/3304/Sat May 26 23:35:19 2007 on ns.trinitel.com X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: Subject: Re: another qemu-devel port update ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 19:31:08 -0000 On 05/27/07 13:52, Juergen Lock wrote: > On Sun, May 27, 2007 at 12:32:18PM -0500, Eric Anderson wrote: >> On 05/27/07 07:58, Juergen Lock wrote: >>> On Sat, May 26, 2007 at 06:02:06PM -0500, Eric Anderson wrote: >>>> On a recent -CURRENT (with the new GCC): >>>> >>>> # make >>>> ... >>>> ===> Configuring for qemu-devel-0.9.0s.20070526 >>>> WARNING: "cc" looks like gcc 4.x >>>> QEMU is known to have problems when compiled with gcc 4.x >>>> It is recommended that you use gcc 3.x to build QEMU >>>> To use this compiler anyway, configure with --disable-gcc-check >>>> ===> Script "configure" failed unexpectedly. >>>> Please report the problem to nox@FreeBSD.org [maintainer] and attach the >>>> "/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2007-05-26_05/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/emulators/qemu-devel. >>>> *** Error code 1 >>>> >>>> Stop in /usr/ports/emulators/qemu-devel. >>> Hmm that should not happen... Do you have an old version of >>> bsd.gcc.mk maybe? >>> >>> Juergen >> >> # $FreeBSD: ports/Mk/bsd.gcc.mk,v 1.12 2007/05/19 22:06:14 pav Exp $ >> >> >> That the right one? > > Yeah. Ok probably CONFIGURE_ARGS needs to come after the > bsd.port.pre.mk include for it to pick up the right ${CC}... try this: Same thing.. ===> Vulnerability check disabled, database not found ===> Found saved configuration for qemu-devel-0.9.0s.20070526 ===> Extracting for qemu-devel-0.9.0s.20070526 => MD5 Checksum OK for qemu/qemu-snapshot-2007-05-26_05.tar.bz2. => SHA256 Checksum OK for qemu/qemu-snapshot-2007-05-26_05.tar.bz2. ===> qemu-devel-0.9.0s.20070526 depends on file: /usr/local/bin/perl5.8.8 - found ===> Patching for qemu-devel-0.9.0s.20070526 ===> qemu-devel-0.9.0s.20070526 depends on file: /usr/local/bin/perl5.8.8 - found ===> Applying FreeBSD patches for qemu-devel-0.9.0s.20070526 ===> qemu-devel-0.9.0s.20070526 depends on package: kqemu-kmod>=1.3.0pre5 - found ===> qemu-devel-0.9.0s.20070526 depends on executable in : texi2html - found ===> qemu-devel-0.9.0s.20070526 depends on executable in : gmake - found ===> qemu-devel-0.9.0s.20070526 depends on file: /usr/local/bin/perl5.8.8 - found ===> qemu-devel-0.9.0s.20070526 depends on file: /usr/local/bin/sdl-config - found ===> qemu-devel-0.9.0s.20070526 depends on shared library: SDL.11 - found ===> Configuring for qemu-devel-0.9.0s.20070526 WARNING: "cc" looks like gcc 4.x QEMU is known to have problems when compiled with gcc 4.x It is recommended that you use gcc 3.x to build QEMU To use this compiler anyway, configure with --disable-gcc-check ===> Script "configure" failed unexpectedly. Please report the problem to nox@FreeBSD.org [maintainer] and attach the "/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2007-05-26_05/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/emulators/qemu-devel. *** Error code 1 Stop in /usr/ports/emulators/qemu-devel. From owner-freebsd-ports@FreeBSD.ORG Sun May 27 19:58:47 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 603CF16A479 for ; Sun, 27 May 2007 19:58:47 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id ACA3013C565 for ; Sun, 27 May 2007 19:58:30 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id C2B8E13788; Sun, 27 May 2007 21:58:27 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 78F631A7C7; Sun, 27 May 2007 21:58:33 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 69B091A7C6; Sun, 27 May 2007 21:58:33 +0200 (CEST) Date: Sun, 27 May 2007 21:58:33 +0200 (CEST) From: Gerald Pfeifer To: Kris Kennaway In-Reply-To: <20070520192708.GA42397@xor.obsecurity.org> Message-ID: References: <20070520183403.GD41378@xor.obsecurity.org> <20070520192708.GA42397@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: ports@FreeBSD.org, Florent Thoumie Subject: Re: X.org update broke emulators/wine with old version of X X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 19:58:47 -0000 On Sun, 20 May 2007, Kris Kennaway wrote: >> Given that we do not have an update solution which nicely works for >> some non-trivial setups and situations I'm afraid this is going to >> hurt us. > Can you explain to which situations you refer? One kind of setup I am running is a ports tree mount over NFS that belongs to my account. Running portupgrade, or anything else, in such a setting is challenging, because run as user the tools cannot modify crucial package database data, while running as root stumbles over NFS not forwarding root privilege (in the default setup). Specific issue I ran into include ports/112819: /usr/local/sbin/pkgdb:1100: [BUG] Segmentation fault ports/112818: portupgrade -a fails with database error ports/112816: portupgrade -f advised when /var/db/pkg not owned by user > OK, well it's also true that X.org 6.9 is unsupported as of yesterday > since it is no longer present in ports. "pkg_add -r" when ran on a FreeBSD 6.2-RELEASE system still only gets binary packages based on X.org 6.9, though. Gerald From owner-freebsd-ports@FreeBSD.ORG Sun May 27 20:06:43 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A53B016A469 for ; Sun, 27 May 2007 20:06:43 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 8EDC813C45E for ; Sun, 27 May 2007 20:06:43 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 95FB31A3C19; Sun, 27 May 2007 13:07:49 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id C1095513C5; Sun, 27 May 2007 16:06:42 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 61B01C1C0; Sun, 27 May 2007 16:06:42 -0400 (EDT) Date: Sun, 27 May 2007 16:06:42 -0400 From: Kris Kennaway To: Gerald Pfeifer Message-ID: <20070527200642.GA97634@rot13.obsecurity.org> References: <20070520183403.GD41378@xor.obsecurity.org> <20070520192708.GA42397@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org, Florent Thoumie , Kris Kennaway Subject: Re: X.org update broke emulators/wine with old version of X X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 20:06:43 -0000 On Sun, May 27, 2007 at 09:58:33PM +0200, Gerald Pfeifer wrote: > On Sun, 20 May 2007, Kris Kennaway wrote: > >> Given that we do not have an update solution which nicely works for > >> some non-trivial setups and situations I'm afraid this is going to > >> hurt us. > > Can you explain to which situations you refer? > > One kind of setup I am running is a ports tree mount over NFS that > belongs to my account. Running portupgrade, or anything else, in > such a setting is challenging, because run as user the tools cannot > modify crucial package database data, while running as root stumbles > over NFS not forwarding root privilege (in the default setup). > > Specific issue I ran into include > > ports/112819: /usr/local/sbin/pkgdb:1100: [BUG] Segmentation fault > ports/112818: portupgrade -a fails with database error > ports/112816: portupgrade -f advised when /var/db/pkg not owned by user I suspect if you want to run as non-root (or equivalent unprivileged configuration) you will need to provide alternate writable paths for a bunch of things (PKG_DBDIR, INDEXFILE, etc). It should work with a suitable setup though. > > OK, well it's also true that X.org 6.9 is unsupported as of yesterday > > since it is no longer present in ports. > > "pkg_add -r" when ran on a FreeBSD 6.2-RELEASE system still only gets > binary packages based on X.org 6.9, though. Yeah, this is by design. It is still supported to use those packages as a complete set, but they cannot be mixed and matched. Kris From owner-freebsd-ports@FreeBSD.ORG Sun May 27 20:52:18 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1570616A47B for ; Sun, 27 May 2007 20:52:18 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.freebsd.org (Postfix) with ESMTP id C1BD013C484 for ; Sun, 27 May 2007 20:52:17 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.montlan (12-216-253-187.client.mchsi.com[12.216.253.187]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20070527205216m9200d8race>; Sun, 27 May 2007 20:52:16 +0000 Message-ID: <4659EF80.70100@math.missouri.edu> Date: Sun, 27 May 2007 15:52:16 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070525 SeaMonkey/1.1.1 MIME-Version: 1.0 To: ports@freebsd.org, hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 20:52:18 -0000 I have been thinking a lot about looking for speed increases for "make index" and pkg_version and things like that. So for example, in pkg_version, it calls "make -V PKGNAME" for every installed package. Now "make -V PKGNAME" should be a speedy operation, but the make has to load in and analyze bsd.port.mk, a quite complicated file with about 200,000 characters in it, when all it is needing to do is to figure out the value of the variable PKGNAME. I suggest rewriting "make" so that variables are only evaluated on a "need to know" basis. So, for example, if all we need to know is PKGNAME, there is no need to evaluate, for example, _RUN_LIB_DEPENDS, unless the writer of that particular port has done something like having PORTNAME depend on the value of _RUN_LIB_DEPENDS. So "make" should analyze all the code it is given, and only figure it out if it is needed to do so. This would include, for example, figuring out .for and .if directives on a need to know basis as well. I have only poked around a little inside the source for make, but I have a sense that this would be a major undertaking. I certainly have not thought through what it entails in more than a cursory manner. However I am quite excited about the possibility of doing this, albeit I may well put off the whole thing for a year or two or even forever depending upon other priorities in my life. However, in the mean time I want to throw this idea out there to get some feedback, either of the form of "this won't work," or of the form "I will do it," or "I have tried to do this." Best regards, Stephen From owner-freebsd-ports@FreeBSD.ORG Sun May 27 20:55:13 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A37416A400; Sun, 27 May 2007 20:55:13 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id E581813C44B; Sun, 27 May 2007 20:55:12 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 04DFA19BC2E; Sun, 27 May 2007 22:55:12 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l4RKsFi9026483; Sun, 27 May 2007 22:54:15 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l4RKsF1r026482; Sun, 27 May 2007 22:54:15 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 27 May 2007 22:54:15 +0200 To: Eric Anderson Message-ID: <20070527205415.GA26330@saturn.kn-bremen.de> Mail-Followup-To: Eric Anderson , freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org References: <20070526181709.GA10188@saturn.kn-bremen.de> <4658BC6E.5080208@freebsd.org> <20070527125824.GA1982@saturn.kn-bremen.de> <4659C0A2.6030808@freebsd.org> <20070527185235.GA21463@saturn.kn-bremen.de> <4659D601.3060707@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4659D601.3060707@freebsd.org> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org Subject: Re: another qemu-devel port update ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 20:55:13 -0000 On Sun, May 27, 2007 at 02:03:29PM -0500, Eric Anderson wrote: > On 05/27/07 13:52, Juergen Lock wrote: > >On Sun, May 27, 2007 at 12:32:18PM -0500, Eric Anderson wrote: > >>On 05/27/07 07:58, Juergen Lock wrote: > >>>On Sat, May 26, 2007 at 06:02:06PM -0500, Eric Anderson wrote: > >>>>On a recent -CURRENT (with the new GCC): > >>>> > >>>># make > >>>>... > >>>>===> Configuring for qemu-devel-0.9.0s.20070526 > >>>>WARNING: "cc" looks like gcc 4.x > >>>>QEMU is known to have problems when compiled with gcc 4.x > >>>>It is recommended that you use gcc 3.x to build QEMU > >>>>To use this compiler anyway, configure with --disable-gcc-check > >>>>===> Script "configure" failed unexpectedly. > >>>>Please report the problem to nox@FreeBSD.org [maintainer] and attach the > >>>>"/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2007-05-26_05/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/emulators/qemu-devel. > >>>>*** Error code 1 > >>>> > >>>>Stop in /usr/ports/emulators/qemu-devel. > >>>Hmm that should not happen... Do you have an old version of > >>>bsd.gcc.mk maybe? > >>> > >>> Juergen > >> > >># $FreeBSD: ports/Mk/bsd.gcc.mk,v 1.12 2007/05/19 22:06:14 pav Exp $ > >> > >> > >>That the right one? > > > >Yeah. Ok probably CONFIGURE_ARGS needs to come after the > >bsd.port.pre.mk include for it to pick up the right ${CC}... try this: > > > Same thing.. Ok we'll have to find out what configure is doing there, use this and send me the output: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/Makefile,v retrieving revision 1.77 diff -u -r1.77 Makefile --- Makefile 19 May 2007 20:04:37 -0000 1.77 +++ Makefile 27 May 2007 20:49:10 -0000 @@ -6,8 +6,7 @@ # PORTNAME= qemu -PORTVERSION= 0.9.0s.20070405 -PORTREVISION= 4 +PORTVERSION= 0.9.0s.20070526 CATEGORIES= emulators MASTER_SITES= http://qemu.org/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ @@ -15,11 +14,11 @@ http://www.volny.cz/xnavara/qemu/:snapshot \ http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \ http://people.freebsd.org/~maho/qemu/:misc -DISTNAME= ${PORTNAME}-snapshot-2007-04-05_05 +PKGNAMESUFFIX= -devel +DISTNAME= ${PORTNAME}-snapshot-2007-05-26_05 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot DIST_SUBDIR= qemu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -PKGNAMESUFFIX= -devel MAINTAINER= nox@FreeBSD.org COMMENT= QEMU CPU Emulator - development snapshot @@ -31,7 +30,6 @@ USE_PERL5= yes USE_GCC= 3.4 PATCH_STRIP= -p1 -CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} MAKE_ENV+= BSD_MAKE="${MAKE}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= qemu.1 qemu-img.1 ONLY_FOR_ARCHS= amd64 i386 @@ -47,6 +45,7 @@ .include WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation +CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} .if defined(WITHOUT_SDL) CONFIGURE_ARGS+= --disable-sdl --disable-gfx-check @@ -111,4 +110,19 @@ post-install: @${CAT} ${PKGMESSAGE} +# debug: +do-configure: + @(cd ${CONFIGURE_WRKSRC} && \ + if ! ${SETENV} CC="${CC}" CXX="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ + INSTALL="/usr/bin/install -c ${_BINOWNGRP}" \ + INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + ${CONFIGURE_ENV} ${SH} -x ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ + ${ECHO_MSG} "===> Script \"${CONFIGURE_SCRIPT}\" failed unexpectedly."; \ + (${ECHO_CMD} ${CONFIGURE_FAIL_MESSAGE}) | ${FMT} 75 79 ; \ + ${FALSE}; \ + fi) + .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/distinfo,v retrieving revision 1.45 diff -u -r1.45 distinfo --- distinfo 7 Apr 2007 19:14:42 -0000 1.45 +++ distinfo 26 May 2007 14:06:06 -0000 @@ -1,6 +1,6 @@ -MD5 (qemu/qemu-snapshot-2007-04-05_05.tar.bz2) = 48321d0997db88f09f01d38500c52807 -SHA256 (qemu/qemu-snapshot-2007-04-05_05.tar.bz2) = 48835ca90ced5cba2230fc95502b648167b5ca7247f885ee398ba891dbbf4c1b -SIZE (qemu/qemu-snapshot-2007-04-05_05.tar.bz2) = 1721640 +MD5 (qemu/qemu-snapshot-2007-05-26_05.tar.bz2) = 3fe2cf8c5cb26431499056bd08bb5be8 +SHA256 (qemu/qemu-snapshot-2007-05-26_05.tar.bz2) = 55e73f0593c5d31ba3483e8034542c5ab33217cc3048995dd94edf9640e8411e +SIZE (qemu/qemu-snapshot-2007-05-26_05.tar.bz2) = 1964534 MD5 (qemu/patch3_cirrus) = ebe7ed9fce804c49e024bc93bfdfc810 SHA256 (qemu/patch3_cirrus) = e862371834b7d895a896fbdb84fd9f70d17b5729a6f6789a48a61504fc941e11 SIZE (qemu/patch3_cirrus) = 8817 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/pkg-plist,v retrieving revision 1.21 diff -u -r1.21 pkg-plist --- pkg-plist 9 Apr 2007 22:11:23 -0000 1.21 +++ pkg-plist 26 May 2007 14:32:52 -0000 @@ -1,6 +1,7 @@ bin/qemu bin/qemu-img bin/qemu-system-arm +bin/qemu-system-m68k bin/qemu-system-mips bin/qemu-system-mips64 bin/qemu-system-mips64el @@ -13,7 +14,6 @@ %%PORTDOCS%%%%DOCSDIR%%/qemu-tech.html %%PORTDOCS%%@dirrm %%DOCSDIR%% %%DATADIR%%/bios.bin -%%DATADIR%%/linux_boot.bin %%DATADIR%%/vgabios.bin %%DATADIR%%/vgabios-cirrus.bin %%DATADIR%%/ppc_rom.bin From owner-freebsd-ports@FreeBSD.ORG Sun May 27 21:24:03 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C1D316A4CB for ; Sun, 27 May 2007 21:24:03 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2758313C483 for ; Sun, 27 May 2007 21:24:03 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 0FAC1137EA for ; Sun, 27 May 2007 23:24:01 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id E674D1A7C7; Sun, 27 May 2007 23:24:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id D564F1A7C6 for ; Sun, 27 May 2007 23:24:07 +0200 (CEST) Date: Sun, 27 May 2007 23:24:07 +0200 (CEST) From: Gerald Pfeifer To: ports@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: New X.org and emulators/wine X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 21:24:03 -0000 After updating my test system to the lastest X.org packages and making the adjustments to emulators/wine which I include at the end, my testing caught the fact that Wine longer builds the following files: tar: lib/wine/glu32.dll.so: Cannot stat: No such file or directory tar: lib/wine/libglu32.def: Cannot stat: No such file or directory tar: lib/wine/libopengl32.def: Cannot stat: No such file or directory tar: lib/wine/libwined3d.def: Cannot stat: No such file or directory tar: lib/wine/opengl32.dll.so: Cannot stat: No such file or directory tar: lib/wine/wined3d.dll.so: Cannot stat: No such file or directory This is the case because the configure check for glXCreateContext being present in -lGL failed. Diving into the configure log, I spotted the following: configure:8335: checking for glXCreateContext in -lGL configure:8370: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/files/pfeifer/porttest/wine/include -I/usr/local/include -L/files/pfeifer/porttest/wine/lib -L/usr/local/lib conftest.c -lGL -L/usr/local/lib -R/usr/local/lib -lXext -lX11 -lm -Wl,-rpath,/files/pfeifer/porttest/wine/lib/wine >&5 /usr/local/lib/libGL.so: undefined reference to `drmOpenOnce' /usr/local/lib/libGL.so: undefined reference to `drmCloseOnce' So, while glXCreateContext is actually provided, two other symbols libGL.so is looking for in turn are missing. Now, indeed I cannot find any library providing these on my system. /usr/local/lib/libdrm.so.2 comes close in that it provides drmOpen and drmClose, but not the drmOpenOnce and drmCloseOnce variants. Any hints where I should direct my investigations? Gerald PS: Updated port below... Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/wine/Makefile,v retrieving revision 1.233 diff -u -3 -p -r1.233 Makefile --- Makefile 19 May 2007 20:04:49 -0000 1.233 +++ Makefile 27 May 2007 20:21:42 -0000 @@ -7,8 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.36 -PORTREVISION= 1 +PORTVERSION= 0.9.37 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ @@ -18,11 +17,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility layer for Unix-like systems -# wine/dlls/glut32/ depends on the presence of libglut. LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ freetype.9:${PORTSDIR}/print/freetype2 \ gdraw.1:${PORTSDIR}/print/fontforge \ - glut.4:${PORTSDIR}/graphics/libglut \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes @@ -38,7 +35,7 @@ ONLY_FOR_ARCHS= i386 USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GL= yes +USE_GL= glut USE_XPM= yes SUB_FILES= pkg-message Index: distinfo =================================================================== RCS file: /home/pcvs/ports/emulators/wine/distinfo,v retrieving revision 1.135 diff -u -3 -p -r1.135 distinfo --- distinfo 27 Apr 2007 20:42:14 -0000 1.135 +++ distinfo 27 May 2007 20:21:42 -0000 @@ -1,3 +1,3 @@ -MD5 (wine-0.9.36.tar.bz2) = 8cc54b83b5beafcc3d998a04ed723a39 -SHA256 (wine-0.9.36.tar.bz2) = 97266030c40266dce8bc3a0f7085dd1b101c4660562137ac606a96a4cb9133f3 -SIZE (wine-0.9.36.tar.bz2) = 11843261 +MD5 (wine-0.9.37.tar.bz2) = d8f361e6fe7520cda983a78673cd3bda +SHA256 (wine-0.9.37.tar.bz2) = ea6dd625c19a04956a743616b91d5de6239746860966c6c242475bb06b7008d0 +SIZE (wine-0.9.37.tar.bz2) = 11915704 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/emulators/wine/pkg-plist,v retrieving revision 1.112 diff -u -3 -p -r1.112 pkg-plist --- pkg-plist 27 Apr 2007 20:42:15 -0000 1.112 +++ pkg-plist 27 May 2007 20:21:42 -0000 @@ -708,6 +708,7 @@ lib/wine/msvideo.dll16 lib/wine/mswsock.dll.so lib/wine/msxml3.dll.so lib/wine/nddeapi.dll.so +lib/wine/net.exe.so lib/wine/netapi32.dll.so lib/wine/newdev.dll.so lib/wine/notepad.exe.so From owner-freebsd-ports@FreeBSD.ORG Sun May 27 22:30:33 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A77616A57E for ; Sun, 27 May 2007 22:30:32 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.freebsd.org (Postfix) with ESMTP id 595CD13C4B7 for ; Sun, 27 May 2007 22:30:32 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.13.8/jtpda-5.4) with ESMTP id l4RMFUHF045047 ; Mon, 28 May 2007 00:15:31 +0200 (CEST) X-Ids: 164 Received: by parthe.lpthe.jussieu.fr (Postfix, from userid 10096) id DA39FBF69A; Mon, 28 May 2007 00:15:29 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on parthe.lpthe.jussieu.fr X-Spam-Level: X-Spam-Status: No, score=-3.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (Postfix) with ESMTP id 105FEBF5A0; Mon, 28 May 2007 00:15:29 +0200 (CEST) Received: by niobe.lpthe.jussieu.fr (Postfix, from userid 2005) id E91BC80; Mon, 28 May 2007 00:15:28 +0200 (CEST) Date: Mon, 28 May 2007 00:15:28 +0200 From: Michel Talon To: freebsd-hackers@freebsd.org Message-ID: <20070527221528.GA19603@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (shiva.jussieu.fr [134.157.0.164]); Mon, 28 May 2007 00:15:31 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.7/3305/Sun May 27 20:19:57 2007 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at shiva.jussieu.fr with ID 465A0302.004 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Cc: ports@freebsd.org Subject: Re: Looking for speed increases in "make index" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 22:30:33 -0000 Stephen Montgomery-Smith said: > I suggest rewriting "make" so that variables are only evaluated on a > "need to know" basis. .... > or "I have tried to do this." Of course a lot of people have thinked about it, and quickly realized that it was not going to work. In the bsd.ports.mk, evaluation of one variable may be dependent on some conditional, which may itself be dependant on some other variable, appearing as some target. This constantly happens in bsd.ports.mk. If you think about that, you convince yourself that a "reduced make" needs to understand targets, needs to understand conditionals, and needs to evaluate not only the variable under consideration, but but possibly any other. In other words, you need a full blown make. To gain some performance, a first idea would be to simplify bsd.ports.mk. I am convinced that a substantial part of the 4000 lines are historical crap which serve no useful purpose. There are tons of variables who have probably purely anecdotical interest. There are targets which could be happily suppressed. Of course, due to the complexity of bsd.ports.mk, rewriting it is certainly not an easy task. There is a freebsd port whose aim is to rewrite it, i don't know how far they are. The NetBSD people have completely rewritten the system, i have no idea if the new one is faster. The OpenBSD people have also rewritten bsd.ports.mk, with apparently much faster makefile. A second idea would be to multithread make, since modern machines will have a lot of cores. At present make -j forks submakes and waits for their completion. This doesn't help for the problem at hand. However, multithreading the execution of a single makefile is certainly not trivial due to the interdependencies. Anyways, one of the things which cannot be a big factor is reading bsd.ports.mk from hard disk. It is certainly cached in memory when you run make index. On the other hand it is so big that it probably doesn't fit in cache, or probably only fits in caches of machines generously endowed. I have remarked that the difference of execution speed of make index between machines of similar speed but very different cache size (i am thinking Pentium 4 versus Core 2 Duo) is striking. It is less than 10 minutes on the big cache machine versus 30 minutes on the small cache one. If the cache effect is indeed dominant, then reducing the size of bsd.ports.mk by all possible means would be very beneficial. By the way an alternative system would be to use something other than make to do the job. This is what the Gentoo people are doing, using first a python based system, and now a C++ one (paludis). Here also i don't have any idea if it is faster. -- Michel TALON From owner-freebsd-ports@FreeBSD.ORG Sun May 27 22:30:50 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6016816A498 for ; Sun, 27 May 2007 22:30:50 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by mx1.freebsd.org (Postfix) with ESMTP id 297AD13C468 for ; Sun, 27 May 2007 22:30:49 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from icarus.home.lan (c-67-169-189-187.hsd1.ca.comcast.net[67.169.189.187]) by comcast.net (sccrmhc14) with ESMTP id <2007052722304801400devs3e>; Sun, 27 May 2007 22:30:49 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 5057B1FA020; Sun, 27 May 2007 15:30:48 -0700 (PDT) Date: Sun, 27 May 2007 15:30:48 -0700 From: Jeremy Chadwick To: Stephen Montgomery-Smith Message-ID: <20070527223048.GA37505@icarus.home.lan> Mail-Followup-To: Stephen Montgomery-Smith , ports@freebsd.org, hackers@freebsd.org References: <4659EF80.70100@math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4659EF80.70100@math.missouri.edu> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 22:30:50 -0000 On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith wrote: > I have been thinking a lot about looking for speed increases for "make > index" and pkg_version and things like that. So for example, in > pkg_version, it calls "make -V PKGNAME" for every installed package. Now > "make -V PKGNAME" should be a speedy operation, but the make has to load in > and analyze bsd.port.mk, a quite complicated file with about 200,000 > characters in it, when all it is needing to do is to figure out the value of > the variable PKGNAME. I have a related question, pertaining to "make all-depends-list" and the utter atrocity that is the make variable ALL-DEPENDS-LIST. If you don't know what it is, look for ^ALL-DEPENDS-LIST around line 5175, in bsd.ports.mk. I call it an atrocity because it's a mix of make variable expansion combined with sh scripting, and it's nearly impossible to read. It's not commented either, so folks like myself are left thinking "What IS this mess?!". It's expanded via $$(${ALL-DEPENDS-LIST}) in for loops, throughout several places in bsd.port.mk. I do not entirely understand what ALL-DEPENDS-LIST is about (that should be apparent), but upon performing some of my benchmarks, I found this to be a very slow piece of bsd.port.mk. make -V _DEPEND_DIRS is incredibly fast, but ALL-DEPENDS-LIST is not. Does it need to be done this way? Can we just iterate through all of the ports, call make -V _DEPEND_DIRS, then sort | uniq the results? I suppose that depends on the operation (make vs. make clean vs. others)... The port I used for testing some of the benchmarks was net/gacxtool. It seems to be a good example of a "hefty" port. > I suggest rewriting "make" so that variables are only evaluated on a "need > to know" basis. So, for example, if all we need to know is PKGNAME, there > is no need to evaluate, for example, _RUN_LIB_DEPENDS, unless the writer of > that particular port has done something like having PORTNAME depend on the > value of _RUN_LIB_DEPENDS. So "make" should analyze all the code it is > given, and only figure it out if it is needed to do so. This would include, > for example, figuring out .for and .if directives on a need to know basis as > well. This sounds like a good solution. In fact, I'm lead to believe that heavy reliance on /bin/sh is part of why the ports collection is slow. No, it's not the sole reason, but it's one of many. I'm of the belief that anything we can do to migrate portions into native make would be benefitial. That said, I'll ask this out in the open: am I the only one who sees the benefit of GNU make in regards to this? There's a lot of built-in functions in GNU make which could help in regards to ports. I have no qualms with PMake per se, but if another tool gives us what we need, then maybe we should consider the pros and cons of adapting that. There's also CMake, which is incredibly fast. -- | Jeremy Chadwick jdc 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 | From owner-freebsd-ports@FreeBSD.ORG Sun May 27 23:09:29 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B27D16A4D5 for ; Sun, 27 May 2007 23:09:29 +0000 (UTC) (envelope-from reg@openpave.org) Received: from warsaw.ucdavis.edu (warsaw.ucdavis.edu [128.120.32.41]) by mx1.freebsd.org (Postfix) with ESMTP id 042AB13C469 for ; Sun, 27 May 2007 23:09:28 +0000 (UTC) (envelope-from reg@openpave.org) Received: from flint.openpave.org ([169.237.230.40]) by warsaw.ucdavis.edu (8.13.7/8.13.1/it-defang-5.4.0) with ESMTP id l4RN9SHS023619 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 27 May 2007 16:09:28 -0700 (PDT) Received: from sandy.local (flint.local [192.168.1.5]) by flint.openpave.org (8.13.8/8.13.8) with ESMTP id l4RNA0aK071486; Sun, 27 May 2007 23:10:00 GMT (envelope-from reg@sandy.local) Received: (from reg@localhost) by sandy.local (8.13.8/8.13.8/Submit) id l4RNA0NK071481; Sun, 27 May 2007 16:10:00 -0700 (PDT) (envelope-from reg) Date: Sun, 27 May 2007 16:10:00 -0700 From: Jeremy Lea To: Stephen Montgomery-Smith , ports@freebsd.org Message-ID: <20070527231000.GA56939@flint.openpave.org> References: <4659EF80.70100@math.missouri.edu> <20070527223048.GA37505@icarus.home.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070527223048.GA37505@icarus.home.lan> User-Agent: Mutt/1.4.2.2i X-Scanned-By: MIMEDefang 2.57 on 128.120.32.41 Cc: Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 23:09:29 -0000 Hi, On Sun, May 27, 2007 at 03:30:48PM -0700, Jeremy Chadwick wrote: > Does it need to be done this way? Can we just iterate through all of > the ports, call make -V _DEPEND_DIRS, then sort | uniq the results? This is exactly what ALL-DEPENDS-LIST does. Except it's faster. It keeps two lists and generates a third implictly, with a two more temporary lists... The first is $$L, which start cas _DEPEND_DIRS. It loops over L and for each directory ($$d) in $$L checks if it has already been there (the ports dependencies are not a single list - a port like gnome2 implicitly depends on libtool hundreds of times), and skips it if it has, otherwise it adds it to $$checked, which is the list of directories it has checked, and echo's it so it is added to the result of ALL-DEPENDS-LIST. It then does a make -V _DEPENDS_DIR in the directory (getting $$children), which it then checks to make sure they are not in the list of checked directories or directories to be checked. If they are not it adds them to $$l, the list of directories to check. Once it has done with the directories in $$L it sets $$L to $$l, and starts over, until there are no more directories. Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ From owner-freebsd-ports@FreeBSD.ORG Sun May 27 23:29:54 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F311B16A4CD for ; Sun, 27 May 2007 23:29:54 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.freebsd.org (Postfix) with ESMTP id DD9A513C45E for ; Sun, 27 May 2007 23:29:54 +0000 (UTC) (envelope-from randy@psg.com) Received: from cust16202.lava.net ([64.65.95.74] helo=[192.168.0.101]) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HsSBN-0004ZY-5h; Sun, 27 May 2007 23:29:53 +0000 Message-ID: <4659CA70.1000201@psg.com> Date: Sun, 27 May 2007 14:14:08 -0400 From: Randy Bush User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Jarrod Sayers References: <46575D6E.1070604@psg.com> <7F2539EE-501A-49C5-BA64-AF74494163CB@netleader.com.au> <4657B99C.9070307@psg.com> <46A0B9BE-FDC8-4B29-8E60-16C318C770F9@netleader.com.au> In-Reply-To: <46A0B9BE-FDC8-4B29-8E60-16C318C770F9@netleader.com.au> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd ports Subject: Re: nagios in current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 23:29:55 -0000 > Looks like nslookup is crashing out with a missing symbol, __udivdi3. bingo! my error. i run a special version of bind and had not rebuilt. Sorry for my lapse. randy From owner-freebsd-ports@FreeBSD.ORG Sun May 27 23:39:59 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A8AE16A4B3; Sun, 27 May 2007 23:39:59 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from mail.bitblocks.com (mail.bitblocks.com [64.142.15.60]) by mx1.freebsd.org (Postfix) with ESMTP id 55FCB13C4BC; Sun, 27 May 2007 23:39:58 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (localhost.bitblocks.com [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id D0C325B5E; Sun, 27 May 2007 16:12:54 -0700 (PDT) To: Stephen Montgomery-Smith In-reply-to: Your message of "Sun, 27 May 2007 15:52:16 CDT." <4659EF80.70100@math.missouri.edu> Date: Sun, 27 May 2007 16:12:54 -0700 From: Bakul Shah Message-Id: <20070527231254.D0C325B5E@mail.bitblocks.com> Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 23:39:59 -0000 Not quite what you asked for but... Given the size and complexity of the port system I have long felt that rather than do everything via more and more complex Mk/*.mk what is is needed is a ports server and a thin CLI frontend to it. This server can store dependency data in an efficient manner, deal with conditional dependencies, port renames, security and what not. It can build or fetch or serve packages, handle updates etc. Things mentioned in UPDATING file can instead be done by the server. In general it can automate a lot of stuff, remove error prone redundancies etc. If it is small enough and written in C, it can even be shipped with the base system instead of various pkg_* programs. It can provide two interfaces, one for normal users (with commands like add, check, config, delete, info, search, update, which) and one for port developers (command for adding/remove/renaming ports, etc.). Initially it must work with existing Makefiles. > I have been thinking a lot about looking for speed increases for "make > index" and pkg_version and things like that. So for example, in > pkg_version, it calls "make -V PKGNAME" for every installed package. > Now "make -V PKGNAME" should be a speedy operation, but the make has to > load in and analyze bsd.port.mk, a quite complicated file with about > 200,000 characters in it, when all it is needing to do is to figure out > the value of the variable PKGNAME. > > I suggest rewriting "make" so that variables are only evaluated on a > "need to know" basis. So, for example, if all we need to know is > PKGNAME, there is no need to evaluate, for example, _RUN_LIB_DEPENDS, > unless the writer of that particular port has done something like having > PORTNAME depend on the value of _RUN_LIB_DEPENDS. So "make" should > analyze all the code it is given, and only figure it out if it is needed > to do so. This would include, for example, figuring out .for and .if > directives on a need to know basis as well. > > I have only poked around a little inside the source for make, but I have > a sense that this would be a major undertaking. I certainly have not > thought through what it entails in more than a cursory manner. However > I am quite excited about the possibility of doing this, albeit I may > well put off the whole thing for a year or two or even forever depending > upon other priorities in my life. > > However, in the mean time I want to throw this idea out there to get > some feedback, either of the form of "this won't work," or of the form > "I will do it," or "I have tried to do this." > > Best regards, Stephen > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Mon May 28 00:05:52 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A912616A4C0 for ; Mon, 28 May 2007 00:05:52 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 93F9013C46C for ; Mon, 28 May 2007 00:05:52 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id D71691A3C1C; Sun, 27 May 2007 17:06:58 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id D205851187; Sun, 27 May 2007 20:05:51 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 38B64C1A2; Sun, 27 May 2007 20:05:51 -0400 (EDT) Date: Sun, 27 May 2007 20:05:51 -0400 From: Kris Kennaway To: Larry Rosenman Message-ID: <20070528000551.GA13129@rot13.obsecurity.org> References: <20070522060709.GX88821@xor.obsecurity.org> <20070527185406.B9679@thebighonker.lerctr.org> <20070528000026.GA12997@rot13.obsecurity.org> <20070527190107.T43982@borg.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070527190107.T43982@borg.lerctr.org> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: [ports-amd64@pointyhat.freebsd.org: cone-0.69_3 failed on amd64 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 00:05:52 -0000 On Sun, May 27, 2007 at 07:01:31PM -0500, Larry Rosenman wrote: > On Sun, 27 May 2007, Kris Kennaway wrote: > > >On Sun, May 27, 2007 at 06:56:29PM -0500, Larry Rosenman wrote: > >>It doesn't fail for me :(. > >> > >>Can you tell me what is different about pointyhat regards the > >>openssl stuff? > >> > >>It uses the openssl command line to generate the hash values, and > >>your setup is whining about duplicate hashes. > >> > >>I can't reproduces the failure :( > >> > >>I also just submitted an update to 0.70, but did NOT change anything > >>regarding > >>the openssl stuff. > >> > >>Do I need USE_OPENSSL=yes if I'm using the openssl commandline? > > > >Did you build on up-to-date amd64 7.0? > Yep. Rebuilt today to today's -CURRENT. OK, I don't know what is different then, it's just a stock build in a jail. Kris From owner-freebsd-ports@FreeBSD.ORG Mon May 28 00:11:42 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B02B016A46D for ; Mon, 28 May 2007 00:11:42 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id 0E50D13C45E for ; Mon, 28 May 2007 00:11:42 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org ([192.147.25.65]:51169) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HsSbA-0002XO-7l; Sun, 27 May 2007 18:56:38 -0500 Date: Sun, 27 May 2007 18:56:29 -0500 (CDT) From: Larry Rosenman To: Kris Kennaway In-Reply-To: <20070522060709.GX88821@xor.obsecurity.org> Message-ID: <20070527185406.B9679@thebighonker.lerctr.org> References: <20070522060709.GX88821@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: -0.4 (/) X-LERCTR-Spam-Score: -0.4 (/) X-Spam-Report: SpamScore (-0.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001, FM_MULTI_ODD2=1.1, FM_MULTI_ODD3=0.7, TW_BH=0.077, TW_BX=0.077, TW_IB=0.077, TW_LN=0.077, TW_OZ=0.077, TW_PG=0.077, TW_TG=0.077, TW_XW=0.077, URI_NOVOWEL=1.62 X-LERCTR-Spam-Report: SpamScore (-0.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001, FM_MULTI_ODD2=1.1, FM_MULTI_ODD3=0.7, TW_BH=0.077, TW_BX=0.077, TW_IB=0.077, TW_LN=0.077, TW_OZ=0.077, TW_PG=0.077, TW_TG=0.077, TW_XW=0.077, URI_NOVOWEL=1.62 DomainKey-Status: no signature Cc: freebsd-ports@freebsd.org Subject: Re: [ports-amd64@pointyhat.freebsd.org: cone-0.69_3 failed on amd64 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 00:11:42 -0000 It doesn't fail for me :(. Can you tell me what is different about pointyhat regards the openssl stuff? It uses the openssl command line to generate the hash values, and your setup is whining about duplicate hashes. I can't reproduces the failure :( I also just submitted an update to 0.70, but did NOT change anything regarding the openssl stuff. Do I need USE_OPENSSL=yes if I'm using the openssl commandline? Thanks, Larry Rosenman On Tue, 22 May 2007, Kris Kennaway wrote: > FYI; can you please investigate and/or report to the developers? If > you are already aware of this problem but do not yet have a fix, > please mark the port BROKEN in the appropriate case, so that users do > not unexpectedly encounter it. > > See http://pointyhat.freebsd.org for the full log. > > Thanks, > Kris > > ----- Forwarded message from User Ports-amd64 ----- > > X-Original-To: kkenn@localhost > Delivered-To: kkenn@localhost.obsecurity.org > X-Original-To: kris@FreeBSD.org > Delivered-To: kris@FreeBSD.org > Date: Wed, 9 May 2007 03:34:01 GMT > From: User Ports-amd64 > To: kris@FreeBSD.org > Subject: cone-0.69_3 failed on amd64 7 > X-UIDL: 7Om!!@NY!!'Y'"!!H7!! > X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.1.5 > > Making all in gpglib > gmake[2]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/gpglib' > echo '#define GPG "/usr/local/bin/gpg"' >gpg.h > gmake all-am > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/gpglib' > Compiling checksign.c > Compiling delete.c > Compiling export.c > Compiling fork.c > Compiling genkey.c > Compiling gpg.c > Compiling import.c > Compiling libgpg.c > Compiling list.c > Compiling mimegpgfork.c > Compiling mimegpgheader.c > Compiling mimegpgstack.c > Compiling options.c > Compiling rfc2045.c > Compiling sign.c > Compiling tempname.c > Linking libgpg.la > Compiling testgpg.c > Linking testgpg > Compiling mimegpg.c > Linking mimegpg > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/gpglib' > gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/gpglib' > Making all in maildir > gmake[2]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/maildir' > echo '#define MAILDIRSHAREDRC "/usr/local/etc/maildirshared"' >maildirsharedrc.h > echo '#define MAILDIRFILTERCONFIG "/usr/local/etc/maildirfilterconfig"' >maildirfilterconfig.h > echo '#define QUOTAWARNMSG "/usr/local/etc/quotawarnmsg"' >quotawarnmsg.h > echo '#define MAILBOT "mailbot"' >mailbot.h > echo '#define AUTORESPONSEQUOTA "/usr/local/etc/autoresponsesquota"' >autoresponsequota.h > CONFIG_FILES=deliverquota.html CONFIG_HEADERS= /bin/sh ./config.status > config.status: creating deliverquota.html > config.status: executing depfiles commands > CONFIG_FILES=maildirmake.html CONFIG_HEADERS= /bin/sh ./config.status > config.status: creating maildirmake.html > config.status: executing depfiles commands > CONFIG_FILES=deliverquota.8 CONFIG_HEADERS= /bin/sh ./config.status > config.status: creating deliverquota.8 > config.status: executing depfiles commands > CONFIG_FILES=maildirmake.1 CONFIG_HEADERS= /bin/sh ./config.status > config.status: creating maildirmake.1 > config.status: executing depfiles commands > CONFIG_FILES=maildiracl.html CONFIG_HEADERS= /bin/sh ./config.status > config.status: creating maildiracl.html > config.status: executing depfiles commands > CONFIG_FILES=maildiracl.1 CONFIG_HEADERS= /bin/sh ./config.status > config.status: creating maildiracl.1 > config.status: executing depfiles commands > gmake all-am > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/maildir' > Compiling autoresponse.c > Compiling maildiraclt.c > Compiling maildircache.c > Compiling maildircreate.c > Compiling maildirfilename.c > Compiling maildirgetnew.c > Compiling maildirfilter.c > Compiling maildirfilter2.c > Compiling maildirflags.c > Compiling maildirmkdir.c > Compiling maildirgetquota.c > Compiling maildirinfo.c > Compiling maildirkeywords.c > Compiling maildirkeywords2.c > Compiling maildirkeywords3.c > Compiling maildirkeywords4.cpp > Compiling maildirlist.c > Compiling maildirlock.c > Compiling maildirmake2.c > Compiling maildirnewshared.c > Compiling maildirnewshared2.c > Compiling maildiropen.c > Compiling maildirparsequota.c > Compiling maildirpath.c > Compiling maildirpurgetmp.c > Compiling maildirrename.c > Compiling maildirsearch.c > Compiling maildirsearchC.cpp > Compiling maildirshared.c > Compiling maildirshared2.c > Compiling maildirdelfolder.c > Compiling maildirquota.c > Compiling maildirrequota.c > Compiling maildirwatch.c > Compiling loginexec.c > Linking libmaildir.la > Compiling deliverquota.c > Linking deliverquota > Compiling maildirmake.c > Linking maildirmake > Compiling testmaildirfilter.c > Linking testmaildirfilter > Compiling maildirkwtest.c > Linking maildirkwtest > Compiling maildirkw.c > Linking maildirkw > Compiling maildiracl.c > Linking maildiracl > Compiling testmaildiraclt.c > Linking maildiraclttest > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/maildir' > gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/maildir' > Making all in tcpd > gmake[2]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/tcpd' > gmake all-am > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/tcpd' > Compiling tlsclient.c > Compiling tlspasswordcache.c > rm -f libtlsclient.a > ar cru libtlsclient.a tlsclient.o tlspasswordcache.o > ranlib libtlsclient.a > Compiling spipe.c > Linking libspipe.la > Compiling libcouriertls.c > Compiling tlsinfo.c > Compiling tlscache.c > Linking libcouriertls.la > Compiling starttls.c > Compiling argparse.c > Linking couriertls > Compiling tlscachetest.c > Linking tlscachetest > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/tcpd' > gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/tcpd' > Making all in curses > gmake[2]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/curses' > gmake all-am > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/curses' > Compiling curses.C > Compiling cursesbutton.C > Compiling curseschoicebutton.C > Compiling cursescontainer.C > Compiling cursesdialog.C > Compiling cursesfield.C > Compiling cursesfilereq.C > Compiling curseskeyhandler.C > Compiling curseslabel.C > Compiling cursesmainscreen.C > Compiling cursesmultilinelabel.C > Compiling cursesmoronize.C > Compiling cursesobject.C > Compiling cursesscreen.C > Compiling cursesstatusbar.C > Compiling cursestitlebar.C > Compiling cursesvscroll.C > Compiling timer.C > rm -f libcurses.a > ar cru libcurses.a curses.o cursesbutton.o curseschoicebutton.o cursescontainer.o cursesdialog.o cursesfield.o cursesfilereq.o curseskeyhandler.o curseslabel.o cursesmainscreen.o cursesmultilinelabel.o cursesmoronize.o cursesobject.o cursesscreen.o cursesstatusbar.o cursestitlebar.o cursesvscroll.o timer.o > ranlib libcurses.a > echo -lncursesw >curseslib > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/curses' > gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/curses' > Making all in ldapaddressbook > gmake[2]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/ldapaddressbook' > gmake all-am > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/ldapaddressbook' > Compiling abookadd.c > Compiling abookdel.c > Compiling abookfind.c > Compiling abookread.c > Compiling abooksearch.c > Linking libaddressbook.la > Compiling noldapsearch.c > Linking ldapsearch > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/ldapaddressbook' > gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/ldapaddressbook' > Making all in libmail > gmake[2]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > cp /dev/null libcouriertls.h ; . ../tcpd/couriertls.config ; \ > test "$couriertls" != "" || exit 0 ; \ > echo '#define HAVE_LIBCOURIERTLS 1' >libcouriertls.h > gmake all-am > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > Compiling mail.C > Compiling addmessage.C > Compiling addmessageimport.C > Compiling addmessageremoveattachments.C > Compiling addressbook.C > Compiling addressbookadd.C > Compiling addressbookget.C > Compiling addressbookopen.C > Compiling addressbooksearch.C > Compiling attachments.C > Compiling autodecoder.C > Compiling envelope.C > Compiling base64.C > Compiling copymessage.C > Compiling decoder.C > Compiling driver.C > Compiling expungelist.C > Compiling fd.C > Compiling fdtls.C > Compiling file.C > Compiling generic.C > Compiling genericdecode.C > Compiling headers.C > Compiling imap.C > Compiling imapacl.C > Compiling imapidle.C > Compiling imaplogin.C > Compiling imaplogout.C > Compiling imapfetchhandler.C > Compiling imaphandler.C > Compiling imaphmac.C > Compiling imapfolder.C > Compiling imapfolders.C > Compiling imaplisthandler.C > Compiling imapparsefmt.C > Compiling imapstatushandler.C > Compiling logininfo.C > Compiling maildir.C > Compiling maildiradd.C > Compiling maildirfolder.C > Compiling mbox.C > Compiling mboxadd.C > Compiling mboxexpunge.C > Compiling mboxfolder.C > Compiling mboxgetmessage.C > Compiling mboxlock.C > Compiling mboxmagictag.C > Compiling mboxmultilock.C > Compiling mboxopen.C > Compiling mboxread.C > Compiling mboxsighandler.C > Compiling mimetypes.C > Compiling nntp.C > Compiling nntpadd.C > Compiling nntpcache.C > Compiling nntpchecknew.C > Compiling nntpfetch.C > Compiling nntpfolder.C > Compiling nntpgroup.C > Compiling nntpgroupinfo.C > Compiling nntpgroupopen.C > Compiling nntplistactive.C > Compiling nntplogin.C > Compiling nntplogin2.C > Compiling nntplogout.C > Compiling nntpnewsrc.C > Compiling nntppost.C > Compiling nntpxover.C > Compiling nntpxpat.C > Compiling objectmonitor.C > Compiling poll.C > Compiling pop3.C > Compiling pop3folder.C > Compiling pop3maildrop.C > Compiling qp.C > Compiling rfc2047decode.C > Compiling rfc2047encode.C > Compiling rfcaddr.C > Compiling runlater.C > Compiling search.C > Compiling smap.C > Compiling smapacl.C > Compiling smapadd.C > Compiling smapaddmessage.C > Compiling smapcopy.C > Compiling smapcreate.C > Compiling smapdelete.C > Compiling smapfetch.C > Compiling smapfetchattr.C > Compiling smapidle.C > Compiling smaplist.C > Compiling smapmsgrange.C > Compiling smapnewmail.C > Compiling smapnoopexpunge.C > Compiling smapopen.C > Compiling smapsearch.C > Compiling smapsendfolder.C > Compiling smapstatus.C > Compiling smapstore.C > Compiling smtp.C > Compiling smtpfolder.C > Compiling snapshot.C > Compiling sortfolders.C > Compiling structure.C > Compiling sync.C > Compiling tmpaccount.C > Compiling tmpaccountadd.C > Compiling tmpaccountfolder.C > Linking libmail.la > Compiling mailtool.C > Linking mailtool > Compiling testsuite.C > Linking testsuite > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > Making all in rootcerts > gmake[2]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rootcerts' > rm -rf certs > mkdir certs > /bin/sh ./certs.sh > /usr/local/bin/perl /a/ports/mail/cone/scripts/c_rehash certs >/dev/null > WARNING: Skipping duplicate certificate aba-ecom-root-ca.pem > WARNING: Skipping duplicate certificate addtrust-class-1-ca-root.pem > WARNING: Skipping duplicate certificate addtrust-external-ca-root.pem > WARNING: Skipping duplicate certificate addtrust-public-ca-root.pem > WARNING: Skipping duplicate certificate addtrust-qualified-ca-root.pem > WARNING: Skipping duplicate certificate america-online-root-certification-00.pem > WARNING: Skipping duplicate certificate america-online-root-certification-01.pem > WARNING: Skipping duplicate certificate aol-time-warner-root-certification-00.pem > WARNING: Skipping duplicate certificate aol-time-warner-root-certification-01.pem > WARNING: Skipping duplicate certificate baltimore-cybertrust-root.pem > WARNING: Skipping duplicate certificate betrusted-root-ca-baltimore-implementation.pem > WARNING: Skipping duplicate certificate betrusted-root-ca-entrust-implementation.pem > WARNING: Skipping duplicate certificate betrusted-root-ca-rsa-implementation.pem > WARNING: Skipping duplicate certificate betrusted-root-ca.pem > WARNING: Skipping duplicate certificate certum-ca.pem > WARNING: Skipping duplicate certificate chambers-of-commerce-root.pem > WARNING: Skipping duplicate certificate class-1-public-primary-ocsp-responder.pem > WARNING: Skipping duplicate certificate class-2-public-primary-ocsp-responder.pem > WARNING: Skipping duplicate certificate class-3-public-primary-ocsp-responder.pem > WARNING: Skipping duplicate certificate digital-signature-trust-co-dstca-00.pem > WARNING: Skipping duplicate certificate digital-signature-trust-co-dstca-01.pem > WARNING: Skipping duplicate certificate dst-rootca-x1.pem > WARNING: Skipping duplicate certificate dst-rootca-x2.pem > WARNING: Skipping duplicate certificate entrust-net-certification-authority.pem > WARNING: Skipping duplicate certificate entrust-net-client-certification-00.pem > WARNING: Skipping duplicate certificate entrust-net-client-certification-01.pem > WARNING: Skipping duplicate certificate entrust-net-secure-server-certification-00.pem > WARNING: Skipping duplicate certificate entrust-net-secure-server-certification-01.pem > WARNING: Skipping duplicate certificate equifax-equifax-secure-certificate.pem > WARNING: Skipping duplicate certificate equifax-secure-ebusiness-ca-1.pem > WARNING: Skipping duplicate certificate equifax-secure-equifax-secure-ebusiness.pem > WARNING: Skipping duplicate certificate equifax-secure-global-ebusiness.pem > WARNING: Skipping duplicate certificate geotrust-global-ca.pem > WARNING: Skipping duplicate certificate global-chambersign-root.pem > WARNING: Skipping duplicate certificate globalsign-root-ca.pem > WARNING: Skipping duplicate certificate gp-root-2.pem > WARNING: Skipping duplicate certificate gte-cybertrust-global-root.pem > WARNING: Skipping duplicate certificate gte-cybertrust-root.pem > WARNING: Skipping duplicate certificate http-www-valicert-com-00.pem > WARNING: Skipping duplicate certificate http-www-valicert-com-01.pem > WARNING: Skipping duplicate certificate http-www-valicert-com-02.pem > WARNING: Skipping duplicate certificate ips-ca-chained-cas-certification.pem > WARNING: Skipping duplicate certificate ips-ca-clase1-certification-authority.pem > WARNING: Skipping duplicate certificate ips-ca-clase3-certification-authority.pem > WARNING: Skipping duplicate certificate ips-servidores.pem > WARNING: Skipping duplicate certificate ips-ca-clasea1-certification-authority.pem > WARNING: Skipping duplicate certificate ips-ca-clasea3-certification-authority.pem > WARNING: Skipping duplicate certificate ips-ca-timestamping-certification.pem > WARNING: Skipping duplicate certificate netlock-expressz-class-c-tanusitvanykiado.pem > WARNING: Skipping duplicate certificate netlock-kozjegyzoi-class-a-tanusitvanykiado.pem > WARNING: Skipping duplicate certificate netlock-uzleti-class-b-tanusitvanykiado.pem > WARNING: Skipping duplicate certificate quovadis-root-certification-authority.pem > WARNING: Skipping duplicate certificate rsa-data-security-inc-secure-server.pem > WARNING: Skipping duplicate certificate rsa-security-inc-rsa-security-1024.pem > WARNING: Skipping duplicate certificate rsa-security-inc-rsa-security-2048.pem > WARNING: Skipping duplicate certificate secom-trust-net-security-communication.pem > WARNING: Skipping duplicate certificate secure-certificate-services.pem > WARNING: Skipping duplicate certificate secure-server-ocsp-responder.pem > WARNING: Skipping duplicate certificate sonera-class1-ca.pem > WARNING: Skipping duplicate certificate sonera-class2-ca.pem > WARNING: Skipping duplicate certificate staat-der-nederlanden-root-ca.pem > WARNING: Skipping duplicate certificate starfield-technologies-inc-starfield.pem > WARNING: Skipping duplicate certificate tc-trustcenter-for-security-in-00.pem > WARNING: Skipping duplicate certificate tc-trustcenter-for-security-in-01.pem > WARNING: Skipping duplicate certificate tdc-internet-tdc-internet-root.pem > WARNING: Skipping duplicate certificate tdc-oces-ca.pem > WARNING: Skipping duplicate certificate thawte-personal-basic-ca.pem > WARNING: Skipping duplicate certificate thawte-personal-freemail-ca.pem > WARNING: Skipping duplicate certificate thawte-personal-premium-ca.pem > WARNING: Skipping duplicate certificate thawte-premium-server-ca.pem > WARNING: Skipping duplicate certificate thawte-server-ca.pem > WARNING: Skipping duplicate certificate thawte-timestamping-ca.pem > WARNING: Skipping duplicate certificate the-go-daddy-group-inc-go-daddy.pem > WARNING: Skipping duplicate certificate trusted-certificate-services.pem > WARNING: Skipping duplicate certificate utn-datacorp-sgc.pem > WARNING: Skipping duplicate certificate utn-userfirst-client-authentication.pem > WARNING: Skipping duplicate certificate utn-userfirst-hardware.pem > WARNING: Skipping duplicate certificate utn-userfirst-network-applications.pem > WARNING: Skipping duplicate certificate utn-userfirst-object.pem > WARNING: Skipping duplicate certificate visa-ecommerce-root.pem > WARNING: Skipping duplicate certificate verisign-class-1-public-primary.pem > WARNING: Skipping duplicate certificate verisign-class-2-public-primary.pem > WARNING: Skipping duplicate certificate verisign-class-3-public-primary.pem > WARNING: Skipping duplicate certificate verisign-class-4-public-primary.pem > WARNING: Skipping duplicate certificate verisign-inc-class-1-public-primary.pem > WARNING: Skipping duplicate certificate verisign-inc-class-2-public-primary.pem > WARNING: Skipping duplicate certificate verisign-inc-class-3-public-primary.pem > WARNING: Skipping duplicate certificate verisign-inc-verisign-trust-network-00.pem > WARNING: Skipping duplicate certificate verisign-inc-verisign-trust-network-01.pem > WARNING: Skipping duplicate certificate verisign-inc-verisign-trust-network-02.pem > WARNING: Skipping duplicate certificate verisign-inc-verisign-trust-network-03.pem > WARNING: Skipping duplicate certificate verisign-time-stamping-authority.pem > WARNING: Skipping duplicate certificate xramp-global-certification-authority.pem > echo 'files="'`ls certs`'"' >rootcerts.cnf > gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rootcerts' > Making all in cone > gmake[2]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > h='#define HELPFILE "/usr/local/share/cone/cone.hlp"'; echo "$h" | cmp -s - helpfile.H && exit 0; echo "$h" >helpfile.H > echo '#define BUILDVERSION "amd64-portbld-freebsd7.0/'`date`'"' >buildversion.H > gmake all-recursive > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > Making all in intl > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone/intl' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone/intl' > Making all in po > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone/po' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone/po' > Making all in m4 > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone/m4' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone/m4' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > Compiling acl.C > Compiling addressbook.C > Compiling addressbookinterface.C > Compiling addressbookinterfaceldap.C > Compiling addressbookinterfacemail.C > Compiling colors.C > Compiling cone.C > Compiling configscreen.C > Compiling ctrlchandler.C > Compiling cursesaddresslist.C > Compiling cursesattachmentdisplay.C > Compiling cursesedit.C > Compiling curseseditmessage.C > Compiling curseshierarchy.C > Compiling cursesindexdisplay.C > Compiling cursesmessage.C > Compiling cursesmessagedisplay.C > Compiling cursesmessageflowedtext.C > Compiling cursesmessagehtmlparser.C > Compiling disconnectcallbackstub.C > Compiling encryptionmenu.C > Compiling filter.C > Compiling filtereditscreen.C > Compiling gettext.C > Compiling globalkeys.C > Compiling gpg.C > Compiling hierarchy.C > Compiling htmlentity.c > Compiling htmlparser.C > Compiling init.C > Compiling macros.C > Compiling mainmenu.C > Compiling menuscreen.C > Compiling messagesize.C > Compiling myfolder.C > Compiling myfolderfilter.C > Compiling mymessage.C > Compiling myreferences.C > Compiling myserver.C > Compiling myservercallback.C > Compiling myserverconfig.C > Compiling myserverlogincallback.C > Compiling myserverpromptinfo.C > Compiling myserverremoteconfig.C > Compiling myservertask.C > Compiling myreadfolders.C > Compiling nntpcommand.C > nntpcommand.C: In member function 'virtual void nntpCommandFolder::add::go()': > nntpcommand.C:266: warning: missing sentinel in function call > Compiling opendialog.C > Compiling opensubfolders.C > Compiling outputdialog.C > Compiling passwordlist.C > Compiling previousscreen.C > Compiling rfc2646parse.C > Compiling savedialog.C > Compiling searchcallback.C > Compiling searchprompt.C > Compiling specialfolder.C > Compiling spellcheckerbase.C > Compiling tags.C > Compiling typeahead.C > Compiling wraptext.C > Linking libmail.la > copying selected object files to avoid basename conflicts... > cp /dev/null libcouriertls.dep ; . ../tcpd/couriertls.config ; \ > test "$couriertls" != "" || exit 0 ; \ > cp ../tcpd/libcouriertls.dep libcouriertls.dep > Compiling spellcheckerPspell.C > Compiling spellcheckerAspell.C > Compiling spellcheckerNone.C > rm -f dummyspellchecker.a > ar cr dummyspellchecker.a spellcheckerPspell.o spellcheckerAspell.o spellcheckerNone.o > ranlib dummyspellchecker.a > Linking cone > Compiling leaf.C > Linking leaf > Compiling htmlparsertest.C > Linking htmlparsertest > Compiling pwtest.c > Linking pwtest > for f in ./html/cone[0-9]*html; do /usr/bin/perl5 ./mkhtmlmsg.pl <$f ; done >help.tmp > rm -f help.txt > ../libmail/mailtool -copyto mbox:`pwd`/help.txt -tofolder "" -fromfolder "" mbox:`pwd`/help.tmp > help.tmp: 14 msgs copied... > sed 's:^From [^ ][^ ]*:From nobody@localhost:' help.tmp > mv -f help.tmp help.txt.in > CONFIG_HEADERS= CONFIG_FILES=help.txt /bin/sh ./config.status > config.status: creating help.txt > config.status: executing depfiles commands > config.status: executing default-1 commands > rm -f help.txt.in > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > gmake[2]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69' > cp -f cone/cone.sh cone.sh > cp -f cone/help.txt help.txt > cp -f cone/cone.dist cone.dist > gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69' > gmake[1]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69' > ================================================================ > ======================================== > make: don't know how to make regression-test(continuing) > ================================================================ > ======================================== > add_pkg aspell-0.60.5_2.tbz curl-7.16.1.tbz gamin-0.1.8.tbz gettext-0.16.1_3.tbz glib-2.12.12_1.tbz gmake-3.81_2.tbz gnupg-1.4.7_1.tbz libiconv-1.9.2_2.tbz libxml2-2.6.27.tbz perl-5.8.8.tbz pkg-config-0.21.tbz > adding dependencies > pkg_add aspell-0.60.5_2.tbz > skipping aspell-0.60.5_2, already added > pkg_add curl-7.16.1.tbz > skipping curl-7.16.1, already added > pkg_add gamin-0.1.8.tbz > skipping gamin-0.1.8, already added > pkg_add gettext-0.16.1_3.tbz > skipping gettext-0.16.1_3, already added > pkg_add glib-2.12.12_1.tbz > skipping glib-2.12.12_1, already added > pkg_add gmake-3.81_2.tbz > skipping gmake-3.81_2, already added > pkg_add gnupg-1.4.7_1.tbz > skipping gnupg-1.4.7_1, already added > pkg_add libiconv-1.9.2_2.tbz > skipping libiconv-1.9.2_2, already added > pkg_add libxml2-2.6.27.tbz > skipping libxml2-2.6.27, already added > pkg_add perl-5.8.8.tbz > skipping perl-5.8.8, already added > pkg_add pkg-config-0.21.tbz > skipping pkg-config-0.21, already added > ===> Installing for cone-0.69_3 > ===> cone-0.69_3 depends on executable in : gpgv - found > ===> cone-0.69_3 depends on executable in : gmake - found > ===> cone-0.69_3 depends on file: /usr/local/bin/perl5.8.8 - found > ===> cone-0.69_3 depends on executable in : pkg-config - found > ===> cone-0.69_3 depends on file: /usr/local/bin/perl5.8.8 - found > ===> cone-0.69_3 depends on executable in : pkg-config - found > ===> cone-0.69_3 depends on shared library: aspell.16 - found > ===> cone-0.69_3 depends on shared library: fam.0 - found > ===> cone-0.69_3 depends on shared library: iconv.3 - found > ===> cone-0.69_3 depends on shared library: intl - found > ===> cone-0.69_3 depends on shared library: xml2.5 - found > ===> Generating temporary packing list > ===> Checking if mail/cone already installed > gmake INSTALL_PROGRAM="/bin/sh /work/a/ports/mail/cone/work/cone-0.69/install-sh -c -s" \ > install_sh_PROGRAM="/bin/sh /work/a/ports/mail/cone/work/cone-0.69/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ > `test -z 'strip' || \ > echo "INSTALL_PROGRAM_ENV=STRIPPROG='strip'"` install > gmake[1]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69' > gmake install-recursive > gmake[2]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69' > Making install in unicode > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/unicode' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/unicode' > gmake[4]: Nothing to be done for `install-exec-am'. > gmake[4]: Nothing to be done for `install-data-am'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/unicode' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/unicode' > Making install in numlib > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/numlib' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/numlib' > gmake[4]: Nothing to be done for `install-exec-am'. > gmake[4]: Nothing to be done for `install-data-am'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/numlib' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/numlib' > Making install in liblock > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/liblock' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/liblock' > gmake[4]: Nothing to be done for `install-exec-am'. > gmake[4]: Nothing to be done for `install-data-am'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/liblock' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/liblock' > Making install in soxwrap > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/soxwrap' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/soxwrap' > gmake[4]: Nothing to be done for `install-exec-am'. > gmake[4]: Nothing to be done for `install-data-am'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/soxwrap' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/soxwrap' > Making install in md5 > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/md5' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/md5' > gmake[4]: Nothing to be done for `install-exec-am'. > gmake[4]: Nothing to be done for `install-data-am'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/md5' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/md5' > Making install in sha1 > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/sha1' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/sha1' > gmake[4]: Nothing to be done for `install-exec-am'. > gmake[4]: Nothing to be done for `install-data-am'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/sha1' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/sha1' > Making install in libhmac > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/libhmac' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/libhmac' > gmake[4]: Nothing to be done for `install-exec-am'. > gmake[4]: Nothing to be done for `install-data-am'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/libhmac' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/libhmac' > Making install in random128 > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/random128' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/random128' > gmake[4]: Nothing to be done for `install-exec-am'. > gmake[4]: Nothing to be done for `install-data-am'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/random128' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/random128' > Making install in rfc1035 > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rfc1035' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rfc1035' > gmake[4]: Nothing to be done for `install-exec-am'. > gmake[4]: Nothing to be done for `install-data-am'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rfc1035' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rfc1035' > Making install in rfc822 > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rfc822' > gmake install-am > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rfc822' > gmake[5]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rfc822' > gmake[5]: Nothing to be done for `install-exec-am'. > gmake[5]: Nothing to be done for `install-data-am'. > gmake[5]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rfc822' > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rfc822' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rfc822' > Making install in rfc2045 > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rfc2045' > gmake install-am > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rfc2045' > gmake[5]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rfc2045' > gmake[5]: Nothing to be done for `install-exec-am'. > gmake[5]: Nothing to be done for `install-data-am'. > gmake[5]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rfc2045' > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rfc2045' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rfc2045' > Making install in gpglib > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/gpglib' > gmake install-am > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/gpglib' > gmake[5]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/gpglib' > gmake[5]: Nothing to be done for `install-exec-am'. > gmake[5]: Nothing to be done for `install-data-am'. > gmake[5]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/gpglib' > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/gpglib' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/gpglib' > Making install in maildir > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/maildir' > gmake install-am > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/maildir' > gmake[5]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/maildir' > gmake[5]: Nothing to be done for `install-exec-am'. > gmake[5]: Nothing to be done for `install-data-am'. > gmake[5]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/maildir' > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/maildir' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/maildir' > Making install in tcpd > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/tcpd' > gmake install-am > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/tcpd' > gmake[5]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/tcpd' > gmake[5]: Nothing to be done for `install-exec-am'. > gmake[5]: Nothing to be done for `install-data-am'. > gmake[5]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/tcpd' > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/tcpd' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/tcpd' > Making install in curses > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/curses' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/curses' > gmake[4]: Nothing to be done for `install-exec-am'. > gmake[4]: Nothing to be done for `install-data-am'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/curses' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/curses' > Making install in ldapaddressbook > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/ldapaddressbook' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/ldapaddressbook' > gmake[4]: Nothing to be done for `install-exec-am'. > gmake[4]: Nothing to be done for `install-data-am'. > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/ldapaddressbook' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/ldapaddressbook' > Making install in libmail > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > gmake install-am > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > gmake[5]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > gmake[5]: Nothing to be done for `install-exec-am'. > gmake install-data-hook > gmake[6]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > gmake[6]: Nothing to be done for `install-data-hook'. > gmake[6]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > gmake[5]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > Making install in rootcerts > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rootcerts' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rootcerts' > gmake[4]: Nothing to be done for `install-exec-am'. > gmake install-data-hook > gmake[5]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rootcerts' > rm -rf /usr/local/share/cone/rootcerts > /work/a/ports/mail/cone/work/cone-0.69/install-sh -d /usr/local/share/cone/rootcerts > chmod 755 /usr/local/share/cone/rootcerts > ls certs | /usr/bin/perl5 -ne ' chomp; if ( -l "certs/$_" ) { print "ln -s " . readlink("certs/$_") . " /usr/local/share/cone/rootcerts/$_\n"; } else { print "install -o root -g wheel -m 444 certs/$_ /usr/local/share/cone/rootcerts\n"; }' | /bin/sh > gmake[5]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rootcerts' > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rootcerts' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rootcerts' > Making install in cone > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > gmake install-recursive > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > Making install in intl > gmake[5]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone/intl' > if { test "cone" = "gettext-runtime" || test "cone" = "gettext-tools"; } \ > && test 'no' = yes; then \ > /bin/sh mkdir -p -- /usr/local/lib /usr/local/include; \ > install -o root -g wheel -m 444 libintl.h /usr/local/include/libintl.h; \ > /bin/sh ../libtool --mode=install \ > install -o root -g wheel -m 444 libintl.a /usr/local/lib/libintl.a; \ > if test "@RELOCATABLE@" = yes; then \ > dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /usr/local/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \ > if test -n "$dependencies"; then \ > rm -f /usr/local/lib/libintl.la; \ > fi; \ > fi; \ > else \ > : ; \ > fi > if test "cone" = "gettext-tools" \ > && test 'no' = no \ > && test no != no; then \ > /bin/sh mkdir -p -- /usr/local/lib; \ > /bin/sh ../libtool --mode=install \ > install -o root -g wheel -m 444 libgnuintl.a /usr/local/lib/libgnuintl.a; \ > rm -f /usr/local/lib/preloadable_libintl.so; \ > install -o root -g wheel -m 444 /usr/local/lib/libgnuintl.so /usr/local/lib/preloadable_libintl.so; \ > /bin/sh ../libtool --mode=uninstall \ > rm -f /usr/local/lib/libgnuintl.a; \ > else \ > : ; \ > fi > if test 'no' = yes; then \ > test no != no || /bin/sh mkdir -p -- /usr/local/lib; \ > temp=/usr/local/lib/t-charset.alias; \ > dest=/usr/local/lib/charset.alias; \ > if test -f /usr/local/lib/charset.alias; then \ > orig=/usr/local/lib/charset.alias; \ > sed -f ref-add.sed $orig > $temp; \ > install -o root -g wheel -m 444 $temp $dest; \ > rm -f $temp; \ > else \ > if test no = no; then \ > orig=charset.alias; \ > sed -f ref-add.sed $orig > $temp; \ > install -o root -g wheel -m 444 $temp $dest; \ > rm -f $temp; \ > fi; \ > fi; \ > /bin/sh mkdir -p -- /usr/local/share/locale; \ > test -f /usr/local/share/locale/locale.alias \ > && orig=/usr/local/share/locale/locale.alias \ > || orig=./locale.alias; \ > temp=/usr/local/share/locale/t-locale.alias; \ > dest=/usr/local/share/locale/locale.alias; \ > sed -f ref-add.sed $orig > $temp; \ > install -o root -g wheel -m 444 $temp $dest; \ > rm -f $temp; \ > else \ > : ; \ > fi > if test "cone" = "gettext-tools"; then \ > /bin/sh mkdir -p -- /usr/local/share/gettext/intl; \ > install -o root -g wheel -m 444 VERSION /usr/local/share/gettext/intl/VERSION; \ > install -o root -g wheel -m 444 ChangeLog.inst /usr/local/share/gettext/intl/ChangeLog; \ > dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h relocatable.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c relocatable.c langprefs.c localename.c log.c printf.c osdep.c os2compat.c intl-compat.c"; \ > for file in $dists; do \ > install -o root -g wheel -m 444 ./$file \ > /usr/local/share/gettext/intl/$file; \ > done; \ > chmod a+x /usr/local/share/gettext/intl/config.charset; \ > dists="plural.c"; \ > for file in $dists; do \ > if test -f $file; then dir=.; else dir=.; fi; \ > install -o root -g wheel -m 444 $dir/$file \ > /usr/local/share/gettext/intl/$file; \ > done; \ > dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h"; \ > for file in $dists; do \ > rm -f /usr/local/share/gettext/intl/$file; \ > done; \ > else \ > : ; \ > fi > gmake[5]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone/intl' > Making install in po > gmake[5]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone/po' > mkdir -p -- /usr/local/share > if test "cone" = "gettext-tools"; then \ > mkdir -p -- /usr/local/share/gettext/po; \ > for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ > install -o root -g wheel -m 444 ./$file \ > /usr/local/share/gettext/po/$file; \ > done; \ > for file in Makevars; do \ > rm -f /usr/local/share/gettext/po/$file; \ > done; \ > else \ > : ; \ > fi > gmake[5]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone/po' > Making install in m4 > gmake[5]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone/m4' > gmake[6]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone/m4' > gmake[6]: Nothing to be done for `install-exec-am'. > gmake[6]: Nothing to be done for `install-data-am'. > gmake[6]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone/m4' > gmake[5]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone/m4' > gmake[5]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > gmake[6]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > /work/a/ports/mail/cone/work/cone-0.69/install-sh -d /usr/local/share/cone > /usr/bin/install -c -o root -g wheel -m 755 IMAGE.filter /usr/local/share/cone/IMAGE.filter > for f in IMAGE.GIF.filter IMAGE.JPEG.filter IMAGE.PNG.filter ; do rm -f /usr/local/share/cone/$f ; ln /usr/local/share/cone/IMAGE.filter /usr/local/share/cone/$f; done > rm -f /usr/local/share/cone/IMAGE.filter > rm -f /usr/local/share/cone/http.handler > rm -f /usr/local/share/cone/https.handler > /usr/bin/install -c -o root -g wheel -m 555 http.handler /usr/local/share/cone/http.handler > ln /usr/local/share/cone/http.handler /usr/local/share/cone/https.handler > test -z "/usr/local/lib" || /work/a/ports/mail/cone/work/cone-0.69/install-sh -d "/usr/local/lib" > test -z "/usr/local/man/man1" || /work/a/ports/mail/cone/work/cone-0.69/install-sh -d "/usr/local/man/man1" > install -o root -g wheel -m 444 '././man/cone.1' '/usr/local/man/man1/cone.1' > install -o root -g wheel -m 444 '././man/leaf.1' '/usr/local/man/man1/leaf.1' > install -o root -g wheel -m 444 '././man/mailtool.1' '/usr/local/man/man1/mailtool.1' > test -z "/usr/local/man/man3" || /work/a/ports/mail/cone/work/cone-0.69/install-sh -d "/usr/local/man/man3" > /work/a/ports/mail/cone/work/cone-0.69/install-sh -d /usr/local/share/cone > /usr/bin/install -c -o root -g wheel -m 444 ./html/* /usr/local/share/cone > for f in cone.html ; do mv -f /usr/local/share/cone/$f /usr/local/share/cone/$f.in ; CONFIG_HEADERS= CONFIG_FILES=/usr/local/share/cone/$f /bin/sh ./config.status; rm -f /usr/local/share/cone/$f.in ; done > config.status: creating /usr/local/share/cone/cone.html > config.status: executing depfiles commands > config.status: executing default-1 commands > for f in man1/cone.1 ; do mv -f /usr/local/man/$f /usr/local/man/$f.in ; CONFIG_HEADERS= CONFIG_FILES=/usr/local/man/$f /bin/sh ./config.status; rm -f /usr/local/man/$f.in ; done > config.status: creating /usr/local/man/man1/cone.1 > config.status: executing depfiles commands > config.status: executing default-1 commands > test -z "/usr/local/share/cone" || /work/a/ports/mail/cone/work/cone-0.69/install-sh -d "/usr/local/share/cone" > install -o root -g wheel -m 555 'APPLICATION.PDF.filter' '/usr/local/share/cone/APPLICATION.PDF.filter' > gmake[6]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > gmake[5]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/cone' > gmake[3]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69' > gmake[4]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69' > /work/a/ports/mail/cone/work/cone-0.69/install-sh -d /usr/local/libexec > /usr/bin/install -c -o root -g wheel -m 755 cone/cone /usr/local/libexec/cone > /work/a/ports/mail/cone/work/cone-0.69/install-sh -d /usr/local/bin > /usr/bin/install -c -o root -g wheel -m 755 cone.sh /usr/local/bin/cone > /usr/bin/install -c -o root -g wheel -m 755 cone/leaf /usr/local/bin/leaf > /usr/bin/install -c -o root -g wheel -m 755 libmail/mailtool /usr/local/bin/mailtool > test -z "/usr/local/etc" || /work/a/ports/mail/cone/work/cone-0.69/install-sh -d "/usr/local/etc" > install -o root -g wheel -m 444 'cone.dist' '/usr/local/etc/cone.dist' > /work/a/ports/mail/cone/work/cone-0.69/install-sh -d /usr/local/share/cone > /usr/bin/install -c -o root -g wheel -m 444 help.txt /usr/local/share/cone/"cone.hlp" > gmake[4]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69' > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69' > gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69' > gmake[1]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69' > install -o root -g wheel -m 555 /work/a/ports/mail/cone/work/cone-0.69/sysconftool /usr/local/sbin/cone-sysconftool > PKG_PREFIX=/usr/local /bin/sh pkg-install cone POST-INSTALL > cone: > TLS_PROTOCOL: new > TLS_STARTTLS_PROTOCOL: new > TLS_CIPHER_LIST: new > TLS_TIMEOUT: new > TLS_DHCERTFILE: new > TLS_CERTFILE: new > TLS_TRUSTCERTS: new > TLS_VERIFYPEER: new > TLS_CACHE: new > LOCAL: new > /bin/rm -f /usr/local/share/cone/rootcerts/.0 > /bin/mkdir -p /usr/local/share/doc/cone > install -o root -g wheel -m 444 /work/a/ports/mail/cone/work/cone-0.69/ChangeLog /usr/local/share/doc/cone > ===> Compressing manual pages for cone-0.69_3 > ===> Registering installation for cone-0.69_3 > ================================================================ > ======================================== > ===> Building package for cone-0.69_3 > tar: share/cone/rootcerts/02b73561.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/0481cb65.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/052e396b.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/0c364b2d.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/0dbd0096.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/0e82f83a.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/11a09b38.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/11f154d6.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/124bbd54.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/128b9c8d.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/19899da5.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/219d9499.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/23f4c490.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/256fd83b.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/2edf7016.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/2fb1850a.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/31044350.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/3ad48a91.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/3c58f906.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/3e7271e8.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/412bea73.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/4166ec0c.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/4184de39.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/4643210f.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/47996b5c.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/4d654d1d.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/4fbd6bfa.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/54edfa5d.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/594f1775.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/5a5372fc.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/5cf9d536.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/5f5e5caa.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/61f6c934.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/635ccfd5.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/6c55cf77.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/6e8bf996.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/6fcc125d.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/709afd2b.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/72bf6a04.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/72fa7371.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/74c26bd0.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/755f7420.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/75680d2e.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/7651b327.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/76579174.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/788c9bfc.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/7999be0d.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/7d3cd826.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/7d453d8f.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/8470719d.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/86f32474.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/8f7b96c4.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/8fe643df.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/95750816.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/97b4211c.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/9ec3a561.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/a0bc6fbb.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/a15b3b6b.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/a2df7ad7.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/a3896b44.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/a6776c69.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/a7605362.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/aaa45464.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/add67345.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/b0f3e76e.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/b5f329fa.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/bcdd5959.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/bda4cc84.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/bf87590f.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/c19d42c7.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/c215bc69.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/c33a80d4.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/c527e4ab.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/c9bc75ba.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/ccb919f9.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/cdaebb72.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/d2adc77d.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/d537fba6.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/d78a75c7.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/d8274e24.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/ddc328ff.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/e268a4c5.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/e28f6bbc.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/e7b8d656.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/ed049835.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/ed524cf5.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/ed62f4e3.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/ee7cd6fb.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/f3cf1e8e.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/f4996e82.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/f64d9715.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/f73e89fd.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/f950ccc2.0: Cannot stat: No such file or directory > tar: share/cone/rootcerts/ff783690.0: 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/cone-0.69_3.tbz > Registering depends: aspell-0.60.5_2 gnupg-1.4.7_1 gamin-0.1.8 glib-2.12.12_1 gmake-3.81_2 gettext-0.16.1_3 curl-7.16.1 libxml2-2.6.27 libiconv-1.9.2_2 perl-5.8.8 pkg-config-0.21. > Creating bzip'd tar ball in '/tmp/packages/All/cone-0.69_3.tbz' > *** Error code 1 > > Stop in /a/ports/mail/cone. > ================================================================ > build of /usr/ports/mail/cone ended at Wed May 9 03:33:57 UTC 2007 > > > ----- End forwarded message ----- > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From owner-freebsd-ports@FreeBSD.ORG Mon May 28 00:11:43 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4352816A46F for ; Mon, 28 May 2007 00:11:43 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id 1D9BB13C468 for ; Mon, 28 May 2007 00:11:43 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from ppp-70-251-187-11.dsl.austtx.swbell.net ([70.251.187.11]:51071 helo=[192.168.200.4]) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HsSgD-0002aJ-NC; Sun, 27 May 2007 19:01:47 -0500 Date: Sun, 27 May 2007 19:01:31 -0500 (CDT) From: Larry Rosenman To: Kris Kennaway In-Reply-To: <20070528000026.GA12997@rot13.obsecurity.org> Message-ID: <20070527190107.T43982@borg.lerctr.org> References: <20070522060709.GX88821@xor.obsecurity.org> <20070527185406.B9679@thebighonker.lerctr.org> <20070528000026.GA12997@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: -4.4 (----) X-LERCTR-Spam-Score: -4.4 (----) X-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001 X-LERCTR-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001 DomainKey-Status: no signature Cc: freebsd-ports@freebsd.org Subject: Re: [ports-amd64@pointyhat.freebsd.org: cone-0.69_3 failed on amd64 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 00:11:43 -0000 On Sun, 27 May 2007, Kris Kennaway wrote: > On Sun, May 27, 2007 at 06:56:29PM -0500, Larry Rosenman wrote: >> It doesn't fail for me :(. >> >> Can you tell me what is different about pointyhat regards the >> openssl stuff? >> >> It uses the openssl command line to generate the hash values, and >> your setup is whining about duplicate hashes. >> >> I can't reproduces the failure :( >> >> I also just submitted an update to 0.70, but did NOT change anything >> regarding >> the openssl stuff. >> >> Do I need USE_OPENSSL=yes if I'm using the openssl commandline? > > Did you build on up-to-date amd64 7.0? Yep. Rebuilt today to today's -CURRENT. > > Kris > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From owner-freebsd-ports@FreeBSD.ORG Mon May 28 00:16:14 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61B7316A4D7 for ; Mon, 28 May 2007 00:16:14 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id DE92B13C469 for ; Mon, 28 May 2007 00:16:13 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 285D637D627; Mon, 28 May 2007 10:16:12 +1000 (EST) X-Viruscan-Id: <465A1F4C0000BF7802879C@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id EC84E4223BA; Mon, 28 May 2007 10:16:11 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id B46B037D3FE; Mon, 28 May 2007 10:16:11 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 7BC3D321; Mon, 28 May 2007 10:16:11 +1000 (EST) Date: Mon, 28 May 2007 10:16:11 +1000 From: Edwin Groothuis To: Hagen K?hl Message-ID: <20070528001611.GA1361@k7.mavetju> References: <20070527190053.41a88e30@l140.fem.tu-ilmenau.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070527190053.41a88e30@l140.fem.tu-ilmenau.de> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org Subject: Re: xorg modularity X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 00:16:14 -0000 On Sun, May 27, 2007 at 07:00:53PM +0200, Hagen K?hl wrote: > just want to know, if anyone is planning to change the news > xorg-metaports, so you can really make use of the new modularity? > So you can choose which programs you really want to install when > running make config. It has been discussed on IRC, and I'm pretty sure that flz@ has been thinking about it during his sweat-shop-job. My opinion is: let's do the upgrade to 7.2 and the new framework first, then see what can be done about OPTIONizing it. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Mon May 28 00:16:15 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0DBC16A4D5 for ; Mon, 28 May 2007 00:16:15 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id 9A42E13C457 for ; Mon, 28 May 2007 00:16:15 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org ([192.147.25.65]:54529) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HsSuD-0002jF-Oq; Sun, 27 May 2007 19:16:15 -0500 Date: Sun, 27 May 2007 19:16:11 -0500 (CDT) From: Larry Rosenman To: Kris Kennaway In-Reply-To: <20070528000551.GA13129@rot13.obsecurity.org> Message-ID: <20070527191503.G10420@thebighonker.lerctr.org> References: <20070522060709.GX88821@xor.obsecurity.org> <20070527185406.B9679@thebighonker.lerctr.org> <20070528000026.GA12997@rot13.obsecurity.org> <20070527190107.T43982@borg.lerctr.org> <20070528000551.GA13129@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: -4.4 (----) X-LERCTR-Spam-Score: -4.4 (----) X-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001 X-LERCTR-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001 DomainKey-Status: no signature Cc: freebsd-ports@freebsd.org Subject: Re: [ports-amd64@pointyhat.freebsd.org: cone-0.69_3 failed on amd64 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 00:16:15 -0000 On Sun, 27 May 2007, Kris Kennaway wrote: > On Sun, May 27, 2007 at 07:01:31PM -0500, Larry Rosenman wrote: >> On Sun, 27 May 2007, Kris Kennaway wrote: >> >>> On Sun, May 27, 2007 at 06:56:29PM -0500, Larry Rosenman wrote: >>>> It doesn't fail for me :(. >>>> >>>> Can you tell me what is different about pointyhat regards the >>>> openssl stuff? >>>> >>>> It uses the openssl command line to generate the hash values, and >>>> your setup is whining about duplicate hashes. >>>> >>>> I can't reproduces the failure :( >>>> >>>> I also just submitted an update to 0.70, but did NOT change anything >>>> regarding >>>> the openssl stuff. >>>> >>>> Do I need USE_OPENSSL=yes if I'm using the openssl commandline? >>> >>> Did you build on up-to-date amd64 7.0? >> Yep. Rebuilt today to today's -CURRENT. > > OK, I don't know what is different then, it's just a stock build in a > jail. > > Kris Would a log of my build help? I'm at a loss. I really don't want to mark it broken if a build on a real machine works, but it fails on pointyhat. Thanks for any guidance. (the build I did today is with the updated 0.70 port). LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From owner-freebsd-ports@FreeBSD.ORG Mon May 28 00:21:07 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5737816A4D0 for ; Mon, 28 May 2007 00:21:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 40F4113C46C for ; Mon, 28 May 2007 00:21:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 7385C1A3C1C; Sun, 27 May 2007 17:22:13 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 487B0511F1; Sun, 27 May 2007 20:21:06 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 26A7AC1A2; Sun, 27 May 2007 20:21:06 -0400 (EDT) Date: Sun, 27 May 2007 20:21:06 -0400 From: Kris Kennaway To: Larry Rosenman Message-ID: <20070528002105.GA13472@rot13.obsecurity.org> References: <20070522060709.GX88821@xor.obsecurity.org> <20070527185406.B9679@thebighonker.lerctr.org> <20070528000026.GA12997@rot13.obsecurity.org> <20070527190107.T43982@borg.lerctr.org> <20070528000551.GA13129@rot13.obsecurity.org> <20070527191503.G10420@thebighonker.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070527191503.G10420@thebighonker.lerctr.org> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: [ports-amd64@pointyhat.freebsd.org: cone-0.69_3 failed on amd64 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 00:21:07 -0000 On Sun, May 27, 2007 at 07:16:11PM -0500, Larry Rosenman wrote: > On Sun, 27 May 2007, Kris Kennaway wrote: > > >On Sun, May 27, 2007 at 07:01:31PM -0500, Larry Rosenman wrote: > >>On Sun, 27 May 2007, Kris Kennaway wrote: > >> > >>>On Sun, May 27, 2007 at 06:56:29PM -0500, Larry Rosenman wrote: > >>>>It doesn't fail for me :(. > >>>> > >>>>Can you tell me what is different about pointyhat regards the > >>>>openssl stuff? > >>>> > >>>>It uses the openssl command line to generate the hash values, and > >>>>your setup is whining about duplicate hashes. > >>>> > >>>>I can't reproduces the failure :( > >>>> > >>>>I also just submitted an update to 0.70, but did NOT change anything > >>>>regarding > >>>>the openssl stuff. > >>>> > >>>>Do I need USE_OPENSSL=yes if I'm using the openssl commandline? > >>> > >>>Did you build on up-to-date amd64 7.0? > >>Yep. Rebuilt today to today's -CURRENT. > > > >OK, I don't know what is different then, it's just a stock build in a > >jail. > > > >Kris > Would a log of my build help? You can compare to the log from pointyhat to try and find the difference and backtrack to the cause. Kris From owner-freebsd-ports@FreeBSD.ORG Mon May 28 00:22:04 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA43416A41F for ; Mon, 28 May 2007 00:22:04 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B665F13C46E for ; Mon, 28 May 2007 00:22:04 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 753121A3C19; Sun, 27 May 2007 17:01:34 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 662D651493; Sun, 27 May 2007 20:00:27 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 0C054C1A2; Sun, 27 May 2007 20:00:27 -0400 (EDT) Date: Sun, 27 May 2007 20:00:27 -0400 From: Kris Kennaway To: Larry Rosenman Message-ID: <20070528000026.GA12997@rot13.obsecurity.org> References: <20070522060709.GX88821@xor.obsecurity.org> <20070527185406.B9679@thebighonker.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070527185406.B9679@thebighonker.lerctr.org> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: [ports-amd64@pointyhat.freebsd.org: cone-0.69_3 failed on amd64 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 00:22:04 -0000 On Sun, May 27, 2007 at 06:56:29PM -0500, Larry Rosenman wrote: > It doesn't fail for me :(. > > Can you tell me what is different about pointyhat regards the > openssl stuff? > > It uses the openssl command line to generate the hash values, and > your setup is whining about duplicate hashes. > > I can't reproduces the failure :( > > I also just submitted an update to 0.70, but did NOT change anything > regarding > the openssl stuff. > > Do I need USE_OPENSSL=yes if I'm using the openssl commandline? Did you build on up-to-date amd64 7.0? Kris From owner-freebsd-ports@FreeBSD.ORG Mon May 28 00:43:12 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6F6516A488 for ; Mon, 28 May 2007 00:43:12 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id 91B4113C43E for ; Mon, 28 May 2007 00:43:12 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from ppp-70-251-187-11.dsl.austtx.swbell.net ([70.251.187.11]:50580 helo=[192.168.200.4]) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HsTKH-0002uL-CD; Sun, 27 May 2007 19:43:11 -0500 Date: Sun, 27 May 2007 19:42:52 -0500 (CDT) From: Larry Rosenman To: Kris Kennaway In-Reply-To: <20070528002105.GA13472@rot13.obsecurity.org> Message-ID: <20070527194043.K17366@borg.lerctr.org> References: <20070522060709.GX88821@xor.obsecurity.org> <20070527185406.B9679@thebighonker.lerctr.org> <20070528000026.GA12997@rot13.obsecurity.org> <20070527190107.T43982@borg.lerctr.org> <20070528000551.GA13129@rot13.obsecurity.org> <20070527191503.G10420@thebighonker.lerctr.org> <20070528002105.GA13472@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: -4.3 (----) X-LERCTR-Spam-Score: -4.3 (----) X-Spam-Report: SpamScore (-4.3/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001, TW_OZ=0.077 X-LERCTR-Spam-Report: SpamScore (-4.3/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001, TW_OZ=0.077 DomainKey-Status: no signature Cc: freebsd-ports@freebsd.org Subject: Re: [ports-amd64@pointyhat.freebsd.org: cone-0.69_3 failed on amd64 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 00:43:12 -0000 On Sun, 27 May 2007, Kris Kennaway wrote: > > You can compare to the log from pointyhat to try and find the > difference and backtrack to the cause. > No such luck. Pointyhat: [..3104 lines elided..] gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' Making all in rootcerts gmake[2]: Entering directory `/work/a/ports/mail/cone/work/cone-0.69/rootcerts' rm -rf certs mkdir certs /bin/sh ./certs.sh /usr/local/bin/perl /a/ports/mail/cone/scripts/c_rehash certs >/dev/null WARNING: Skipping duplicate certificate aba-ecom-root-ca.pem WARNING: Skipping duplicate certificate addtrust-class-1-ca-root.pem WARNING: Skipping duplicate certificate addtrust-external-ca-root.pem WARNING: Skipping duplicate certificate addtrust-public-ca-root.pem WARNING: Skipping duplicate certificate addtrust-qualified-ca-root.pem WARNING: Skipping duplicate certificate america-online-root-certification-00.pem WARNING: Skipping duplicate certificate america-online-root-certification-01.pem WARNING: Skipping duplicate certificate aol-time-warner-root-certification-00.pem WARNING: Skipping duplicate certificate aol-time-warner-root-certification-01.pem WARNING: Skipping duplicate certificate baltimore-cybertrust-root.pem WARNING: Skipping duplicate certificate betrusted-root-ca-baltimore-implementation.pem WARNING: Skipping duplicate certificate betrusted-root-ca-entrust-implementation.pem WARNING: Skipping duplicate certificate betrusted-root-ca-rsa-implementation.pem WARNING: Skipping duplicate certificate betrusted-root-ca.pem WARNING: Skipping duplicate certificate certum-ca.pem WARNING: Skipping duplicate certificate chambers-of-commerce-root.pem WARNING: Skipping duplicate certificate class-1-public-primary-ocsp-responder.pem WARNING: Skipping duplicate certificate class-2-public-primary-ocsp-responder.pem WARNING: Skipping duplicate certificate class-3-public-primary-ocsp-responder.pem WARNING: Skipping duplicate certificate digital-signature-trust-co-dstca-00.pem WARNING: Skipping duplicate certificate digital-signature-trust-co-dstca-01.pem WARNING: Skipping duplicate certificate dst-rootca-x1.pem WARNING: Skipping duplicate certificate dst-rootca-x2.pem WARNING: Skipping duplicate certificate entrust-net-certification-authority.pem WARNING: Skipping duplicate certificate entrust-net-client-certification-00.pem WARNING: Skipping duplicate certificate entrust-net-client-certification-01.pem WARNING: Skipping duplicate certificate entrust-net-secure-server-certification-00.pem WARNING: Skipping duplicate certificate entrust-net-secure-server-certification-01.pem WARNING: Skipping duplicate certificate equifax-equifax-secure-certificate.pem WARNING: Skipping duplicate certificate equifax-secure-ebusiness-ca-1.pem WARNING: Skipping duplicate certificate equifax-secure-equifax-secure-ebusiness.pem WARNING: Skipping duplicate certificate equifax-secure-global-ebusiness.pem WARNING: Skipping duplicate certificate geotrust-global-ca.pem WARNING: Skipping duplicate certificate global-chambersign-root.pem WARNING: Skipping duplicate certificate globalsign-root-ca.pem WARNING: Skipping duplicate certificate gp-root-2.pem WARNING: Skipping duplicate certificate gte-cybertrust-global-root.pem WARNING: Skipping duplicate certificate gte-cybertrust-root.pem WARNING: Skipping duplicate certificate http-www-valicert-com-00.pem WARNING: Skipping duplicate certificate http-www-valicert-com-01.pem WARNING: Skipping duplicate certificate http-www-valicert-com-02.pem WARNING: Skipping duplicate certificate ips-ca-chained-cas-certification.pem WARNING: Skipping duplicate certificate ips-ca-clase1-certification-authority.pem WARNING: Skipping duplicate certificate ips-ca-clase3-certification-authority.pem WARNING: Skipping duplicate certificate ips-servidores.pem WARNING: Skipping duplicate certificate ips-ca-clasea1-certification-authority.pem WARNING: Skipping duplicate certificate ips-ca-clasea3-certification-authority.pem WARNING: Skipping duplicate certificate ips-ca-timestamping-certification.pem WARNING: Skipping duplicate certificate netlock-expressz-class-c-tanusitvanykiado.pem WARNING: Skipping duplicate certificate netlock-kozjegyzoi-class-a-tanusitvanykiado.pem WARNING: Skipping duplicate certificate netlock-uzleti-class-b-tanusitvanykiado.pem WARNING: Skipping duplicate certificate quovadis-root-certification-authority.pem WARNING: Skipping duplicate certificate rsa-data-security-inc-secure-server.pem WARNING: Skipping duplicate certificate rsa-security-inc-rsa-security-1024.pem WARNING: Skipping duplicate certificate rsa-security-inc-rsa-security-2048.pem WARNING: Skipping duplicate certificate secom-trust-net-security-communication.pem WARNING: Skipping duplicate certificate secure-certificate-services.pem WARNING: Skipping duplicate certificate secure-server-ocsp-responder.pem WARNING: Skipping duplicate certificate sonera-class1-ca.pem WARNING: Skipping duplicate certificate sonera-class2-ca.pem WARNING: Skipping duplicate certificate staat-der-nederlanden-root-ca.pem WARNING: Skipping duplicate certificate starfield-technologies-inc-starfield.pem WARNING: Skipping duplicate certificate tc-trustcenter-for-security-in-00.pem WARNING: Skipping duplicate certificate tc-trustcenter-for-security-in-01.pem WARNING: Skipping duplicate certificate tdc-internet-tdc-internet-root.pem WARNING: Skipping duplicate certificate tdc-oces-ca.pem WARNING: Skipping duplicate certificate thawte-personal-basic-ca.pem WARNING: Skipping duplicate certificate thawte-personal-freemail-ca.pem WARNING: Skipping duplicate certificate thawte-personal-premium-ca.pem WARNING: Skipping duplicate certificate thawte-premium-server-ca.pem WARNING: Skipping duplicate certificate thawte-server-ca.pem WARNING: Skipping duplicate certificate thawte-timestamping-ca.pem WARNING: Skipping duplicate certificate the-go-daddy-group-inc-go-daddy.pem WARNING: Skipping duplicate certificate trusted-certificate-services.pem WARNING: Skipping duplicate certificate utn-datacorp-sgc.pem WARNING: Skipping duplicate certificate utn-userfirst-client-authentication.pem WARNING: Skipping duplicate certificate utn-userfirst-hardware.pem WARNING: Skipping duplicate certificate utn-userfirst-network-applications.pem WARNING: Skipping duplicate certificate utn-userfirst-object.pem WARNING: Skipping duplicate certificate visa-ecommerce-root.pem WARNING: Skipping duplicate certificate verisign-class-1-public-primary.pem WARNING: Skipping duplicate certificate verisign-class-2-public-primary.pem WARNING: Skipping duplicate certificate verisign-class-3-public-primary.pem WARNING: Skipping duplicate certificate verisign-class-4-public-primary.pem WARNING: Skipping duplicate certificate verisign-inc-class-1-public-primary.pem WARNING: Skipping duplicate certificate verisign-inc-class-2-public-primary.pem WARNING: Skipping duplicate certificate verisign-inc-class-3-public-primary.pem WARNING: Skipping duplicate certificate verisign-inc-verisign-trust-network-00.pem WARNING: Skipping duplicate certificate verisign-inc-verisign-trust-network-01.pem WARNING: Skipping duplicate certificate verisign-inc-verisign-trust-network-02.pem WARNING: Skipping duplicate certificate verisign-inc-verisign-trust-network-03.pem WARNING: Skipping duplicate certificate verisign-time-stamping-authority.pem WARNING: Skipping duplicate certificate xramp-global-certification-authority.pem echo 'files="'`ls certs`'"' >rootcerts.cnf gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/rootcerts' [..rest elided..] My current box: [..stuff elided..] gmake[3]: Leaving directory `/usr/home/ler/ports/mail/cone/work/cone-0.70/libmail' gmake[2]: Leaving directory `/usr/home/ler/ports/mail/cone/work/cone-0.70/libmail' Making all in rootcerts gmake[2]: Entering directory `/usr/home/ler/ports/mail/cone/work/cone-0.70/rootcerts' rm -rf certs mkdir certs /bin/sh ./certs.sh /usr/local/bin/perl /usr/home/ler/ports/mail/cone/scripts/c_rehash certs >/dev/null echo 'files="'`ls certs`'"' >rootcerts.cnf gmake[2]: Leaving directory `/usr/home/ler/ports/mail/cone/work/cone-0.70/rootcerts' Making all in cone There is nothing to tell me why your box is giving the dupes and mine isn't. Any ideas? LER > Kris > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From owner-freebsd-ports@FreeBSD.ORG Mon May 28 01:17:45 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB8BD16A400 for ; Mon, 28 May 2007 01:17:45 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (math.missouri.edu [128.206.184.200]) by mx1.freebsd.org (Postfix) with ESMTP id A61A413C44C for ; Mon, 28 May 2007 01:17:45 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (localhost [127.0.0.1]) by math.missouri.edu (8.13.1/8.13.1) with ESMTP id l4S1HjOn011712; Sun, 27 May 2007 20:17:45 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Received: from localhost (stephen@localhost) by math.missouri.edu (8.13.1/8.13.1/Submit) with ESMTP id l4S1HjgN011709; Sun, 27 May 2007 20:17:45 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Date: Sun, 27 May 2007 20:17:44 -0500 (CDT) From: Stephen Montgomery-Smith To: Michel Talon In-Reply-To: <20070527221528.GA19603@lpthe.jussieu.fr> Message-ID: <20070527200954.C11340@math.missouri.edu> References: <20070527221528.GA19603@lpthe.jussieu.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 01:17:45 -0000 On Mon, 28 May 2007, Michel Talon wrote: > Stephen Montgomery-Smith said: > >> I suggest rewriting "make" so that variables are only evaluated on a >> "need to know" basis. .... >> or "I have tried to do this." > > Of course a lot of people have thinked about it, and quickly realized > that it was not going to work. In the bsd.ports.mk, evaluation of one > variable may be dependent on some conditional, which may itself be > dependant on some other variable, appearing as some target. This > constantly happens in bsd.ports.mk. > > If you think about that, you convince yourself that a "reduced make" > needs to understand targets, needs to understand conditionals, and needs > to evaluate not only the variable under consideration, but but possibly > any other. In other words, you need a full blown make. Actually I have thought quite a lot about this over the last couple of weeks. You are correct in that the "make" really does have to be a full blown make. What I am suggesting is something rather different - a rather sophisticated make that works hard to only that which it really has to do. And it certainly would require a lot of sophistication, precisely for the reasons you state. > > To gain some performance, a first idea would be to simplify > bsd.ports.mk. I am convinced that a substantial part of the 4000 lines > are historical crap which serve no useful purpose. There are tons of > variables who have probably purely anecdotical interest. There are > targets which could be happily suppressed. Of course, due to the > complexity of bsd.ports.mk, rewriting it is certainly not an easy task. > There is a freebsd port whose aim is to rewrite it, i don't know how > far they are. The NetBSD people have completely rewritten the system, i > have no idea if the new one is faster. The OpenBSD people have also > rewritten bsd.ports.mk, with apparently much faster makefile. > I rewrote a bsd.ports.mk in which ALL targets were removed, and all it did was evalute variables. (I wrote a perl script that did this automatically.) The net effect was no speed gain. In other words, processing unnecessary targets is not the problem. I really have looked at bsd.ports.mk a lot, and given that it is written in the context of what make requires, it seems to be rather well and efficiently written. I did find one speed increase in bsd.gnome.mk, which I am kind of proud of, but even that only gained about a 5-10% speed increase in "make index." > A second idea would be to multithread make, since modern machines will > have a lot of cores. At present make -j forks submakes > and waits for their completion. This doesn't help for the problem at > hand. However, multithreading the execution of a single makefile is > certainly not trivial due to the interdependencies. > I don't think multithreaded make will help in this situation. > Anyways, one of the things which cannot be a big factor is reading > bsd.ports.mk from hard disk. It is certainly cached in memory when you > run make index. On the other hand it is so big that it probably doesn't > fit in cache, or probably only fits in caches of machines generously > endowed. I have remarked that the difference of execution speed of make > index between machines of similar speed but very different cache size > (i am thinking Pentium 4 versus Core 2 Duo) is striking. It is less > than 10 minutes on the big cache machine versus 30 minutes on the small > cache one. If the cache effect is indeed dominant, then reducing the > size of bsd.ports.mk by all possible means would be very beneficial. > My suspicion is that the timne taken to read bsd.ports.mk from the hard disk is a rather small part of what takes it so long. Compare doing a "make" with a simple "cat" and the time differences are very great. I think make spends far more time processing the file than reading it. > By the way an alternative system would be to use something other than > make to do the job. This is what the Gentoo people are doing, using > first a python based system, and now a C++ one (paludis). Here also i > don't have any idea if it is faster. > It would be nice to find a solution that doesn't involve redesigning the whole ports process from scratch. > > > > -- > > Michel TALON > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Mon May 28 01:43:50 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6142316A4A0; Mon, 28 May 2007 01:43:50 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.freebsd.org (Postfix) with ESMTP id 1797D13C43E; Mon, 28 May 2007 01:43:49 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.montlan (12-216-253-187.client.mchsi.com[12.216.253.187]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20070528014348m9100d38lue>; Mon, 28 May 2007 01:43:49 +0000 Message-ID: <465A33D4.1040706@math.missouri.edu> Date: Sun, 27 May 2007 20:43:48 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070525 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Stephen Montgomery-Smith , ports@freebsd.org, hackers@freebsd.org References: <4659EF80.70100@math.missouri.edu> <20070527223048.GA37505@icarus.home.lan> In-Reply-To: <20070527223048.GA37505@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 01:43:50 -0000 Jeremy Chadwick wrote: > On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith wrote: >> I have been thinking a lot about looking for speed increases for "make >> index" and pkg_version and things like that. So for example, in >> pkg_version, it calls "make -V PKGNAME" for every installed package. Now >> "make -V PKGNAME" should be a speedy operation, but the make has to load in >> and analyze bsd.port.mk, a quite complicated file with about 200,000 >> characters in it, when all it is needing to do is to figure out the value of >> the variable PKGNAME. > > I have a related question, pertaining to "make all-depends-list" and the > utter atrocity that is the make variable ALL-DEPENDS-LIST. If you don't > know what it is, look for ^ALL-DEPENDS-LIST around line 5175, in > bsd.ports.mk. > > I call it an atrocity because it's a mix of make variable expansion > combined with sh scripting, and it's nearly impossible to read. It's > not commented either, so folks like myself are left thinking "What IS > this mess?!". It's expanded via $$(${ALL-DEPENDS-LIST}) in for loops, > throughout several places in bsd.port.mk. > > I do not entirely understand what ALL-DEPENDS-LIST is about (that should > be apparent), but upon performing some of my benchmarks, I found this to > be a very slow piece of bsd.port.mk. make -V _DEPEND_DIRS is incredibly > fast, but ALL-DEPENDS-LIST is not. > > Does it need to be done this way? Can we just iterate through all of > the ports, call make -V _DEPEND_DIRS, then sort | uniq the results? I > suppose that depends on the operation (make vs. make clean vs. > others)... > > The port I used for testing some of the benchmarks was net/gacxtool. It > seems to be a good example of a "hefty" port. I looked very hard at this particular piece of code. Once you understand how it works, you realize that it is rather well written. It basically does what you suggest, except it keeps a list of ports it has already checked, so that it doesn't do them over again. This piece of code is as efficient as it can possibly be, given that the program has to recursively call make on every dependency port at least once (and as it happens only once). > >> I suggest rewriting "make" so that variables are only evaluated on a "need >> to know" basis. So, for example, if all we need to know is PKGNAME, there >> is no need to evaluate, for example, _RUN_LIB_DEPENDS, unless the writer of >> that particular port has done something like having PORTNAME depend on the >> value of _RUN_LIB_DEPENDS. So "make" should analyze all the code it is >> given, and only figure it out if it is needed to do so. This would include, >> for example, figuring out .for and .if directives on a need to know basis as >> well. > > This sounds like a good solution. In fact, I'm lead to believe that > heavy reliance on /bin/sh is part of why the ports collection is slow. > No, it's not the sole reason, but it's one of many. I'm of the belief > that anything we can do to migrate portions into native make would be > benefitial. I have done profiling tests on make, and in its current form, bsd.ports.mk actually spends rather little time inside of bin/sh. Thw writers of bsd.ports.mk have done a very good job of minimizing the bin/sh calls. > > That said, I'll ask this out in the open: am I the only one who sees the > benefit of GNU make in regards to this? There's a lot of built-in > functions in GNU make which could help in regards to ports. I have no > qualms with PMake per se, but if another tool gives us what we need, > then maybe we should consider the pros and cons of adapting that. > There's also CMake, which is incredibly fast. > Maybe I should look at the inner workings of cmake and gmake. Maybe they have some good ideas. However having looked through the source code of make, and also looking at the cvs logs, it does seem to be well written. The only possibility I see of making it go a lot faster is a complete redesign, e.g. my just in time idea for processing variables. Stephen From owner-freebsd-ports@FreeBSD.ORG Mon May 28 01:44:57 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9011A16A46D for ; Mon, 28 May 2007 01:44:57 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6D35113C45E for ; Mon, 28 May 2007 01:44:57 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id ED99FAC3; Sun, 27 May 2007 20:44:56 -0500 (CDT) Date: Sun, 27 May 2007 20:44:56 -0500 To: Michel Talon Message-ID: <20070528014456.GA24097@soaustin.net> References: <20070527221528.GA19603@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070527221528.GA19603@lpthe.jussieu.fr> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 01:44:57 -0000 On Mon, May 28, 2007 at 12:15:28AM +0200, Michel Talon wrote: > To gain some performance, a first idea would be to simplify > bsd.ports.mk. I am convinced that a substantial part of the 4000 lines > are historical crap which serve no useful purpose. 11272 of LOC in bsd.*.mk, but who's counting. > There are tons of variables who have probably purely anecdotical > interest. There are targets which could be happily suppressed. Please let us know which functionality you think is extra. You should use the individual port Makefiles as well as ports/Makefile to figure out what is unused. For extra credit, please include ports/Tools/portbuild/scripts so the build cluster will continue to work. Please don't think I am picking on you specifically; however, about every 6 months or so someone decides that "the ports framework is too complicated" without saying exactly what needs to be removed. Since I look at all the portmgr PRs as they come in, and participate in rejecting in some of the (by our determination) more marginal features, I can assure you that not every single new proposal makes it in there, nor has in the past. Every- thing that's in there is because there was some specific justification for it (at least at the time). Given that we had no install base, a significant rewrite would not be a burden, but that's not the case. Please note, I've agreed for several years that a great deal of the code could be factored out into some kind of C library for speed and reduction of code duplication. Some work is going towards that in the Summer of Code. But the hard part is making it work, in a backwards compatible fashion, and doing the exhaustive regression testing to prove that it solves more problems that it creates. (portmgr spends a _lot_ of time on regression testing, behind the scenes.) In summary, the ports infrastructure is really complicated because it's trying to deal with all kinds of constraints and conditions. I challenge anyone who thinks things can be removed to roll up their sleeves and make a good case for it. I'd be happy to have something easier to read. mcl From owner-freebsd-ports@FreeBSD.ORG Mon May 28 01:47:24 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 590FB16A400; Mon, 28 May 2007 01:47:24 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.freebsd.org (Postfix) with ESMTP id 1049C13C455; Mon, 28 May 2007 01:47:23 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.montlan (12-216-253-187.client.mchsi.com[12.216.253.187]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20070528014722m9200d9nk8e>; Mon, 28 May 2007 01:47:23 +0000 Message-ID: <465A34AA.8000002@math.missouri.edu> Date: Sun, 27 May 2007 20:47:22 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070525 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Bakul Shah References: <20070527231254.D0C325B5E@mail.bitblocks.com> In-Reply-To: <20070527231254.D0C325B5E@mail.bitblocks.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 01:47:24 -0000 I'm looking for something that will work with the existing framework. But yes, I get the feeling that maybe using "make" to process the ports might be the source of the problem. Make is a program primarily designed for figuring out which was made first, the target or the source, but in the ports what we really want is a scripting language that presides over "cd WKSRC; make". (P.S. sorry for top-posting, but I am following your lead.) Bakul Shah wrote: > Not quite what you asked for but... > > Given the size and complexity of the port system I have long > felt that rather than do everything via more and more complex > Mk/*.mk what is is needed is a ports server and a thin CLI > frontend to it. > > This server can store dependency data in an efficient manner, > deal with conditional dependencies, port renames, security > and what not. It can build or fetch or serve packages, > handle updates etc. Things mentioned in UPDATING file can > instead be done by the server. In general it can automate a > lot of stuff, remove error prone redundancies etc. If it is > small enough and written in C, it can even be shipped with > the base system instead of various pkg_* programs. > > It can provide two interfaces, one for normal users (with > commands like add, check, config, delete, info, search, > update, which) and one for port developers (command for > adding/remove/renaming ports, etc.). Initially it must work > with existing Makefiles. > >> I have been thinking a lot about looking for speed increases for "make >> index" and pkg_version and things like that. So for example, in >> pkg_version, it calls "make -V PKGNAME" for every installed package. >> Now "make -V PKGNAME" should be a speedy operation, but the make has to >> load in and analyze bsd.port.mk, a quite complicated file with about >> 200,000 characters in it, when all it is needing to do is to figure out >> the value of the variable PKGNAME. >> >> I suggest rewriting "make" so that variables are only evaluated on a >> "need to know" basis. So, for example, if all we need to know is >> PKGNAME, there is no need to evaluate, for example, _RUN_LIB_DEPENDS, >> unless the writer of that particular port has done something like having >> PORTNAME depend on the value of _RUN_LIB_DEPENDS. So "make" should >> analyze all the code it is given, and only figure it out if it is needed >> to do so. This would include, for example, figuring out .for and .if >> directives on a need to know basis as well. >> >> I have only poked around a little inside the source for make, but I have >> a sense that this would be a major undertaking. I certainly have not >> thought through what it entails in more than a cursory manner. However >> I am quite excited about the possibility of doing this, albeit I may >> well put off the whole thing for a year or two or even forever depending >> upon other priorities in my life. >> >> However, in the mean time I want to throw this idea out there to get >> some feedback, either of the form of "this won't work," or of the form >> "I will do it," or "I have tried to do this." >> >> Best regards, Stephen >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > > From owner-freebsd-ports@FreeBSD.ORG Mon May 28 01:47:51 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82A4E16A46B for ; Mon, 28 May 2007 01:47:51 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 691A213C469 for ; Mon, 28 May 2007 01:47:51 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 2CF86AE4; Sun, 27 May 2007 20:47:51 -0500 (CDT) Date: Sun, 27 May 2007 20:47:51 -0500 To: Edwin Groothuis Message-ID: <20070528014751.GB24097@soaustin.net> References: <20070527190053.41a88e30@l140.fem.tu-ilmenau.de> <20070528001611.GA1361@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070528001611.GA1361@k7.mavetju> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Hagen K?hl , freebsd-ports@freebsd.org Subject: Re: xorg modularity X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 01:47:51 -0000 On Mon, May 28, 2007 at 10:16:11AM +1000, Edwin Groothuis wrote: > It has been discussed on IRC, and I'm pretty sure that flz@ has > been thinking about it during his sweat-shop-job. My opinion is: > let's do the upgrade to 7.2 and the new framework first, then see > what can be done about OPTIONizing it. My own feeling that is if we had spent the time trying to futher divide it up, it would have taken more time for our long-suffering folks to get it into the tree. That said, there's a lot of the demo and developer junk that few people need. Maybe I can talk myself into graphing the dependencies this week, that might make it possible to visualize it. mcl From owner-freebsd-ports@FreeBSD.ORG Mon May 28 02:01:46 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 773F116A47A for ; Mon, 28 May 2007 02:01:46 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id D97E213C45E for ; Mon, 28 May 2007 02:01:45 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 3133537D751; Mon, 28 May 2007 12:01:44 +1000 (EST) X-Viruscan-Id: <465A38080000A9C4CE97B0@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id EF0974220C8; Mon, 28 May 2007 12:01:43 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id B0C6D37D402; Mon, 28 May 2007 12:01:43 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 8536F423; Mon, 28 May 2007 12:01:43 +1000 (EST) Date: Mon, 28 May 2007 12:01:43 +1000 From: Edwin Groothuis To: ports@freebsd.org, freebsd-hackers@freebsd.org Message-ID: <20070528020143.GB1361@k7.mavetju> Mail-Followup-To: Edwin Groothuis , ports@freebsd.org, freebsd-hackers@freebsd.org References: <20070527221528.GA19603@lpthe.jussieu.fr> <20070528014456.GA24097@soaustin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070528014456.GA24097@soaustin.net> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: Looking for speed increases in "make index" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 02:01:46 -0000 On Sun, May 27, 2007 at 08:44:56PM -0500, Mark Linimon wrote: > In summary, the ports infrastructure is really complicated because it's > trying to deal with all kinds of constraints and conditions. I challenge Reading this, I was wondering what the ports infrastructure has ever done for us? See http://www.epicure.demon.co.uk/whattheromans.html Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Mon May 28 03:14:44 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89DBC16A492 for ; Mon, 28 May 2007 03:14:44 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 735E713C487 for ; Mon, 28 May 2007 03:14:44 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id DA0861A3C1C; Sun, 27 May 2007 20:15:50 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 4B0D5511F1; Sun, 27 May 2007 23:14:43 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 81AFDC17C; Sun, 27 May 2007 23:14:42 -0400 (EDT) Date: Sun, 27 May 2007 23:14:42 -0400 From: Kris Kennaway To: Larry Rosenman Message-ID: <20070528031442.GA855@rot13.obsecurity.org> References: <20070522060709.GX88821@xor.obsecurity.org> <20070527185406.B9679@thebighonker.lerctr.org> <20070528000026.GA12997@rot13.obsecurity.org> <20070527190107.T43982@borg.lerctr.org> <20070528000551.GA13129@rot13.obsecurity.org> <20070527191503.G10420@thebighonker.lerctr.org> <20070528002105.GA13472@rot13.obsecurity.org> <20070527194043.K17366@borg.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070527194043.K17366@borg.lerctr.org> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: [ports-amd64@pointyhat.freebsd.org: cone-0.69_3 failed on amd64 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 03:14:44 -0000 On Sun, May 27, 2007 at 07:42:52PM -0500, Larry Rosenman wrote: > On Sun, 27 May 2007, Kris Kennaway wrote: > > > > >You can compare to the log from pointyhat to try and find the > >difference and backtrack to the cause. > > > No such luck. > > Pointyhat: > > [..3104 lines elided..] > gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' > gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/cone-0.69/libmail' Did you actually diff them? There might have been something in those 3104 lines that you missed. Otherwise, I suggest looking more closely at how it determines "duplicate" to see where it might have found them. Kris From owner-freebsd-ports@FreeBSD.ORG Mon May 28 03:19:20 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0947F16A46B for ; Mon, 28 May 2007 03:19:20 +0000 (UTC) (envelope-from mwm-dated-1181184716.28744f@mired.org) Received: from mired.org (vpn.mired.org [66.92.153.74]) by mx1.freebsd.org (Postfix) with SMTP id 89B9313C465 for ; Mon, 28 May 2007 03:19:19 +0000 (UTC) (envelope-from mwm-dated-1181184716.28744f@mired.org) Received: (qmail 40642 invoked by uid 1001); 28 May 2007 02:51:56 -0000 Received: by bhuda.mired.org (tmda-sendmail, from uid 1001); Sun, 27 May 2007 22:51:56 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18010.17356.231693.31047@bhuda.mired.org> Date: Sun, 27 May 2007 22:51:56 -0400 To: Edwin Groothuis In-Reply-To: <20070528020143.GB1361@k7.mavetju> References: <20070527221528.GA19603@lpthe.jussieu.fr> <20070528014456.GA24097@soaustin.net> <20070528020143.GB1361@k7.mavetju> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Primary-Address: mwm@mired.org X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ X-Delivery-Agent: TMDA/1.1.11 (Ladyburn) From: Mike Meyer Cc: ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 03:19:20 -0000 In <20070528020143.GB1361@k7.mavetju>, Edwin Groothuis typed: > On Sun, May 27, 2007 at 08:44:56PM -0500, Mark Linimon wrote: > > In summary, the ports infrastructure is really complicated because it's > > trying to deal with all kinds of constraints and conditions. I challenge > Reading this, I was wondering what the ports infrastructure has > ever done for us? > See http://www.epicure.demon.co.uk/whattheromans.html While that's funny, it makes me wonder if you're serious when you ask the question. The ports system is a wonder. If you've ever tried installing software off the net without such a thing to help, you'll know what I mean. If you haven't, you should thank jkh for your state of blessedness. That said, it's now a decade old, and I'm sure doing far more than jkh ever expected of it. It's also tightly integarted with the package system, which is in a similar state. Both are suffering in comparison to newer systems, many of which have less ambitious goals. It seems like in the last month or so a lot of people have popped up with an interest in reworking one or both of them. Hopefully, some of them with time to do so will get good advice. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-ports@FreeBSD.ORG Mon May 28 03:20:46 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08E4816A400 for ; Mon, 28 May 2007 03:20:46 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id D6CF313C45A for ; Mon, 28 May 2007 03:20:45 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from ppp-70-251-187-11.dsl.austtx.swbell.net ([70.251.187.11]:50244 helo=[192.168.200.105]) by thebighonker.lerctr.org with esmtpa (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HsVmm-00042Q-3H; Sun, 27 May 2007 22:20:45 -0500 In-Reply-To: <20070528031442.GA855@rot13.obsecurity.org> References: <20070522060709.GX88821@xor.obsecurity.org> <20070527185406.B9679@thebighonker.lerctr.org> <20070528000026.GA12997@rot13.obsecurity.org> <20070527190107.T43982@borg.lerctr.org> <20070528000551.GA13129@rot13.obsecurity.org> <20070527191503.G10420@thebighonker.lerctr.org> <20070528002105.GA13472@rot13.obsecurity.org> <20070527194043.K17366@borg.lerctr.org> <20070528031442.GA855@rot13.obsecurity.org> Mime-Version: 1.0 (Apple Message framework v752.2) Message-Id: From: Larry Rosenman Date: Sun, 27 May 2007 22:20:30 -0500 To: Kris Kennaway X-Mailer: Apple Mail (2.752.2) X-Spam-Score: -4.4 (----) X-LERCTR-Spam-Score: -4.4 (----) X-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001, HTML_MESSAGE=0.001 X-LERCTR-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001, HTML_MESSAGE=0.001 DomainKey-Status: no signature Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: [ports-amd64@pointyhat.freebsd.org: cone-0.69_3 failed on amd64 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 03:20:46 -0000 On May 27, 2007, at 10:14 PM, Kris Kennaway wrote: > On Sun, May 27, 2007 at 07:42:52PM -0500, Larry Rosenman wrote: >> On Sun, 27 May 2007, Kris Kennaway wrote: >> >>> >>> You can compare to the log from pointyhat to try and find the >>> difference and backtrack to the cause. >>> >> No such luck. >> >> Pointyhat: >> >> [..3104 lines elided..] >> gmake[3]: Leaving directory `/work/a/ports/mail/cone/work/ >> cone-0.69/libmail' >> gmake[2]: Leaving directory `/work/a/ports/mail/cone/work/ >> cone-0.69/libmail' > > Did you actually diff them? There might have been something in those > 3104 lines that you missed. > > Otherwise, I suggest looking more closely at how it determines > "duplicate" to see where it might have found them. > It deletes the directory, runs the create script, and then runs the hash create script. Something is wierd, or 0.70's tarball has a different set of certs. Can you try the 0.70 stuff, and see if it still fails? The scripts are really simple. > Kris -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From owner-freebsd-ports@FreeBSD.ORG Mon May 28 03:41:25 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F3FBB16A474; Mon, 28 May 2007 03:41:24 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id B03C013C44B; Mon, 28 May 2007 03:41:24 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 771BE37D4DC; Mon, 28 May 2007 13:41:23 +1000 (EST) X-Viruscan-Id: <465A4F63000083D386A6C3@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id 1B2D042208D; Mon, 28 May 2007 13:41:23 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id D22EA37D402; Mon, 28 May 2007 13:41:22 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id A2DFB5C8; Mon, 28 May 2007 13:41:22 +1000 (EST) Date: Mon, 28 May 2007 13:41:22 +1000 From: Edwin Groothuis To: Mike Meyer Message-ID: <20070528034122.GA1646@k7.mavetju> Mail-Followup-To: Edwin Groothuis , Mike Meyer , ports@freebsd.org, freebsd-hackers@freebsd.org References: <20070527221528.GA19603@lpthe.jussieu.fr> <20070528014456.GA24097@soaustin.net> <20070528020143.GB1361@k7.mavetju> <18010.17356.231693.31047@bhuda.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18010.17356.231693.31047@bhuda.mired.org> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 03:41:25 -0000 On Sun, May 27, 2007 at 10:51:56PM -0400, Mike Meyer wrote: > In <20070528020143.GB1361@k7.mavetju>, Edwin Groothuis typed: > > On Sun, May 27, 2007 at 08:44:56PM -0500, Mark Linimon wrote: > > > In summary, the ports infrastructure is really complicated because it's > > > trying to deal with all kinds of constraints and conditions. I challenge > > Reading this, I was wondering what the ports infrastructure has > > ever done for us? > > See http://www.epicure.demon.co.uk/whattheromans.html > > While that's funny, it makes me wonder if you're serious when you ask > the question. No I wasn't serious, I was sarcastic. I've spend enough time working in ports/Mk to know what is has done for us. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Mon May 28 05:13:53 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 225E816A46B; Mon, 28 May 2007 05:13:53 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.freebsd.org (Postfix) with ESMTP id 4D06513C465; Mon, 28 May 2007 05:13:52 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=daemon.micom.mng.net) by publicd.ub.mng.net with esmtpa (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HsXY9-0004I7-Ci; Mon, 28 May 2007 13:13:45 +0800 Message-ID: <465A6508.1070000@micom.mng.net> Date: Mon, 28 May 2007 13:13:44 +0800 From: Ganbold User-Agent: Thunderbird 2.0.0.0 (X11/20070425) MIME-Version: 1.0 To: Jun Kuriyama References: <4641377B.3080600@micom.mng.net> <7mirb26628.wl%kuriyama@imgsrc.co.jp> <46566AA4.50203@micom.mng.net> <7m3b1jg48w.wl%kuriyama@imgsrc.co.jp> In-Reply-To: <7m3b1jg48w.wl%kuriyama@imgsrc.co.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports , kuriyama@FreeBSD.org Subject: Re: Mongolian localization to dsssl-docbook-modular port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 05:13:53 -0000 Jun Kuriyama wrote: > At Fri, 25 May 2007 12:48:36 +0800, > Ganbold wrote: > >> Since ports tree is unfrozen, could you integrate my patch to ports tree? >> >> Here is the patch. >> Please let me know if there is something wrong with this patch. >> > > Thanks, committed! > > > Thanks a lot. Ganbold From owner-freebsd-ports@FreeBSD.ORG Mon May 28 06:33:52 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC24516A46F; Mon, 28 May 2007 06:33:52 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ipmail02.adl2.internode.on.net (ipmail02.adl2.internode.on.net [203.16.214.141]) by mx1.freebsd.org (Postfix) with ESMTP id AC81A13C458; Mon, 28 May 2007 06:33:51 +0000 (UTC) (envelope-from grog@lemis.com) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CALoQWkbAbcWH/2dsb2JhbAA X-IronPort-AV: E=Sophos;i="4.14,585,1170595800"; d="scan'208";a="130334644" Received: from wantadilla.lemis.com ([192.109.197.135]) by ipmail02.adl2.internode.on.net with ESMTP; 28 May 2007 15:47:40 +0930 Received: by wantadilla.lemis.com (Postfix, from userid 1004) id C2DEA1A9933; Mon, 28 May 2007 15:47:39 +0930 (CST) Date: Mon, 28 May 2007 15:47:39 +0930 From: Greg 'groggy' Lehey To: FreeBSD Questions , FreeBSD ports Message-ID: <20070528061739.GE65439@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a+b56+3nqLzpiR9O" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: Subject: Keyboard problems with xorg 7.2 and Dell Inspiron 5100? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 06:33:52 -0000 --a+b56+3nqLzpiR9O Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I've just upgraded my Inspiron 5100 to the latest and greatest X.org release, 7.2. Using the standard configuration options (either no config file, or the one generated by X -configure), most keys on the keyboard don't react. I've ran xev against the server and find that the only keys that react are the modifier keys. The same machine runs fine with Knoppix 5.2, which has X.org 7.1.1, and it ran fine under FreeBSD with a previous version of X.org 6.9.. Looking at the log file, nothing obvious reaches out and grabs me. In particular, the keyboard-related information corresponds exactly with the Knoppix log file (modulo keyboard layout). Has anybody else seen this? Any ideas? Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers. --a+b56+3nqLzpiR9O Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFGWnQDIubykFB6QiMRAnLXAJ98e/rCNFGxWDPvq1qdJwJqLNIMCwCgoiWn uDudQ0nyzWPdrbL88BFn8pE= =h67Y -----END PGP SIGNATURE----- --a+b56+3nqLzpiR9O-- From owner-freebsd-ports@FreeBSD.ORG Mon May 28 07:25:38 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D15B816A51F for ; Mon, 28 May 2007 07:25:38 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.freebsd.org (Postfix) with ESMTP id 9CC1513C4C3 for ; Mon, 28 May 2007 07:25:38 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.montlan (12-216-253-187.client.mchsi.com[12.216.253.187]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20070528072533m9200d8nsne>; Mon, 28 May 2007 07:25:34 +0000 Message-ID: <465A83ED.5000606@math.missouri.edu> Date: Mon, 28 May 2007 02:25:33 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070525 SeaMonkey/1.1.1 MIME-Version: 1.0 To: ports@freebsd.org Content-Type: multipart/mixed; boundary="------------020003020601040008040507" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Slightly faster "make all-depends-list" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 07:25:38 -0000 This is a multi-part message in MIME format. --------------020003020601040008040507 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Here is a C program that does the same as "make all-depends-list" but runs four threads at once. I get small time increases on a regular computer, and twice the speed on dual processor systems. e.g. all-depends-list /usr/ports/x11/xorg --------------020003020601040008040507-- From owner-freebsd-ports@FreeBSD.ORG Mon May 28 07:29:56 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A6FA16A4EC for ; Mon, 28 May 2007 07:29:56 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.freebsd.org (Postfix) with ESMTP id 47D2F13C48A for ; Mon, 28 May 2007 07:29:56 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.montlan (12-216-253-187.client.mchsi.com[12.216.253.187]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20070528072955m9200d8ntte>; Mon, 28 May 2007 07:29:55 +0000 Message-ID: <465A84F3.3020907@math.missouri.edu> Date: Mon, 28 May 2007 02:29:55 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070525 SeaMonkey/1.1.1 MIME-Version: 1.0 To: ports@freebsd.org References: <465A83ED.5000606@math.missouri.edu> In-Reply-To: <465A83ED.5000606@math.missouri.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Slightly faster "make all-depends-list" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 07:29:56 -0000 Stephen Montgomery-Smith wrote: > Here is a C program that does the same as "make all-depends-list" but > runs four threads at once. I get small time increases on a regular > computer, and twice the speed on dual processor systems. > > e.g. > all-depends-list /usr/ports/x11/xorg > The attachment didn't take. Here it is: http://www.math.missouri.edu/~stephen/all-depends-list.c From owner-freebsd-ports@FreeBSD.ORG Mon May 28 07:39:37 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18B4316A41F; Mon, 28 May 2007 07:39:37 +0000 (UTC) (envelope-from ijliao@FreeBSD.csie.nctu.edu.tw) Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.freebsd.org (Postfix) with ESMTP id CF65213C457; Mon, 28 May 2007 07:39:36 +0000 (UTC) (envelope-from ijliao@FreeBSD.csie.nctu.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id A75257EDCC; Mon, 28 May 2007 15:16:57 +0800 (CST) Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t9WdcuNQ84rI; Mon, 28 May 2007 15:16:56 +0800 (CST) Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1041) id D2FD87EDCD; Mon, 28 May 2007 15:16:56 +0800 (CST) Date: Mon, 28 May 2007 15:16:56 +0800 From: Ying-Chieh Liao To: Greg 'groggy' Lehey Message-ID: <20070528071656.GA27131@freebsd.csie.nctu.edu.tw> References: <20070528061739.GE65439@wantadilla.lemis.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: <20070528061739.GE65439@wantadilla.lemis.com> X-Operating-System: FreeBSD 6.2-RELEASE i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.15 (2007-04-06) Cc: FreeBSD ports , FreeBSD Questions Subject: Re: Keyboard problems with xorg 7.2 and Dell Inspiron 5100? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 07:39:37 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 28, 2007 at 15:47:39 +0930, Greg 'groggy' Lehey wrote: > Looking at the log file, nothing obvious reaches out and grabs me. In > particular, the keyboard-related information corresponds exactly with > the Knoppix log file (modulo keyboard layout). >=20 > Has anybody else seen this? Any ideas? I've got this problem with my IBM T41 (discussed in -x11 and -mobile) and my solution is add an ENV VAR XKEYSYMDB=3D/usr/local/share/X11/XKeysymDB hope this helps :) --=20 self-producing in perl : $_=3Dq(print"\$_=3Dq($_);eval;");eval; -- V Vinay --0F1p//8PRICkK4MW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGWoHoPr2pZkSgpgcRAntMAJ40bPmBs29E46+sR7sxFFz2HV+9YACfV4h3 2tFtgLbmvYMUMb7Gvubusuc= =c3o2 -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- From owner-freebsd-ports@FreeBSD.ORG Mon May 28 09:03:03 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0FC316A4FF; Mon, 28 May 2007 09:03:03 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.187.76.162]) by mx1.freebsd.org (Postfix) with ESMTP id 339B213C484; Mon, 28 May 2007 09:03:02 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l4S8bKn6006910; Mon, 28 May 2007 09:37:22 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=permerror; spf=permerror X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk l4S8bKn6006910 Message-ID: <465A94C0.2080301@infracaninophile.co.uk> Date: Mon, 28 May 2007 09:37:20 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.0 (X11/20070521) MIME-Version: 1.0 To: Stephen Montgomery-Smith References: <4659EF80.70100@math.missouri.edu> In-Reply-To: <4659EF80.70100@math.missouri.edu> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Mon, 28 May 2007 09:37:32 +0100 (BST) X-Virus-Scanned: ClamAV 0.90.2/3311/Mon May 28 01:21:25 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_POLICY_TESTING, DK_POLICY_SIGNSOME,NO_RELAYS autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on happy-idiot-talk.infracaninophile.co.uk Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 09:03:04 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Stephen Montgomery-Smith wrote: > I have been thinking a lot about looking for speed increases for "make > index" and pkg_version and things like that. So for example, in > pkg_version, it calls "make -V PKGNAME" for every installed package. Now > "make -V PKGNAME" should be a speedy operation, but the make has to load > in and analyze bsd.port.mk, a quite complicated file with about 200,000 > characters in it, when all it is needing to do is to figure out the > value of the variable PKGNAME. pkg_version is one thing -- but to build the INDEX you need to extract at least the values of the following variables: PKGNAME .CURDIR PREFIX COMMENT DESCR MAINTAINER CATEGORIES EXTRACT_DEPENDS PATCH_DEPENDS FETCH_DEPENDS BUILD_DEPENDS RUN_DEPENDS LIB_DEPENDS Plus you need to grep in the referenced pkg-descr file for any WWW links. I also extract the values of: MASTER_PORT .MAKEFILE_LIST SUBDIR for my FreeBSD::Portindex stuff. Trouble is, by the time you've extracted all that lot, you have pretty much done the same level of variable processing as you would were you actually going to build the port. One thing that would speed up this process would be a make option to just do parsing of the Makefile and variable expansion, without calling stat(2) on all the various sources and dependencies involved. For instance: happy-idiot-talk:...ports/databases/mysql-connector-java:% truss make -V PKGNAME |& grep stat | wc -l 49 It is quite instructive to see what files make(1) touches while doing that. At least half of them are irrelevant if all make(1) is going to do is print out the values of some variables. Multiply that by 17,000 and it adds up to a big waste of effort. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGWpTA8Mjk52CukIwRCI0BAJ0bX5hTAJkMCO6Pl+cA4THv3mKulwCgg+39 kCyAGOTYYz9vEzzM9NRe3no= =MqFV -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon May 28 09:05:51 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1EC916A468 for ; Mon, 28 May 2007 09:05:51 +0000 (UTC) (envelope-from norky@grumy.net) Received: from 27.mail-out.ovh.net (27.mail-out.ovh.net [213.186.38.137]) by mx1.freebsd.org (Postfix) with SMTP id 18A0113C4D3 for ; Mon, 28 May 2007 09:05:50 +0000 (UTC) (envelope-from norky@grumy.net) Received: (qmail 14253 invoked by uid 503); 28 May 2007 09:07:51 -0000 Received: from unknown (HELO mail175.ha.ovh.net) (213.186.33.59) by 27.mail-out.ovh.net with SMTP; 28 May 2007 09:07:51 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 28 May 2007 09:05:47 -0000 Received: from unknown (HELO ?192.168.1.52?) (62.244.73.16) by ns0.ovh.net with SMTP; 28 May 2007 09:05:47 -0000 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <5D12F8AF-E350-4AEB-AE23-8DB071BB910F@grumy.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-ports@freebsd.org From: Joffrey Audin Date: Mon, 28 May 2007 10:59:56 +0200 X-Mailer: Apple Mail (2.752.3) X-Ovh-Remote: 62.244.73.16 () X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Subject: can't cd to... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 09:05:51 -0000 Hi, I have a problem with lots of ports. ex: /usr/ports/game/gnome-games/ # make install clean make all-recursive Making all in po cd: can't cd to po *** Error code 1 Stop in /usr/ports/game/gnome-games/work/gnome-games-2.18.1. This problem is in lots of ports and in my 'autotools' projects. So, where is the bug ? Thanks You From owner-freebsd-ports@FreeBSD.ORG Mon May 28 09:28:01 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FE9816A469 for ; Mon, 28 May 2007 09:28:01 +0000 (UTC) (envelope-from norky@grumy.net) Received: from 27.mail-out.ovh.net (27.mail-out.ovh.net [213.186.38.137]) by mx1.freebsd.org (Postfix) with SMTP id EAD4B13C48A for ; Mon, 28 May 2007 09:28:00 +0000 (UTC) (envelope-from norky@grumy.net) Received: (qmail 15675 invoked by uid 503); 28 May 2007 09:03:21 -0000 Received: from unknown (HELO mail175.ha.ovh.net) (213.186.33.59) by 27.mail-out.ovh.net with SMTP; 28 May 2007 09:03:21 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 28 May 2007 09:01:16 -0000 Received: from unknown (HELO ?192.168.1.52?) (62.244.73.16) by ns0.ovh.net with SMTP; 28 May 2007 09:01:14 -0000 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <745A35CA-406E-4608-B03D-4ECB9310D3FD@grumy.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: ports@freebsd.org From: Joffrey Audin Date: Mon, 28 May 2007 10:55:23 +0200 X-Mailer: Apple Mail (2.752.3) X-Ovh-Remote: 62.244.73.16 () X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Cc: Subject: can't cd to... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 09:28:01 -0000 Hi, I have a problems with lots of ports. Ex in gnome-games : #make install clean make all-recursive make all in po cd: can't cd to po *** Error code 1 Stop in /usr/ports/games/gnome-games/work/gnome-games-2.18.1 I have this problem with lots of ports and to my 'autotools' too. the 'cd' doesn't work. But not all, today, xorg-lib. update correctly Where is the bug please ?? Thanks you From owner-freebsd-ports@FreeBSD.ORG Mon May 28 10:00:11 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D637A16A4EE for ; Mon, 28 May 2007 10:00:11 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id AF43F13C455 for ; Mon, 28 May 2007 10:00:11 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4SA0BwM060411 for ; Mon, 28 May 2007 10:00:11 GMT (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4SA0BTn060403 for ports@freebsd.org; Mon, 28 May 2007 10:00:11 GMT (envelope-from fenner) Date: Mon, 28 May 2007 10:00:11 GMT From: Bill Fenner Message-Id: <200705281000.l4SA0BTn060403@freefall.freebsd.org> To: ports@freebsd.org Cc: Subject: Possibly unbuildable ports reminder X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 10:00:11 -0000 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/ports@freebsd.org.html 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 From owner-freebsd-ports@FreeBSD.ORG Mon May 28 10:19:23 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E583516A47A for ; Mon, 28 May 2007 10:19:23 +0000 (UTC) (envelope-from jarrod@netleader.com.au) Received: from wallace.netleader.com.au (wallace.netleader.com.au [203.122.246.247]) by mx1.freebsd.org (Postfix) with ESMTP id 3FE0613C484 for ; Mon, 28 May 2007 10:19:22 +0000 (UTC) (envelope-from jarrod@netleader.com.au) Received: from [192.168.0.3] (gromit.local [192.168.0.3]) by wallace.netleader.com.au (8.13.8/8.13.8) with ESMTP id l4SAJJge011603 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 28 May 2007 19:49:20 +0930 (CST) (envelope-from jarrod@netleader.com.au) In-Reply-To: <4659CA70.1000201@psg.com> References: <46575D6E.1070604@psg.com> <7F2539EE-501A-49C5-BA64-AF74494163CB@netleader.com.au> <4657B99C.9070307@psg.com> <46A0B9BE-FDC8-4B29-8E60-16C318C770F9@netleader.com.au> <4659CA70.1000201@psg.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6ED021F1-54B8-4B5B-8FD7-06558255DA8F@netleader.com.au> Content-Transfer-Encoding: 7bit From: Jarrod Sayers Date: Mon, 28 May 2007 19:49:13 +0930 To: Randy Bush X-Mailer: Apple Mail (2.752.3) Cc: freebsd ports Subject: Re: nagios in current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 10:19:24 -0000 On 28/05/2007, at 3:44 AM, Randy Bush wrote: > bingo! my error. i run a special version of bind and had not > rebuilt. > Sorry for my lapse. No worries Randy, glad it all worked out in the end. By the way, net- mgmt/nagios-plugins was just updated to 1.4.8. Jarrod. From owner-freebsd-ports@FreeBSD.ORG Mon May 28 11:04:34 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A39B916A41F; Mon, 28 May 2007 11:04:34 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.freebsd.org (Postfix) with ESMTP id 3E2AD13C480; Mon, 28 May 2007 11:04:34 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from [129.247.12.6] ([129.247.12.6]) by smtp-1.dlr.de with Microsoft SMTPSVC(6.0.3790.1830); Mon, 28 May 2007 13:04:26 +0200 Message-ID: <465AB737.1030708@dlr.de> Date: Mon, 28 May 2007 13:04:23 +0200 From: Hartmut Brandt User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Matthew Seaman References: <4659EF80.70100@math.missouri.edu> <465A94C0.2080301@infracaninophile.co.uk> In-Reply-To: <465A94C0.2080301@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 May 2007 11:04:26.0727 (UTC) FILETIME=[F4D50770:01C7A117] Cc: ports@freebsd.org, Stephen Montgomery-Smith , hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 11:04:34 -0000 Matthew Seaman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Stephen Montgomery-Smith wrote: >> I have been thinking a lot about looking for speed increases for "make >> index" and pkg_version and things like that. So for example, in >> pkg_version, it calls "make -V PKGNAME" for every installed package. Now >> "make -V PKGNAME" should be a speedy operation, but the make has to load >> in and analyze bsd.port.mk, a quite complicated file with about 200,000 >> characters in it, when all it is needing to do is to figure out the >> value of the variable PKGNAME. > > pkg_version is one thing -- but to build the INDEX you need to extract > at least the values of the following variables: > > PKGNAME > .CURDIR > PREFIX > COMMENT > DESCR > MAINTAINER > CATEGORIES > EXTRACT_DEPENDS > PATCH_DEPENDS > FETCH_DEPENDS > BUILD_DEPENDS > RUN_DEPENDS > LIB_DEPENDS > > Plus you need to grep in the referenced pkg-descr file for any WWW > links. I also extract the values of: > > MASTER_PORT > .MAKEFILE_LIST > SUBDIR > > for my FreeBSD::Portindex stuff. > > Trouble is, by the time you've extracted all that lot, you have pretty > much done the same level of variable processing as you would were you > actually going to build the port. > > One thing that would speed up this process would be a make option > to just do parsing of the Makefile and variable expansion, without > calling stat(2) on all the various sources and dependencies involved. > > For instance: > > happy-idiot-talk:...ports/databases/mysql-connector-java:% truss make -V PKGNAME |& grep stat | wc -l > 49 > > It is quite instructive to see what files make(1) touches while doing > that. At least half of them are irrelevant if all make(1) is going to > do is print out the values of some variables. Multiply that by 17,000 > and it adds up to a big waste of effort. Are you sure? A good deal of the stats() is make poking around for the make infrastructure. This should be in the cache. And there are a couple of stats for the *done* files that might be avoided by doing something in the ports infrastructure. But as I already said in my previous mail: numbers, please, no guessing. harti From owner-freebsd-ports@FreeBSD.ORG Mon May 28 11:04:36 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CCD816A41F; Mon, 28 May 2007 11:04:36 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.freebsd.org (Postfix) with ESMTP id BCD7B13C483; Mon, 28 May 2007 11:04:35 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from [129.247.12.6] ([129.247.12.6]) by smtp-1.dlr.de with Microsoft SMTPSVC(6.0.3790.1830); Mon, 28 May 2007 12:51:16 +0200 Message-ID: <465AB421.10802@dlr.de> Date: Mon, 28 May 2007 12:51:13 +0200 From: Hartmut Brandt User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Stephen Montgomery-Smith References: <4659EF80.70100@math.missouri.edu> In-Reply-To: <4659EF80.70100@math.missouri.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 May 2007 10:51:16.0185 (UTC) FILETIME=[1DA1E490:01C7A116] Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 11:04:36 -0000 Stephen Montgomery-Smith wrote: > I have been thinking a lot about looking for speed increases for "make > index" and pkg_version and things like that. So for example, in > pkg_version, it calls "make -V PKGNAME" for every installed package. Now > "make -V PKGNAME" should be a speedy operation, but the make has to load > in and analyze bsd.port.mk, a quite complicated file with about 200,000 > characters in it, when all it is needing to do is to figure out the > value of the variable PKGNAME. > > I suggest rewriting "make" so that variables are only evaluated on a > "need to know" basis. So, for example, if all we need to know is > PKGNAME, there is no need to evaluate, for example, _RUN_LIB_DEPENDS, > unless the writer of that particular port has done something like having > PORTNAME depend on the value of _RUN_LIB_DEPENDS. So "make" should > analyze all the code it is given, and only figure it out if it is needed > to do so. This would include, for example, figuring out .for and .if > directives on a need to know basis as well. > > I have only poked around a little inside the source for make, but I have > a sense that this would be a major undertaking. I certainly have not > thought through what it entails in more than a cursory manner. However > I am quite excited about the possibility of doing this, albeit I may > well put off the whole thing for a year or two or even forever depending > upon other priorities in my life. > > However, in the mean time I want to throw this idea out there to get > some feedback, either of the form of "this won't work," or of the form > "I will do it," or "I have tried to do this." Having done a great deal of rewriting of make some two years ago I can tell you that even a small change to make is a tough job testing-wise: run all the combinations of !-j and -j on all architectures and run the change through the port-building cluster. That's a warning to start with. Second I would start with careful profiling to find out where the problem actually is. You might be surprised. As an example: several times the idea came up to use a hash structure instead of linear lists for make variables. I got a patch for this and - it makes absolutely no difference performance-wise (well, there was some indication that performance gets worse, but that was around or below noise level). With careful I mean to find out who takes the time: 1. make and its sub-makes for a) reading the file; b) parsing the file (note that .if and .for processing is done while parsing); c) processing targets. 2. sub-shells executed for executing targets commands (note, that make optimizes the subshells away when there are no special shell symbol in the command line) 3. executed programs (find, sort, ...) Until you have numbers for this everything is rather moot. It might be a good idea to put some performance measurement hooks into make for this to do. If anybody wants to work on make, I would rather recommend to implement %-rules :-) And if anybody wants to recommend gmake over make(1) - look into the code, what mess that is :-/ Regards, harti From owner-freebsd-ports@FreeBSD.ORG Mon May 28 11:06:16 2007 Return-Path: X-Original-To: ports@hub.freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE02916A421 for ; Mon, 28 May 2007 11:06:16 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id AD01413C455 for ; Mon, 28 May 2007 11:06:16 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4SB6GiM067543 for ; Mon, 28 May 2007 11:06:16 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4SB6FfQ067539 for PORTS; Mon, 28 May 2007 11:06:15 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 28 May 2007 11:06:15 GMT Message-Id: <200705281106.l4SB6FfQ067539@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Cc: Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 11:06:16 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. r - repocopy The resolution of the problem report is dependent on a repocopy operation within the CVS repository which is awaiting completion. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/112754 [ports]: VERY SERIOUS security bug in sysutils/eject f ports/112756 www/plone update to 2.5.3 for security fix of XSS vuln f ports/112988 print/HPLIP portupgrade failure 3 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/105549 ports/www/squid_radius_auth doesn't work on sparc64 o ports/106369 vpnd caused kernel panic with ppp mode o ports/106372 vpnd can't run with slip mode o ports/107536 editors/scite: Can't write on SciTE text editor f ports/108077 www/linux-flashplugin9 crashes linux-firefox f ports/108413 net/vnc does not works. f ports/108537 print/hplip: Build failure f ports/108606 Courier MTA terminates abnormaly after installation f ports/108748 mod_fcgid 1.10 does not work inside jail f ports/109160 net/samba3 crashes freebsd when accessing a share resi f ports/110035 Port fix for sysutils/be_agent f ports/110454 Joomla port Makefile has incorrect url for package f ports/110943 start-dccifd chowns /var/run to user dcc f ports/111012 quagga's ripd does not see ng interfaces f ports/111151 ports/lang/stklos: l/bin/stklos-install is a buggy she o ports/111224 [PATCH] security/pam_per_user conflicts with security/ f ports/111338 graphics/yafray: doesn't respect CXX, CXXFLAGS and eve o ports/111462 syslog-ng2 default configuration file path o ports/111923 [PATCH] databases/unixODBC overwrites config file on p f ports/111966 Clamav-milter no up f ports/111980 multimedia/mplayer: compilation error o ports/112067 ports/paraview 2.4.4 does not compile properly f ports/112083 mail/qsheff overwrites configuration upon upgrade f ports/112094 www/lynx: plist missing configuration file o ports/112097 print/ghostscript-gpl-nox11 compile fails due to missi f ports/112118 [PATCH] sysutils/pipemeter: fix crashes o ports/112197 [MAINTAINER UPDATE]: devel/libstrfunc upgrade to 8.3 f ports/112277 MD5 and SHA256 mismatch for science/hdf5 f ports/112287 www/rt36: add missed patches for MULTIPLE_INSTANCES o ports/112385 sysutils/lookupd on Kernel 64 o ports/112389 [MAINTAINER] mail/mailscanner: update to 4.59.4 f ports/112468 sysutils/bacula-server 2.0.3 port build fails for sqli o ports/112545 print/ghostscript-gpl 8.54 fail without all driver (or o ports/112652 net/freeradius: exited on signal 10 when used with sql f ports/112698 www/opera's spell-check doesn't work o ports/112739 audio/midimountain doesn't work as patched o ports/112793 editors/e3 problem: one line patch to fix bad syscall f ports/112921 x11-wm/Beryl not loading focus and keybinding settings f ports/112989 [PATCH] sysutils/fusefs-kmod is broken with gcc42 f ports/113068 net/Samba 3.0.25 broken if force user/force group to l 40 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/94921 isakmpd fails on amd64 o ports/95854 New Port: www/ochusha o ports/100896 [new ports] emulators/vmware-server-guestd1 emulators/ o ports/101202 [PATCH] www/ocaml-net: update to 1.1.2 o ports/101275 bug fixed in sudo that prevented use in LDAP user acco o ports/103395 security/gnome-ssh-askpass interferes with gnome-scree o ports/107354 net/icmpinfo: icmpinfo -vvv does not recocnize any ICM f ports/107368 audio/normalize: [patch] - normalize-mp3 and normalize f ports/107621 net/proxychains doens't compile on 4 and 5 f ports/107937 jailed net/isc-dhcp3-server wouldn't run with an immut f ports/108104 print/hplip: documentation gets installed though NOPOR o ports/108595 pstree (sysutils/psmisc) don't work in jail f ports/108723 kxgenerator never worked for me f ports/108788 [patch] sysutils/fusefs-kmod: Add BASE option f ports/108801 www/mod_perl2: Apache-2.0.59 / mod_perl-2-2.0.3_1 freq f ports/108853 Contradiction of CONFLICTS¡¡ f ports/109041 security/tinyca doesn't allow for user installed OpenS f ports/109045 security/xca compile fails: x509rev.cpp:63: error: inv f ports/109535 Eggdrop SSL error o ports/110144 New port: math/Matlab7 f ports/110320 [security/vpnc] rc script returns 0 on failure f ports/111088 6.2-REL mplayer package doesn't install libmp3lame.so. o ports/111167 New port:mail/ilohamail-devel IlohaMail is a lightweig o ports/111247 New port: sysutil/linux-procfs rpm port of procps f ports/111290 [patch] sysutils/dtc pkg-plist and distinfo fixups, re f ports/111388 awstats port install path script mismatch o ports/111399 print/ghostscript-gpl: ghostscript-gpl WITH_FT_BRIDGE o ports/111400 graphics/pstoedit: with version 3.44* have broken grap f ports/111456 [UPDATE] finance/pfpro updated distinfo o ports/111540 net-mgmt/cflowd fix f ports/111549 ports/net/fping patch to add -S source_addr option o ports/111742 [maintainer patch] Fix mail/p5-vpopmail port build on s ports/111786 comms/hylafax: update to 4.3.3 f ports/111795 audio/musicpd: multiple hidden dependencies o ports/111915 Update port: make setuid operation configurable f ports/111916 net/ss5: update to 3.6.2 o ports/112033 graphics/libwmf: libwmf-0.2.8.4 fails to build f ports/112074 mutt-ng port does not wish to compile o ports/112124 [New port] archivers/linux-par2cmdline o ports/112185 [NEW PORT] net/fping+ipv6: Quickly ping N hosts w/o fl o ports/112191 New port: dns/ldnsm Manages LDAP enteries for the BIND o ports/112198 New port: sysutils/lugtools A set of shell scripts f o ports/112202 security/vscan: patch to fix plist problem o ports/112248 new port: finance/ledgersmb o ports/112259 [NEW PORT] x11-toolkits/hs-X11: A Haskell binding to t o ports/112271 new port: graphics/lightzone: a photo editor o ports/112358 x11-clocks/wmdate requires libdockapp as dependeny, bu f ports/112369 [PATCH] games/widelands doesn't compile with gcc 3.4.6 o ports/112384 dired problem of ports editors/emacs20 in Japanese env o ports/112387 Fix sysutils/fusefs-kmod on CURRENT o ports/112479 delete port: multimedia/audacious-docklet o ports/112499 Add a necessary runtime library for audio/mbrola to ru o ports/112500 New port: math/vtk5 f ports/112522 mail/Razor-agents has performance problem with SpamAss o ports/112533 net/xmlrpc-c verison bump request (to 1.06.13) o ports/112553 [patch]: security/digest tiger bug o ports/112572 [NEW PORT] ports-mgmt/pkg: Smart tool for managing Fre f ports/112621 sysutils/lookupd amd64 patch o ports/112626 new port: security/pidgen-encryption o ports/112653 new port: net-mgmt/macroscope User and IP traffic mana o ports/112669 New port: snmp++ v3 library f ports/112685 [PATCH] www/mod_security2: update to 2.1.1 o ports/112697 Update port: net-p2p/rblibtorrent, updated to rblibtor o ports/112741 [NEW PORT] audio/libmusicbrainz3: Version 3.x of libmu o ports/112753 missing dependencies in mail/vexim o ports/112805 New port: x11-drivers/xf86-input-vmmouse o ports/112807 [NEW PORT] net-mgmt/nfdump-devel: Development version o ports/112844 Update port: sysutils/rcsedit version 1.3.2 o ports/112855 port net-mgmt/zabbix broken on 6-STABLE f ports/112857 [patch] Make dbus support optional in x11-wm/beryl-plu f ports/112863 www/lynx-ssl overwrites configuration files o ports/112872 [PATCH] Update deskutils/calcurse to version 1.8 f ports/112876 audio/xmcd - compile problems after xorg 7.2 upgrade ( f ports/112887 net/nxserver 1.4.0_1 fails to compile after upgrading o ports/112893 games/ppracer - problems with OpenGL and Xorg 7.2 (i81 f ports/112922 sysutils/915resolution update to 0.5.3 o ports/112929 Deprecate databases/pgbash o ports/112939 [New port]: games/linux-defcon - nuclear war simulatio o ports/112945 [New port]: games/linux-darwinia-demo: real-time strat o ports/112978 sysutils/SysCP Port Update. o ports/112982 new port: security/hamachi (supersedes ports/110850) o ports/112986 [New port]: audio/linux-mikmod - MikMod library RPM fo o ports/112987 [New port]: audio/linux-sdl_mixer - SDL Mixer for Linu o ports/112990 graphics/xfig, graphics/xfig-devel build broken in -cu f ports/112991 [PATCH] devel/rubygem-rake: update to 0.7.3 f ports/112995 [PATCH] www/squid: [SUMMARIZE CHANGES] o ports/112998 devel/antlrworks: mark port broken o ports/113036 sysutils/hal: Problem with cdrecord when hald is runni o ports/113041 mail/exim: makefile is missing dovecot authenticator s o ports/113052 Move misc/gretl to math/gretl; add secondary category o ports/113063 new port net-mgmt/openlldp: A daemon to send Link Laye f ports/113069 [PATCH] net/bounce: add new -d option f ports/113075 [patch] net/citrix_ica - {net|german|japanese}/citrix_ o ports/113078 [patch] net-mgmt/net-snmp4 incorrectly installs manpag 94 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon May 28 11:49:41 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D442316A475; Mon, 28 May 2007 11:49:41 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 5C7CD13C483; Mon, 28 May 2007 11:49:41 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 3D9A21CCC31; Mon, 28 May 2007 13:49:40 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l4SBmRt8052045; Mon, 28 May 2007 13:48:27 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l4SBmR3Y052044; Mon, 28 May 2007 13:48:27 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Mon, 28 May 2007 13:48:26 +0200 To: Eric Anderson , freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org Message-ID: <20070528114826.GA51871@saturn.kn-bremen.de> Mail-Followup-To: Eric Anderson , freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org References: <20070526181709.GA10188@saturn.kn-bremen.de> <4658BC6E.5080208@freebsd.org> <20070527125824.GA1982@saturn.kn-bremen.de> <4659C0A2.6030808@freebsd.org> <20070527185235.GA21463@saturn.kn-bremen.de> <4659D601.3060707@freebsd.org> <20070527205415.GA26330@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070527205415.GA26330@saturn.kn-bremen.de> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: Subject: Re: another qemu-devel port update ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 11:49:41 -0000 On Sun, May 27, 2007 at 10:54:15PM +0200, I wrote: > On Sun, May 27, 2007 at 02:03:29PM -0500, Eric Anderson wrote: > > On 05/27/07 13:52, Juergen Lock wrote: > > >On Sun, May 27, 2007 at 12:32:18PM -0500, Eric Anderson wrote: > > >>On 05/27/07 07:58, Juergen Lock wrote: > > >>>On Sat, May 26, 2007 at 06:02:06PM -0500, Eric Anderson wrote: > > >>>>On a recent -CURRENT (with the new GCC): > > >>>> > > >>>># make > > >>>>... > > >>>>===> Configuring for qemu-devel-0.9.0s.20070526 > > >>>>WARNING: "cc" looks like gcc 4.x > > >>>>QEMU is known to have problems when compiled with gcc 4.x > > >>>>It is recommended that you use gcc 3.x to build QEMU > > >>>>To use this compiler anyway, configure with --disable-gcc-check > > >>>>===> Script "configure" failed unexpectedly. > > >>>>Please report the problem to nox@FreeBSD.org [maintainer] and attach the > > >>>>"/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2007-05-26_05/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/emulators/qemu-devel. > > >>>>*** Error code 1 > > >>>> > > >>>>Stop in /usr/ports/emulators/qemu-devel. > > >>>Hmm that should not happen... Do you have an old version of > > >>>bsd.gcc.mk maybe? > > >>> > > >>> Juergen > > >> > > >># $FreeBSD: ports/Mk/bsd.gcc.mk,v 1.12 2007/05/19 22:06:14 pav Exp $ > > >> > > >> > > >>That the right one? > > > > > >Yeah. Ok probably CONFIGURE_ARGS needs to come after the > > >bsd.port.pre.mk include for it to pick up the right ${CC}... try this: > > > > > > Same thing.. > > Ok we'll have to find out what configure is doing there, use this and > send me the output: >... s/use/please use/ o_O This is getting stranger and stranger... I just diff'd this snapshot's configure script with the one thats in ports and saw nothing relevant, and the one in ports does build on pointyhat with configure picking up the right compiler: http://pointyhat.freebsd.org/errorlogs/i386-7-latest-logs/qemu-devel-0.9.0s.20070405_4.log So I'd really like to know whats going on there... Juergen From owner-freebsd-ports@FreeBSD.ORG Mon May 28 15:18:39 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0699E16A474; Mon, 28 May 2007 15:18:39 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.freebsd.org (Postfix) with ESMTP id B341613C4CA; Mon, 28 May 2007 15:18:38 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.montlan (12-216-253-187.client.mchsi.com[12.216.253.187]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20070528151837m9100d22jne>; Mon, 28 May 2007 15:18:37 +0000 Message-ID: <465AF2CC.9020506@math.missouri.edu> Date: Mon, 28 May 2007 10:18:36 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070525 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Hartmut Brandt References: <4659EF80.70100@math.missouri.edu> <465AB421.10802@dlr.de> In-Reply-To: <465AB421.10802@dlr.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 15:18:39 -0000 Hartmut Brandt wrote: > Having done a great deal of rewriting of make some two years ago I can > tell you that even a small change to make is a tough job testing-wise: > run all the combinations of !-j and -j on all architectures and run > the change through the port-building cluster. That's a warning to start > with. > > Second I would start with careful profiling to find out where the > problem actually is. You might be surprised. As an example: several > times the idea came up to use a hash structure instead of linear lists > for make variables. I got a patch for this and - it makes absolutely no > difference performance-wise (well, there was some indication that > performance gets worse, but that was around or below noise level). With > careful I mean to find out who takes the time: Yes, I must admit that I thought that a hash structure for the variables would greatly increase the speed of make. I rewrote it using Berkeley databases, and like you said - absolutely no difference!! I even tried btrees. From owner-freebsd-ports@FreeBSD.ORG Mon May 28 15:55:49 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34B6116A46E; Mon, 28 May 2007 15:55:49 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.freebsd.org (Postfix) with ESMTP id C4AF313C483; Mon, 28 May 2007 15:55:48 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from [129.247.12.6] ([129.247.12.6]) by smtp-1.dlr.de with Microsoft SMTPSVC(6.0.3790.1830); Mon, 28 May 2007 17:55:47 +0200 Message-ID: <465AFB7B.40105@dlr.de> Date: Mon, 28 May 2007 17:55:39 +0200 From: Hartmut Brandt User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Stephen Montgomery-Smith References: <4659EF80.70100@math.missouri.edu> <465AB421.10802@dlr.de> <465AF2CC.9020506@math.missouri.edu> In-Reply-To: <465AF2CC.9020506@math.missouri.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 May 2007 15:55:47.0265 (UTC) FILETIME=[A80B7310:01C7A140] Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 15:55:49 -0000 Stephen Montgomery-Smith wrote: > Hartmut Brandt wrote: > >> Having done a great deal of rewriting of make some two years ago I can >> tell you that even a small change to make is a tough job testing-wise: >> run all the combinations of !-j and -j on all architectures and run >> the change through the port-building cluster. That's a warning to start >> with. >> >> Second I would start with careful profiling to find out where the >> problem actually is. You might be surprised. As an example: several >> times the idea came up to use a hash structure instead of linear lists >> for make variables. I got a patch for this and - it makes absolutely no >> difference performance-wise (well, there was some indication that >> performance gets worse, but that was around or below noise level). With >> careful I mean to find out who takes the time: > > Yes, I must admit that I thought that a hash structure for the variables > would greatly increase the speed of make. I rewrote it using Berkeley > databases, and like you said - absolutely no difference!! I even tried > btrees. > My guess at that time was that because there are actually many variable tables (one per target and the global one) and only a small number of variables in most of the tables the initialisation overhead outweights what you win through the hashing. As for the profiling - I did some profiling on buildworld then. From the several hours a buildworld took only one or two minutes were used by all the makes. At this point I stopped optimizing make :-) (I don't remember the exact numbers - that was two or three years ago). harti From owner-freebsd-ports@FreeBSD.ORG Mon May 28 16:10:50 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 588C716A400 for ; Mon, 28 May 2007 16:10:50 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.freebsd.org (Postfix) with ESMTP id 418AF13C455 for ; Mon, 28 May 2007 16:10:50 +0000 (UTC) (envelope-from randy@psg.com) Received: from cust16202.lava.net ([64.65.95.74] helo=[192.168.0.101]) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66 (FreeBSD)) (envelope-from ) id 1Hshnz-0007G8-N3; Mon, 28 May 2007 16:10:47 +0000 Message-ID: <465AFF03.2040007@psg.com> Date: Mon, 28 May 2007 06:10:43 -1000 From: Randy Bush User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Jarrod Sayers References: <46575D6E.1070604@psg.com> <7F2539EE-501A-49C5-BA64-AF74494163CB@netleader.com.au> <4657B99C.9070307@psg.com> <46A0B9BE-FDC8-4B29-8E60-16C318C770F9@netleader.com.au> <4659CA70.1000201@psg.com> <6ED021F1-54B8-4B5B-8FD7-06558255DA8F@netleader.com.au> In-Reply-To: <6ED021F1-54B8-4B5B-8FD7-06558255DA8F@netleader.com.au> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd ports Subject: Re: nagios in current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 16:10:50 -0000 > net-mgmt/nagios-plugins was just updated to 1.4.8. will try today (am home from week+ of intl airplanes). have not been very successful with mysql and dhcpd to date, so will definitely try to reenable those. thanks randy From owner-freebsd-ports@FreeBSD.ORG Mon May 28 16:23:22 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 962B716A468 for ; Mon, 28 May 2007 16:23:22 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.freebsd.org (Postfix) with ESMTP id 7A58B13C48A for ; Mon, 28 May 2007 16:23:22 +0000 (UTC) (envelope-from randy@psg.com) Received: from cust16202.lava.net ([64.65.95.74] helo=[192.168.0.101]) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66 (FreeBSD)) (envelope-from ) id 1Hsi08-0007IG-FR; Mon, 28 May 2007 16:23:20 +0000 Message-ID: <465B01F4.3030802@psg.com> Date: Mon, 28 May 2007 06:23:16 -1000 From: Randy Bush User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Randy Bush References: <46575D6E.1070604@psg.com> <7F2539EE-501A-49C5-BA64-AF74494163CB@netleader.com.au> <4657B99C.9070307@psg.com> <46A0B9BE-FDC8-4B29-8E60-16C318C770F9@netleader.com.au> <4659CA70.1000201@psg.com> <6ED021F1-54B8-4B5B-8FD7-06558255DA8F@netleader.com.au> <465AFF03.2040007@psg.com> In-Reply-To: <465AFF03.2040007@psg.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Jarrod Sayers , freebsd ports Subject: Re: nagios in current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 16:23:22 -0000 > have not been very successful with mysql and dhcpd to date, so will > definitely try to reenable those. lol. forgot that the problem with mysql is that i do not have net access to the mysql open to the site which runs nagios. and dhcpd is local net only, of course. ignore me. jet lag and first cuppa. randy From owner-freebsd-ports@FreeBSD.ORG Mon May 28 16:34:17 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BD2616A46C for ; Mon, 28 May 2007 16:34:17 +0000 (UTC) (envelope-from kappa@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.freebsd.org (Postfix) with ESMTP id B91E613C48C for ; Mon, 28 May 2007 16:34:16 +0000 (UTC) (envelope-from kappa@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 3B5535F05 for ; Mon, 28 May 2007 20:13:51 +0400 (MSD) Received: from capella.park.rambler.ru (capella.park.rambler.ru [81.19.65.30]) by relay0.rambler.ru (Postfix) with ESMTP id 18B535E92 for ; Mon, 28 May 2007 20:13:51 +0400 (MSD) Received: by capella.park.rambler.ru (Postfix, from userid 1001) id 9C6F548D7; Mon, 28 May 2007 20:15:18 +0400 (MSD) Date: Mon, 28 May 2007 20:15:18 +0400 From: Alex Kapranoff To: freebsd-ports@freebsd.org Message-ID: <20070528161518.GA37548@capella.park.rambler.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 6.2-STABLE i386 Organization: Inner Mongolia User-Agent: Mutt/1.5.15 (2007-04-06) X-Virus-Scanned: No virus found Subject: Multiword "command" var in rc.d/*.sh script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 16:34:17 -0000 Good day! What is the best way to support multiword "command" var in rc.d scripts? My current problem is with dns/maradns port which I'm upgrading to use maradns stock daemonizer instead of "| logger &" hack. I'd like to specify "command" var as "${prefix}/bin/duende ${prefix}/sbin/maradns" where duende(8) is the daemonizer. When I do this and use the script to start maradns I get these two errors: ===== ~/work/ports/maradns[0]# /usr/local/etc/rc.d/maradns.sh start /usr/local/etc/rc.d/maradns.sh: WARNING: $command_interpreter /usr/local/sbin/maradns != ELF [: /usr/local/bin/duende: unexpected operator Starting maradns. ===== This happens because _find_processes() function in /etc/rc.subr splits ${command} and thinks I'm searching for "/usr/local/bin/duende" script run via "/usr/local/sbin/maradns" interpreter. I cannot set "procname" var to "${prefix}/bin/duende" because there are other services which will be started via duende. And _find_processes() is designed to be able to match only first word from command column of ps(1) output unless the daemon is run via interpreter. I implemented some setproctitle(2) hacks inside duende so that it includes all the relevant information in the first word ("/usr/local/bin/duende_/usr/local/sbin/maradns") but I don't feel it's ok to fix problems in rc.subr with such dirty tricks. Thanks for your advices! -- Alex Kapranoff, $n=["1another7Perl213Just3hacker49"=~/\d|\D*/g]; $$n[0]={grep/\d/,@$n};print"@$n{1..4}\n" From owner-freebsd-ports@FreeBSD.ORG Mon May 28 16:34:26 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A890E16A41F; Mon, 28 May 2007 16:34:26 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.freebsd.org (Postfix) with ESMTP id 6015A13C46C; Mon, 28 May 2007 16:34:26 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.montlan (12-216-253-187.client.mchsi.com[12.216.253.187]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20070528163425m9100d2t98e>; Mon, 28 May 2007 16:34:25 +0000 Message-ID: <465B0490.7080203@math.missouri.edu> Date: Mon, 28 May 2007 11:34:24 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070525 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Stephen Montgomery-Smith , ports@freebsd.org, hackers@freebsd.org References: <4659EF80.70100@math.missouri.edu> <20070527223048.GA37505@icarus.home.lan> In-Reply-To: <20070527223048.GA37505@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 16:34:26 -0000 Jeremy Chadwick wrote: > On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith wrote: >> I have been thinking a lot about looking for speed increases for "make >> index" and pkg_version and things like that. So for example, in >> pkg_version, it calls "make -V PKGNAME" for every installed package. Now >> "make -V PKGNAME" should be a speedy operation, but the make has to load in >> and analyze bsd.port.mk, a quite complicated file with about 200,000 >> characters in it, when all it is needing to do is to figure out the value of >> the variable PKGNAME. > > I have a related question, pertaining to "make all-depends-list" and the > utter atrocity that is the make variable ALL-DEPENDS-LIST. If you don't > know what it is, look for ^ALL-DEPENDS-LIST around line 5175, in > bsd.ports.mk. I posted this to ports@freebsd.org, but now I am realizing that it is hackers@freebsd.org that gets more responses. Anyway, here is a multithreaded program "all-depends-list" that can get you double the speed on dual processor systems, and even some small speed gains on single processor systems. E.g. all-depends-list /usr/ports/x11/xorg http://www.math.missouri.edu/~stephen/all-depends-list.c From owner-freebsd-ports@FreeBSD.ORG Mon May 28 18:13:57 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 594FF16A421; Mon, 28 May 2007 18:13:57 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id 3656113C448; Mon, 28 May 2007 18:13:57 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4SIDs2O015119 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 28 May 2007 11:13:54 -0700 X-Auth-Received: from [192.168.10.45] (c-67-166-149-71.hsd1.ca.comcast.net [67.166.149.71]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4SIDrRC026783 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 28 May 2007 11:13:54 -0700 Message-ID: <465B1BE1.7010208@u.washington.edu> Date: Mon, 28 May 2007 11:13:53 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Mike Meyer References: <4659EF80.70100@math.missouri.edu> <465AB421.10802@dlr.de> <18011.6019.436391.128372@bhuda.mired.org> In-Reply-To: <18011.6019.436391.128372@bhuda.mired.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.28.110037 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: ports@freebsd.org, Hartmut Brandt , hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 18:13:57 -0000 Mike Meyer wrote: > In <465AB421.10802@dlr.de>, Hartmut Brandt typed: >> 1. make and its sub-makes for a) reading the file; b) parsing the file >> (note that .if and .for processing is done while parsing); c) processing >> targets. > > Make and submakes have been gone over already. See http://miller.emu.id.au/pmiller/books/rmch/ >. > > I'm not sure it can be applied to the ports tree, though. I haven't > looked into it, but recalled this paper when you mentioned measuring > makes and sub-makes. > > X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD5E716A469 for ; Mon, 28 May 2007 18:22:43 +0000 (UTC) (envelope-from mwm-dated-1181238916.2405f2@mired.org) Received: from mired.org (vpn.mired.org [66.92.153.74]) by mx1.freebsd.org (Postfix) with SMTP id 3DCEB13C44C for ; Mon, 28 May 2007 18:22:43 +0000 (UTC) (envelope-from mwm-dated-1181238916.2405f2@mired.org) Received: (qmail 21254 invoked by uid 1001); 28 May 2007 17:55:16 -0000 Received: by bhuda.mired.org (tmda-sendmail, from uid 1001); Mon, 28 May 2007 13:55:15 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18011.6019.436391.128372@bhuda.mired.org> Date: Mon, 28 May 2007 13:55:15 -0400 To: Hartmut Brandt In-Reply-To: <465AB421.10802@dlr.de> References: <4659EF80.70100@math.missouri.edu> <465AB421.10802@dlr.de> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Primary-Address: mwm@mired.org X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ X-Delivery-Agent: TMDA/1.1.11 (Ladyburn) From: Mike Meyer Cc: ports@freebsd.org, Stephen Montgomery-Smith , hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 18:22:43 -0000 In <465AB421.10802@dlr.de>, Hartmut Brandt typed: > 1. make and its sub-makes for a) reading the file; b) parsing the file > (note that .if and .for processing is done while parsing); c) processing > targets. Make and submakes have been gone over already. See . I'm not sure it can be applied to the ports tree, though. I haven't looked into it, but recalled this paper when you mentioned measuring makes and sub-makes. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-ports@FreeBSD.ORG Mon May 28 18:43:34 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B6F016A481; Mon, 28 May 2007 18:43:34 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 7795C13C44B; Mon, 28 May 2007 18:43:34 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4SIhWcV011933 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 28 May 2007 11:43:32 -0700 X-Auth-Received: from [192.168.10.45] (c-67-166-149-71.hsd1.ca.comcast.net [67.166.149.71]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4SIhVqE008014 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 28 May 2007 11:43:31 -0700 Message-ID: <465B22D0.8070907@u.washington.edu> Date: Mon, 28 May 2007 11:43:28 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Mike Meyer References: <4659EF80.70100@math.missouri.edu> <465AB421.10802@dlr.de> <18011.6019.436391.128372@bhuda.mired.org> <465B1BE1.7010208@u.washington.edu> In-Reply-To: <465B1BE1.7010208@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.28.112535 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: ports@freebsd.org, Hartmut Brandt , hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 18:43:34 -0000 Garrett Cooper wrote: > Mike Meyer wrote: >> In <465AB421.10802@dlr.de>, Hartmut Brandt typed: >>> 1. make and its sub-makes for a) reading the file; b) parsing the file >>> (note that .if and .for processing is done while parsing); c) processing >>> targets. >> >> Make and submakes have been gone over already. See > http://miller.emu.id.au/pmiller/books/rmch/ >. >> >> I'm not sure it can be applied to the ports tree, though. I haven't >> looked into it, but recalled this paper when you mentioned measuring >> makes and sub-makes. >> >> > Reducing the number of variables will certainly cut down on the amount > of overhead in the make/submake context switches by a long shot. > > Maybe someone should consider running a 'pre-make' using the .mk files, > find the variables of interest for all particular sub-ports, and then > carry on the 'root make', i.e. make process in each port directory, with > just the variables of interest. > > -Garrett s/long shot/possibly a lot/g Also, I was thinking in particular of the X.Org 7.2 packages, because the bulk majority of the packages are smaller, and compile in a short amount of time. -Garrett From owner-freebsd-ports@FreeBSD.ORG Mon May 28 19:59:55 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B4A716A530 for ; Mon, 28 May 2007 19:59:55 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id C80D913C44B for ; Mon, 28 May 2007 19:59:54 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id DF1C0EB54C3; Tue, 29 May 2007 03:59:53 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id s67dyFORbqFZ; Tue, 29 May 2007 03:59:52 +0800 (CST) Received: from LI-Xins-MacBook.local (unknown [221.222.206.184]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id EABC0EB16A4; Tue, 29 May 2007 03:59:51 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=fxm9I7F+Sn2iQOae4cfj3yYbszbLq4g+s+qT7c9Kxi7Q1ETdiUY6z8I+lcQSLPUSX JEYmj7mahQkjsqntNbbvg== Message-ID: <465B34A9.80404@delphij.net> Date: Tue, 29 May 2007 03:59:37 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Alexey Lebedev References: <1180086697.2242.1.camel@samanka.umc8.mai.ru> In-Reply-To: <1180086697.2242.1.camel@samanka.umc8.mai.ru> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig5D34FBCC1748F4A27C7AF6B0" Cc: ports@freebsd.org Subject: Re: Can't build net/rrdtool X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 19:59:55 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5D34FBCC1748F4A27C7AF6B0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Alexey Lebedev wrote: > Hello! >=20 > This is the output of make: I have just committed a fix, would you please try sync'ing your ports tree and try again? (Please confirm that you have the latest files/patch-bindings-Makefile.in: http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/rrdtool/files/patch-bindi= ngs-Makefile.in) Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig5D34FBCC1748F4A27C7AF6B0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGWzSpOfuToMruuMARCrsVAKCGAiX2V8iPuIILMvQKkPjRSc3nXgCeId2K 3Ku1lFS6QtJm4EiaAynGmvM= =qKht -----END PGP SIGNATURE----- --------------enig5D34FBCC1748F4A27C7AF6B0-- From owner-freebsd-ports@FreeBSD.ORG Mon May 28 20:03:27 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE7AA16A4D2 for ; Mon, 28 May 2007 20:03:27 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 94B5613C483 for ; Mon, 28 May 2007 20:03:27 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id E0B9751999 for ; Mon, 28 May 2007 16:03:24 -0400 (EDT) Date: Mon, 28 May 2007 21:03:21 +0100 From: RW To: freebsd-ports@freebsd.org Message-ID: <20070528210321.04645042@gumby.homeunix.com.> In-Reply-To: <46594789.8030900@FreeBSD.org> References: <46594789.8030900@FreeBSD.org> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Instructions for xorg 7.2 upgrade using portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 20:03:28 -0000 On Sun, 27 May 2007 01:55:37 -0700 Doug Barton wrote: > Please note that if you can do it, the _best_ way to use portmaster to > do the upgrade is still to run 'pkg_delete -f xorg*' followed by > 'portmaster x11/xorg', Rebuilding Xorg itself is no big deal. After running into problems with portmanager, I deleted not just the xorg* ports, but everthing they depend on too. Putting back the lot only took a couple of hours - only a few percent of the total time to rebuild all the version-bumped ports. From owner-freebsd-ports@FreeBSD.ORG Mon May 28 20:25:55 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7226916A476; Mon, 28 May 2007 20:25:55 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id CE50313C4BE; Mon, 28 May 2007 20:25:54 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 2C0EE1B044D; Mon, 28 May 2007 22:25:53 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l4SKOAeg071393; Mon, 28 May 2007 22:24:10 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l4SKO9VT071392; Mon, 28 May 2007 22:24:09 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Mon, 28 May 2007 22:24:09 +0200 To: Eric Anderson , freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org Message-ID: <20070528202409.GA71207@saturn.kn-bremen.de> Mail-Followup-To: Eric Anderson , freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org References: <20070526181709.GA10188@saturn.kn-bremen.de> <4658BC6E.5080208@freebsd.org> <20070527125824.GA1982@saturn.kn-bremen.de> <4659C0A2.6030808@freebsd.org> <20070527185235.GA21463@saturn.kn-bremen.de> <4659D601.3060707@freebsd.org> <20070527205415.GA26330@saturn.kn-bremen.de> <20070528114826.GA51871@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070528114826.GA51871@saturn.kn-bremen.de> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: Subject: Re: another qemu-devel port update ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 20:25:55 -0000 On Mon, May 28, 2007 at 01:48:26PM +0200, Juergen Lock wrote: > On Sun, May 27, 2007 at 10:54:15PM +0200, I wrote: > > On Sun, May 27, 2007 at 02:03:29PM -0500, Eric Anderson wrote: > > > On 05/27/07 13:52, Juergen Lock wrote: > > > >On Sun, May 27, 2007 at 12:32:18PM -0500, Eric Anderson wrote: > > > >>On 05/27/07 07:58, Juergen Lock wrote: > > > >>>On Sat, May 26, 2007 at 06:02:06PM -0500, Eric Anderson wrote: > > > >>>>On a recent -CURRENT (with the new GCC): > > > >>>> > > > >>>># make > > > >>>>... > > > >>>>===> Configuring for qemu-devel-0.9.0s.20070526 > > > >>>>WARNING: "cc" looks like gcc 4.x > > > >>>>QEMU is known to have problems when compiled with gcc 4.x > > > >>>>It is recommended that you use gcc 3.x to build QEMU > > > >>>>To use this compiler anyway, configure with --disable-gcc-check > > > >>>>===> Script "configure" failed unexpectedly. > > > >>>>Please report the problem to nox@FreeBSD.org [maintainer] and attach the > > > >>>>"/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2007-05-26_05/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/emulators/qemu-devel. > > > >>>>*** Error code 1 > > > >>>> > > > >>>>Stop in /usr/ports/emulators/qemu-devel. > > > >>>Hmm that should not happen... Do you have an old version of > > > >>>bsd.gcc.mk maybe? > > > >>> > > > >>> Juergen > > > >> > > > >># $FreeBSD: ports/Mk/bsd.gcc.mk,v 1.12 2007/05/19 22:06:14 pav Exp $ > > > >> > > > >> > > > >>That the right one? > > > > > > > >Yeah. Ok probably CONFIGURE_ARGS needs to come after the > > > >bsd.port.pre.mk include for it to pick up the right ${CC}... try this: > > > > > > > > > Same thing.. > > > > Ok we'll have to find out what configure is doing there, use this and > > send me the output: > >... > > s/use/please use/ o_O > > This is getting stranger and stranger... I just diff'd this snapshot's > configure script with the one thats in ports and saw nothing relevant, > and the one in ports does build on pointyhat with configure picking up > the right compiler: > http://pointyhat.freebsd.org/errorlogs/i386-7-latest-logs/qemu-devel-0.9.0s.20070405_4.log Ok it built on miwi's tb correctly picking up gcc34: http://miwi.homeunix.com/tb/logs/7.0-HEAD/qemu-devel-0.9.0s.20070526.log I forgot bin/qemu-system-ppcemb in plist, so below is the update again, could you try this on your box and look for differences in the configure log against miwi's? That may tell us whats happening there... Thx, Juergen Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/Makefile,v retrieving revision 1.77 diff -u -r1.77 Makefile --- Makefile 19 May 2007 20:04:37 -0000 1.77 +++ Makefile 27 May 2007 20:49:10 -0000 @@ -6,8 +6,7 @@ # PORTNAME= qemu -PORTVERSION= 0.9.0s.20070405 -PORTREVISION= 4 +PORTVERSION= 0.9.0s.20070526 CATEGORIES= emulators MASTER_SITES= http://qemu.org/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ @@ -15,11 +14,11 @@ http://www.volny.cz/xnavara/qemu/:snapshot \ http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \ http://people.freebsd.org/~maho/qemu/:misc -DISTNAME= ${PORTNAME}-snapshot-2007-04-05_05 +PKGNAMESUFFIX= -devel +DISTNAME= ${PORTNAME}-snapshot-2007-05-26_05 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot DIST_SUBDIR= qemu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -PKGNAMESUFFIX= -devel MAINTAINER= nox@FreeBSD.org COMMENT= QEMU CPU Emulator - development snapshot @@ -31,7 +30,6 @@ USE_PERL5= yes USE_GCC= 3.4 PATCH_STRIP= -p1 -CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} MAKE_ENV+= BSD_MAKE="${MAKE}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= qemu.1 qemu-img.1 ONLY_FOR_ARCHS= amd64 i386 @@ -47,6 +45,7 @@ .include WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation +CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} .if defined(WITHOUT_SDL) CONFIGURE_ARGS+= --disable-sdl --disable-gfx-check @@ -111,4 +110,19 @@ post-install: @${CAT} ${PKGMESSAGE} +# debug: +do-configure: + @(cd ${CONFIGURE_WRKSRC} && \ + if ! ${SETENV} CC="${CC}" CXX="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ + INSTALL="/usr/bin/install -c ${_BINOWNGRP}" \ + INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + ${CONFIGURE_ENV} ${SH} -x ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ + ${ECHO_MSG} "===> Script \"${CONFIGURE_SCRIPT}\" failed unexpectedly."; \ + (${ECHO_CMD} ${CONFIGURE_FAIL_MESSAGE}) | ${FMT} 75 79 ; \ + ${FALSE}; \ + fi) + .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/distinfo,v retrieving revision 1.45 diff -u -r1.45 distinfo --- distinfo 7 Apr 2007 19:14:42 -0000 1.45 +++ distinfo 26 May 2007 14:06:06 -0000 @@ -1,6 +1,6 @@ -MD5 (qemu/qemu-snapshot-2007-04-05_05.tar.bz2) = 48321d0997db88f09f01d38500c52807 -SHA256 (qemu/qemu-snapshot-2007-04-05_05.tar.bz2) = 48835ca90ced5cba2230fc95502b648167b5ca7247f885ee398ba891dbbf4c1b -SIZE (qemu/qemu-snapshot-2007-04-05_05.tar.bz2) = 1721640 +MD5 (qemu/qemu-snapshot-2007-05-26_05.tar.bz2) = 3fe2cf8c5cb26431499056bd08bb5be8 +SHA256 (qemu/qemu-snapshot-2007-05-26_05.tar.bz2) = 55e73f0593c5d31ba3483e8034542c5ab33217cc3048995dd94edf9640e8411e +SIZE (qemu/qemu-snapshot-2007-05-26_05.tar.bz2) = 1964534 MD5 (qemu/patch3_cirrus) = ebe7ed9fce804c49e024bc93bfdfc810 SHA256 (qemu/patch3_cirrus) = e862371834b7d895a896fbdb84fd9f70d17b5729a6f6789a48a61504fc941e11 SIZE (qemu/patch3_cirrus) = 8817 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/pkg-plist,v retrieving revision 1.21 diff -u -r1.21 pkg-plist --- pkg-plist 9 Apr 2007 22:11:23 -0000 1.21 +++ pkg-plist 28 May 2007 20:05:17 -0000 @@ -1,19 +1,20 @@ bin/qemu bin/qemu-img bin/qemu-system-arm +bin/qemu-system-m68k bin/qemu-system-mips bin/qemu-system-mips64 bin/qemu-system-mips64el bin/qemu-system-mipsel bin/qemu-system-ppc bin/qemu-system-ppc64 +bin/qemu-system-ppcemb bin/qemu-system-sparc bin/qemu-system-x86_64 %%PORTDOCS%%%%DOCSDIR%%/qemu-doc.html %%PORTDOCS%%%%DOCSDIR%%/qemu-tech.html %%PORTDOCS%%@dirrm %%DOCSDIR%% %%DATADIR%%/bios.bin -%%DATADIR%%/linux_boot.bin %%DATADIR%%/vgabios.bin %%DATADIR%%/vgabios-cirrus.bin %%DATADIR%%/ppc_rom.bin From owner-freebsd-ports@FreeBSD.ORG Mon May 28 21:17:40 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70ACC16A4D5 for ; Mon, 28 May 2007 21:17:40 +0000 (UTC) (envelope-from jayala@oxyman.com.pe) Received: from vps0205.im-global.net (vps0205.im-global.net [74.53.49.154]) by mx1.freebsd.org (Postfix) with ESMTP id 1E25B13C4C6 for ; Mon, 28 May 2007 21:17:40 +0000 (UTC) (envelope-from jayala@oxyman.com.pe) Received: (qmail 17903 invoked from network); 28 May 2007 16:12:15 -0500 Received: from client-190.40.47.62.speedy.net.pe (HELO servidor) (190.40.47.62) by vps0205.im-global.net with SMTP; 28 May 2007 16:12:13 -0500 From: Jose Ayala To: timur@gnu.org In-Reply-To: <1180386041.9391.4.camel@sistemas.jayala> References: <1180386041.9391.4.camel@sistemas.jayala> Content-Type: text/plain; charset=utf-8 Organization: Oxyman Date: Mon, 28 May 2007 16:17:32 -0500 Message-Id: <1180387052.9391.18.camel@sistemas.jayala> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: quoted-printable Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: samba-3.0.25,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 21:17:40 -0000 jeje sorry i clicked send before time :D, the mesaage complete is: El lun, 28-05-2007 a las 16:00 -0500, Jose Ayala escribi=C3=B3: > Hi, i just to comment a problem with the samba manager script, i dont > know really whats the problem but it resolve executing directly the smbd > nmbd and winbindd binaries from /usr/local/samba/sbin > I install samba3 from ports, all ok, when i > execute /usr/local/etc/rc.d/samba start i get the next message:=20 Removing stale Samba tdb files: ........ done and no more: when i stop samba with : /usr/local/etc/rc.d/samba stop , i dont get any message.. after i try with smbstatus and i get one tip for the problem, the message is: sessionid.tdb not initialised /var/db/samba/connections.tdb not initialised This is normal if an SMB client has never connected to your server. Failed to open byte range locking database /var/db/samba/brlock.tdb ERROR: Failed to initialise locking database Can't initialise locking module - exiting so, the trouble is that the tdb files dont was created, y check mi smb.conf file, file and dir permission and all ok. But the script not be able. Later (2 hours later) i tried executing directly smbd nmbd and winbindd files and ohhh sorprise my samba server starting all right, then some happends with the script. Can you do something?? My samba version is Samba version 3.0.25 ,my freebsd version is 6.2 and i updated today my ports with cvsup command before make the install, if you need more information notice me. Best Regards Jose Ayala From owner-freebsd-ports@FreeBSD.ORG Mon May 28 21:27:33 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F40F916A4D7 for ; Mon, 28 May 2007 21:27:32 +0000 (UTC) (envelope-from jayala@oxyman.com.pe) Received: from vps0205.im-global.net (vps0205.im-global.net [74.53.49.154]) by mx1.freebsd.org (Postfix) with ESMTP id AEA2013C46A for ; Mon, 28 May 2007 21:27:32 +0000 (UTC) (envelope-from jayala@oxyman.com.pe) Received: (qmail 2045 invoked from network); 28 May 2007 15:55:26 -0500 Received: from client-190.40.47.62.speedy.net.pe (HELO servidor) (190.40.47.62) by vps0205.im-global.net with SMTP; 28 May 2007 15:55:25 -0500 From: Jose Ayala To: timur@gnu.org Content-Type: text/plain Organization: Oxyman Date: Mon, 28 May 2007 16:00:41 -0500 Message-Id: <1180386041.9391.4.camel@sistemas.jayala> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: samba-3.0.25,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 21:27:33 -0000 Hi, i just to comment a problem with the samba manager script, i dont know really whats the problem but it resolve executing directly the smbd nmbd and winbindd binaries from /usr/local/samba/sbin I install samba3 from ports, all ok, when i execute /usr/local/etc/rc.d/samba start i get the next message: From owner-freebsd-ports@FreeBSD.ORG Mon May 28 21:32:54 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97C2216A479; Mon, 28 May 2007 21:32:54 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.freebsd.org (Postfix) with ESMTP id 328BE13C448; Mon, 28 May 2007 21:32:53 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from [192.168.2.102] ([172.21.151.1]) by smtp-1.dlr.de with Microsoft SMTPSVC(6.0.3790.1830); Mon, 28 May 2007 23:32:52 +0200 Message-ID: <465B4A84.6050407@dlr.de> Date: Mon, 28 May 2007 23:32:52 +0200 From: Hartmut Brandt User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Mike Meyer References: <4659EF80.70100@math.missouri.edu> <465AB421.10802@dlr.de> <18011.6019.436391.128372@bhuda.mired.org> In-Reply-To: <18011.6019.436391.128372@bhuda.mired.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 May 2007 21:32:52.0647 (UTC) FILETIME=[BF4FD370:01C7A16F] Cc: ports@freebsd.org, Stephen Montgomery-Smith , hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 21:32:54 -0000 Mike Meyer wrote: > In <465AB421.10802@dlr.de>, Hartmut Brandt typed: >> 1. make and its sub-makes for a) reading the file; b) parsing the file >> (note that .if and .for processing is done while parsing); c) processing >> targets. > > Make and submakes have been gone over already. See http://miller.emu.id.au/pmiller/books/rmch/ >. > > I'm not sure it can be applied to the ports tree, though. I haven't > looked into it, but recalled this paper when you mentioned measuring > makes and sub-makes. Unfortunately you deleted the sentence before, so I rephrase it: before looking into optimizations find out where the time is actually spend - how many seconds of the hours the process takes, are actually spent in make and sub-makes. If the entire process takes 2 hours of which the makes take 20 seconds then by enhancing performance of make by 50% you win 10 seconds. This is probably not worth a single line of additional code. The paper you point to talks about something entirely different. harti From owner-freebsd-ports@FreeBSD.ORG Mon May 28 21:38:24 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 539DE16A46B; Mon, 28 May 2007 21:38:24 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id CA21313C4B0; Mon, 28 May 2007 21:38:23 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C47238BD861; Mon, 28 May 2007 23:20:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EpxsXoLgWNl2; Mon, 28 May 2007 23:20:36 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 8C70B8BD84B; Mon, 28 May 2007 23:20:36 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l4SLKaqJ036060; Mon, 28 May 2007 23:20:36 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 28 May 2007 23:20:36 +0200 From: Roman Divacky To: Stephen Montgomery-Smith Message-ID: <20070528212036.GA35796@freebsd.org> References: <4659EF80.70100@math.missouri.edu> <20070527223048.GA37505@icarus.home.lan> <465B0490.7080203@math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <465B0490.7080203@math.missouri.edu> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 21:38:24 -0000 On Mon, May 28, 2007 at 11:34:24AM -0500, Stephen Montgomery-Smith wrote: > Jeremy Chadwick wrote: > >On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith wrote: > >> I have been thinking a lot about looking for speed increases for "make > >> index" and pkg_version and things like that. So for example, in > >> pkg_version, it calls "make -V PKGNAME" for every installed package. Now > >> "make -V PKGNAME" should be a speedy operation, but the make has to load > >> in and analyze bsd.port.mk, a quite complicated file with about 200,000 > >> characters in it, when all it is needing to do is to figure out the > >> value of the variable PKGNAME. > > > >I have a related question, pertaining to "make all-depends-list" and the > >utter atrocity that is the make variable ALL-DEPENDS-LIST. If you don't > >know what it is, look for ^ALL-DEPENDS-LIST around line 5175, in > >bsd.ports.mk. > > I posted this to ports@freebsd.org, but now I am realizing that it is > hackers@freebsd.org that gets more responses. Anyway, here is a > multithreaded program "all-depends-list" that can get you double the > speed on dual processor systems, and even some small speed gains on > single processor systems. E.g. > > all-depends-list /usr/ports/x11/xorg > > http://www.math.missouri.edu/~stephen/all-depends-list.c btw.. stehpen, when are you getting a commit bit? :) I certainly hope that soon enough ;) roman From owner-freebsd-ports@FreeBSD.ORG Mon May 28 21:44:59 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C772716A421 for ; Mon, 28 May 2007 21:44:59 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.237]) by mx1.freebsd.org (Postfix) with ESMTP id 8B01413C44B for ; Mon, 28 May 2007 21:44:59 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so429572nzn for ; Mon, 28 May 2007 14:44:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qOqTO69XVzcypFRZxmdyCyR0P4F8ldFTp7YMKR/d5J4gh40s5e+VEklpOibsXoxs7eWuyYZ497eqJkaDUeOfp5rdTxafjmo1ytR6ef4vl5hNTxT5e+031BRDLIfde4mUXD9y7eiD/lR+8gu82SBjIdXOe9+fqSrk8FBTabG8VbE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=q7SvSInK2kfLbm+kkNG0xfmnJibinXFG5l1q65fAopqyazYXNGQk8CCnZ5RQ+tMJzTMVccXoaNcIVyQ4rJgfiAcspbO1mQfOy4lq9niz5eua+HbLdGrsNTza3LZXMVBGSpYdoDXNEYXHH00w0poGE+f+aWKUq9GxEVFNuN6+vy4= Received: by 10.115.78.1 with SMTP id f1mr3128346wal.1180387206218; Mon, 28 May 2007 14:20:06 -0700 (PDT) Received: by 10.114.61.6 with HTTP; Mon, 28 May 2007 14:20:06 -0700 (PDT) Message-ID: <6300771b0705281420y54cde5eeod544233675ddd843@mail.gmail.com> Date: Tue, 29 May 2007 07:20:06 +1000 From: "Stephen Hocking" To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Recreating /usr/ports/share/xml/catalog.ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 21:44:59 -0000 Hi all, Recently, owing to space problems, my catalog.ports got trashed, and now various ports (such as gdm & scrollkeeper) are complaining that they can't find the Docbook XML DTD in it when configuring. Reinstalling docbook doesn't seem to do any good. Does anyone have a sequence of steps to recreate this file? Stephen From owner-freebsd-ports@FreeBSD.ORG Mon May 28 22:01:05 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2A0816A46C for ; Mon, 28 May 2007 22:01:05 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id 53A8613C465 for ; Mon, 28 May 2007 22:01:05 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so528509anc for ; Mon, 28 May 2007 15:01:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=H20zZ1AX/xRYfZkOuOZjdyRZSfPS3Zuwy/mDgQmlUG6n1jN4zh28dnZoF/AutJj7p9vwZGh/pYzzbqorYsMS6dkcBuQzn0SqzwsZ9t+saHxZ31Kx6ICAgQVsdYg2p7Mzs9zmTC2/vxHKM3/kkN8biEN3ZvErkxMhQatwe7FZYVs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YItooOxKVIDMVS9+1Z/fXAqZkMq+Cvfclp8p6TE2+KdbaQ3MivUSiDkvwcoiSkYZTj69oVOaX1LlM2sCzJy9OxXyIx5VonNSDOh6E59wblomzXbpxUCkvlkEohlHoFdl5ICRtaQpzEUVzhdgjwASo+xWOI0S5JHc8E7NC3XYOCk= Received: by 10.100.154.13 with SMTP id b13mr4773995ane.1180389663992; Mon, 28 May 2007 15:01:03 -0700 (PDT) Received: by 10.100.139.10 with HTTP; Mon, 28 May 2007 15:01:03 -0700 (PDT) Message-ID: <790a9fff0705281501x55bcbb35p50bcdc08b03e204f@mail.gmail.com> Date: Mon, 28 May 2007 17:01:03 -0500 From: "Scot Hetzel" To: "Jose Ayala" In-Reply-To: <1180387052.9391.18.camel@sistemas.jayala> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1180386041.9391.4.camel@sistemas.jayala> <1180387052.9391.18.camel@sistemas.jayala> Cc: ports@freebsd.org Subject: Re: FreeBSD Port: samba-3.0.25,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 22:01:05 -0000 On 5/28/07, Jose Ayala wrote: > jeje sorry i clicked send before time :D, the mesaage complete is: > > El lun, 28-05-2007 a las 16:00 -0500, Jose Ayala escribi=F3: > > Hi, i just to comment a problem with the samba manager script, i dont > > know really whats the problem but it resolve executing directly the smb= d > > nmbd and winbindd binaries from /usr/local/samba/sbin > > I install samba3 from ports, all ok, when i > > execute /usr/local/etc/rc.d/samba start i get the next message: > > Removing stale Samba tdb files: ........ done > > and no more: > > when i stop samba with : /usr/local/etc/rc.d/samba stop , i dont get any > message.. after i try with smbstatus and i get one tip for the problem, > the message is: > > able. Later (2 hours later) i tried executing directly smbd nmbd and > winbindd files and ohhh sorprise my samba server starting all right, > then some happends with the script. Can you do something?? > do you have samba_enable=3D"YES" in your /etc/rc.conf file? Without this variable in /etc/rc.conf, the script won't start the smbd, nmbd or winbindd daemons. Scot --=20 DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Mon May 28 23:13:11 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7968216A481 for ; Mon, 28 May 2007 23:13:11 +0000 (UTC) (envelope-from mwm-dated-1181256344.1ef664@mired.org) Received: from mired.org (vpn.mired.org [66.92.153.74]) by mx1.freebsd.org (Postfix) with SMTP id 1D14213C447 for ; Mon, 28 May 2007 23:13:10 +0000 (UTC) (envelope-from mwm-dated-1181256344.1ef664@mired.org) Received: (qmail 27872 invoked by uid 1001); 28 May 2007 22:45:44 -0000 Received: by bhuda.mired.org (tmda-sendmail, from uid 1001); Mon, 28 May 2007 18:45:44 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18011.23448.513335.199513@bhuda.mired.org> Date: Mon, 28 May 2007 18:45:44 -0400 To: Hartmut Brandt In-Reply-To: <465B4A84.6050407@dlr.de> References: <4659EF80.70100@math.missouri.edu> <465AB421.10802@dlr.de> <18011.6019.436391.128372@bhuda.mired.org> <465B4A84.6050407@dlr.de> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Primary-Address: mwm@mired.org X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ X-Delivery-Agent: TMDA/1.1.11 (Ladyburn) From: Mike Meyer Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 23:13:11 -0000 In <465B4A84.6050407@dlr.de>, Hartmut Brandt typed: > Mike Meyer wrote: > > In <465AB421.10802@dlr.de>, Hartmut Brandt typed: > >> 1. make and its sub-makes for a) reading the file; b) parsing the file > >> (note that .if and .for processing is done while parsing); c) processing > >> targets. > > > > Make and submakes have been gone over already. See > http://miller.emu.id.au/pmiller/books/rmch/ >. > > > > I'm not sure it can be applied to the ports tree, though. I haven't > > looked into it, but recalled this paper when you mentioned measuring > > makes and sub-makes. > Unfortunately you deleted the sentence before, so I rephrase it: before > looking into optimizations find out where the time is actually spend - > how many seconds of the hours the process takes, are actually spent in > make and sub-makes. If the entire process takes 2 hours of which the > makes take 20 seconds then by enhancing performance of make by 50% you > win 10 seconds. This is probably not worth a single line of additional code. > > The paper you point to talks about something entirely different. It think we're talking about two different things. You're talking about the efficiency of make, whereas he's talking about the efficiency of make. Um, wait. You're talking about what I'll call the *internal* efficiency of make, defined as how fast it does the things it does. He's talking about what I'll call the *external* efficiency of make, which is how well it does at doing the minimum amount of work it needs to do. I hope you can see where the confusion comes from. In particular, he talks about how recursive makefiles screw up evaluating complex variables, causing them to be executed multiple times. So if you're running a makefile to pull some variables value, as opposed to do real commands, and your entire process takes 2 hours and the Makefile takes 20 seconds, but it evaluates all the variables twice, then by fixing your makefile you win at least 59 minutes and 50 seconds. I think cutting the run time by 50% is worth some work. Benchmarking can help you decide which things it pays to work on if all you're worried about is the internal efficiency. However, the goal is to make the process faster, so we need to worry about the external efficiency as well. The problem here is that the worse it is, the less it looks like you stand to gain by looking at your makefile when you look at the benchmarks. Given that the ports system has both highly complex variables and is very recursive, I believe that it warrants investigation if you're going to work on making make in the ports faster. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-ports@FreeBSD.ORG Tue May 29 01:46:24 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2103516A51D for ; Tue, 29 May 2007 01:46:24 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from smtp1.jp.viruscheck.net (smtp1.jp.viruscheck.net [154.33.69.52]) by mx1.freebsd.org (Postfix) with ESMTP id E596713C44B for ; Tue, 29 May 2007 01:46:23 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from (mail3.jp.viruscheck.net) [154.33.69.39]:17298 by smtp1.jp.viruscheck.net with esmtp id 1Hsqn0-0000j3-GB ; Tue, 29 May 2007 10:46:22 +0900 Received: from (noc.orchid.orchidtechnology.com) [125.206.34.113]:33218 by mail3.jp.viruscheck.net with esmtp id 1Hsqn0-0007NI-1p ; Tue, 29 May 2007 10:46:22 +0900 Received: from [89.60.200.25] ([89.60.200.25]) by noc.orchid.orchidtechnology.com (8.13.4/8.13.4) with ESMTP id l4T1kKPw010849; Tue, 29 May 2007 10:46:21 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <465B85E7.2090001@FreeBSD.org> Date: Tue, 29 May 2007 10:46:15 +0900 From: Alexander Nedotsukov User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Stephen Montgomery-Smith References: <4659EF80.70100@math.missouri.edu> <20070527223048.GA37505@icarus.home.lan> <465B0490.7080203@math.missouri.edu> In-Reply-To: <465B0490.7080203@math.missouri.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, hackers@FreeBSD.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 01:46:24 -0000 Correct me if I wrong. Don't you missed the fact that chdir(2) changes process wide attribute? Though it's easy to fix with -C option. Stephen Montgomery-Smith wrote: > Jeremy Chadwick wrote: >> On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith >> wrote: >>> I have been thinking a lot about looking for speed increases for >>> "make index" and pkg_version and things like that. So for example, >>> in pkg_version, it calls "make -V PKGNAME" for every installed >>> package. Now "make -V PKGNAME" should be a speedy operation, but >>> the make has to load in and analyze bsd.port.mk, a quite >>> complicated file with about 200,000 characters in it, when all it >>> is needing to do is to figure out the value of the variable PKGNAME. >> >> I have a related question, pertaining to "make all-depends-list" and the >> utter atrocity that is the make variable ALL-DEPENDS-LIST. If you don't >> know what it is, look for ^ALL-DEPENDS-LIST around line 5175, in >> bsd.ports.mk. > > I posted this to ports@freebsd.org, but now I am realizing that it is > hackers@freebsd.org that gets more responses. Anyway, here is a > multithreaded program "all-depends-list" that can get you double the > speed on dual processor systems, and even some small speed gains on > single processor systems. E.g. > > all-depends-list /usr/ports/x11/xorg > > http://www.math.missouri.edu/~stephen/all-depends-list.c > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Tue May 29 02:13:40 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B8AD16A4F1; Tue, 29 May 2007 02:13:40 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.freebsd.org (Postfix) with ESMTP id B6A5A13C457; Tue, 29 May 2007 02:13:39 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.montlan (12-216-253-187.client.mchsi.com[12.216.253.187]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20070529021338m9200da0ije>; Tue, 29 May 2007 02:13:38 +0000 Message-ID: <465B8C51.6010806@math.missouri.edu> Date: Mon, 28 May 2007 21:13:37 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070525 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Roman Divacky References: <4659EF80.70100@math.missouri.edu> <20070527223048.GA37505@icarus.home.lan> <465B0490.7080203@math.missouri.edu> <20070528212036.GA35796@freebsd.org> In-Reply-To: <20070528212036.GA35796@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 02:13:40 -0000 Roman Divacky wrote: > On Mon, May 28, 2007 at 11:34:24AM -0500, Stephen Montgomery-Smith wrote: >> Jeremy Chadwick wrote: >>> On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith wrote: >>>> I have been thinking a lot about looking for speed increases for "make >>>> index" and pkg_version and things like that. So for example, in >>>> pkg_version, it calls "make -V PKGNAME" for every installed package. Now >>>> "make -V PKGNAME" should be a speedy operation, but the make has to load >>>> in and analyze bsd.port.mk, a quite complicated file with about 200,000 >>>> characters in it, when all it is needing to do is to figure out the >>>> value of the variable PKGNAME. >>> I have a related question, pertaining to "make all-depends-list" and the >>> utter atrocity that is the make variable ALL-DEPENDS-LIST. If you don't >>> know what it is, look for ^ALL-DEPENDS-LIST around line 5175, in >>> bsd.ports.mk. >> I posted this to ports@freebsd.org, but now I am realizing that it is >> hackers@freebsd.org that gets more responses. Anyway, here is a >> multithreaded program "all-depends-list" that can get you double the >> speed on dual processor systems, and even some small speed gains on >> single processor systems. E.g. >> >> all-depends-list /usr/ports/x11/xorg >> >> http://www.math.missouri.edu/~stephen/all-depends-list.c > > btw.. stehpen, when are you getting a commit bit? :) I certainly hope that soon enough ;) Probably not. The program seems to have a bug in it. In particular, I didn't read the fgetln man page sufficiently well. So think of it as a proof of concept rather than a finished product. I'm going to rest from this stuff for a while, but I enjoyed the exchanges and it has given me encouragement to work on it again in the future sometime. Stephen From owner-freebsd-ports@FreeBSD.ORG Tue May 29 03:48:33 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54DA616A488 for ; Tue, 29 May 2007 03:48:33 +0000 (UTC) (envelope-from pfraser@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.186]) by mx1.freebsd.org (Postfix) with ESMTP id CA0DE13C45B for ; Tue, 29 May 2007 03:48:32 +0000 (UTC) (envelope-from pfraser@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1390273mue for ; Mon, 28 May 2007 20:48:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=bSJA6pTTdpMB5Z3FahJwlav8EzCHs1WcFHepFlhNbMr8Fbw2t6cId6AV6axDbfQVVXyQY5n70s4Q0DySY5pYzUAaVnTxIgfp8Y7UitWwIZosH0bCx/DSoiLUgLNFcEeK1lic8osmnRU7a0x30ZmS06Lknetw3KpvTaBblHbR+Xc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=q3WMJWsE4f3abqhkBxmiVaw5zIxiCawI4JTES3bxV+Kqwp/VnT7dK9UXFgHEBgUoGME7O7/w1JKksB2TtHYna0zOZpcnflxbFo/xs3Q22le71vnb0ea5/aolK7fwbHWgN6dxDvtn45jvOw8WHp2JEcpJRbYdUIkzCCogq+wSIDI= Received: by 10.82.148.7 with SMTP id v7mr11738431bud.1180408906568; Mon, 28 May 2007 20:21:46 -0700 (PDT) Received: by 10.82.174.14 with HTTP; Mon, 28 May 2007 20:21:46 -0700 (PDT) Message-ID: Date: Tue, 29 May 2007 13:21:46 +1000 From: "Paul Fraser" To: "Scot Hetzel" In-Reply-To: <790a9fff0705281501x55bcbb35p50bcdc08b03e204f@mail.gmail.com> MIME-Version: 1.0 References: <1180386041.9391.4.camel@sistemas.jayala> <1180387052.9391.18.camel@sistemas.jayala> <790a9fff0705281501x55bcbb35p50bcdc08b03e204f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, Jose Ayala Subject: Re: FreeBSD Port: samba-3.0.25,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 03:48:33 -0000 Paul Fraser to Scot show details 1:21 pm (0 minutes ago) On 5/29/07, Scot Hetzel wrote: > > do you have samba_enable="YES" in your /etc/rc.conf file? > > Without this variable in /etc/rc.conf, the script won't start the > smbd, nmbd or winbindd daemons. Further to what Scot said, if you run /usr/local/etc/rc.d/samba onestart [or onestop, as you desire], the rc script will ignore the *_enable variable in rc.conf and allow you to start it. See how you go with that. (By the way, sorry Scot for the dupe! Accidently hit reply instead of reply all...) -- Regards, Paul Fraser From owner-freebsd-ports@FreeBSD.ORG Tue May 29 04:11:51 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0ADCA16A473; Tue, 29 May 2007 04:11:51 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id DA65613C457; Tue, 29 May 2007 04:11:50 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4T4BotN030208 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 28 May 2007 21:11:50 -0700 X-Auth-Received: from [192.168.10.45] (c-67-166-149-71.hsd1.ca.comcast.net [67.166.149.71]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4T4BnpU022624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 28 May 2007 21:11:49 -0700 Message-ID: <465BA81D.7060600@u.washington.edu> Date: Mon, 28 May 2007 21:12:13 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Stephen Montgomery-Smith References: <4659EF80.70100@math.missouri.edu> <20070527223048.GA37505@icarus.home.lan> <465B0490.7080203@math.missouri.edu> <20070528212036.GA35796@freebsd.org> <465B8C51.6010806@math.missouri.edu> In-Reply-To: <465B8C51.6010806@math.missouri.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.28.204933 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: ports@freebsd.org, Roman Divacky , hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 04:11:51 -0000 Stephen Montgomery-Smith wrote: > Roman Divacky wrote: >> On Mon, May 28, 2007 at 11:34:24AM -0500, Stephen Montgomery-Smith wrote: >>> Jeremy Chadwick wrote: >>>> On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith >>>> wrote: >>>>> I have been thinking a lot about looking for speed increases for >>>>> "make index" and pkg_version and things like that. So for example, >>>>> in pkg_version, it calls "make -V PKGNAME" for every installed >>>>> package. Now "make -V PKGNAME" should be a speedy operation, but >>>>> the make has to load in and analyze bsd.port.mk, a quite >>>>> complicated file with about 200,000 characters in it, when all it >>>>> is needing to do is to figure out the value of the variable PKGNAME. >>>> I have a related question, pertaining to "make all-depends-list" and >>>> the >>>> utter atrocity that is the make variable ALL-DEPENDS-LIST. If you >>>> don't >>>> know what it is, look for ^ALL-DEPENDS-LIST around line 5175, in >>>> bsd.ports.mk. >>> I posted this to ports@freebsd.org, but now I am realizing that it is >>> hackers@freebsd.org that gets more responses. Anyway, here is a >>> multithreaded program "all-depends-list" that can get you double the >>> speed on dual processor systems, and even some small speed gains on >>> single processor systems. E.g. >>> >>> all-depends-list /usr/ports/x11/xorg >>> >>> http://www.math.missouri.edu/~stephen/all-depends-list.c >> >> btw.. stehpen, when are you getting a commit bit? :) I certainly hope >> that soon enough ;) > > Probably not. The program seems to have a bug in it. In particular, I > didn't read the fgetln man page sufficiently well. So think of it as a > proof of concept rather than a finished product. > > I'm going to rest from this stuff for a while, but I enjoyed the > exchanges and it has given me encouragement to work on it again in the > future sometime. > > Stephen fgetln(2) just scans ahead to the next newline, so the pointer to the next line is returned and the length of the string (with newline char included) is stored in the len variable (2nd parameter to function). -Garrett From owner-freebsd-ports@FreeBSD.ORG Tue May 29 05:04:56 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A21F16A481 for ; Tue, 29 May 2007 05:04:56 +0000 (UTC) (envelope-from g.v.tjongahung@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id C930113C484 for ; Tue, 29 May 2007 05:04:55 +0000 (UTC) (envelope-from g.v.tjongahung@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so551405anc for ; Mon, 28 May 2007 22:04:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=cA+dWvJOazobUcxALalaD3vLKTM21SiR/qqrwRAejSo+LitD3sRXRBazVAih3SrQf2GwTIRjI8QgkkVO7/Do+foJjkioZfF5pYZnyTZ0ex5/cCDRQ+ThCb7ZymsoUcBlwBPrp3frk2Nh0uqFvw6JeOO2YpwD/Gz2C6ntS/Bzytg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ll7/L15XFw0ZAkHY5p/caVpdsIg3fJ6a+x8hQ06JgXGvHGaarWHH5apnzQu2QRZStq/uWe6j9qUT0PFA95Ld/oHHzpxEqZUIROPPavNffb0LQQRjvndPMbLbyx2I2YwB5YNpoHMYVYy02Hpve291oNPrLtyIQljHitQVJQrObUQ= Received: by 10.100.58.4 with SMTP id g4mr4941300ana.1180415094885; Mon, 28 May 2007 22:04:54 -0700 (PDT) Received: by 10.100.41.5 with HTTP; Mon, 28 May 2007 22:04:54 -0700 (PDT) Message-ID: <822946050705282204wb69f003j2fd0777bb3d17e66@mail.gmail.com> Date: Tue, 29 May 2007 07:04:54 +0200 From: "Gabor Tjong A Hung" To: "Paul Fraser" In-Reply-To: MIME-Version: 1.0 References: <1180386041.9391.4.camel@sistemas.jayala> <1180387052.9391.18.camel@sistemas.jayala> <790a9fff0705281501x55bcbb35p50bcdc08b03e204f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, Jose Ayala , Scot Hetzel Subject: Re: FreeBSD Port: samba-3.0.25,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 05:04:56 -0000 I think this is related to the update in /usr/ports/UPDATING The passdb backend in your smb.conf. I think it defaults to something else now. On 5/29/07, Paul Fraser wrote: > > Paul Fraser to Scot > show details > 1:21 pm (0 minutes ago) On 5/29/07, Scot Hetzel > wrote: > > > > do you have samba_enable="YES" in your /etc/rc.conf file? > > > > Without this variable in /etc/rc.conf, the script won't start the > > smbd, nmbd or winbindd daemons. > > > Further to what Scot said, if you run /usr/local/etc/rc.d/samba onestart > [or > onestop, as you desire], the rc script will ignore the *_enable variable > in > rc.conf and allow you to start it. > > See how you go with that. > > (By the way, sorry Scot for the dupe! Accidently hit reply instead of > reply > all...) > > -- > Regards, > > Paul Fraser > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Imagination is more important than knowledge. -- A. Einstein From owner-freebsd-ports@FreeBSD.ORG Tue May 29 05:58:26 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8D0D16A52E for ; Tue, 29 May 2007 05:58:26 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B286C13C457 for ; Tue, 29 May 2007 05:58:26 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 9368D1A3C19 for ; Mon, 28 May 2007 22:59:34 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 9364E512A6 for ; Tue, 29 May 2007 01:58:25 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 83722C16A; Tue, 29 May 2007 01:58:25 -0400 (EDT) Date: Tue, 29 May 2007 01:58:25 -0400 From: Kris Kennaway To: Kris Kennaway Message-ID: <20070529055825.GA36963@rot13.obsecurity.org> References: <20070520205912.GA43790@xor.obsecurity.org> <20070526000739.GA14476@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline In-Reply-To: <20070526000739.GA14476@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org Subject: Re: New xorg packages available for i386 and amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 05:58:26 -0000 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 25, 2007 at 08:07:39PM -0400, Kris Kennaway wrote: > On Sun, May 20, 2007 at 04:59:12PM -0400, Kris Kennaway wrote: >=20 > > Other branches and architectures will follow later. I am currently > > building 5.x packages for i386 and amd64 >=20 > i386 5.x are uploaded to ftp-master. Next up will be amd64 5.x and > i386 7.0. amd64 5.x and i386 7.0 (post-gcc 4.2 and symver) are up. I also refreshed all the distfiles, so e.g. the frequent instability of freedesktop.org will no longer prevent x.org distfile fetches. Kris --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGW8EBWry0BWjoQKURAiGNAKDjltvVgLITMOQOA07mrBcFGvT89QCeJEMK n3AWzOwtAjGvekNX52hO4hc= =6Du8 -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq-- From owner-freebsd-ports@FreeBSD.ORG Tue May 29 06:00:55 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1AD716A4D4 for ; Tue, 29 May 2007 06:00:55 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.freebsd.org (Postfix) with SMTP id 6E9DA13C45D for ; Tue, 29 May 2007 06:00:55 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 6266 invoked by uid 399); 29 May 2007 06:00:55 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 29 May 2007 06:00:55 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <465BC195.80602@FreeBSD.org> Date: Mon, 28 May 2007 23:00:53 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: Dantavious References: <46594789.8030900@FreeBSD.org> <200705270843.03798.derrick@uniquestrength.net> In-Reply-To: <200705270843.03798.derrick@uniquestrength.net> X-Enigmail-Version: 0.95.0 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Instructions for xorg 7.2 upgrade using portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 06:00:55 -0000 Dantavious wrote: > Thanks for the great tool and the instructions. You're welcome on both counts. So far I've heard only good things, so hopefully I didn't screw things up too badly. :) Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Tue May 29 06:13:19 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9426216A468 for ; Tue, 29 May 2007 06:13:19 +0000 (UTC) (envelope-from cristi@net.utcluj.ro) Received: from bavaria.utcluj.ro (bavaria.utcluj.ro [193.226.5.35]) by mx1.freebsd.org (Postfix) with ESMTP id 4D7D513C4BE for ; Tue, 29 May 2007 06:13:19 +0000 (UTC) (envelope-from cristi@net.utcluj.ro) Received: from localhost (localhost [127.0.0.1]) by bavaria.utcluj.ro (Postfix) with ESMTP id 08B5F5089B for ; Tue, 29 May 2007 08:46:53 +0300 (EEST) X-Virus-Scanned: by the daemon playing with your mail on bavaria.utcluj.ro Received: from bavaria.utcluj.ro ([127.0.0.1]) by localhost (bavaria.utcluj.ro [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oUsKcINc+qLJ for ; Tue, 29 May 2007 08:46:49 +0300 (EEST) Received: from [172.27.2.200] (c7.campus.utcluj.ro [193.226.6.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bavaria.utcluj.ro (Postfix) with ESMTP id 52DD75086F for ; Tue, 29 May 2007 08:46:49 +0300 (EEST) Message-ID: <465BBE48.1040408@net.utcluj.ro> Date: Tue, 29 May 2007 08:46:48 +0300 From: Cristian KLEIN Organization: Data Communication Center - Technical University of Cluj-Napoca User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Unable to compile print/freetype2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 06:13:19 -0000 Hello everybody, Sorry if I haven't RTFM enough. If you are able to help, please CC me, because I am not on the list. In one of my jails, I have print/freetype2 (freetype2-2.2.1_1) which is vulnerable, so I wanted to upgrade it to the newest version. Every time I try to compile it I get the following error: --- cut here --- root@mail:/usr/ports/print/freetype2# make ===> Building for freetype2-2.2.1_2 cc -I./objs -I./builds/ansi -I./include -O -pipe -march=pentium4 -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -o objs/ftsystem.o src/base/ftsystem.c In file included from ./include/freetype/config/ftconfig.h:43, from src/base/ftsystem.c:29: ./include/freetype/config/ftoption.h:439:1: warning: "TT_CONFIG_OPTION_BYTECODE_INTERPRETER" redefined :2:1: warning: this is the location of the previous definition /usr/lib/crt1.o(.text+0x82): In function `_start': : undefined reference to `main' gmake: *** [objs/ftsystem.o] Error 1 *** Error code 2 Stop in /usr/ports/print/freetype2. --- and here --- My ports collection is up-to-date, I have also tried to upgrade the ports it depends on, "make clean" etc. with no success. Other info: --- cut here --- root@mail:/usr/ports/print/freetype2# uname -a FreeBSD mail.xxx.xxx 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #5: Fri Apr 27 20:01:20 EEST 2007 cristi@xxx.xxx.xxx:/usr/obj/usr/src/sys/xxx-SMP i386 root@mail:/usr/ports/print/freetype2# cat /etc/make.conf # # General MAKE variables # CPUTYPE?=pentium4 CFLAGS= -O -pipe MAKE_SHELL?=sh COPTFLAGS= -O -pipe # No X11 WITHOUT_X11=duh # For PERL ENABLE_SUIDPERL=yes # added by use.perl 2007-04-25 13:34:04 PERL_VER=5.8.8 PERL_VERSION=5.8.8 --- and here --- Thanks. From owner-freebsd-ports@FreeBSD.ORG Tue May 29 06:18:16 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC6DC16A484; Tue, 29 May 2007 06:18:16 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.freebsd.org (Postfix) with ESMTP id 48A1C13C448; Tue, 29 May 2007 06:18:16 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from [192.168.2.102] ([172.21.151.1]) by smtp-1.dlr.de with Microsoft SMTPSVC(6.0.3790.1830); Tue, 29 May 2007 08:18:14 +0200 Message-ID: <465BC5A6.7090806@dlr.de> Date: Tue, 29 May 2007 08:18:14 +0200 From: Hartmut Brandt User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 References: <4659EF80.70100@math.missouri.edu> <465AB421.10802@dlr.de> <18011.6019.436391.128372@bhuda.mired.org> <465B4A84.6050407@dlr.de> <18011.23448.513335.199513@bhuda.mired.org> In-Reply-To: <18011.23448.513335.199513@bhuda.mired.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 May 2007 06:18:14.0332 (UTC) FILETIME=[23B33FC0:01C7A1B9] Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 06:18:16 -0000 Mike Meyer wrote: > In <465B4A84.6050407@dlr.de>, Hartmut Brandt typed: >> Mike Meyer wrote: >>> In <465AB421.10802@dlr.de>, Hartmut Brandt typed: >>>> 1. make and its sub-makes for a) reading the file; b) parsing the file >>>> (note that .if and .for processing is done while parsing); c) processing >>>> targets. >>> Make and submakes have been gone over already. See >> http://miller.emu.id.au/pmiller/books/rmch/ >. >>> >>> I'm not sure it can be applied to the ports tree, though. I haven't >>> looked into it, but recalled this paper when you mentioned measuring >>> makes and sub-makes. >> Unfortunately you deleted the sentence before, so I rephrase it: before >> looking into optimizations find out where the time is actually spend - >> how many seconds of the hours the process takes, are actually spent in >> make and sub-makes. If the entire process takes 2 hours of which the >> makes take 20 seconds then by enhancing performance of make by 50% you >> win 10 seconds. This is probably not worth a single line of additional code. >> >> The paper you point to talks about something entirely different. > > It think we're talking about two different things. You're talking > about the efficiency of make, whereas he's talking about the > efficiency of make. Um, wait. > > You're talking about what I'll call the *internal* efficiency of make, > defined as how fast it does the things it does. He's talking about > what I'll call the *external* efficiency of make, which is how well it > does at doing the minimum amount of work it needs to do. I hope you > can see where the confusion comes from. Yeah, from that you deleted the other two of my points in your response where I talked about shells and external commands executed by make. You cited the point where I asked for numbers on *internal* efficiency and the point to a paper about *external* efficiency. I've seen no numbers WHAT actually makes the ports stuff so slow. To make my point a last time: until there are numbers, there is no guess around what to do. harti From owner-freebsd-ports@FreeBSD.ORG Tue May 29 06:54:27 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B79DA16A48F for ; Tue, 29 May 2007 06:54:27 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.freebsd.org (Postfix) with SMTP id 59E5713C45B for ; Tue, 29 May 2007 06:54:27 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 21446 invoked by uid 399); 29 May 2007 06:54:27 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 29 May 2007 06:54:27 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <465BCE21.9040503@FreeBSD.org> Date: Mon, 28 May 2007 23:54:25 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Hagen_K=FChl?= References: <20070527190053.41a88e30@l140.fem.tu-ilmenau.de> In-Reply-To: <20070527190053.41a88e30@l140.fem.tu-ilmenau.de> X-Enigmail-Version: 0.95.0 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: xorg modularity X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 06:54:27 -0000 Hagen Kühl wrote: > Hello, > just want to know, if anyone is planning to change the news > xorg-metaports, so you can really make use of the new modularity? > So you can choose which programs you really want to install when > running make config. > I'm not sure how much work this will be, but I think some people would > appreciate it. (including me ;)) Well, patches are always welcome ... Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Tue May 29 08:05:02 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A071416A46C for ; Tue, 29 May 2007 08:05:02 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-3-125.belrs4.nsw.optusnet.com.au [220.239.3.125]) by mx1.freebsd.org (Postfix) with ESMTP id 2BAF913C469 for ; Tue, 29 May 2007 08:05:01 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.14.1) with ESMTP id l4T84vQq053845; Tue, 29 May 2007 18:04:57 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.14.1/Submit) id l4T84twC053844; Tue, 29 May 2007 18:04:55 +1000 (EST) (envelope-from peter) Date: Tue, 29 May 2007 18:04:55 +1000 From: Peter Jeremy To: Bakul Shah Message-ID: <20070529080455.GM1161@turion.vk2pj.dyndns.org> References: <4659EF80.70100@math.missouri.edu> <20070527231254.D0C325B5E@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qrgsu6vtpU/OV/zm" Content-Disposition: inline In-Reply-To: <20070527231254.D0C325B5E@mail.bitblocks.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.15 (2007-04-06) Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 08:05:02 -0000 --Qrgsu6vtpU/OV/zm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-May-27 16:12:54 -0700, Bakul Shah wrote: >Given the size and complexity of the port system I have long >felt that rather than do everything via more and more complex >Mk/*.mk what is is needed is a ports server and a thin CLI >frontend to it. I don't believe this is practical. Both package names and port dependencies depend on the options that are selected as well as what other ports are already installed. A centralised ports server is not going to have access to this information. --=20 Peter Jeremy --Qrgsu6vtpU/OV/zm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGW96n/opHv/APuIcRAkbWAJ43zRo5IXnrl9cQPopsH4WOY+9Z+wCgxE4S BIdmKkeF5ZwKH7q1+c7ijp8= =Ur1Y -----END PGP SIGNATURE----- --Qrgsu6vtpU/OV/zm-- From owner-freebsd-ports@FreeBSD.ORG Tue May 29 08:32:09 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0062B16A51C; Tue, 29 May 2007 08:32:08 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-3-125.belrs4.nsw.optusnet.com.au [220.239.3.125]) by mx1.freebsd.org (Postfix) with ESMTP id 5B62813C4AD; Tue, 29 May 2007 08:32:07 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.14.1) with ESMTP id l4T8W6Px049107; Tue, 29 May 2007 18:32:06 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.14.1/Submit) id l4T8W5wn049106; Tue, 29 May 2007 18:32:05 +1000 (EST) (envelope-from peter) Date: Tue, 29 May 2007 18:32:05 +1000 From: Peter Jeremy To: Michel Talon Message-ID: <20070529083205.GN1161@turion.vk2pj.dyndns.org> References: <20070527221528.GA19603@lpthe.jussieu.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fWddYNRDgTk9wQGZ" Content-Disposition: inline In-Reply-To: <20070527221528.GA19603@lpthe.jussieu.fr> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.15 (2007-04-06) Cc: ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 08:32:09 -0000 --fWddYNRDgTk9wQGZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-May-28 00:15:28 +0200, Michel Talon wrote: >Of course a lot of people have thinked about it, and quickly realized >that it was not going to work. In the bsd.ports.mk, evaluation of one >variable may be dependent on some conditional, which may itself be >dependant on some other variable, appearing as some target. This >constantly happens in bsd.ports.mk. =2E.. >To gain some performance, a first idea would be to simplify >bsd.ports.mk. I am convinced that a substantial part of the 4000 lines >are historical crap which serve no useful purpose. There are tons of >variables who have probably purely anecdotical interest. There are >targets which could be happily suppressed. These two paragraphs are contradictory. If bsd.ports.mk really is 4000 lines of historical crap and full full of unused variables than an "evaluate on demand" approach would be a big win. >A second idea would be to multithread make, since modern machines will >have a lot of cores. Not yet. Dual-core machines are still relatively new. Of the seven hosts that I regularly use, only one is dual core. Threading adds significant overheads and it's not clear how it would help in this specific instance. >Anyways, one of the things which cannot be a big factor is reading >bsd.ports.mk from hard disk. Reading 210KB from a modern disk is quite fast. > It is certainly cached in memory when you >run make index. Which is the specific case being discussed in this thread. > On the other hand it is so big that it probably doesn't >fit in cache, or probably only fits in caches of machines generously >endowed. It may not stay in L1 cache but unless your system is extremely memory stressed, it should stay in RAM. I'd suggest that if bsd.ports.mk is not cached then you have more serious problems to address before you worry about the performance of make(1). >(i am thinking Pentium 4 versus Core 2 Duo) is striking. It is less >than 10 minutes on the big cache machine versus 30 minutes on the small >cache one. If the cache effect is indeed dominant, then reducing the >size of bsd.ports.mk by all possible means would be very beneficial. This is likely to be more a combination of the crippled pentium 4 core and a largish memory footprint for make than anything to do with bsd.ports.mk itself. >By the way an alternative system would be to use something other than >make to do the job. This is a possibility but it needs to be something that can be part of the base system. This means you are limited to C/C++, awk, sh and make. In particular, python, ruby, perl and similar scripting languages are out. Whilst make seems the obvious choice for the ports infrastructure, in reality, the infrastructure does not really need or use the sort of implicit dependency tracking and target transformations that make excels at. Of course, any alternative to make needs to provide a language for defining dependencies that is equally powerful and easy to use. --=20 Peter Jeremy --fWddYNRDgTk9wQGZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGW+UF/opHv/APuIcRAhGyAKC62+7Ap+18egbYrs2OLvpollDxkgCeI8ds daDjRlZq0UdaFn8k1M7fE3c= =2/hK -----END PGP SIGNATURE----- --fWddYNRDgTk9wQGZ-- From owner-freebsd-ports@FreeBSD.ORG Tue May 29 09:00:04 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBB9316A4D2 for ; Tue, 29 May 2007 09:00:04 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-86-32-239.dsl.pipex.com [81.86.32.239]) by mx1.freebsd.org (Postfix) with SMTP id E868D13C43E for ; Tue, 29 May 2007 09:00:03 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: (qmail 74933 invoked by uid 98); 29 May 2007 09:58:56 +0100 Received: from 192.168.0.5 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.88.4/1789. hbedv: 7.1.1.11/6.35.1.178. f-prot: 4.6.6/3.16.14. spamassassin: 3.1.4. Clear:RC:1(192.168.0.5):. Processed in 4.252304 secs); 29 May 2007 08:58:56 -0000 Received: from trident.lerwick.hopto.org (192.168.0.5) by lerwick.hopto.org with SMTP; 29 May 2007 09:58:52 +0100 Message-ID: <465BEB8C.7000406@lerwick.hopto.org> Date: Tue, 29 May 2007 09:59:56 +0100 From: Craig Butler User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: freebsd mx's in sorbs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 09:00:04 -0000 Hi All FreeBSD's mx has somehow got onto SORBS black list and my server is actively bouncing all the mailing list mails. http://www.us.sorbs.net/lookup.shtml?69.147.83.53 I will also raise a pr.... Please could you forward this email to the people responsible for the mail servers Cheers Craig Butler ============================================================ This email has been handled by lerwick.hopto.org mail server and has been scanned by 3 virus killers and spamassassin ============================================================ From owner-freebsd-ports@FreeBSD.ORG Tue May 29 09:23:16 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7283E16A48F for ; Tue, 29 May 2007 09:23:16 +0000 (UTC) (envelope-from lupe@lupe-christoph.de) Received: from buexe.b-5.de (buexe.b-5.de [84.19.0.30]) by mx1.freebsd.org (Postfix) with ESMTP id DE9B413C43E for ; Tue, 29 May 2007 09:23:15 +0000 (UTC) (envelope-from lupe@lupe-christoph.de) Received: from antalya.lupe-christoph.de (antalya.lupe-christoph.de [172.17.0.9]) by buexe.b-5.de (8.13.4/8.13.4/b-5/buexe-3.6.3) with ESMTP id l4T9CCO8003268; Tue, 29 May 2007 11:12:13 +0200 Received: from localhost (localhost [127.0.0.1]) by antalya.lupe-christoph.de (Postfix) with ESMTP id 7541134521; Tue, 29 May 2007 11:12:07 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at lupe-christoph.de Received: from antalya.lupe-christoph.de ([127.0.0.1]) by localhost (antalya.lupe-christoph.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9hOHSypb8X8J; Tue, 29 May 2007 11:12:03 +0200 (CEST) Received: by antalya.lupe-christoph.de (Postfix, from userid 1000) id 9935434520; Tue, 29 May 2007 11:12:03 +0200 (CEST) Date: Tue, 29 May 2007 11:12:03 +0200 To: Craig Butler Message-ID: <20070529091203.GA11932@lupe-christoph.de> References: <465BEB8C.7000406@lerwick.hopto.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <465BEB8C.7000406@lerwick.hopto.org> User-Agent: Mutt/1.5.13 (2006-08-11) From: lupe@lupe-christoph.de (Lupe Christoph) Cc: ports@freebsd.org Subject: Re: freebsd mx's in sorbs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 09:23:16 -0000 On Tuesday, 2007-05-29 at 09:59:56 +0100, Craig Butler wrote: > FreeBSD's mx has somehow got onto SORBS black list and my server is > actively bouncing all the mailing list mails. > http://www.us.sorbs.net/lookup.shtml?69.147.83.53 > I will also raise a pr.... > Please could you forward this email to the people responsible for the > mail servers Mailinglist servers are added to RBLs all the time. It is not the fault of the people who run them, it's the fault of the people who run the RBLs. Only use RBLs that don't do this, *and* whitelist all mailinglist servers you use on your machine. Lupe Christoph -- | You know we're sitting on four million pounds of fuel, one nuclear | | weapon and a thing that has 270,000 moving parts built by the lowest | | bidder. Makes you feel good, doesn't it? | | Rockhound in "Armageddon", 1998, about the Space Shuttle | From owner-freebsd-ports@FreeBSD.ORG Tue May 29 09:23:53 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC7DB16A50F for ; Tue, 29 May 2007 09:23:53 +0000 (UTC) (envelope-from radek@ceskedomeny.cz) Received: from margaret.starnet.cz (margaret.starnet.cz [62.240.182.134]) by mx1.freebsd.org (Postfix) with SMTP id 2B18313C4B0 for ; Tue, 29 May 2007 09:23:51 +0000 (UTC) (envelope-from radek@ceskedomeny.cz) Received: (qmail 49042 invoked from network); 29 May 2007 10:57:11 +0200 Received: from unknown (HELO localhost) (62.240.182.17) by margaret.starnet.cz with SMTP; 29 May 2007 10:57:11 +0200 Date: Tue, 29 May 2007 10:57:08 +0200 From: "Bc. Radek Krejca" Organization: STARNET, s. r. o. X-Priority: 3 (Normal) Message-ID: <1435020301.20070529105708@starnet.cz> To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: Subject: Vpopmail + spamassassin problem with forwarding X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Bc. Radek Krejca" List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 09:23:54 -0000 Hi, I have problem with spamassassin patch in vpopmail, because if I have checked forwarding (eg. for messages to mobile phone) then the messagess (especially their attachments) are damaged in mailbox but forwarded looks good. Second problem is that in some cases (I don't know when exactly) is message damaged in MS products (especially Exchange and Outlook). The mime message has somewhere in the body headers of message. I don't know which else information should I send. Thank you. --=20 Regards, Bc. Radek Krejca STARNET, s. r. o. radek@ceskedomeny.cz From owner-freebsd-ports@FreeBSD.ORG Tue May 29 09:40:38 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3CAE16A480 for ; Tue, 29 May 2007 09:40:38 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from galain.elvandar.org (galain.elvandar.org [217.148.169.56]) by mx1.freebsd.org (Postfix) with ESMTP id ABBCF13C45A for ; Tue, 29 May 2007 09:40:38 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from evilcoder.xs4all.nl ([195.64.94.120] helo=elvandar.local) by galain.elvandar.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1HsyBx-000CdV-KI; Tue, 29 May 2007 11:40:37 +0200 Message-ID: <465BF552.80008@elvandar.org> Date: Tue, 29 May 2007 11:41:38 +0200 From: Remko Lodder User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Craig Butler References: <465BEB8C.7000406@lerwick.hopto.org> In-Reply-To: <465BEB8C.7000406@lerwick.hopto.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: freebsd mx's in sorbs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 09:40:39 -0000 Craig Butler wrote: > Hi All > > FreeBSD's mx has somehow got onto SORBS black list and my server is > actively bouncing all the mailing list mails. > > http://www.us.sorbs.net/lookup.shtml?69.147.83.53 > > I will also raise a pr.... > > Please could you forward this email to the people responsible for the > mail servers > > Cheers > > Craig Butler > Hello Craig, The postmaster team is already aware of the issue, (postmaster@) and can only do so much to try and get us out of the SORBS list. Filing a PR regarding these things is not the way to go, there are no postmasters anywhere on the PR lists so they should be contacted directly when having issues. That said; as mentioned in my PR reply and in the follow-up on this email by Lupe, there aren't many things you can do to avoid getting in the RBL, if enough people (manually or automatically) tell the system you are a spamhost, it will list you without additional checking, SORBS and a couple of others are known (At least to me) to have false positives every now and then. Beyond that people are free to choose the DNSbl they want to, but they should also cope with the fall out from their own decision. Thanks again for the willingness to improve FreeBSD! Cheers, remko -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis custodiet ipsos custodes */ From owner-freebsd-ports@FreeBSD.ORG Tue May 29 09:59:56 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F62216A501 for ; Tue, 29 May 2007 09:59:56 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-86-32-239.dsl.pipex.com [81.86.32.239]) by mx1.freebsd.org (Postfix) with SMTP id 172DE13C458 for ; Tue, 29 May 2007 09:59:54 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: (qmail 84985 invoked by uid 98); 29 May 2007 10:58:48 +0100 Received: from 192.168.0.5 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.88.4/1789. hbedv: 7.1.1.11/6.35.1.178. f-prot: 4.6.6/3.16.14. spamassassin: 3.1.4. Clear:RC:1(192.168.0.5):. Processed in 4.04306 secs); 29 May 2007 09:58:48 -0000 Received: from trident.lerwick.hopto.org (192.168.0.5) by lerwick.hopto.org with SMTP; 29 May 2007 10:58:43 +0100 Message-ID: <465BF994.9060901@lerwick.hopto.org> Date: Tue, 29 May 2007 10:59:48 +0100 From: Craig Butler User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: ports@FreeBSD.org References: <465BEB8C.7000406@lerwick.hopto.org> <465BF552.80008@elvandar.org> In-Reply-To: <465BF552.80008@elvandar.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: freebsd mx's in sorbs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 09:59:56 -0000 How many mail server have FreeBSD got? I have currently whitelisted; #freebsd 69.147.83.53:allow,RBLSMTPD="" 69.147.83.52:allow,RBLSMTPD="" thats mx1 and mx2 Cheers Craig Butler Remko Lodder wrote: > Craig Butler wrote: > >> Hi All >> >> FreeBSD's mx has somehow got onto SORBS black list and my server is >> actively bouncing all the mailing list mails. >> >> http://www.us.sorbs.net/lookup.shtml?69.147.83.53 >> >> I will also raise a pr.... >> >> Please could you forward this email to the people responsible for the >> mail servers >> >> Cheers >> >> Craig Butler >> >> > > Hello Craig, > > The postmaster team is already aware of the issue, (postmaster@) and can > only do so much to try and get us out of the SORBS list. Filing a PR > regarding these things is not the way to go, there are no postmasters > anywhere on the PR lists so they should be contacted directly when > having issues. > > That said; as mentioned in my PR reply and in the follow-up on this > email by Lupe, there aren't many things you can do to avoid getting > in the RBL, if enough people (manually or automatically) tell the > system you are a spamhost, it will list you without additional checking, > SORBS and a couple of others are known (At least to me) to have false > positives every now and then. Beyond that people are free to choose > the DNSbl they want to, but they should also cope with the fall out > from their own decision. > > Thanks again for the willingness to improve FreeBSD! > > Cheers, > remko > > ============================================================ This email has been handled by lerwick.hopto.org mail server and has been scanned by 3 virus killers and spamassassin ============================================================ From owner-freebsd-ports@FreeBSD.ORG Tue May 29 10:02:59 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2D7816A53B; Tue, 29 May 2007 10:02:59 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-3-125.belrs4.nsw.optusnet.com.au [220.239.3.125]) by mx1.freebsd.org (Postfix) with ESMTP id A466013C46C; Tue, 29 May 2007 10:02:58 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.14.1) with ESMTP id l4TA2uWg094097; Tue, 29 May 2007 20:02:56 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.14.1/Submit) id l4TA2uqo094096; Tue, 29 May 2007 20:02:56 +1000 (EST) (envelope-from peter) Date: Tue, 29 May 2007 20:02:56 +1000 From: Peter Jeremy To: Stephen Montgomery-Smith Message-ID: <20070529100255.GA70055@turion.vk2pj.dyndns.org> References: <4659EF80.70100@math.missouri.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline In-Reply-To: <4659EF80.70100@math.missouri.edu> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.15 (2007-04-06) Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 10:02:59 -0000 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-May-27 15:52:16 -0500, Stephen Montgomery-Smith wrote: > I have been thinking a lot about looking for speed increases for "make=20 > index" and pkg_version and things like that. So for example, in=20 > pkg_version, it calls "make -V PKGNAME" for every installed package. Now= =20 > "make -V PKGNAME" should be a speedy operation, but the make has to load = in=20 > and analyze bsd.port.mk, a quite complicated file with about 200,000=20 > characters in it, when all it is needing to do is to figure out the value= of=20 > the variable PKGNAME. This would be trivial if some packages didn't change names depending on options and what was installed. I agree that parsing a 210KB file 17,000 times is not going to be fast. Especially since some ports include bsd.ports.mk multiple times... > I suggest rewriting "make" so that variables are only evaluated on a "nee= d=20 > to know" basis. This sounds like a good idea but I suspect it's not going to be feasible. The biggest problem I see is that the make language allows variables to be expanded either when they are assigned or when they are referenced. If a variable expansion is delayed from the assignment to the first use then the expansion must be performed using the state of make as it was when the variable was assigned. The cost of keeping this state probably exceeds the cost of actually evaluating the variable. > So, for example, if all we need to know is PKGNAME, there=20 > is no need to evaluate, for example, _RUN_LIB_DEPENDS, unless the writer = of=20 > that particular port has done something like having PORTNAME depend on th= e=20 > value of _RUN_LIB_DEPENDS. Rather than trying to develop a tool that can quickly expand PKGNAME irrespective of what convoluted code the author has used, how about a partial solution? For most ports, PKGNAME depends solely on 3 or 4 variables that are statically defined in the port Makefile. The obvious solution would seem to be to develop a script that can handle the easy cases itself and punt the difficult cases back to make. The definition of 'easy' can be adjusted over time to increase performance. This approach would seem to have a relatively low bar to entry whilst offering good effort/performance tradeoff at the low end. The various depends lists would seem amenable to the same approach - though the entry level tool will have far lower coverage due to the extensive use of USE_GNOME=3D... and similar 'macro'-style constructs. --=20 Peter Jeremy --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGW/pP/opHv/APuIcRArw9AJ9WsRYjwIrgxdypFLGTK4G7JnQKPQCeNJvl QvVG9B881APC8Ap2MDhjbyA= =M39M -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI-- From owner-freebsd-ports@FreeBSD.ORG Tue May 29 10:16:16 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CC0516A475 for ; Tue, 29 May 2007 10:16:16 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-3-125.belrs4.nsw.optusnet.com.au [220.239.3.125]) by mx1.freebsd.org (Postfix) with ESMTP id EF87D13C4CB for ; Tue, 29 May 2007 10:16:15 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.14.1) with ESMTP id l4TAGEEv055466; Tue, 29 May 2007 20:16:14 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.14.1/Submit) id l4TAGDn2055465; Tue, 29 May 2007 20:16:13 +1000 (EST) (envelope-from peter) Date: Tue, 29 May 2007 20:16:13 +1000 From: Peter Jeremy To: Craig Butler Message-ID: <20070529101613.GC70055@turion.vk2pj.dyndns.org> References: <465BEB8C.7000406@lerwick.hopto.org> <465BF552.80008@elvandar.org> <465BF994.9060901@lerwick.hopto.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0ntfKIWw70PvrIHh" Content-Disposition: inline In-Reply-To: <465BF994.9060901@lerwick.hopto.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.15 (2007-04-06) Cc: ports@freebsd.org Subject: Re: freebsd mx's in sorbs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 10:16:16 -0000 --0ntfKIWw70PvrIHh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-May-29 10:59:48 +0100, Craig Butler wr= ote: >How many mail server have FreeBSD got? I have currently whitelisted; > >#freebsd >69.147.83.53:allow,RBLSMTPD=3D"" >69.147.83.52:allow,RBLSMTPD=3D"" > >thats mx1 and mx2 Note that MX hosts are not necessarily used for outgoing mail. In fact, there are probably advantages in having different incoming and outgoing mail hosts (the requirements are different for a start). --=20 Peter Jeremy --0ntfKIWw70PvrIHh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGW/1t/opHv/APuIcRAiNnAKCaGxHGBG+DARu7knAy74buQhtiVACfaHLZ wI7n7R44ivaptDhowj7cixE= =1PC+ -----END PGP SIGNATURE----- --0ntfKIWw70PvrIHh-- From owner-freebsd-ports@FreeBSD.ORG Tue May 29 10:24:22 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E614A16A46D for ; Tue, 29 May 2007 10:24:22 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-86-32-239.dsl.pipex.com [81.86.32.239]) by mx1.freebsd.org (Postfix) with SMTP id EF91D13C44B for ; Tue, 29 May 2007 10:24:21 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: (qmail 89377 invoked by uid 98); 29 May 2007 11:23:15 +0100 Received: from 192.168.0.5 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.88.4/1789. hbedv: 7.1.1.11/6.35.1.178. f-prot: 4.6.6/3.16.14. spamassassin: 3.1.4. Clear:RC:1(192.168.0.5):. Processed in 0.035034 secs); 29 May 2007 10:23:15 -0000 Received: from trident.lerwick.hopto.org (192.168.0.5) by lerwick.hopto.org with SMTP; 29 May 2007 11:23:14 +0100 Message-ID: <465BFF54.1010500@lerwick.hopto.org> Date: Tue, 29 May 2007 11:24:20 +0100 From: Craig Butler User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: ports@FreeBSD.org References: <465BEB8C.7000406@lerwick.hopto.org> <465BF552.80008@elvandar.org> <465BF994.9060901@lerwick.hopto.org> In-Reply-To: <465BF994.9060901@lerwick.hopto.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: freebsd mx's in sorbs, IP removed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 10:24:23 -0000 The IP has been removed from SORBS :D reply from sorbs ---------------------------------------------------------------------------------------------------------- > You have listed one of freebsd.org mail servers. > > > > IP- 69.147.83.53 > We occasionally have accidents where we hit "this is spam" for non-spam mail in our mailboxes. This is one of them, and the listing has been removed. > > Please could I request complete removal and white listing of the above > > address. > I have removed it, but I can't prevent the head admin (who is subscribed to said list) from causing such accidents, only he himself can. -- Matti SORBS volunteer ------------------------------------------------------------------------------------------------------------ Cheers CB ============================================================ This email has been handled by lerwick.hopto.org mail server and has been scanned by 3 virus killers and spamassassin ============================================================ From owner-freebsd-ports@FreeBSD.ORG Tue May 29 10:34:32 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6937916A4F1; Tue, 29 May 2007 10:34:32 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-3-125.belrs4.nsw.optusnet.com.au [220.239.3.125]) by mx1.freebsd.org (Postfix) with ESMTP id C900813C4BD; Tue, 29 May 2007 10:34:31 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.14.1) with ESMTP id l4TAYU09092399; Tue, 29 May 2007 20:34:30 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.14.1/Submit) id l4TAYTnM092394; Tue, 29 May 2007 20:34:29 +1000 (EST) (envelope-from peter) Date: Tue, 29 May 2007 20:34:29 +1000 From: Peter Jeremy To: Stephen Montgomery-Smith , ports@freebsd.org, hackers@freebsd.org Message-ID: <20070529103429.GD70055@turion.vk2pj.dyndns.org> References: <4659EF80.70100@math.missouri.edu> <20070527223048.GA37505@icarus.home.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MnLPg7ZWsaic7Fhd" Content-Disposition: inline In-Reply-To: <20070527223048.GA37505@icarus.home.lan> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.15 (2007-04-06) Cc: Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 10:34:32 -0000 --MnLPg7ZWsaic7Fhd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-May-27 15:30:48 -0700, Jeremy Chadwick wrote: >This sounds like a good solution. In fact, I'm lead to believe that >heavy reliance on /bin/sh is part of why the ports collection is slow. Someone needs to enable accounting on a recent -current (with the high-resolution accounting records) and look at where the time is actually going. (My -current box needs upgrading before I could do this). That said, /bin/sh is dynamically linked and a fork/exec is not cheap. Some quick-and-not-necessarily-reliable tests on 6.2-STABLE/amd64 show that /bin/sh takes about 2.5 times as long to start as /rescue/sh (though it's only 2:1 on i386). (These are different boxes so the absolute times aren't comparable). amd64% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); echo fo= o; done' >/dev/null sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); echo foo; done' > = 0.20s user 0.08s system 98% cpu 0.283 total amd64% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); echo fo= o; done' >/dev/null=20 sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); echo foo; done' > = 0.22s user 0.06s system 97% cpu 0.287 total amd64% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); echo fo= o; done' >/dev/null sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); echo foo; done' > = 0.19s user 0.10s system 98% cpu 0.288 total amd64% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); /rescue= /sh -c "echo foo"; done' >/dev/null sh -c > /dev/null 0.84s user 6.12s system 97% cpu 7.162 total amd64% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); /rescue= /sh -c "echo foo"; done' >/dev/null sh -c > /dev/null 1.12s user 6.05s system 97% cpu 7.366 total amd64% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); /bin/sh= -c "echo foo"; done' >/dev/null sh -c > /dev/null 5.72s user 13.40s system 96% cpu 19.734 total amd64% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); /bin/sh= -c "echo foo"; done' >/dev/null=20 sh -c > /dev/null 5.97s user 12.89s system 97% cpu 19.407 total amd64% =20 i386% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); echo foo= ; done' >/dev/null sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); echo foo; done' > = 0.17s user 0.03s system 95% cpu 0.208 total i386% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); echo foo= ; done' >/dev/null sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); echo foo; done' > = 0.17s user 0.03s system 99% cpu 0.199 total i386% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); echo foo= ; done' >/dev/null sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); echo foo; done' > = 0.16s user 0.04s system 99% cpu 0.200 total i386% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); /rescue/= sh -c "echo foo"; done' >/dev/null sh -c > /dev/null 3.68s user 18.19s system 98% cpu 22.212 total i386% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); /rescue/= sh -c "echo foo"; done' >/dev/null sh -c > /dev/null 3.34s user 18.54s system 98% cpu 22.110 total i386% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); /bin/sh = -c "echo foo"; done' >/dev/null=20 sh -c > /dev/null 12.03s user 29.42s system 98% cpu 41.965 total i386% time sh -c 'i=3D0; while [ $i -lt 10000 ]; do i=3D$(($i+1)); /bin/sh = -c "echo foo"; done' >/dev/null sh -c > /dev/null 12.20s user 29.25s system 98% cpu 41.975 total --=20 Peter Jeremy --MnLPg7ZWsaic7Fhd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGXAG1/opHv/APuIcRAks8AKCdrEBJKOJKodeq4N+IAMNh4AKvrwCfQdGP CxG8wrZlvsAwy/UGKRfiuzc= =lNGY -----END PGP SIGNATURE----- --MnLPg7ZWsaic7Fhd-- From owner-freebsd-ports@FreeBSD.ORG Tue May 29 12:39:29 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A70FF16A47C for ; Tue, 29 May 2007 12:39:29 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-065-081-102-002.sip.jan.bellsouth.net [65.81.102.2]) by mx1.freebsd.org (Postfix) with ESMTP id 014B413C484 for ; Tue, 29 May 2007 12:39:22 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.2.135]) by farris.bafirst.com with esmtp; Tue, 29 May 2007 07:29:18 -0500 id 0006D438.465C1C9E.00003902 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Tue, 29 May 2007 07:29:17 -0500 id 0004AC27.465C1C9D.000008C5 Received: from dsl-189-129-2-135.prod-infinitum.com.mx (dsl-189-129-2-135.prod-infinitum.com.mx [189.129.2.135]) by intranet.encontacto.net (Horde MIME library) with HTTP; Tue, 29 May 2007 07:29:16 -0500 Message-ID: <20070529072916.1kern4i8n4wkwgs4@intranet.encontacto.net> X-Priority: 3 (Normal) Date: Tue, 29 May 2007 07:29:16 -0500 From: eculp@encontacto.net To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 189.129.2.135 Cc: Subject: make: Max recursion level (500) exceeded.: Resource temporarily unavailable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 12:39:29 -0000 On all my machines (both current and stable) that I've initiated the xorg mega upgrade I'm seeing: make: Max recursion level (500) exceeded.: Resource temporarily unavailable I remember having seen this previously and googled for it and found a ports thread from a couple of years ago that wasn't much help which follows: > This is usually because you specified an illegal USE_* option in the > make environment, but perhaps someone committed a mistake. Got it - because someone pointed out a bug in another thread. I'm tripping over ports/37596. Is anyone else having this problem or can point me in the right direction to fix it. Thanks ed From owner-freebsd-ports@FreeBSD.ORG Tue May 29 12:55:09 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99D7116A494; Tue, 29 May 2007 12:55:09 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx01.sc1.parodius.com (mx01.sc1.parodius.com [72.20.106.3]) by mx1.freebsd.org (Postfix) with ESMTP id 5DA7C13C4BC; Tue, 29 May 2007 12:55:09 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id 0CA1B1CC01C; Tue, 29 May 2007 05:40:05 -0700 (PDT) Date: Tue, 29 May 2007 05:40:05 -0700 From: Jeremy Chadwick To: Peter Jeremy Message-ID: <20070529124005.GA52331@eos.sc1.parodius.com> Mail-Followup-To: Peter Jeremy , Stephen Montgomery-Smith , ports@freebsd.org, hackers@freebsd.org References: <4659EF80.70100@math.missouri.edu> <20070527223048.GA37505@icarus.home.lan> <20070529103429.GD70055@turion.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070529103429.GD70055@turion.vk2pj.dyndns.org> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: ports@freebsd.org, Stephen Montgomery-Smith , hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 12:55:09 -0000 On Tue, May 29, 2007 at 08:34:29PM +1000, Peter Jeremy wrote: > On 2007-May-27 15:30:48 -0700, Jeremy Chadwick wrote: > >This sounds like a good solution. In fact, I'm lead to believe that > >heavy reliance on /bin/sh is part of why the ports collection is slow. > > Someone needs to enable accounting on a recent -current (with the > high-resolution accounting records) and look at where the time is > actually going. (My -current box needs upgrading before I could > do this). The best I was able to do: I have a 6.2-RELEASE box which contains profiled libraries, and managed to make a profiled /bin/sh. This didn't take much work (just some modification of src/bin/sh/Makefile), but one thing which did stump me was the .gmon file never getting written. Turns out trap.c calls _exit(2) not exit(3). Change that and voila. Admittedly I'm not that familiar with gprof, and I'm also left wondering if profiling /bin/sh is going to help us, since we don't have a direct way of determining which shell commands take the most time -- just which C functions are most heavily used. -- | Jeremy Chadwick jdc 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 | From owner-freebsd-ports@FreeBSD.ORG Tue May 29 13:33:09 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03C3516A46C for ; Tue, 29 May 2007 13:33:09 +0000 (UTC) (envelope-from jayala@oxyman.com.pe) Received: from vps0205.im-global.net (vps0205.im-global.net [74.53.49.154]) by mx1.freebsd.org (Postfix) with ESMTP id C42E513C457 for ; Tue, 29 May 2007 13:33:08 +0000 (UTC) (envelope-from jayala@oxyman.com.pe) Received: (qmail 16346 invoked from network); 29 May 2007 08:27:34 -0500 Received: from client-200.121.19.133.speedy.net.pe (HELO servidor) (200.121.19.133) by vps0205.im-global.net with SMTP; 29 May 2007 08:27:32 -0500 From: Jose Ayala To: Gabor Tjong A Hung In-Reply-To: <822946050705282204wb69f003j2fd0777bb3d17e66@mail.gmail.com> References: <1180386041.9391.4.camel@sistemas.jayala> <1180387052.9391.18.camel@sistemas.jayala> <790a9fff0705281501x55bcbb35p50bcdc08b03e204f@mail.gmail.com> <822946050705282204wb69f003j2fd0777bb3d17e66@mail.gmail.com> Content-Type: text/plain; charset=utf-8 Organization: Oxyman Date: Tue, 29 May 2007 08:32:55 -0500 Message-Id: <1180445575.5370.6.camel@sistemas.jayala> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, Scot Hetzel , Paul Fraser Subject: Re: FreeBSD Port: samba-3.0.25,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 13:33:09 -0000 Yes, you are right, i added the line samba_enable=3D"YES" in my rc.conf file and all ran ok, but i installed samba last week in other machine and i didn=C2=B4t need to do that.. (i think so) maybee this parameter must be automatic in the moment of compile and configure the port? Best regards Jose Ayala El mar, 29-05-2007 a las 07:04 +0200, Gabor Tjong A Hung escribi=C3=B3: > I think this is related to the update in /usr/ports/UPDATING > The passdb backend in your smb.conf. I think it defaults to something > else now. >=20 > On 5/29/07, Paul Fraser wrote: > Paul Fraser to Scot > show details > 1:21 pm (0 minutes ago) On 5/29/07, Scot Hetzel < > swhetzel@gmail.com> wrote: > > > > do you have samba_enable=3D"YES" in your /etc/rc.conf file? > > > > Without this variable in /etc/rc.conf, the script won't > start the=20 > > smbd, nmbd or winbindd daemons. > =20 > =20 > Further to what Scot said, if you > run /usr/local/etc/rc.d/samba onestart [or > onestop, as you desire], the rc script will ignore the > *_enable variable in > rc.conf and allow you to start it.=20 > =20 > See how you go with that. > =20 > (By the way, sorry Scot for the dupe! Accidently hit reply > instead of reply > all...) > =20 > -- > Regards, > =20 > Paul Fraser > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to " > freebsd-ports-unsubscribe@freebsd.org" >=20 >=20 >=20 > --=20 > Imagination is more important than knowledge. > -- A. Einstein From owner-freebsd-ports@FreeBSD.ORG Tue May 29 13:54:13 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A27016A400 for ; Tue, 29 May 2007 13:54:13 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-065-081-102-002.sip.jan.bellsouth.net [65.81.102.2]) by mx1.freebsd.org (Postfix) with ESMTP id C626513C4AE for ; Tue, 29 May 2007 13:54:12 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.2.135]) by farris.bafirst.com with esmtp; Tue, 29 May 2007 08:54:10 -0500 id 0006D423.465C3083.000010AF Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Tue, 29 May 2007 08:54:10 -0500 id 0004AC20.465C3082.00014457 Received: from dsl-189-129-2-135.prod-infinitum.com.mx (dsl-189-129-2-135.prod-infinitum.com.mx [189.129.2.135]) by intranet.encontacto.net (Horde MIME library) with HTTP; Tue, 29 May 2007 08:54:09 -0500 Message-ID: <20070529085409.mjzbitth8g8kowgs@intranet.encontacto.net> X-Priority: 3 (Normal) Date: Tue, 29 May 2007 08:54:09 -0500 From: eculp@encontacto.net To: freebsd-ports References: <20070529072916.1kern4i8n4wkwgs4@intranet.encontacto.net> <12437d830705290607m3662143ei122c73f61eea06b@mail.gmail.com> In-Reply-To: <12437d830705290607m3662143ei122c73f61eea06b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 189.129.2.135 Subject: Re: make: Max recursion level (500) exceeded.: Resource temporarily unavailable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 13:54:13 -0000 Quoting Dh=E9nin Jean-Jacques : > I had this problem when i had RUBY_VERSION in make.conf > > I think only PERL_VER and PERL_VERSION is in make.conf I only had #WITH_BDB_VER=3D44 and I've commented it out but still no =20 cigar. It definitely seems related to this upgrade. Thanks for the suggestion, ed > > Bonne journ=E9e. > > 2007/5/29, eculp@encontacto.net : >> On all my machines (both current and stable) that I've initiated the >> xorg mega upgrade I'm seeing: >> make: Max recursion level (500) exceeded.: Resource temporarily unavailab= le >> >> I remember having seen this previously and googled for it and found a >> ports thread from a couple of years ago that wasn't much help which >> follows: >> >> > This is usually because you specified an illegal USE_* option in t= he >> > make environment, but perhaps someone committed a mistake. >> >> Got it - because someone pointed out a bug in another thread. >> >> I'm tripping over ports/37596. >> >> >> Is anyone else having this problem or can point me in the right >> direction to fix it. >> >> Thanks >> >> ed >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> > > > --=20 > jjd > From owner-freebsd-ports@FreeBSD.ORG Tue May 29 15:01:20 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98B4B16A468 for ; Tue, 29 May 2007 15:01:20 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-065-081-102-002.sip.jan.bellsouth.net [65.81.102.2]) by mx1.freebsd.org (Postfix) with ESMTP id 53E1E13C44B for ; Tue, 29 May 2007 15:01:15 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.2.135]) by farris.bafirst.com with esmtp; Tue, 29 May 2007 10:01:04 -0500 id 0006D438.465C4032.000141F3 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Tue, 29 May 2007 10:01:00 -0500 id 0004AC23.465C402C.00014AF1 Received: from dsl-189-129-2-135.prod-infinitum.com.mx (dsl-189-129-2-135.prod-infinitum.com.mx [189.129.2.135]) by intranet.encontacto.net (Horde MIME library) with HTTP; Tue, 29 May 2007 10:01:00 -0500 Message-ID: <20070529100100.3gmz2tiwowo00w4o@intranet.encontacto.net> X-Priority: 3 (Normal) Date: Tue, 29 May 2007 10:01:00 -0500 From: eculp@encontacto.net To: freebsd-ports References: <20070529072916.1kern4i8n4wkwgs4@intranet.encontacto.net> <12437d830705290607m3662143ei122c73f61eea06b@mail.gmail.com> <20070529085409.mjzbitth8g8kowgs@intranet.encontacto.net> In-Reply-To: <20070529085409.mjzbitth8g8kowgs@intranet.encontacto.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 189.129.2.135 Subject: Re: make: Max recursion level (500) exceeded.: Resource temporarily unavailable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 15:01:20 -0000 Quoting eculp@encontacto.net: > Quoting Dh=E9nin Jean-Jacques : > >> I had this problem when i had RUBY_VERSION in make.conf >> >> I think only PERL_VER and PERL_VERSION is in make.conf > > I only had #WITH_BDB_VER=3D44 and I've commented it out but still no =20 > cigar. It definitely seems related to this upgrade. > > Thanks for the suggestion, Actually, you did give me a great idea with the Ruby reference. I =20 have been using portupgrade since I started with the local base and =20 xorg upgrade. I realized that the problem initiated then. I just =20 upgraded a half dozen ports with portmaster and zero problems. Thanks again, I just forgot to read between the lines. ed P.S. For what ever I was seeing the following with every port using =20 portupgrade : install -o root -g wheel -m 444 'libpcrecpp.pc' =20 '/usr/local/libdata/pkgconfig/libpcrecpp.pc' =3D=3D=3D> Compressing manual pages for pcre-7.1 =3D=3D=3D> Running ldconfig /sbin/ldconfig -m /usr/local/lib =3D=3D=3D> Registering installation for pcre-7.1 make: Max recursion level (500) exceeded.: Resource temporarily unavailable =3D=3D=3D> Building package for pcre-7.1 make: Max recursion level (500) exceeded.: Resource temporarily unavailable Creating package /usr/ports/packages/All/pcre-7.1.tbz Registering depends:. Creating bzip'd tar ball in '/usr/ports/packages/All/pcre-7.1.tbz' > > ed > >> >> Bonne journ=E9e. >> >> 2007/5/29, eculp@encontacto.net : >>> On all my machines (both current and stable) that I've initiated the >>> xorg mega upgrade I'm seeing: >>> make: Max recursion level (500) exceeded.: Resource temporarily unavaila= ble >>> >>> I remember having seen this previously and googled for it and found a >>> ports thread from a couple of years ago that wasn't much help which >>> follows: >>> >>> > This is usually because you specified an illegal USE_* option in t= he >>> > make environment, but perhaps someone committed a mistake. >>> >>> Got it - because someone pointed out a bug in another thread. >>> >>> I'm tripping over ports/37596. >>> >>> >>> Is anyone else having this problem or can point me in the right >>> direction to fix it. >>> >>> Thanks >>> >>> ed >>> _______________________________________________ >>> freebsd-ports@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >>> >> >> >> --=20 >> jjd >> > > From owner-freebsd-ports@FreeBSD.ORG Tue May 29 15:17:03 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 063DE16A400 for ; Tue, 29 May 2007 15:17:03 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp2.utdallas.edu (smtp2.utdallas.edu [129.110.10.33]) by mx1.freebsd.org (Postfix) with ESMTP id DF62813C45B for ; Tue, 29 May 2007 15:17:02 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp2.utdallas.edu (Postfix) with ESMTP id 7C1045C277; Tue, 29 May 2007 10:17:02 -0500 (CDT) Date: Tue, 29 May 2007 10:17:02 -0500 From: Paul Schmehl To: Kenjiro Cho , FreeBSD Ports Message-ID: X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========02387935D8C9F58C2474==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Fatal error in net/ttt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 15:17:03 -0000 --==========02387935D8C9F58C2474========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline When trying to upgrade this port, I get the following error: net_read.c: In function `open_pf': net_read.c:1164: error: `BIOCGBLEN' undeclared (first use in this function) net_read.c:1164: error: (Each undeclared identifier is reported only once net_read.c:1164: error: for each function it appears in.) *** Error code 1 Stop in /usr/ports/net/ttt/work/ttt-1.8.2. *** Error code 1 Stop in /usr/ports/net/ttt FreeBSD 6.0, Generic kernel --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========02387935D8C9F58C2474==========-- From owner-freebsd-ports@FreeBSD.ORG Tue May 29 15:44:05 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27A2416A400 for ; Tue, 29 May 2007 15:44:05 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx01.sc1.parodius.com (mx01.sc1.parodius.com [72.20.106.3]) by mx1.freebsd.org (Postfix) with ESMTP id 17B6B13C46E for ; Tue, 29 May 2007 15:44:05 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id DFCA91CC01C; Tue, 29 May 2007 08:28:45 -0700 (PDT) Date: Tue, 29 May 2007 08:28:45 -0700 From: Jeremy Chadwick To: Paul Schmehl Message-ID: <20070529152845.GA57702@eos.sc1.parodius.com> Mail-Followup-To: Paul Schmehl , Kenjiro Cho , FreeBSD Ports References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-06) Cc: Kenjiro Cho , FreeBSD Ports Subject: Re: Fatal error in net/ttt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 15:44:05 -0000 On Tue, May 29, 2007 at 10:17:02AM -0500, Paul Schmehl wrote: > When trying to upgrade this port, I get the following error: > > net_read.c: In function `open_pf': > net_read.c:1164: error: `BIOCGBLEN' undeclared (first use in this function) > net_read.c:1164: error: (Each undeclared identifier is reported only once > net_read.c:1164: error: for each function it appears in.) > *** Error code 1 > > Stop in /usr/ports/net/ttt/work/ttt-1.8.2. > *** Error code 1 > > Stop in /usr/ports/net/ttt > > FreeBSD 6.0, Generic kernel Looks like a missing #include and/or friends. -- | Jeremy Chadwick jdc 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 | From owner-freebsd-ports@FreeBSD.ORG Tue May 29 15:53:31 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7E6916A46D for ; Tue, 29 May 2007 15:53:31 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp2.utdallas.edu (smtp2.utdallas.edu [129.110.10.33]) by mx1.freebsd.org (Postfix) with ESMTP id B8C1413C458 for ; Tue, 29 May 2007 15:53:31 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp2.utdallas.edu (Postfix) with ESMTP id 5CB2B5C238; Tue, 29 May 2007 10:53:31 -0500 (CDT) Date: Tue, 29 May 2007 10:53:31 -0500 From: Paul Schmehl To: Nick Hilliard , FreeBSD Ports Message-ID: <3CAA1E981AF34F058AFCAA67@utd59514.utdallas.edu> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========613D6A67C0BED20FE622==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Fatal error in graphics/pear-Image-Graph X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 15:53:32 -0000 --==========613D6A67C0BED20FE622========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Tried to portupgrade pear-Image-Graph and got the following fatal error: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to=20 allocate 86 bytes) in /usr/local/share/pear/PEAR/Registry.php on line 1012 Allowed memory size of 8388608 bytes exhausted (tried to allocate 23 bytes) *** Error code 1 Stop in /usr/ports/graphics/pear-Image_Graph. FreeBSD 6.0, GENERIC kernel --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========613D6A67C0BED20FE622==========-- From owner-freebsd-ports@FreeBSD.ORG Tue May 29 16:28:21 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 132FF16A400 for ; Tue, 29 May 2007 16:28:21 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp2.utdallas.edu (smtp2.utdallas.edu [129.110.10.33]) by mx1.freebsd.org (Postfix) with ESMTP id EA18D13C457 for ; Tue, 29 May 2007 16:28:20 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp2.utdallas.edu (Postfix) with ESMTP id ABBE65C191; Tue, 29 May 2007 11:28:20 -0500 (CDT) Date: Tue, 29 May 2007 11:28:20 -0500 From: Paul Schmehl To: FreeBSD Ports Message-ID: <1A596661F312241E30947D55@utd59514.utdallas.edu> In-Reply-To: <20070529152845.GA57702@eos.sc1.parodius.com> References: <20070529152845.GA57702@eos.sc1.parodius.com> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========5711EED5C8D753A9846B==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Kenjiro Cho Subject: Re: Fatal error in net/ttt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 16:28:21 -0000 --==========5711EED5C8D753A9846B========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Tuesday, May 29, 2007 08:28:45 -0700 Jeremy Chadwick=20 wrote: > On Tue, May 29, 2007 at 10:17:02AM -0500, Paul Schmehl wrote: >> When trying to upgrade this port, I get the following error: >> >> net_read.c: In function `open_pf': >> net_read.c:1164: error: `BIOCGBLEN' undeclared (first use in this >> function) net_read.c:1164: error: (Each undeclared identifier is >> reported only once net_read.c:1164: error: for each function it appears >> in.) >> *** Error code 1 >> >> Stop in /usr/ports/net/ttt/work/ttt-1.8.2. >> *** Error code 1 >> >> Stop in /usr/ports/net/ttt >> >> FreeBSD 6.0, Generic kernel > > Looks like a missing #include and/or friends. PR submitted. Thanks, Jeremy. Should have thought of that myself. --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========5711EED5C8D753A9846B==========-- From owner-freebsd-ports@FreeBSD.ORG Tue May 29 16:30:25 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E33F516A400 for ; Tue, 29 May 2007 16:30:25 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from gateway.cybervisiontech.com.ua (gateway.cybervisiontech.com.ua [88.81.251.18]) by mx1.freebsd.org (Postfix) with ESMTP id E8DE813C4AD for ; Tue, 29 May 2007 16:30:24 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (hq.cybervisiontech.com [127.0.0.1]) by gateway.cybervisiontech.com.ua (Postfix) with ESMTP id 1D690ED5326; Tue, 29 May 2007 19:30:16 +0300 (EEST) X-Virus-Scanned: amavisd-new at cybervisiontech.com Received: from gateway.cybervisiontech.com.ua ([127.0.0.1]) by localhost (hq.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3Ykp5QJPyEdX; Tue, 29 May 2007 19:30:05 +0300 (EEST) Received: from [10.2.1.87] (rein.cybervisiontech.com.ua [10.2.1.87]) by gateway.cybervisiontech.com.ua (Postfix) with ESMTP id 28D1AED5303; Tue, 29 May 2007 19:30:05 +0300 (EEST) Message-ID: <465C550D.1080501@icyb.net.ua> Date: Tue, 29 May 2007 19:30:05 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.0 (X11/20070521) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Sergey Matveychuk Subject: portupgrade -o X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 16:30:26 -0000 I have a strange problem with portupgrade -o using portupgrade-devel-2.3.0_5. I didn't have such problem with non-devel portupgrade and in fact that's how I switched to the -devel version. The problem can be illustrated like follows: $ portupgrade -o audio/portaudio2 portaudio-18.1_2 ... nothing happens ... $ portupgrade -f -o audio/portaudio2 portaudio-18.1_2 ... portaudio-18.1_2 from audio/portaudio is re-installed ... Does anybody else see this ? It's possible that I screwed something in my local setup because I made a few configuration changes recently. BTW, I have a patch from Stephen Montgomery-Smith applied: http://www.freebsd.org/cgi/query-pr.cgi?pr=112630 -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Tue May 29 16:33:05 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92D8B16A400 for ; Tue, 29 May 2007 16:33:05 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp2.utdallas.edu (smtp2.utdallas.edu [129.110.10.33]) by mx1.freebsd.org (Postfix) with ESMTP id 75C2213C4C6 for ; Tue, 29 May 2007 16:33:05 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp2.utdallas.edu (Postfix) with ESMTP id 12FD55C191 for ; Tue, 29 May 2007 11:33:05 -0500 (CDT) Date: Tue, 29 May 2007 11:33:05 -0500 From: Paul Schmehl To: FreeBSD Ports Message-ID: <3D9083A234217C2BD4CBBBFC@utd59514.utdallas.edu> In-Reply-To: <465C4E23.2000003@foobar.org> References: <3CAA1E981AF34F058AFCAA67@utd59514.utdallas.edu> <465C4E23.2000003@foobar.org> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========B560BEDD295AD2EEFC98==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Fatal error in graphics/pear-Image-Graph X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 16:33:05 -0000 --==========B560BEDD295AD2EEFC98========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Tuesday, May 29, 2007 17:00:35 +0100 Nick Hilliard =20 wrote: > Try increasing the amount of memory available to PHP processes in > php.ini; i.e. > > memory_limit =3D 32M > That fixed it. Thanks, Nick. --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========B560BEDD295AD2EEFC98==========-- From owner-freebsd-ports@FreeBSD.ORG Tue May 29 16:48:20 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6573416A421 for ; Tue, 29 May 2007 16:48:20 +0000 (UTC) (envelope-from ggorodesky@arcbroward.com) Received: from fl.arcbroward.com (fl.arcbroward.com [208.62.31.131]) by mx1.freebsd.org (Postfix) with ESMTP id 2213713C44C for ; Tue, 29 May 2007 16:48:19 +0000 (UTC) (envelope-from ggorodesky@arcbroward.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C7A20E.7F2DC6DE" Date: Tue, 29 May 2007 12:29:15 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Virus Found in message "RETURNED MAIL DATA FORMAT ERROR" Thread-Index: AceiDn8tq0Za4NsmQGKlH+eLEbGqxw== From: "Gloria Gorodesky" To: X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Virus Found in message "RETURNED MAIL DATA FORMAT ERROR" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 16:48:20 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C7A20E.7F2DC6DE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Symantec AntiVirus found a virus in an attachment you (ports@freebsd.org = ) sent to Gloria Gorodesky. To ensure the recipient(s) are able to use the files you sent, perform a = virus scan on your computer, clean any infected files, then resend this = attachment. Attachment: ggorodesky@arcbroward.com.zip Virus name: W32.Mydoom.M@mm Action taken: Delete succeeded :=20 File status: Deleted ------_=_NextPart_001_01C7A20E.7F2DC6DE-- From owner-freebsd-ports@FreeBSD.ORG Tue May 29 16:54:00 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 713CF16A400 for ; Tue, 29 May 2007 16:54:00 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2A38513C44C for ; Tue, 29 May 2007 16:53:59 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ht4x7-0002jb-92 for freebsd-ports@freebsd.org; Tue, 29 May 2007 18:53:45 +0200 Received: from r4v24.net.upc.cz ([84.42.149.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 May 2007 18:53:45 +0200 Received: from v.haisman by r4v24.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 May 2007 18:53:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: =?UTF-8?B?VsOhY2xhdiBIYWlzbWFu?= Date: Tue, 29 May 2007 18:53:31 +0200 Lines: 21 Message-ID: References: <465C550D.1080501@icyb.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r4v24.net.upc.cz User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) In-Reply-To: <465C550D.1080501@icyb.net.ua> X-Enigmail-Version: 0.95.0 OpenPGP: id=63B6B297 Sender: news Subject: Re: portupgrade -o X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 16:54:00 -0000 Andriy Gapon wrote, On 29.5.2007 18:30: > I have a strange problem with portupgrade -o using > portupgrade-devel-2.3.0_5. I didn't have such problem with non-devel > portupgrade and in fact that's how I switched to the -devel version. > > The problem can be illustrated like follows: > $ portupgrade -o audio/portaudio2 portaudio-18.1_2 > ... nothing happens ... > $ portupgrade -f -o audio/portaudio2 portaudio-18.1_2 > ... portaudio-18.1_2 from audio/portaudio is re-installed ... > > Does anybody else see this ? > > It's possible that I screwed something in my local setup because I made > a few configuration changes recently. BTW, I have a patch from Stephen > Montgomery-Smith applied: http://www.freebsd.org/cgi/query-pr.cgi?pr=112630 > I see the same behaviour here. -- VH From owner-freebsd-ports@FreeBSD.ORG Tue May 29 17:06:28 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79CF716A46B for ; Tue, 29 May 2007 17:06:28 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-065-081-102-002.sip.jan.bellsouth.net [65.81.102.2]) by mx1.freebsd.org (Postfix) with ESMTP id 74C9A13C458 for ; Tue, 29 May 2007 17:06:26 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.2.135]) by farris.bafirst.com with esmtp; Tue, 29 May 2007 12:06:23 -0500 id 0006D424.465C5D8F.00013492 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Tue, 29 May 2007 12:06:20 -0500 id 0004AC0B.465C5D8C.000157B4 Received: from dsl-189-129-2-135.prod-infinitum.com.mx (dsl-189-129-2-135.prod-infinitum.com.mx [189.129.2.135]) by intranet.encontacto.net (Horde MIME library) with HTTP; Tue, 29 May 2007 12:06:20 -0500 Message-ID: <20070529120620.vo6qkgego44o0kkk@intranet.encontacto.net> X-Priority: 3 (Normal) Date: Tue, 29 May 2007 12:06:20 -0500 From: eculp@encontacto.net To: freebsd-ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 189.129.2.135 Subject: mysql.cc:2361: error: 'max' was not declared in this scope X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 17:06:28 -0000 Finishing my portupgrade marathon, I'm down to mysql update and with =20 mysql-client I get the following that I have no idea where to start. =20 This is on today's current. if c++ -DUNDEF_THREADS_HACK -DDEFAULT_MYSQL_HOME=3D"\"/usr/local\"" =20 -DDATADIR=3D"\"/var/db/mysql\"" -I. -I. -I.. -I../include -I../include =20 -I../regex -O2 -fno-strict-aliasing -pipe -O2 =20 -fno-strict-aliasing -pipe -felide-constructors -fno-rtti =20 -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti =20 -DMYSQLD_NET_RETRY_COUNT=3D1000000 -MT mysql.o -MD -MP -MF =20 ".deps/mysql.Tpo" -c -o mysql.o mysql.cc; then mv -f =20 ".deps/mysql.Tpo" ".deps/mysql.Po"; else rm -f ".deps/mysql.Tpo"; exit =20 1; fi mysql.cc: In function 'void print_table_data(MYSQL_RES*)': mysql.cc:2361: error: 'max' was not declared in this scope mysql.cc:2363: error: 'max' was not declared in this scope mysql.cc:2384: error: 'min' was not declared in this scope *** Error code 1 Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta/client. *** Error code 1 Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta/client. *** Error code 1 Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta. *** Error code 1 Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta. *** Error code 1 Any help, suggestions, even flames, appreciated ;) Thanks, ed From owner-freebsd-ports@FreeBSD.ORG Tue May 29 18:42:43 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BF9016A473 for ; Tue, 29 May 2007 18:42:43 +0000 (UTC) (envelope-from nick@foobar.org) Received: from gran.netsource.ie (gran.netsource.ie [212.17.32.37]) by mx1.freebsd.org (Postfix) with ESMTP id 3566613C484 for ; Tue, 29 May 2007 18:42:42 +0000 (UTC) (envelope-from nick@foobar.org) Received: from 87-198-182-68.ptr.magnet.ie ([87.198.182.68] helo=crumpet.foobar.org) by gran.netsource.ie with esmtp (Exim 3.36 #1) id 1Ht47i-0005sH-00; Tue, 29 May 2007 17:00:38 +0100 Message-ID: <465C4E23.2000003@foobar.org> Date: Tue, 29 May 2007 17:00:35 +0100 From: Nick Hilliard User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Paul Schmehl References: <3CAA1E981AF34F058AFCAA67@utd59514.utdallas.edu> In-Reply-To: <3CAA1E981AF34F058AFCAA67@utd59514.utdallas.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Subject: Re: Fatal error in graphics/pear-Image-Graph X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 18:42:43 -0000 Try increasing the amount of memory available to PHP processes in php.ini; i.e. memory_limit = 32M Nick Paul Schmehl wrote: > Tried to portupgrade pear-Image-Graph and got the following fatal error: > > Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to > allocate 86 bytes) in /usr/local/share/pear/PEAR/Registry.php on line 1012 > Allowed memory size of 8388608 bytes exhausted (tried to allocate 23 bytes) > *** Error code 1 > > Stop in /usr/ports/graphics/pear-Image_Graph. > > FreeBSD 6.0, GENERIC kernel > From owner-freebsd-ports@FreeBSD.ORG Tue May 29 18:46:38 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 063D016A485 for ; Tue, 29 May 2007 18:46:38 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 58D7513C48C for ; Tue, 29 May 2007 18:46:36 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id B7D061A4D81; Tue, 29 May 2007 11:47:44 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 7A688512AB; Tue, 29 May 2007 14:46:35 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 6F35CC1DD; Tue, 29 May 2007 14:46:35 -0400 (EDT) Date: Tue, 29 May 2007 14:46:35 -0400 From: Kris Kennaway To: eculp@encontacto.net Message-ID: <20070529184635.GA48575@rot13.obsecurity.org> References: <20070529072916.1kern4i8n4wkwgs4@intranet.encontacto.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070529072916.1kern4i8n4wkwgs4@intranet.encontacto.net> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org Subject: Re: make: Max recursion level (500) exceeded.: Resource temporarily unavailable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 18:46:38 -0000 On Tue, May 29, 2007 at 07:29:16AM -0500, eculp@encontacto.net wrote: > On all my machines (both current and stable) that I've initiated the > xorg mega upgrade I'm seeing: > make: Max recursion level (500) exceeded.: Resource temporarily unavailable > > I remember having seen this previously and googled for it and found a > ports thread from a couple of years ago that wasn't much help which > follows: > > > This is usually because you specified an illegal USE_* option in the > > make environment, but perhaps someone committed a mistake. > > Got it - because someone pointed out a bug in another thread. > > I'm tripping over ports/37596. > > > Is anyone else having this problem or can point me in the right > direction to fix it. Typically the above advice is correct, and the fix is to correct whatever is broken in your make.conf. Kris From owner-freebsd-ports@FreeBSD.ORG Tue May 29 18:47:41 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AC9416A475 for ; Tue, 29 May 2007 18:47:41 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2D22B13C4B7 for ; Tue, 29 May 2007 18:47:35 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 9A3DE1A4D81; Tue, 29 May 2007 11:48:43 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 65244512AB; Tue, 29 May 2007 14:47:34 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 5EA50C1DD; Tue, 29 May 2007 14:47:34 -0400 (EDT) Date: Tue, 29 May 2007 14:47:34 -0400 From: Kris Kennaway To: eculp@encontacto.net Message-ID: <20070529184734.GB48575@rot13.obsecurity.org> References: <20070529120620.vo6qkgego44o0kkk@intranet.encontacto.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070529120620.vo6qkgego44o0kkk@intranet.encontacto.net> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports Subject: Re: mysql.cc:2361: error: 'max' was not declared in this scope X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 18:47:41 -0000 On Tue, May 29, 2007 at 12:06:20PM -0500, eculp@encontacto.net wrote: > Finishing my portupgrade marathon, I'm down to mysql update and with > mysql-client I get the following that I have no idea where to start. > This is on today's current. > > if c++ -DUNDEF_THREADS_HACK -DDEFAULT_MYSQL_HOME="\"/usr/local\"" > -DDATADIR="\"/var/db/mysql\"" -I. -I. -I.. -I../include -I../include > -I../regex -O2 -fno-strict-aliasing -pipe -O2 > -fno-strict-aliasing -pipe -felide-constructors -fno-rtti > -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti > -DMYSQLD_NET_RETRY_COUNT=1000000 -MT mysql.o -MD -MP -MF > ".deps/mysql.Tpo" -c -o mysql.o mysql.cc; then mv -f > ".deps/mysql.Tpo" ".deps/mysql.Po"; else rm -f ".deps/mysql.Tpo"; exit > 1; fi > mysql.cc: In function 'void print_table_data(MYSQL_RES*)': > mysql.cc:2361: error: 'max' was not declared in this scope > mysql.cc:2363: error: 'max' was not declared in this scope > mysql.cc:2384: error: 'min' was not declared in this scope > *** Error code 1 > > Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta/client. > *** Error code 1 > > Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta/client. > *** Error code 1 > > Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta. > *** Error code 1 > > Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta. > *** Error code 1 > > Any help, suggestions, even flames, appreciated ;) Yes, it's broken (see http://pointyhat.freebsd.org). Talk to the maintainer about his plans to fix all of the mysql ports. Kris From owner-freebsd-ports@FreeBSD.ORG Tue May 29 19:12:06 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F5F716A400 for ; Tue, 29 May 2007 19:12:06 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-065-081-102-002.sip.jan.bellsouth.net [65.81.102.2]) by mx1.freebsd.org (Postfix) with ESMTP id 20C7413C457 for ; Tue, 29 May 2007 19:12:05 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.2.135]) by farris.bafirst.com with esmtp; Tue, 29 May 2007 14:12:03 -0500 id 0006D438.465C7B03.0001076C Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Tue, 29 May 2007 14:12:02 -0500 id 0004AC23.465C7B02.00016657 Received: from dsl-189-129-2-135.prod-infinitum.com.mx (dsl-189-129-2-135.prod-infinitum.com.mx [189.129.2.135]) by intranet.encontacto.net (Horde MIME library) with HTTP; Tue, 29 May 2007 14:12:01 -0500 Message-ID: <20070529141201.ys53hmp20wswg4kw@intranet.encontacto.net> X-Priority: 3 (Normal) Date: Tue, 29 May 2007 14:12:01 -0500 From: eculp@encontacto.net To: freebsd-ports References: <20070529120620.vo6qkgego44o0kkk@intranet.encontacto.net> <20070529184734.GB48575@rot13.obsecurity.org> In-Reply-To: <20070529184734.GB48575@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 189.129.2.135 Subject: Re: mysql.cc:2361: error: 'max' was not declared in this scope X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 19:12:06 -0000 Quoting Kris Kennaway : > On Tue, May 29, 2007 at 12:06:20PM -0500, eculp@encontacto.net wrote: >> Finishing my portupgrade marathon, I'm down to mysql update and with >> mysql-client I get the following that I have no idea where to start. >> This is on today's current. >> >> if c++ -DUNDEF_THREADS_HACK -DDEFAULT_MYSQL_HOME=3D"\"/usr/local\"" >> -DDATADIR=3D"\"/var/db/mysql\"" -I. -I. -I.. -I../include -I../include >> -I../regex -O2 -fno-strict-aliasing -pipe -O2 >> -fno-strict-aliasing -pipe -felide-constructors -fno-rtti >> -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti >> -DMYSQLD_NET_RETRY_COUNT=3D1000000 -MT mysql.o -MD -MP -MF >> ".deps/mysql.Tpo" -c -o mysql.o mysql.cc; then mv -f >> ".deps/mysql.Tpo" ".deps/mysql.Po"; else rm -f ".deps/mysql.Tpo"; exit >> 1; fi >> mysql.cc: In function 'void print_table_data(MYSQL_RES*)': >> mysql.cc:2361: error: 'max' was not declared in this scope >> mysql.cc:2363: error: 'max' was not declared in this scope >> mysql.cc:2384: error: 'min' was not declared in this scope >> *** Error code 1 >> >> Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta/client= . >> *** Error code 1 >> >> Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta/client= . >> *** Error code 1 >> >> Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta. >> *** Error code 1 >> >> Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta. >> *** Error code 1 >> >> Any help, suggestions, even flames, appreciated ;) > > Yes, it's broken (see http://pointyhat.freebsd.org). Talk to the > maintainer about his plans to fix all of the mysql ports. Thanks, Kris, I hadn't even thought of checking pointyhat. MySQL is =20 not usually broken for long, when I've needed it at least. I'll look at this a bit closer and mail the maintainer. Thanks again. ed From owner-freebsd-ports@FreeBSD.ORG Tue May 29 19:13:07 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CA6216A400 for ; Tue, 29 May 2007 19:13:07 +0000 (UTC) (envelope-from autumnal.colours@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.234]) by mx1.freebsd.org (Postfix) with ESMTP id AC74E13C447 for ; Tue, 29 May 2007 19:13:06 +0000 (UTC) (envelope-from autumnal.colours@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so159310hub for ; Tue, 29 May 2007 12:13:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:in-reply-to:references:x-mailer:x-operating-system:x-face:mime-version:content-type:content-transfer-encoding:message-id; b=Bh/65ltT1hOB586/zaH8gFNF9yHoEyZ8xsLNu0mHQDIyXTAK3/l2np77wRUyHmy3oRn//KqCDH9vRXcgSwNn6AjsQmP6/PgIylvgzqqPmHbTiYzZxN5q4X8aqQQy99z7mLT/XBsgHIoh1uEnMPMC3IEuQ5MNIwtv74QZPPFRQ+w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:in-reply-to:references:x-mailer:x-operating-system:x-face:mime-version:content-type:content-transfer-encoding:message-id; b=dDdSR/3S1ppeIKkaT0Af7UCcQua4aIMFCMkHnZ+lQGDcmV4/AVHX/t6vEab1eIKPIMeJelILheQU9z68EcmrgTjwFDbmJe5G1Ogxnw5WCafcN3skfhjVHLwzDUtw2Lj6ixiMsvHLg4Iv9NJGQZYkXwWhYISLbHcgsUpP/WOlbZ4= Received: by 10.66.242.5 with SMTP id p5mr6233594ugh.1180465063494; Tue, 29 May 2007 11:57:43 -0700 (PDT) Received: from nyx.localhost ( [213.198.227.14]) by mx.google.com with ESMTP id z33sm4333780ikz.2007.05.29.11.57.41; Tue, 29 May 2007 11:57:42 -0700 (PDT) Date: Tue, 29 May 2007 20:57:37 +0200 From: Nikola Lecic To: Craig Butler In-Reply-To: <465BFF54.1010500@lerwick.hopto.org> References: <465BEB8C.7000406@lerwick.hopto.org> <465BF552.80008@elvandar.org> <465BF994.9060901@lerwick.hopto.org> <465BFF54.1010500@lerwick.hopto.org> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD-6.2 RELEASE i386 X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Message-ID: <465c77a6.3e802bf6.4263.ffff9da6@mx.google.com> Cc: ports@FreeBSD.org, Peter Jeremy , Lupe Christoph , Lodder , Remko Subject: Re: freebsd mx's in sorbs, IP removed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 19:13:07 -0000 On Tue, 29 May 2007 11:24:20 +0100 Craig Butler wrote: > The IP has been removed from SORBS :D >=20 > reply from sorbs > -------------------------------------------------------------------------= --------------------------------- >=20 > > You have listed one of freebsd.org mail servers. > > >=20 > > > IP- 69.147.83.53 > > =20 >=20 > We occasionally have accidents where we hit "this is spam" for > non-spam mail in our mailboxes. This is one of them, and the listing > has been removed. > [...] >=20 > -- Matti SORBS volunteer Maybe that's a good idea to post this publicly: http://www.dnsstuff.com/tools/ip4r.ch?%26ip%3D69.147.83.53 to let people be aware of someone's "occasional accidents". Nikola Le=C4=8Di=C4=87 From owner-freebsd-ports@FreeBSD.ORG Tue May 29 19:34:27 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF74616A421 for ; Tue, 29 May 2007 19:34:27 +0000 (UTC) (envelope-from autumnal.colours@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.232]) by mx1.freebsd.org (Postfix) with ESMTP id 5AB3913C45B for ; Tue, 29 May 2007 19:34:27 +0000 (UTC) (envelope-from autumnal.colours@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so161306hub for ; Tue, 29 May 2007 12:34:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:in-reply-to:references:x-mailer:x-operating-system:x-face:mime-version:content-type:content-transfer-encoding:message-id; b=ud15XrWlochqo/0SrOTqrQFtWLelCtIZSCtksi+pIpXHUiKUTEwjEsahcKAsyZgJHUEHSQMs3mmnpFh/dKHDaSVjKa6GYJnwc9TiTD7uD2MxfvcxmDjoqaTqTL7D197Y7Iixr0K4igWAELPjzfcXZavMzy0CUEK+iKIgY5ADy2o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:in-reply-to:references:x-mailer:x-operating-system:x-face:mime-version:content-type:content-transfer-encoding:message-id; b=HRYHKx80YCWKU/BoaDpxhhP1tCYXubD3fdGRcoVbErjrEV6QG7Wq1qE0fgOjpWp1U3voCH+nJ2ezirSBTQ2inN+89U86QuzJ9bxpPs9xbxIexl6HmB+gUMTI7MfnaiphkpBGcJ4KDHB+VqzVSZ8tp9dVoiMQI2ZY2nKNvt2pm5Q= Received: by 10.67.27.3 with SMTP id e3mr6225495ugj.1180466375915; Tue, 29 May 2007 12:19:35 -0700 (PDT) Received: from nyx.localhost ( [213.198.227.14]) by mx.google.com with ESMTP id y34sm12421813iky.2007.05.29.12.19.33; Tue, 29 May 2007 12:19:35 -0700 (PDT) Date: Tue, 29 May 2007 21:19:29 +0200 From: Nikola Lecic To: Craig Butler In-Reply-To: <465BFF54.1010500@lerwick.hopto.org> References: <465BEB8C.7000406@lerwick.hopto.org> <465BF552.80008@elvandar.org> <465BF994.9060901@lerwick.hopto.org> <465BFF54.1010500@lerwick.hopto.org> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD-6.2 RELEASE i386 X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Message-ID: <465c7cc7.72d5d6ca.7da6.ffffdd7a@mx.google.com> Cc: Peter Jeremy , Lupe Christoph , Remko Lodder , freebsd-ports@freebsd.org Subject: Re: freebsd mx's in sorbs, IP removed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 19:34:27 -0000 On Tue, 29 May 2007 11:24:20 +0100 Craig Butler wrote: > The IP has been removed from SORBS :D >=20 > reply from sorbs > -------------------------------------------------------------------------= --------------------------------- >=20 > > You have listed one of freebsd.org mail servers. > > >=20 > > > IP- 69.147.83.53 > > =20 >=20 > We occasionally have accidents where we hit "this is spam" for > non-spam mail in our mailboxes. This is one of them, and the listing > has been removed. > [...] >=20 > -- Matti SORBS volunteer Maybe that's a good idea to post this publicly: http://www.dnsstuff.com/tools/ip4r.ch?%26ip%3D69.147.83.53 to let people be aware of someone's "occasional accidents". Nikola Le=C4=8Di=C4=87 From owner-freebsd-ports@FreeBSD.ORG Tue May 29 19:34:45 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0FCDF16A494; Tue, 29 May 2007 19:34:45 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id B79B713C46A; Tue, 29 May 2007 19:34:44 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by postfix1-g20.free.fr (Postfix) with ESMTP id 3C1061123D34; Tue, 29 May 2007 21:10:38 +0200 (CEST) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id 0FE7E45329; Tue, 29 May 2007 21:10:36 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 5AFCB9EE0E; Tue, 29 May 2007 19:10:35 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 2C59D405B; Tue, 29 May 2007 21:10:35 +0200 (CEST) Date: Tue, 29 May 2007 21:10:35 +0200 From: Jeremie Le Hen To: multimedia@FreeBSD.org Message-ID: <20070529191035.GA31507@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-06) Cc: jeremie@le-hen.org, freebsd-ports@FreeBSD.org Subject: multimedia/vlc-devel fails to compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 19:34:45 -0000 Hi, Please Cc: me when replying. multimedia/vlc-devel fails to compile with the following error: % checking GL/glx.h usability... yes % checking GL/glx.h presence... yes % checking for GL/glx.h... yes % configure: error: Please install GL development package. Alternatively you can also configure with --disable-glx. % ===> Script "configure" failed unexpectedly. I've attached two files: * typescript.vlc-devel * typescript.pkg_info Feel free to ask me more informations. -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-freebsd-ports@FreeBSD.ORG Tue May 29 20:04:27 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B113016A421; Tue, 29 May 2007 20:04:27 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id 7852613C44B; Tue, 29 May 2007 20:04:27 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id C1FD444FC9; Tue, 29 May 2007 22:04:26 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 3D8389EE0E; Tue, 29 May 2007 20:04:24 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 2F655405B; Tue, 29 May 2007 22:04:24 +0200 (CEST) Date: Tue, 29 May 2007 22:04:24 +0200 From: Jeremie Le Hen To: multimedia@FreeBSD.org Message-ID: <20070529200424.GB31507@obiwan.tataz.chchile.org> References: <20070529191035.GA31507@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070529191035.GA31507@obiwan.tataz.chchile.org> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: jeremie@le-hen.org, freebsd-ports@FreeBSD.org Subject: Re: multimedia/vlc-devel fails to compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 20:04:27 -0000 On Tue, May 29, 2007 at 09:10:35PM +0200, Jeremie Le Hen wrote: > Hi, > > Please Cc: me when replying. > > > multimedia/vlc-devel fails to compile with the following error: > > % checking GL/glx.h usability... yes > % checking GL/glx.h presence... yes > % checking for GL/glx.h... yes > % configure: error: Please install GL development package. Alternatively you can also configure with --disable-glx. > % ===> Script "configure" failed unexpectedly. > > > I've attached two files: > * typescript.vlc-devel > * typescript.pkg_info A few more informations: - The error occurs when compiling with and without these options: % WITHOUT_WXGTK=yes WITHOUT_GNOMEVFS=yes WITHOUT_HTTPD=yes WITHOUT_OPENGL - The following patch seems to solve the problem, on my computer at least: % --- Makefile.0 Tue May 29 19:10:46 2007 % +++ Makefile Tue May 29 19:15:14 2007 % @@ -99,7 +99,8 @@ % --disable-gtk \ % --without-libintl-prefix \ % --without-dv-raw1394 \ % - --disable-dv % + --disable-dv \ % + --disable-glx % % ##### BROKEN ### % CONFIGURE_ARGS+= --disable-opengl -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-freebsd-ports@FreeBSD.ORG Tue May 29 20:32:33 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EFDFA16A400 for ; Tue, 29 May 2007 20:32:33 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id B81E313C447 for ; Tue, 29 May 2007 20:32:33 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id E2A424528E; Tue, 29 May 2007 22:32:32 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id E9A219EE0E; Tue, 29 May 2007 20:32:31 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id C2759405B; Tue, 29 May 2007 22:32:31 +0200 (CEST) Date: Tue, 29 May 2007 22:32:31 +0200 From: Jeremie Le Hen To: obrien@FreeBSD.org Message-ID: <20070529203231.GC31507@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-06) Cc: jeremie@le-hen.org, freebsd-ports@FreeBSD.org Subject: sysutils/lsof unbuildable on -CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 20:32:34 -0000 Hi, Please Cc: me when replying. I can't build sysutils/lsof on -CURRENT (2007.05.20.12.00.00). % ===> Building for lsof-4.77 % (cd lib; make DEBUG="-O2" CFGF="-fno-strict-aliasing -pipe -march=pentium-m -march=pentium-m -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASCPUMASK_T -DHASSBSTATE -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_SI_UDEV -DHAS_SI_PRIV -DHAS_SYS_SX_H -DFREEBSDV=7000 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DLSOF_VSTR=\"7.0-CURRENT\"") % cc -fno-strict-aliasing -pipe -march=pentium-m -march=pentium-m -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASCPUMASK_T -DHASSBSTATE -DHAS_KVM_VNODE -DHAS_UFS1_2-DHAS_NO_SI_UDEV -DHAS_SI_PRIV -DHAS_SYS_SX_H -DFREEBSDV=7000 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DLSOF_VSTR="7.0-CURRENT" -I/usr/src/sys -O2 -c ckkv.c % In file included from /usr/src/sys/sys/mutex.h:44, % from /usr/src/sys/sys/eventhandler.h:34, % from /usr/src/sys/sys/conf.h:44, % from ../dlsof.h:68, % from ../lsof.h:191, % from ckkv.c:43: % /usr/include/machine/cpufunc.h:115: error: static declaration of 'ffs' follows non-static declaration % /usr/include/machine/cpufunc.h:129: error: static declaration of 'fls' follows non-static declaration % /usr/include/strings.h:47: error: previous declaration of 'fls' was here % *** Error code 1 Please, tell me if you need more information. Thanks for your work. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-freebsd-ports@FreeBSD.ORG Tue May 29 20:46:34 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B99116A46C for ; Tue, 29 May 2007 20:46:34 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (thingy.kcilink.com [74.92.149.59]) by mx1.freebsd.org (Postfix) with ESMTP id 40DD413C483 for ; Tue, 29 May 2007 20:46:34 +0000 (UTC) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 7BC59B80C for ; Tue, 29 May 2007 16:46:33 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20070527181303.02baf51b@localhost> References: <20070527181303.02baf51b@localhost> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3DCB4384-B48A-44EF-BEBD-45A905C49F3D@khera.org> Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Tue, 29 May 2007 16:46:32 -0400 To: ports@FreeBSD.org X-Mailer: Apple Mail (2.752.2) Cc: Subject: Re: Failure of portsdb X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 20:46:34 -0000 On May 27, 2007, at 12:13 PM, em.conti@tin.it wrote: > Here is the error: > > Updating the ports index ... Generating INDEX.tmp - please wait..===> > arabic/ae_fonts_mono failed *** Error code 1 > ===> accessibility/at-poke failed > *** Error code 1 > 2 errors go to the directory for that port and type "make describe" then do what it says. From owner-freebsd-ports@FreeBSD.ORG Tue May 29 20:48:12 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F258B16A469; Tue, 29 May 2007 20:48:12 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id CD65813C4AD; Tue, 29 May 2007 20:48:12 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org ([192.147.25.65]:50110) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1Ht8bx-0001re-Ph; Tue, 29 May 2007 15:48:11 -0500 Date: Tue, 29 May 2007 15:48:06 -0500 (CDT) From: Larry Rosenman To: Jeremie Le Hen In-Reply-To: <20070529203231.GC31507@obiwan.tataz.chchile.org> Message-ID: <20070529154713.S7019@thebighonker.lerctr.org> References: <20070529203231.GC31507@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: -4.4 (----) X-LERCTR-Spam-Score: -4.4 (----) X-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001 X-LERCTR-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001 DomainKey-Status: no signature Cc: freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: sysutils/lsof unbuildable on -CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 20:48:13 -0000 On Tue, 29 May 2007, Jeremie Le Hen wrote: > Hi, > > Please Cc: me when replying. > > I can't build sysutils/lsof on -CURRENT (2007.05.20.12.00.00). > see pr ports/113123 I submitted it today in response to this exact problem on advice from Vic Abell (LSOF Maintainer). I don't know when it will hit the tree. LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From owner-freebsd-ports@FreeBSD.ORG Tue May 29 21:54:11 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 392B716A421 for ; Tue, 29 May 2007 21:54:11 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-065-081-102-002.sip.jan.bellsouth.net [65.81.102.2]) by mx1.freebsd.org (Postfix) with ESMTP id BE0CF13C45A for ; Tue, 29 May 2007 21:54:10 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.2.135]) by farris.bafirst.com with esmtp; Tue, 29 May 2007 16:54:08 -0500 id 0006D756.465CA100.0000CD2B Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Tue, 29 May 2007 16:54:07 -0500 id 0004AC23.465CA0FF.000177DD Received: from dsl-189-129-2-135.prod-infinitum.com.mx (dsl-189-129-2-135.prod-infinitum.com.mx [189.129.2.135]) by intranet.encontacto.net (Horde MIME library) with HTTP; Tue, 29 May 2007 16:54:06 -0500 Message-ID: <20070529165406.wh8eucju8s8w8wss@intranet.encontacto.net> X-Priority: 3 (Normal) Date: Tue, 29 May 2007 16:54:06 -0500 From: eculp@encontacto.net To: Kris Kennaway References: <20070529072916.1kern4i8n4wkwgs4@intranet.encontacto.net> <20070529184635.GA48575@rot13.obsecurity.org> In-Reply-To: <20070529184635.GA48575@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 189.129.2.135 Cc: ports@FreeBSD.org Subject: Re: make: Max recursion level (500) exceeded.: Resource temporarily unavailable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 21:54:11 -0000 Quoting Kris Kennaway : > On Tue, May 29, 2007 at 07:29:16AM -0500, eculp@encontacto.net wrote: >> On all my machines (both current and stable) that I've initiated the >> xorg mega upgrade I'm seeing: >> make: Max recursion level (500) exceeded.: Resource temporarily unavailab= le >> >> I remember having seen this previously and googled for it and found a >> ports thread from a couple of years ago that wasn't much help which >> follows: >> >> > This is usually because you specified an illegal USE_* option in t= he >> > make environment, but perhaps someone committed a mistake. >> >> Got it - because someone pointed out a bug in another thread. >> >> I'm tripping over ports/37596. >> >> >> Is anyone else having this problem or can point me in the right >> direction to fix it. > > Typically the above advice is correct, and the fix is to correct > whatever is broken in your make.conf. I don't have a problem with portmaster, which I don't really =20 understand although if I see it again I will definitely do some =20 maintenance on the make.conf. I would like to ask if there is a =20 current list of options somewhere. I just go adding to the file from =20 problems seen on the mailing list or in the Makefile and to not have =20 to remember to set the option at build time. I'm sure there is =20 probably a better way. Thanks for your confirmation of the issue. ed > > Kris > From owner-freebsd-ports@FreeBSD.ORG Tue May 29 22:26:05 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 547AC16A400 for ; Tue, 29 May 2007 22:26:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.freebsd.org (Postfix) with ESMTP id 281D313C480 for ; Tue, 29 May 2007 22:26:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 4F1F71CC0F for ; Wed, 30 May 2007 00:26:03 +0200 (CEST) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20070529222603.4F1F71CC0F@mail.droso.net> Date: Wed, 30 May 2007 00:26:03 +0200 (CEST) Cc: Subject: FreeBSD ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 22:26:05 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems, the ports will be deleted. The goal of this posting is to make this process much more visible to the wider FreeBSD community. portname: audio/freebirth description: A bass synthesizer, step sequencer, and sample player maintainer: dyeske@yahoo.com status: BROKEN deprecated because: Doesn't work on FreeBSD 5.0 and higher expiration date: 2007-06-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2007052719/freebirth-0.3.2_2.log (May 1 01:58:49 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=freebirth portname: audio/gstreamer-plugins-a52dec80 description: Gstreamer a52dec plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-a52dec80 portname: audio/gstreamer-plugins-artsd80 description: Gstreamer artsd plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-artsd80 portname: audio/gstreamer-plugins-audiofile80 description: Gstreamer audiofile plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-audiofile80 portname: audio/gstreamer-plugins-cdaudio80 description: Gstreamer cdaudio plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-cdaudio80 portname: audio/gstreamer-plugins-cdparanoia80 description: Gstreamer cdparanoia plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-cdparanoia80 portname: audio/gstreamer-plugins-esound80 description: Gstreamer esound plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-esound80 portname: audio/gstreamer-plugins-faac80 description: Gstreamer faac plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-faac80 portname: audio/gstreamer-plugins-faad80 description: Gstreamer faad plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-faad80 portname: audio/gstreamer-plugins-flac80 description: Gstreamer flac plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-flac80 portname: audio/gstreamer-plugins-gsm80 description: Gstreamer gsm plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-gsm80 portname: audio/gstreamer-plugins-ivorbis80 description: Gstreamer ivorbis plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-ivorbis80 portname: audio/gstreamer-plugins-jack80 description: Gstreamer jack plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-jack80 portname: audio/gstreamer-plugins-ladspa80 description: Gstreamer ladspa plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-ladspa80 portname: audio/gstreamer-plugins-lame80 description: Gstreamer lame plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-lame80 portname: audio/gstreamer-plugins-mad80 description: Gstreamer mad plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-mad80 portname: audio/gstreamer-plugins-mikmod80 description: Gstreamer mikmod plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-mikmod80 portname: audio/gstreamer-plugins-musepack80 description: Gstreamer musepack plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-musepack80 portname: audio/gstreamer-plugins-musicbrainz80 description: Gstreamer musicbrainz plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-musicbrainz80 portname: audio/gstreamer-plugins-nas80 description: Gstreamer nas plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-nas80 portname: audio/gstreamer-plugins-ogg80 description: Gstreamer ogg plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-ogg80 portname: audio/gstreamer-plugins-polyp80 description: Gstreamer polyp plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-polyp80 portname: audio/gstreamer-plugins-shout280 description: Gstreamer shout2 plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-shout280 portname: audio/gstreamer-plugins-shout80 description: Gstreamer shout plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-shout80 portname: audio/gstreamer-plugins-sidplay80 description: Gstreamer sidplay plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-sidplay80 portname: audio/gstreamer-plugins-smoothwave80 description: Gstreamer smoothwave plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-smoothwave80 portname: audio/gstreamer-plugins-sndfile80 description: Gstreamer sndfile plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-sndfile80 portname: audio/gstreamer-plugins-speex80 description: Gstreamer speex plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-speex80 portname: audio/gstreamer-plugins-vorbis80 description: Gstreamer vorbis plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-vorbis80 portname: databases/p5-DBD-Pg-13 description: Provides access to PostgreSQL databases through the DBI maintainer: perl@FreeBSD.org status: BROKEN deprecated because: Use databases/p5-DBD-Pg instead expiration date: 2007-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-DBD-Pg-13 portname: databases/p5-DBI-137 description: The perl5 Database Interface. Required for DBD::* modules maintainer: perl@FreeBSD.org deprecated because: Use databases/p5-DBI instead expiration date: 2007-04-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-DBI-137 portname: devel/agenda-headers description: All headers which are needed to develop for Agenda VR3 PDA maintainer: lev@FreeBSD.org deprecated because: Agenda VR3 is dead for long time expiration date: 2007-05-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=agenda-headers portname: devel/agenda-libs description: All libraries which are needed to develop for Agenda VR3 PDA maintainer: lev@FreeBSD.org deprecated because: Agenda VR3 is dead for long time expiration date: 2007-05-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=agenda-libs portname: devel/agenda-snow-libs description: SNOW libraries which are needed to develop for Agenda VR3 PDA maintainer: lev@FreeBSD.org deprecated because: Agenda VR3 is dead for long time expiration date: 2007-05-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=agenda-snow-libs portname: devel/agenda-static-libs description: Static libraries which are needed to develop for Agenda VR3 PDA maintainer: lev@FreeBSD.org deprecated because: Agenda VR3 is dead for long time expiration date: 2007-05-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=agenda-static-libs portname: devel/gstreamer-plugins-gconf80 description: Gstreamer gconf plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gstreamer-plugins-gconf80 portname: devel/gstreamer-plugins-gnomevfs80 description: Gstreamer gnomevfs plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gstreamer-plugins-gnomevfs80 portname: devel/gstreamer-plugins-sdl80 description: Gstreamer sdl plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gstreamer-plugins-sdl80 portname: devel/hs-green-card description: A foreign function interface preprocessor for Haskell maintainer: haskell@FreeBSD.org status: BROKEN deprecated because: Does not build with latest GHC expiration date: 2007-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=hs-green-card portname: devel/hs-hpl description: Haskell Ports Library provides ports in Haskell maintainer: haskell@FreeBSD.org status: BROKEN deprecated because: Does not build with latest GHC expiration date: 2007-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=hs-hpl portname: devel/mipsel-linux-binutils description: GNU binutils for mipsel-linux cross-development with SNOW ABI maintainer: lev@FreeBSD.org deprecated because: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time. expiration date: 2007-05-20 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.2007052703/mipsel-linux-binutils-2.10.91_3.log (May 27 23:04:01 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mipsel-linux-binutils portname: devel/mipsel-linux-gcc description: Gcc-2.97 for mipsel-linux cross-development with SNOW ABI maintainer: lev@FreeBSD.org deprecated because: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time. expiration date: 2007-05-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mipsel-linux-gcc portname: devel/mipsel-linux-kernel-headers description: Kernel headers for linux 2.4.0-pre9 for development for mipsel-linux maintainer: lev@FreeBSD.org deprecated because: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time. expiration date: 2007-05-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mipsel-linux-kernel-headers portname: devel/p5-Getopt-Mixed description: Perl module for processing of both short and long command line options maintainer: ports@FreeBSD.org deprecated because: Use devel/p5-Getopt-Long instead expiration date: 2007-04-23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Getopt-Mixed portname: devel/py-clientcookie description: Client-side HTTP cookies for Python maintainer: him@richardkiss.com deprecated because: Module rolled into www/py-mechanize by author expiration date: 2007-05-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=py-clientcookie portname: devel/qextmdi description: Qt extension for creating SDI/MDI user interfaces maintainer: ports@FreeBSD.org deprecated because: is unfetchable, website disappeared expiration date: 2007-03-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=qextmdi portname: devel/ups-debug description: X based source level debugger for C, C++, and Fortran maintainer: ports@FreeBSD.org status: IGNORE deprecated because: only runs on FreeBSD 4.X/386 expiration date: 2007-05-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ups-debug portname: editors/flim113 description: FLIM, message representation or encoding emacs lisp library for emacs21 maintainer: ports@FreeBSD.org deprecated because: distfile disappeared expiration date: 2007-01-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=flim113 portname: editors/sam description: A unix version of Rob Pike's editor for plan9 maintainer: ports@FreeBSD.org deprecated because: distfile and homepage disappeared expiration date: 2007-01-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=sam portname: ftp/lukemftp description: Enhanced ftp client from NetBSD maintainer: ports@FreeBSD.org deprecated because: Project became tnftp a long time ago expiration date: 2007-06-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=lukemftp portname: games/ggo description: PandaNet's IGS Client, GNU Go Client and SGF Editor maintainer: jonc@chen.org.nz deprecated because: developer's focus have moved elsewhere expiration date: 2007-10-03 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ggo portname: games/halflifeserver description: Steam Enabled Half-Life Dedicated Server with CS and DOD maintainer: pat@FreeBSD.org status: BROKEN deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver portname: games/linux-x-plane-net-installer description: The X-Plane network installer maintainer: jylefort@FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=linux-x-plane-net-installer portname: graphics/gstreamer-plugins-aalib80 description: Gstreamer aalib plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gstreamer-plugins-aalib80 portname: graphics/gstreamer-plugins-cairo80 description: Gstreamer cairo plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gstreamer-plugins-cairo80 portname: graphics/gstreamer-plugins-gdkpixbuf80 description: Gstreamer gdkpixbuf plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gstreamer-plugins-gdkpixbuf80 portname: graphics/gstreamer-plugins-hermes80 description: Gstreamer hermes plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gstreamer-plugins-hermes80 portname: graphics/gstreamer-plugins-jpeg80 description: Gstreamer jpeg plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gstreamer-plugins-jpeg80 portname: graphics/gstreamer-plugins-libmng80 description: Gstreamer libmng plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gstreamer-plugins-libmng80 portname: graphics/gstreamer-plugins-libpng80 description: Gstreamer libpng plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gstreamer-plugins-libpng80 portname: graphics/gstreamer-plugins-libvisual80 description: Gstreamer libvisual plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gstreamer-plugins-libvisual80 portname: graphics/gstreamer-plugins-swfdec80 description: Gstreamer swfdec plugin maintainer: multimedia@FreeBSD.org status: BROKEN deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2007052719/gstreamer-plugins-swfdec80-0.8.12_2,1.log (May 1 02:07:08 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gstreamer-plugins-swfdec80 portname: graphics/hpoj description: HP OfficeJet Linux driver; printing, scanning, and photo-card access maintainer: vs@FreeBSD.org deprecated because: the project is no longer being developed, all future MFP support is being done by the HPLIP project (print/hplip) expiration date: 2007-07-01 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007052423/hpoj-0.91_7.log (May 25 14:25:48 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=hpoj portname: graphics/vips description: Free image processing system maintainer: lev@FreeBSD.org status: BROKEN deprecated because: Missing dependency expiration date: 2007-04-10 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2007052719/vips-7.10.21.log (May 1 02:04:30 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=vips portname: japanese/gaim description: Multi-protocol instant messaging client maintainer: freebsd@next-generation.org deprecated because: Obsolete version, use net-im/pidgin instead expiration date: 2007-08-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=gaim portname: japanese/lynx description: A terminal-based World-Wide Web Client with multi-byte modification maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Leaves behind config file on deinstall expiration date: 2007-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=lynx portname: java/linux-blackdown-jdk13 description: Blackdown Java Development Kit 1.3 for Linux maintainer: java@FreeBSD.org status: FORBIDDEN deprecated because: Vulnerabilities in the browser plugin expiration date: 2006-12-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=linux-blackdown-jdk13 portname: korean/han description: A hangul console maintainer: cjh@FreeBSD.org status: BROKEN deprecated because: Broken on all supported versions of FreeBSD expiration date: 2007-03-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=han portname: lang/f2py description: Fortran to Python Interface Generator maintainer: ports@FreeBSD.org deprecated because: Replaced by py-numpy expiration date: 2007-04-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=f2py portname: misc/freeguide description: An interactive TV guide which will create personalized TV listings maintainer: ports@FreeBSD.org deprecated because: Old version, no maintainer expiration date: 2007-11-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=freeguide portname: multimedia/gstreamer-plugins-dts80 description: Gstreamer dts plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gstreamer-plugins-dts80 portname: multimedia/gstreamer-plugins-dv80 description: Gstreamer dv plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gstreamer-plugins-dv80 portname: multimedia/gstreamer-plugins-dvd80 description: Gstreamer dvd plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gstreamer-plugins-dvd80 portname: multimedia/gstreamer-plugins-libfame80 description: Gstreamer libfame plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gstreamer-plugins-libfame80 portname: multimedia/gstreamer-plugins-mpeg2dec80 description: Gstreamer mpeg2dec plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gstreamer-plugins-mpeg2dec80 portname: multimedia/gstreamer-plugins-mplex80 description: Gstreamer mplex plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gstreamer-plugins-mplex80 portname: multimedia/gstreamer-plugins-theora80 description: Gstreamer theora plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gstreamer-plugins-theora80 portname: multimedia/gstreamer-plugins-x26480 description: Gstreamer x264 plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gstreamer-plugins-x26480 portname: multimedia/gstreamer-plugins-xvid80 description: Gstreamer xvid plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gstreamer-plugins-xvid80 portname: multimedia/gstreamer-plugins80 description: GStreamer written collection of plugins handling several media types maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gstreamer-plugins80 portname: multimedia/gstreamer80 description: Development framework for creating media applications maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gstreamer80 portname: multimedia/snd-music-duplicates description: Locate and remove duplicated music files maintainer: simon@olofsson.de deprecated because: Development has been ceased, successor is shareware. expiration date: 2007-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=snd-music-duplicates portname: net-im/gaim description: Multi-protocol instant messaging client maintainer: marcus@FreeBSD.org deprecated because: Obsolete version, use net-im/pidgin instead expiration date: 2007-08-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=gaim portname: net-mgmt/aircrack description: Aircrack is a set of tools for auditing wireless networks maintainer: lars.engels@0x20.net status: IGNORE deprecated because: Please use net-mgmt/aircrack-ng. expiration date: 2007-06-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=aircrack portname: net-mgmt/cflowd description: Flow analysis tool used for analyzing Cisco's NetFlow switching maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Does not compile expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=cflowd portname: net-p2p/freenet description: Peer-to-peer network aiming at anonymity and freedom of speech maintainer: ports@FreeBSD.org deprecated because: Does not work with existing Freenet network expiration date: 2007-04-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=freenet portname: net-p2p/libfreenet description: Freenet library written in C maintainer: ports@FreeBSD.org deprecated because: Does not work with existing Freenet network expiration date: 2007-04-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=libfreenet portname: net-p2p/microdc description: A command-line based Direct Connect client maintainer: pankov_p@mail.ru deprecated because: microdc is no longer in development. Consider using net-p2p/microdc2 instead expiration date: 2007-05-03 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=microdc portname: net/gstreamer-plugins-libmms80 description: Gstreamer libmms plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gstreamer-plugins-libmms80 portname: net/py-pypcap description: Simplified object-oriented Python extension module for libpcap maintainer: gnn@freebsd.org deprecated because: Project included in net/pcs, please use that port instead expiration date: 2007-06-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=py-pypcap portname: net/rboot description: A remote-boot solution for Microsoft operating systems maintainer: ports@FreeBSD.org deprecated because: The project is no longer under development, and has no homepage expiration date: 2007-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=rboot portname: net/tspc2 description: TSP (Tunnel Setup Protocol) client from Freenet6 maintainer: shirshegsm@gmail.com deprecated because: development is discontinued expiration date: 2007-05-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=tspc2 portname: print/clibpdf description: A library for creating PDF (Acrobat) files directly via C language programs maintainer: ports@FreeBSD.org deprecated because: distfile and homepage disappeared expiration date: 2007-01-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=clibpdf portname: print/ghostscript-afpl description: AFPL Postscript interpreter maintainer: ports@FreeBSD.org deprecated because: the leading edge of Ghostscript development is now under GPL license, use print/ghostscript-gpl instead expiration date: 2007-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ghostscript-afpl portname: print/ghostscript-afpl-nox11 description: AFPL Postscript interpreter maintainer: ports@FreeBSD.org deprecated because: the leading edge of Ghostscript development is now under GPL license, use print/ghostscript-gpl instead expiration date: 2007-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ghostscript-afpl-nox11 portname: print/gimp-print description: GIMP Print Printer Driver maintainer: ahze@FreeBSD.org deprecated because: gimp-print has been renamed gutenprint (print/gutenprint), please consider using it. expiration date: 2007-07-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=gimp-print portname: security/cyrus-sasl description: RFC 2222 SASL (Simple Authentication and Security Layer) maintainer: ports@FreeBSD.org deprecated because: patches are unfetchable and this software is unsupported expiration date: 2007-01-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=cyrus-sasl portname: security/metasploit description: Exploit-Framework for Penetration-Testing maintainer: onatan@gmail.com deprecated because: This port will soon be replaced by metasploit 3 (security/metasploit-devel) expiration date: 2007-05-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=metasploit portname: security/op description: Allow others to run commands as root (like sudo but different) maintainer: ports@FreeBSD.org deprecated because: no longer available from any mastersite expiration date: 2007-04-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=op portname: shells/bash2 description: The GNU Bourne Again Shell maintainer: ports@FreeBSD.org deprecated because: Old, unmaintained version, use shells/bash instead expiration date: 2007-05-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=shells&portname=bash2 portname: sysutils/dtc description: A hosting web GUI for admin and accounting all hosting services maintainer: thomas@goirand.fr status: BROKEN deprecated because: Broken dependency expiration date: 2007-04-10 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2007052719/dtc-0.24.6.1_3.log (May 1 02:02:44 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=dtc portname: sysutils/dtc-toaster description: A hosting web GUI for admin and accounting all hosting services maintainer: thomas@goirand.fr status: BROKEN deprecated because: Broken dependency expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=dtc-toaster portname: sysutils/gstreamer-plugins-cdio80 description: Gstreamer cdio plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=gstreamer-plugins-cdio80 portname: sysutils/xperfmon description: A graphical X11 system performance monitor maintainer: ports@freebsd.org status: IGNORE deprecated because: irrelevant for supported FreeBSD releases expiration date: 2007-05-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=xperfmon portname: textproc/ruby-html-parser description: HTML-parser package for Ruby maintainer: ports@FreeBSD.org deprecated because: distfile and homepage disappeared expiration date: 2007-01-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-html-parser portname: textproc/ruby-libxslt description: A developer friendly libxslt binding for Ruby maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken on all supported versions of FreeBSD expiration date: 2007-03-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-libxslt portname: www/p5-Kwiki-Archive-Rcs description: Kwiki Page Archival Using RCS maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Archive-Rcs portname: www/p5-Kwiki-Archive-SVK description: Kwiki Page Archival Using SVK maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Archive-SVK portname: www/p5-Kwiki-Atom description: Kwiki Atom Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Atom portname: www/p5-Kwiki-Cache description: Kwiki Cache Plugin maintainer: include@npf.pt.freebsd.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007052908/p5-Kwiki-Cache-0.11.log (May 28 22:28:55 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Cache portname: www/p5-Kwiki-Diff description: Kwiki Diff Plugin maintainer: rafan@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Diff portname: www/p5-Kwiki-Edit-RequireUserName description: Require a KwikiUserName for edits maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Edit-RequireUserName portname: www/p5-Kwiki-GDGraphGenerator description: Kwiki plugin for putting pretty graphs into your Kwiki pages maintainer: perl@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2007052719/p5-Kwiki-GDGraphGenerator-0.04.log (May 1 02:00:02 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-GDGraphGenerator portname: www/p5-Kwiki-Infobox description: Kwiki information box, works weel with Kwiki-ColumnLayout maintainer: ports@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Infobox portname: www/p5-Kwiki-ModPerl description: Enable Kwiki to work under mod_perl maintainer: ports@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-ModPerl portname: www/p5-Kwiki-NavigationToolbar description: Kwiki navigation toolbar, works well with Kwiki-ColumnLayout maintainer: ports@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-NavigationToolbar portname: www/p5-Kwiki-NewPage description: Kwiki New Page Plugin maintainer: ports@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-NewPage portname: www/p5-Kwiki-Notify-Mail description: Send email notification of topic updates maintainer: perl@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Notify-Mail portname: www/p5-Kwiki-PagePrivacy description: Kwiki PagePrivacy Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-PagePrivacy portname: www/p5-Kwiki-RecentChanges description: Kwiki Recent Changes Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-RecentChanges portname: www/p5-Kwiki-RecentChangesRSS description: Kwiki RSS Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-RecentChangesRSS portname: www/p5-Kwiki-Revisions description: Kwiki Revisions Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Revisions portname: www/p5-Kwiki-Search description: Kwiki Search Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Search portname: www/p5-Kwiki-Theme-ColumnLayout description: Kwiki Theme with two/three column layout maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Theme-ColumnLayout portname: www/p5-Kwiki-UserName description: Kwiki User Name Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-UserName portname: www/p5-Kwiki-UserPreferences description: Kwiki User Preferences Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-UserPreferences portname: www/p5-Kwiki-VimMode description: Kwiki VimMode preformatted forms of text maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-VimMode portname: www/py-htmltestcase description: A python html unit testing maintainer: ports@FreeBSD.org deprecated because: Upstream site disappeared and dependency is set to expire expiration date: 2007-05-26 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.7.2007021918/py24-htmltestcase-0.2.0.log (Mar 17 08:38:35 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=py-htmltestcase portname: x11-themes/kde-icons-icosx description: KDE IcOsX iconset maintainer: lioux@FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2007-04-10 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.6.2007042406/kde-icons-IcOsX-0.7.log.bz2 (Sep 22 23:38:18 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-icosx portname: x11-themes/kde-icons-noia description: KDE Noia complete iconset maintainer: lioux@FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2007-04-10 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2007050922/kde-icons-noia-1.00.log (May 10 07:45:06 UTC 2007) http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.6.2007042406/kde-icons-noia-1.00.log.bz2 (Sep 22 23:38:43 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-noia portname: x11-toolkits/gstreamer-plugins-pango80 description: Gstreamer pango plugin maintainer: multimedia@FreeBSD.org deprecated because: Obsolete version, use gstreamer 0.10 instead expiration date: 2007-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gstreamer-plugins-pango80 From owner-freebsd-ports@FreeBSD.ORG Tue May 29 22:26:08 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BABB16A421 for ; Tue, 29 May 2007 22:26:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.freebsd.org (Postfix) with ESMTP id 1865C13C448 for ; Tue, 29 May 2007 22:26:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 6A1F11CC7C for ; Wed, 30 May 2007 00:26:07 +0200 (CEST) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20070529222607.6A1F11CC7C@mail.droso.net> Date: Wed, 30 May 2007 00:26:07 +0200 (CEST) Cc: Subject: FreeBSD ports that you maintain which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 22:26:08 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of the port, including errors seen on the build farm, is included below. portname: misc/compat3x forbidden because: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ports@FreeBSD.ORG Wed May 30 07:35:24 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1BD616A46C for ; Wed, 30 May 2007 07:35:24 +0000 (UTC) (envelope-from W.R.Pestman@uu.nl) Received: from uu01msg-exf04.soliscom.uu.nl (uu01msg-exf04.soliscom.uu.nl [131.211.4.109]) by mx1.freebsd.org (Postfix) with ESMTP id 46E6013C484 for ; Wed, 30 May 2007 07:35:24 +0000 (UTC) (envelope-from W.R.Pestman@uu.nl) Received: from [192.168.1.102] ([131.211.51.69]) by uu01msg-exf04.soliscom.uu.nl with Microsoft SMTPSVC(6.0.3790.1830); Wed, 30 May 2007 09:23:18 +0200 Message-ID: <465D2666.1000400@bio.uu.nl> Date: Wed, 30 May 2007 09:23:18 +0200 From: Wiebe Pestman User-Agent: Thunderbird 1.5.0.8 (X11/20061122) MIME-Version: 1.0 To: eric+fbports@vangyzen.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 May 2007 07:23:18.0797 (UTC) FILETIME=[655B13D0:01C7A28B] Cc: ports@FreeBSD.org Subject: FreeBSD Port: R-2.4.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 07:35:24 -0000 Hallo Eric, Could you give an indication when R is going to be upgraded to R-2.5.0 in the FreeBSD ports collection? Best regards, Wiebe Pestman From owner-freebsd-ports@FreeBSD.ORG Wed May 30 08:57:53 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1ACC16A400 for ; Wed, 30 May 2007 08:57:53 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 9EDCA13C469 for ; Wed, 30 May 2007 08:57:53 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so3861203pyi for ; Wed, 30 May 2007 01:57:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CqPWmCFPkRhCkw8irqZ6p2yKTDlqj/wJTUJqywnS1Q/24ZWOYX1BpSB1ywf5OCSQt+RDCCbVUwPZUpIjoj4hxTgzhtEqrgRZjlYJvo+woaXfupx7FbINhmLd1uMSUuh0QkfY62R2xc9dkBIA4CEaFW2u6JFcGOQySXzqZEgzeTA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fb8U2bnSYMIo7EcF2y4vUczAtVSxfdB9+9yTGJNaY1AKu1d0vqFEdzCh5L94ksjOVpxvnS6EPCEvjA9qqG7SCkY9z2NVRKdWU9YqJZFRIkg7rOJSbZwRHcAncKjVufGSMiyZgnxnDpa/p48QXw3s9DJT5RjejGmgNK/kfWptw28= Received: by 10.65.83.18 with SMTP id k18mr14936856qbl.1180515472829; Wed, 30 May 2007 01:57:52 -0700 (PDT) Received: by 10.64.193.13 with HTTP; Wed, 30 May 2007 01:57:52 -0700 (PDT) Message-ID: <6eb82e0705300157l6a05270bp3c3af72cc0a20bfb@mail.gmail.com> Date: Wed, 30 May 2007 16:57:52 +0800 From: "Rong-en Fan" To: "Wiebe Pestman" In-Reply-To: <465D2666.1000400@bio.uu.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <465D2666.1000400@bio.uu.nl> Cc: ports@freebsd.org, eric+fbports@vangyzen.net Subject: Re: FreeBSD Port: R-2.4.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 08:57:54 -0000 On 5/30/07, Wiebe Pestman wrote: > Hallo Eric, > Could you give an indication when R is going to be upgraded to R-2.5.0 > in the > FreeBSD ports collection? > Best regards, > Wiebe Pestman There is a PR 112713 pending Eric's approval. The patch at http://people.freebsd.org/~rafan/R-2.5.0.diff is ready to commit. If Eric is busy, then I will update this port tomorrow. Regards, Rong-En Fan > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Wed May 30 11:13:50 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6061616A47E for ; Wed, 30 May 2007 11:13:50 +0000 (UTC) (envelope-from steve@localhost.lu) Received: from malium.ion.lu (malium.ion.lu [80.90.47.175]) by mx1.freebsd.org (Postfix) with SMTP id B62DD13C46C for ; Wed, 30 May 2007 11:13:49 +0000 (UTC) (envelope-from steve@localhost.lu) Received: (qmail 31660 invoked by uid 89); 24 May 2007 13:13:47 +0200 Received: from localhost (HELO webmail-lite2.ion.lu) (127.0.0.1) by malium.ion.lu with SMTP; 24 May 2007 13:13:47 +0200 Received: from 62.229.116.183 (SquirrelMail authenticated user steve@localhost.lu) by webmail-lite2.ion.lu with HTTP; Thu, 24 May 2007 13:13:47 +0200 (CEST) Message-ID: <22980.62.229.116.183.1180005227.squirrel@webmail-lite2.ion.lu> Date: Thu, 24 May 2007 13:13:47 +0200 (CEST) From: steve@localhost.lu To: freebsd-ports@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: portupgrade - /var/db/pkg/*/+CONTENTS file gone wild X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 11:13:50 -0000 Hi Ports people, [Some search terms I used: +CONTENTS Missing , broken /var/db/pkg , CONTENTS recovery , +CONTENTS gone , FreeBSD Ports /var/db/pkg/ recovery ] I had a rather nasty awakening while upgrading Xorg 7.2 which was not due to Xorg 7.2 but rather to a waiter that was too slow to bring me the Bill (food was good though) and my inability to reach a power outlet in time. In the following mail I will shortly explain what I did and what happened. What Happened? While portupgrade'ing -a my battery died Consequence? All my /var/db/pkg/*/+CONTENTS files were gone! And my /usr partition was damaged (fsck -f /usr fixed that in Single user mode) Why +CONTENTS vanished? This is a very good question that I have not answered yet, I can only say that I did what /usr/ports/UPDATING suggested, upgrade to portupgrade-devel portupgrade -a and of we go. If someone knows why, let me know. What now? So I thought I could recover them but after some Searching I think that's not that easy for some obvious reasons, so I had to go the rough route of reinstalling all the ports. I did try various portsdb -Fu, pkgdb -F etc but to no avail. Important note: READ THE ENTIRE DOCUMENT FIRST, BEFORE ROCKING IN AND TYPING COMMANDS AWAY. TAKE A BACKUP OF ALL YOUR PRECIOUS CUSTOM MADE CONFIGS AND REMEMBER THAT WE ARE GOING TO REINSTALL EVERY PORT EVER INSTALLED TO THE CURRENT VERSION! Procedure: As the +CONTENTS files were gone pkg_info told me for every installed package the following error: pkg_info: the package info for package 'spca5xx-20060402_2' is corrupt So at least I know what is broken and with a bit of stderr redirecting we can fix it. Now all I did is filter out the broken ports: cd /tmp pkg_info 2> pkg.err cat pkg.err |cut -f 2 -d\' |cut -f 1 -d\- |sort |uniq > pkg.reinstall pkg.reinstall now contains the "base name" of the ports, as I needed a quick fix package with names like xorg-name-version I did not take into account as I can always do them by hand afterwards. Let's force reinstall the packages: export FORCE_PKG_REGISTER=yes for a in `cat pkg.reinstall` ; do portinstall -i $a done The -i is the safety switch here. Bare in mind that -i does not care about dependencies and will only install them without prompting (is there a way to include deps in interactive mode?) As /var/db/pkg is broken it will pull in every dependency off every port we install in alphabetical order. Speeding things up: To speed the reinstall up you might want to take a look at your ports and if you have enough experience and "know" thy dependencies you can simply portinstall $COMMON_PORTS and leave it run. Also a pkgdb -F will pull in some dependencies and install them for you. This will be more unattended that the beginning with a portinstall -i Monitoring Progress: cd /tmp while [ true ]; do pkg_info 2> pkg.err.list > /dev/null wc -l pkg.err.list sleep 5 done As I installed over my ports this number diminished "steadily" :) and some idea of when I will be done is always nice. Other Issues: I did have to intervene manually from time to time. Some packages have: ln -s source dest where destination exists the install failed So I had to remove the destination file and make install again to make it go through, this was especially true for some lib* ports. Don't forget your custom config files. Another issue I had is that some ports where updated so I ended up with stale directories but pkg_delete -f $PORT did the job to remove them from my db. Maybe a problem now is that I probably have some nasty left-overs from old versions of the installed ports as I only installed over the existing port. If your installed ports were VERY old (3-6months) this is even more an issue, as mine was only out for a couple of weeks it was fine, allthough a ports freeze in between I wasn't too concerned about the updated ports. Other options? Yes, I could have reinstalled the machine but that is nowadays no option under any decent OS, hell even my Windows reinstalls have become rarer :) Another option would have been to copy the +CONTENTS files from an early backup, but no backup :) Or perhaps copying +CONTENTS from a similar machine with the same ports installed, I tried that for a few ports but Checksums were wrong etc, etc so I gave up, and with 300 ports installed the script needed for this would have been tedious... The end? Well folks I hope this comes in handy to other people and if someone has a better idea that would've saved me ~150 lines of email and hours of recompiling my ports, be my guest we want to know... cheers, Steve Clement From owner-freebsd-ports@FreeBSD.ORG Wed May 30 12:45:28 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37C4916A41F for ; Wed, 30 May 2007 12:45:28 +0000 (UTC) (envelope-from ml.freebsd-ports@ledisez.net) Received: from ledisez.net (ledisez.net [80.247.230.138]) by mx1.freebsd.org (Postfix) with ESMTP id F15C313C447 for ; Wed, 30 May 2007 12:45:27 +0000 (UTC) (envelope-from ml.freebsd-ports@ledisez.net) Received: from webmail.ledisez.net (localhost.localdomain [80.247.230.138]) by ledisez.net (Postfix) with ESMTP id 9E8AA45B233 for ; Wed, 30 May 2007 14:27:18 +0200 (CEST) Received: from 62.212.122.219 (SquirrelMail authenticated user romain) by webmail.ledisez.net with HTTP; Wed, 30 May 2007 14:27:18 +0200 (CEST) Message-ID: <58848.62.212.122.219.1180528038.squirrel@webmail.ledisez.net> Date: Wed, 30 May 2007 14:27:18 +0200 (CEST) From: "Romain LE DISEZ" To: freebsd-ports@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Ports depending of net/boost broken in -CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 12:45:28 -0000 Hi all, because of a bug in boost 1.33, it's not possible to compile an application depending of net/boost with GCC 4.2 which is the default now in -CURRENT. The bug is described here : http://svn.boost.org/trac/boost/ticket/779 It seems (I haven't tested) it is fixed in boost 1.34. Are you planning to update the port ? Thanks all for your great job. From owner-freebsd-ports@FreeBSD.ORG Wed May 30 13:13:07 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7EA316A41F for ; Wed, 30 May 2007 13:13:07 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.freebsd.org (Postfix) with ESMTP id 6A03613C469 for ; Wed, 30 May 2007 13:13:06 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (localhost [127.0.0.1]) by pukruppa.net (8.14.1/8.14.1) with ESMTP id l4UDD3Du037418 for ; Wed, 30 May 2007 15:13:04 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Received: from localhost (ulrich@localhost) by pukruppa.net (8.14.1/8.14.1/Submit) with ESMTP id l4UDD3DL037387 for ; Wed, 30 May 2007 15:13:03 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Date: Wed, 30 May 2007 15:13:02 +0200 (CEST) From: "P.U.Kruppa" X-X-Sender: ulrich@small To: freebsd-ports@freebsd.org Message-ID: <20070530150528.R33057@small> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-822221502-1180530782=:33057" Subject: sunbird-0.3.1_1,1 doesn't start X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 13:13:07 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-822221502-1180530782=:33057 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Hi, I built and installed deskutils/sunbird-0.3.1_1,1 on FreeBSD pukruppa.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Tue May 22=20 18:17:49 CEST 2007=20 ulrich@pukruppa.net:/usr/obj/usr/src/sys/GENERIC amd64 When I try to=20 start sunbird I get the following: =09---------------------------------------- WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 971 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 971 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 971 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 1025 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 971 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 1025 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 971 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 1025 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 971 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 971 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 971 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 1025 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 971 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 1025 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 971 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 1025 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 971 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 1025 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 1025 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 1025 Type Manifest File:=20 /home/ulrich/.mozilla/sunbird/mpeane66.default/xpti.dat *** Registering Apprunner components (all right -- a generic=20 module!) /usr/local/lib/sunbird/components/calWcapCalendarModule.js mtime=20 changed, invalidating FastLoad file ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 JS Component Loader: ERROR (null):0 uncaught exception: unknown (can't convert=20 to string) WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: file=20 nsChromeRegistry.cpp, line 1258 /home/ulrich/.gtkrc-2.0:2: Include-Datei konnte nicht gefunden=20 werden: =BB.gtkrc-2.0-scrollbar_cog=AB ***MEMORY-WARNING***: sunbird-bin[70489]: GSlice: g_thread_init()=20 must be called before all other GLib functions; memory corruption=20 due to late invocation of g_thread_init() has been detected; this=20 program is likely to crash, leak or unexpectedly abort soon... WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 1085 GFX: dpi=3D96 t2p=3D0,0666667 p2t=3D15 depth=3D16 WARNING: XPCOM objects created/destroyed from static ctor/dtor:=20 'gActivityTLS !=3D BAD_TLS_INDEX &&=20 NS_PTR_TO_INT32(PR_GetThreadPrivate(gActivityTLS)) =3D=3D 0', file=20 nsTraceRefcntImpl.cpp, line 1085 ###!!! ASSERTION: nsXPTCStubBase::Stub called on unsupported=20 platform: '0', file=20 =2E./../../../../../dist/include/xpcom/xptcstubsdef.inc, line 7 ++WEBSHELL 0x9adc00 =3D=3D 1 ++DOMWINDOW =3D=3D 1 WARNING: NS_ENSURE_TRUE(em) failed: file nsAppRunner.cpp, line=20 2389 ++DOMWINDOW =3D=3D 2 ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 ###!!! ASSERTION: XPTC_InvokeByIndex called on unsupported=20 platform: '0', file xptcinvoke_unsupported.cpp, line 46 Note: styleverifytree is disabled Note: frameverifytree is disabled Note: verifyreflow is disabled ###!!! ASSERTION: Failed to create nsICloseAllWindows impl.:=20 'closer', file nsAppStartup.cpp, line 459 ###!!! ASSERTION: Can't veto change!: 'Error', file=20 nsXREDirProvider.cpp, line 697 ###!!! ASSERTION: preserved wrapper table not empty at shutdown:=20 'sPreservedWrapperTable.ops =3D=3D 0', file nsDOMClassInfo.cpp, line=20 3715 WARNING: nsExceptionService ignoring thread destruction after=20 shutdown: file nsExceptionService.cpp, line 191 --WEBSHELL 0x9adc00 =3D=3D 0 ###!!! ASSERTION: nsXPTCStubBase::Stub called on unsupported=20 platform: '0', file=20 =2E./../../../../../dist/include/xpcom/xptcstubsdef.inc, line 8 WARNING: Leaking the RDF Service.: file nsRDFModule.cpp, line 236 nsStringStats =3D> mAllocCount: 2791 =3D> mReallocCount: 52 =3D> mFreeCount: 2348 -- LEAKED 443 !!! =3D> mShareCount: 2490 =3D> mAdoptCount: 1032 =3D> mAdoptFreeCount: 1030 -- LEAKED 2 !!! =09-------------------------------------------------------- I hope somebody can help! Greetings, Uli. Peter Ulrich Kruppa Wuppertal Germany --0-822221502-1180530782=:33057-- From owner-freebsd-ports@FreeBSD.ORG Wed May 30 13:15:38 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E27E416A400 for ; Wed, 30 May 2007 13:15:38 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id 8592113C447 for ; Wed, 30 May 2007 13:15:38 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id D56D837D86D; Wed, 30 May 2007 23:15:37 +1000 (EST) X-Viruscan-Id: <465D78F900016F115C0697@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id A72DD428FDE; Wed, 30 May 2007 23:15:37 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id 6778E37D5B7; Wed, 30 May 2007 23:15:37 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 30821532; Wed, 30 May 2007 23:15:37 +1000 (EST) Date: Wed, 30 May 2007 23:15:37 +1000 From: Edwin Groothuis To: Nikola Lecic Message-ID: <20070530131537.GA1086@k7.mavetju> References: <465BEB8C.7000406@lerwick.hopto.org> <465BF552.80008@elvandar.org> <465BF994.9060901@lerwick.hopto.org> <465BFF54.1010500@lerwick.hopto.org> <465c77a6.3e802bf6.4263.ffff9da6@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <465c77a6.3e802bf6.4263.ffff9da6@mx.google.com> User-Agent: Mutt/1.4.2.2i Cc: Lodder , Craig Butler , Peter Jeremy , ports@FreeBSD.org, Lupe Christoph , Remko@FreeBSD.ORG Subject: Re: freebsd mx's in sorbs, IP removed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 13:15:39 -0000 On Tue, May 29, 2007 at 08:57:37PM +0200, Nikola Lecic wrote: > On Tue, 29 May 2007 11:24:20 +0100 > Craig Butler wrote: > > > The IP has been removed from SORBS :D > > > > reply from sorbs > > ---------------------------------------------------------------------------------------------------------- > > > > > You have listed one of freebsd.org mail servers. > > > > > > > > IP- 69.147.83.53 > > > > > > > We occasionally have accidents where we hit "this is spam" for > > non-spam mail in our mailboxes. This is one of them, and the listing > > has been removed. > > [...] > > > > -- Matti SORBS volunteer > > Maybe that's a good idea to post this publicly: > > http://www.dnsstuff.com/tools/ip4r.ch?%26ip%3D69.147.83.53 > > to let people be aware of someone's "occasional accidents". Or to use dns/rbllookup Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Wed May 30 13:55:48 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7D7516A400 for ; Wed, 30 May 2007 13:55:48 +0000 (UTC) (envelope-from vangyzen@vangyzen.net) Received: from smtp.vangyzen.net (static-74-41-215-198.dr01.brvl.mn.frontiernet.net [74.41.215.198]) by mx1.freebsd.org (Postfix) with ESMTP id B946313C44B for ; Wed, 30 May 2007 13:55:48 +0000 (UTC) (envelope-from vangyzen@vangyzen.net) Received: by smtp.vangyzen.net (Postfix, from userid 1001) id B99722284C; Wed, 30 May 2007 08:33:21 -0500 (CDT) Date: Wed, 30 May 2007 08:33:21 -0500 From: Eric van Gyzen To: Rong-en Fan Message-ID: <20070530133321.GA10120@sirius.vangyzen.net> References: <465D2666.1000400@bio.uu.nl> <6eb82e0705300157l6a05270bp3c3af72cc0a20bfb@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6eb82e0705300157l6a05270bp3c3af72cc0a20bfb@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: Wiebe Pestman , ports@freebsd.org Subject: Re: FreeBSD Port: R-2.4.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 13:55:49 -0000 Rong-en Fan wrote: > On 5/30/07, Wiebe Pestman wrote: > >Hallo Eric, > >Could you give an indication when R is going to be upgraded to R-2.5.0 > >in the > >FreeBSD ports collection? > >Best regards, > >Wiebe Pestman > > There is a PR 112713 pending Eric's approval. > The patch at > > http://people.freebsd.org/~rafan/R-2.5.0.diff > > is ready to commit. If Eric is busy, then I will update > this port tomorrow. > > Regards, > Rong-En Fan I haven't had time to look at it. Rong-En, perhaps you should go ahead and update the port. Thanks for your work! Eric From owner-freebsd-ports@FreeBSD.ORG Wed May 30 14:08:52 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A10F916A46C for ; Wed, 30 May 2007 14:08:52 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.230]) by mx1.freebsd.org (Postfix) with ESMTP id 5E3F713C448 for ; Wed, 30 May 2007 14:08:52 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so876682nzn for ; Wed, 30 May 2007 07:08:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JlKy10KYZT/pLxmdjIoKSMQG7NPnNhc1c2ahvRZ5T6AT3ZPi4/LXr4033oKMc0lzfk71Ke97Hw1NFjMB6soPSfPZBDCJB8M0GPyYrwKocVgVN9ELuNAIzoLUhWbtsFTdsNW8KsTS25vXl98A8V7JZ4+xoAHBi6MYEdbciKtpvVY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oBq31IX5NR2CGcdWSze4VaOaKh+hSysxdzcHEO5jkPQ2eKFe/Te1bEKXGFjIdnlpebyVpTF/2VLgXAADOPpzUeslo35287hpFqHXYa+4UeJkjlLG5+2uE+whiH5HQibcPZpiBwYcEyMre3z0lC+gN0tA2O4ojKWr4/BT3rPm6HE= Received: by 10.114.13.1 with SMTP id 1mr3898649wam.1180532430249; Wed, 30 May 2007 06:40:30 -0700 (PDT) Received: by 10.114.150.4 with HTTP; Wed, 30 May 2007 06:40:30 -0700 (PDT) Message-ID: <5297d6fd0705300640n2bac57bfsd14a18487fd7b5d6@mail.gmail.com> Date: Wed, 30 May 2007 09:40:30 -0400 From: Attos To: freebsd-ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Cannot install x11/xfindproxy after upgrading to Xorg 7.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 14:08:52 -0000 Hi all, I cannot install xfindproxy after upgrading to Xorg 7.2 It seems that I'm missing a dependency. My system doesn't have the /usr/local/include/X11/PM/PM.h file. To which port/package this file belongs? This is the output of make install: ------------------------------------- # make install ===> Building for xfindproxy-1.0.1 make all-am if cc -DHAVE_CONFIG_H -I. -I. -I. -D_THREAD_SAFE -I/usr/local/include -O2 -fno-strict-aliasing -pipe -MT xfindproxy-xfindproxy.o -MD -MP -MF ".deps/xfindproxy-xfindproxy.Tpo" -c -o xfindproxy-xfindproxy.o `test -f 'xfindproxy.c' || echo './'`xfindproxy.c; then mv -f ".deps/xfindproxy-xfindproxy.Tpo" ".deps/xfindproxy-xfindproxy.Po"; else rm -f ".deps/xfindproxy-xfindproxy.Tpo"; exit 1; fi xfindproxy.c:40:23: X11/PM/PM.h: No such file or directory xfindproxy.c:41:28: X11/PM/PMproto.h: No such file or directory xfindproxy.c:61: error: `PM_MAJOR_VERSION' undeclared here (not in a function) xfindproxy.c:61: error: initializer element is not constant xfindproxy.c:61: error: (near initialization for `PMversions[0].major_version') xfindproxy.c:61: error: `PM_MINOR_VERSION' undeclared here (not in a function) xfindproxy.c:61: error: initializer element is not constant xfindproxy.c:61: error: (near initialization for `PMversions[0].minor_version') xfindproxy.c:61: error: initializer element is not constant xfindproxy.c:61: error: (near initialization for `PMversions[0]') xfindproxy.c: In function `main': xfindproxy.c:127: error: `pmGetProxyAddrMsg' undeclared (first use in this function) xfindproxy.c:127: error: (Each undeclared identifier is reported only once xfindproxy.c:127: error: for each function it appears in.) xfindproxy.c:127: error: `pMsg' undeclared (first use in this function) xfindproxy.c:203: error: `PM_PROTOCOL_NAME' undeclared (first use in this function) xfindproxy.c:290: error: `sz_pmGetProxyAddrMsg' undeclared (first use in this function) xfindproxy.c:290: error: syntax error before ')' token xfindproxy.c:290: error: `PM_GetProxyAddr' undeclared (first use in this function) xfindproxy.c:328: error: `PM_Success' undeclared (first use in this function) xfindproxy.c: In function `PMprocessMessages': xfindproxy.c:357: error: `PM_GetProxyAddrReply' undeclared (first use in this function) xfindproxy.c:360: error: `PM_GetProxyAddr' undeclared (first use in this function) xfindproxy.c:369: error: `pmGetProxyAddrReplyMsg' undeclared (first use in this function) xfindproxy.c:369: error: `pMsg' undeclared (first use in this function) xfindproxy.c:379: error: `sz_pmGetProxyAddrReplyMsg' undeclared (first use in this function) xfindproxy.c:379: error: syntax error before ')' token *** Error code 1 Stop in /usr/ports/x11/xfindproxy/work/xfindproxy-1.0.1. *** Error code 1 Stop in /usr/ports/x11/xfindproxy/work/xfindproxy-1.0.1. *** Error code 1 Stop in /usr/ports/x11/xfindproxy. # ------------------------------------- TIA, -- Attos Janus From owner-freebsd-ports@FreeBSD.ORG Wed May 30 14:11:37 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BD4916A400 for ; Wed, 30 May 2007 14:11:37 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id BA9C113C457 for ; Wed, 30 May 2007 14:11:36 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so3979621pyi for ; Wed, 30 May 2007 07:11:33 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kqQEc4hTKMAJ5e5K4Z2UQjt/rGJXc6PXCwfch/yRrgnAdjzDaNbPeY/md7arAMvl+YeRB/s1CmeI0GZk16rmMUH9flOlrcb2D0Lb1V6LWjD9hlpCI/26N8Tb9arT5kXr6jeE9xszX+NF54kBpYY2/dcVaittqz6hxgag/r+dS0k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n2b6VcJk20H7WYrX0ZY2GlJ1wq/lPCoeGuvXRx8M2DQy8RJhivQoj0KoKCbDhszzuCgC+IuG/k2kvN8/81LATw+lcqr3omIyAiqr3PoGgpdbwZfDgZBGkB0ntPtwMgakbvGOjiGUbHgnxemid4g45oy03Ki3IW6J7DNMESx8siY= Received: by 10.65.83.18 with SMTP id k18mr15509870qbl.1180534293805; Wed, 30 May 2007 07:11:33 -0700 (PDT) Received: by 10.64.193.13 with HTTP; Wed, 30 May 2007 07:11:33 -0700 (PDT) Message-ID: <6eb82e0705300711u14dff8d4lfc55e7970ca9ffa1@mail.gmail.com> Date: Wed, 30 May 2007 22:11:33 +0800 From: "Rong-en Fan" To: "Eric van Gyzen" In-Reply-To: <20070530133321.GA10120@sirius.vangyzen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <465D2666.1000400@bio.uu.nl> <6eb82e0705300157l6a05270bp3c3af72cc0a20bfb@mail.gmail.com> <20070530133321.GA10120@sirius.vangyzen.net> Cc: Wiebe Pestman , ports@freebsd.org Subject: Re: FreeBSD Port: R-2.4.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 14:11:37 -0000 On 5/30/07, Eric van Gyzen wrote: > Rong-en Fan wrote: > > On 5/30/07, Wiebe Pestman wrote: > > >Hallo Eric, > > >Could you give an indication when R is going to be upgraded to R-2.5.0 > > >in the > > >FreeBSD ports collection? > > >Best regards, > > >Wiebe Pestman > > > > There is a PR 112713 pending Eric's approval. > > The patch at > > > > http://people.freebsd.org/~rafan/R-2.5.0.diff > > > > is ready to commit. If Eric is busy, then I will update > > this port tomorrow. > > > > Regards, > > Rong-En Fan > > I haven't had time to look at it. Rong-En, perhaps you > should go ahead and update the port. > > Thanks for your work! OK. it's done, and it was originally submitted by Vittorio De Martino :-) Regards, Rong-En Fan > > Eric > From owner-freebsd-ports@FreeBSD.ORG Wed May 30 14:27:20 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C20B116A421 for ; Wed, 30 May 2007 14:27:20 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-86-32-239.dsl.pipex.com [81.86.32.239]) by mx1.freebsd.org (Postfix) with SMTP id E04AE13C447 for ; Wed, 30 May 2007 14:27:19 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: (qmail 66670 invoked by uid 98); 30 May 2007 15:26:07 +0100 Received: from 192.168.0.5 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.88.4/1789. hbedv: 7.1.1.11/6.35.1.178. f-prot: 4.6.6/3.16.14. spamassassin: 3.1.4. Clear:RC:1(192.168.0.5):. Processed in 4.214033 secs); 30 May 2007 14:26:07 -0000 Received: from trident.lerwick.hopto.org (192.168.0.5) by lerwick.hopto.org with SMTP; 30 May 2007 15:26:02 +0100 Message-ID: <465D89C1.8040904@lerwick.hopto.org> Date: Wed, 30 May 2007 15:27:13 +0100 From: Craig Butler User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: ports@FreeBSD.org References: <465BEB8C.7000406@lerwick.hopto.org> <465BF552.80008@elvandar.org> <465BF994.9060901@lerwick.hopto.org> <465BFF54.1010500@lerwick.hopto.org> <465c77a6.3e802bf6.4263.ffff9da6@mx.google.com> <20070530131537.GA1086@k7.mavetju> In-Reply-To: <20070530131537.GA1086@k7.mavetju> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: freebsd mx's in sorbs, IP removed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 14:27:20 -0000 Thats a great idea, I will write up a script to check to see if the FreeBSD mail servers are blacklisted using rbllookup. If anything is found I will get it to report back and hopefully I will be able to do something about it... (unless anybody else wants to help :D). How often do you think we should check? is daily good enough? Cheers CB Edwin Groothuis wrote: > On Tue, May 29, 2007 at 08:57:37PM +0200, Nikola Lecic wrote: > >> On Tue, 29 May 2007 11:24:20 +0100 >> Craig Butler wrote: >> >> >>> The IP has been removed from SORBS :D >>> >>> reply from sorbs >>> ---------------------------------------------------------------------------------------------------------- >>> >>> >>>> You have listed one of freebsd.org mail servers. >>>> >>>>> IP- 69.147.83.53 >>>>> >>>> >>>> >>> We occasionally have accidents where we hit "this is spam" for >>> non-spam mail in our mailboxes. This is one of them, and the listing >>> has been removed. >>> [...] >>> >>> -- Matti SORBS volunteer >>> >> Maybe that's a good idea to post this publicly: >> >> http://www.dnsstuff.com/tools/ip4r.ch?%26ip%3D69.147.83.53 >> >> to let people be aware of someone's "occasional accidents". >> > > Or to use dns/rbllookup > > Edwin > > ============================================================ This email has been handled by lerwick.hopto.org mail server and has been scanned by 3 virus killers and spamassassin ============================================================ From owner-freebsd-ports@FreeBSD.ORG Wed May 30 14:38:57 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 615F316A46E for ; Wed, 30 May 2007 14:38:57 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.225]) by mx1.freebsd.org (Postfix) with ESMTP id D363313C487 for ; Wed, 30 May 2007 14:38:56 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so263023hub for ; Wed, 30 May 2007 07:38:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=BB1T5PeLbZQQJ2h9ebPmv+rpn9JzZ0m84jrPxeOTNY+pbJ8fvS1H9nYaSo3XaEbtY0cKAVJWFy+687DZgx5J1ckMDpv4FNpad46iz8kvYDsmYNjIg2m8cj+gXSY5c+G8G1kLYzHM0A+F7WZm7MbQpCe1Ias2MyVoOga0JOu7vsk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=dNdKljeBTxUceMUjrQd67740n4r1r2Ak2jVsFANmQrfGrAhOVMyKQQNnwr7mvU5pry/sevQkfyTudlST9iwcLJyyknMTTi/g68RqLJdZmWieoYxxtBt1j/W5YJYS+c2ophVDxDgdnvPx4J2DkIirFX6aUEzB8jhF+lm4ySAC1Bs= Received: by 10.66.242.20 with SMTP id p20mr597662ugh.1180535935420; Wed, 30 May 2007 07:38:55 -0700 (PDT) Received: from darklight.abyss ( [83.239.5.254]) by mx.google.com with ESMTP id g1sm36259505muf.2007.05.30.07.38.51; Wed, 30 May 2007 07:38:54 -0700 (PDT) Received: from darklight.abyss (localhost [127.0.0.1]) by darklight.abyss (8.14.1/8.14.1) with ESMTP id l4UEcRQf094732; Wed, 30 May 2007 18:38:31 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.abyss (8.14.1/8.14.1/Submit) id l4UEbXkN094719; Wed, 30 May 2007 18:37:33 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.abyss: yuri set sender to yuri.pankov@gmail.com using -f Date: Wed, 30 May 2007 18:37:21 +0400 From: Yuri Pankov To: Attos Message-ID: <20070530143721.GA43831@darklight.abyss> References: <5297d6fd0705300640n2bac57bfsd14a18487fd7b5d6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5297d6fd0705300640n2bac57bfsd14a18487fd7b5d6@mail.gmail.com> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-ports@freebsd.org Subject: Re: Cannot install x11/xfindproxy after upgrading to Xorg 7.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 14:38:57 -0000 On Wed, May 30, 2007 at 09:40:30AM -0400, Attos wrote: > Hi all, > I cannot install xfindproxy after upgrading to Xorg 7.2 > It seems that I'm missing a dependency. My system doesn't have the > /usr/local/include/X11/PM/PM.h file. To which port/package this file > belongs? > > This is the output of make install: > ------------------------------------- > # make install > ===> Building for xfindproxy-1.0.1 > make all-am > if cc -DHAVE_CONFIG_H -I. -I. -I. -D_THREAD_SAFE > -I/usr/local/include -O2 -fno-strict-aliasing -pipe -MT > xfindproxy-xfindproxy.o -MD -MP -MF ".deps/xfindproxy-xfindproxy.Tpo" > -c -o xfindproxy-xfindproxy.o `test -f 'xfindproxy.c' || echo > './'`xfindproxy.c; then mv -f ".deps/xfindproxy-xfindproxy.Tpo" > ".deps/xfindproxy-xfindproxy.Po"; else rm -f > ".deps/xfindproxy-xfindproxy.Tpo"; exit 1; fi > xfindproxy.c:40:23: X11/PM/PM.h: No such file or directory > xfindproxy.c:41:28: X11/PM/PMproto.h: No such file or directory > xfindproxy.c:61: error: `PM_MAJOR_VERSION' undeclared here (not in a > function) > xfindproxy.c:61: error: initializer element is not constant > xfindproxy.c:61: error: (near initialization for > `PMversions[0].major_version') > xfindproxy.c:61: error: `PM_MINOR_VERSION' undeclared here (not in a > function) > xfindproxy.c:61: error: initializer element is not constant > xfindproxy.c:61: error: (near initialization for > `PMversions[0].minor_version') > xfindproxy.c:61: error: initializer element is not constant > xfindproxy.c:61: error: (near initialization for `PMversions[0]') > xfindproxy.c: In function `main': > xfindproxy.c:127: error: `pmGetProxyAddrMsg' undeclared (first use in > this function) > xfindproxy.c:127: error: (Each undeclared identifier is reported only once > xfindproxy.c:127: error: for each function it appears in.) > xfindproxy.c:127: error: `pMsg' undeclared (first use in this function) > xfindproxy.c:203: error: `PM_PROTOCOL_NAME' undeclared (first use in > this function) > xfindproxy.c:290: error: `sz_pmGetProxyAddrMsg' undeclared (first use > in this function) > xfindproxy.c:290: error: syntax error before ')' token > xfindproxy.c:290: error: `PM_GetProxyAddr' undeclared (first use in > this function) > xfindproxy.c:328: error: `PM_Success' undeclared (first use in this > function) > xfindproxy.c: In function `PMprocessMessages': > xfindproxy.c:357: error: `PM_GetProxyAddrReply' undeclared (first use > in this function) > xfindproxy.c:360: error: `PM_GetProxyAddr' undeclared (first use in > this function) > xfindproxy.c:369: error: `pmGetProxyAddrReplyMsg' undeclared (first > use in this function) > xfindproxy.c:369: error: `pMsg' undeclared (first use in this function) > xfindproxy.c:379: error: `sz_pmGetProxyAddrReplyMsg' undeclared (first > use in this function) > xfindproxy.c:379: error: syntax error before ')' token > *** Error code 1 > > Stop in /usr/ports/x11/xfindproxy/work/xfindproxy-1.0.1. > *** Error code 1 > > Stop in /usr/ports/x11/xfindproxy/work/xfindproxy-1.0.1. > *** Error code 1 > > Stop in /usr/ports/x11/xfindproxy. > # > ------------------------------------- > > TIA, > -- > Attos Janus > pkg_info -W /usr/local/include/X11/PM/PM.h /usr/local/include/X11/PM/PM.h was installed by package xproxymanagementprotocol-1.0.2 And you can grep through pkg-plist files in /usr/ports to find which port installs needed files. HTH, Yuri From owner-freebsd-ports@FreeBSD.ORG Wed May 30 15:00:07 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 884AA16A468 for ; Wed, 30 May 2007 15:00:07 +0000 (UTC) (envelope-from mail@maxlor.com) Received: from popeye1.ggamaur.net (popeye1.ggamaur.net [213.160.40.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0694613C455 for ; Wed, 30 May 2007 15:00:06 +0000 (UTC) (envelope-from mail@maxlor.com) Received: from maxlor.mine.nu (c-82-192-240-247.customer.ggaweb.ch [82.192.240.247]) by popeye1.ggamaur.net (8.13.7/8.13.7/Submit) with ESMTP id l4UF03hg097131 for ; Wed, 30 May 2007 17:00:05 +0200 (CEST) (envelope-from mail@maxlor.com) Received: from localhost (unknown [127.0.0.1]) by maxlor.mine.nu (Postfix) with ESMTP id A2F222E23B for ; Wed, 30 May 2007 16:59:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at atlantis.intranet Received: from maxlor.mine.nu ([127.0.0.1]) by localhost (atlantis.intranet [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4bJYu++8hqGP for ; Wed, 30 May 2007 16:59:55 +0200 (CEST) Received: from mini.intranet (mini.intranet [10.0.0.17]) by maxlor.mine.nu (Postfix) with ESMTP id 6EAF02E23A for ; Wed, 30 May 2007 16:59:55 +0200 (CEST) From: Benjamin Lutz To: freebsd-ports@freebsd.org Date: Wed, 30 May 2007 16:59:48 +0200 User-Agent: KMail/1.9.5 X-Face: $Ov27?7*N,h60fIEfNJdb!m,@#4T/d; 1hw|W0zvsHM(a$Yn6BYQ0^SEEXvi8>D`|V*F"_+ R2@Aq>+mNb4`,'[[%z9v0Fa~]AD1}xQO3|>b.z&}l#R-_(P`?@Mz"kS; XC>Eti,i3>%@g? 4f,\c7|Ghwb&ky$b2PJ^\0b83NkLsFKv|smL/cI4UD%Tu8alAD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1389850.GZ7kojYLGW"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200705301659.54401.mail@maxlor.com> X-Scanned-By: MIMEDefang 2.61 on 213.160.40.60 Subject: Too many fonts with X.org 7.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 15:00:07 -0000 --nextPart1389850.GZ7kojYLGW Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, I notice that with X.org 7.2, many more fonts are installed by default.=20 This includes many fonts that are probably very rarely used by most=20 people, like font-misc-ethiopic. I would prefer not to have those fonts=20 installed on my system. Simply pkg_deleting them is not a satisfying=20 solution, since it breaks dependencies, and the next time=20 xorg-fonts-truetype is updated, they'll be back. Sooo... could maybe the number of font dependencies be reduced, or some=20 of them made optional? Or is there some clever (and persistent) hack to=20 ignore some ports? Cheers Benjamin --nextPart1389850.GZ7kojYLGW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGXZFqzZEjpyKHuQwRAmnNAJ9M33nuOLFzOi2LB255tTu0smv5DQCeLgN8 6X7MHDW2ePtk2hr6WX7qI7k= =LGgu -----END PGP SIGNATURE----- --nextPart1389850.GZ7kojYLGW-- From owner-freebsd-ports@FreeBSD.ORG Wed May 30 15:40:24 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73B2216A469 for ; Wed, 30 May 2007 15:40:24 +0000 (UTC) (envelope-from aturetta@commit.it) Received: from mailbox.rainbownet.com (mailbox.logital.it [85.18.201.116]) by mx1.freebsd.org (Postfix) with ESMTP id CCCD813C4BB for ; Wed, 30 May 2007 15:40:22 +0000 (UTC) (envelope-from aturetta@commit.it) Received: from 192.168.15.46 ([192.168.15.46]) (authenticated user aturetta@rainbownet.com) by rainbownet.com (mailbox.rainbownet.com [127.0.0.1]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 29-md50000000120.tmp for ; Wed, 30 May 2007 17:29:28 +0200 Message-ID: <465D9856.1050600@commit.it> Date: Wed, 30 May 2007 17:29:26 +0200 From: Angelo Turetta User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: aturetta@rainbownet.com X-Spam-Processed: mailbox.rainbownet.com, Wed, 30 May 2007 17:29:28 +0200 (not processed: message from valid local sender) X-MDRemoteIP: 192.168.15.46 X-Return-Path: aturetta@commit.it X-MDaemon-Deliver-To: freebsd-ports@freebsd.org Subject: portupgrade-devel: problem with -o ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 15:40:24 -0000 I updated to portupgrade-devel following the instructions about Xorg7.2. Yesterday I tried the following: # portupgrade -p -o www/gtkhtml38 gtkhtml3 ---> Upgrading 'gtkhtml3-3.14.1' to 'gtkhtml3-3.14.2' (www/gtkhtml3) ---> Building '/usr/ports/www/gtkhtml3' # portversion -v portupgrade\* portupgrade-devel-2.3.0_5 = up-to-date with port The same happened when I tried to switch ghostscript from -gnu to -gpl (even in that occasion, the -gnu port had a concurrent PORTREVISION bump). Is this a portupgrade-devel bug or my system's mis-behavior? Maybe it's happening because the implicit update takes precedence over the '-o' switch? Angelo Turetta From owner-freebsd-ports@FreeBSD.ORG Wed May 30 16:31:44 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 350AA16A469 for ; Wed, 30 May 2007 16:31:44 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id 06C0E13C448 for ; Wed, 30 May 2007 16:31:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 71F215D98; Wed, 30 May 2007 12:31:43 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0k8OfJZ0hXaU; Wed, 30 May 2007 12:31:41 -0400 (EDT) Received: from [192.168.1.3] (pool-71-190-78-62.nycmny.east.verizon.net [71.190.78.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 789BD5D4E; Wed, 30 May 2007 12:31:41 -0400 (EDT) Message-ID: <465DA6E6.9010001@mac.com> Date: Wed, 30 May 2007 12:31:34 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Joffrey Audin References: <745A35CA-406E-4608-B03D-4ECB9310D3FD@grumy.net> In-Reply-To: <745A35CA-406E-4608-B03D-4ECB9310D3FD@grumy.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: can't cd to... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 16:31:44 -0000 Joffrey Audin wrote: > Hi, Hi-- > I have a problems with lots of ports. > Ex in gnome-games : > #make install clean > make all-recursive > make all in po > cd: can't cd to po > *** Error code 1 > > Stop in /usr/ports/games/gnome-games/work/gnome-games-2.18.1 > > I have this problem with lots of ports and to my 'autotools' too. > the 'cd' doesn't work. > But not all, today, xorg-lib. update correctly > > Where is the bug please ?? What does "which make" tell you, and is it a GNU make or the BSD make? The ports tree expects to run with BSD make, and will invoke GNU make for various ports if the maintainer decided that the individual port needs or prefers to do so. -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Wed May 30 17:29:23 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B47116A400 for ; Wed, 30 May 2007 17:29:23 +0000 (UTC) (envelope-from vangyzen@vangyzen.net) Received: from smtp.vangyzen.net (static-74-41-215-198.dr01.brvl.mn.frontiernet.net [74.41.215.198]) by mx1.freebsd.org (Postfix) with ESMTP id 0FF6E13C4AE for ; Wed, 30 May 2007 17:29:22 +0000 (UTC) (envelope-from vangyzen@vangyzen.net) Received: by smtp.vangyzen.net (Postfix, from userid 1001) id 4F8C62284C; Wed, 30 May 2007 12:29:22 -0500 (CDT) Date: Wed, 30 May 2007 12:29:22 -0500 From: Eric van Gyzen To: Joey Mingrone Message-ID: <20070530172921.GA10820@sirius.vangyzen.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org Subject: Re: FreeBSD Port: R-2.5.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 17:29:23 -0000 Joey Mingrone wrote: > Hi Eric, > > I sent you a message a while back about some linking errors when > upgrading to R-2.4.1. I don't recall changing anything, but it > installed after updating my ports tree a few days later. I'm having > the same problems upgrading to 2.5.0. The linking error is below. > Any suggestions? *Note*, there are no linking errors when running the > erroneous command below with gfortran. > > Thanks, > > Joey > > ... > ... > cc -std=gnu99 -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../../lib > -lR > /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to > `__mulxc3@GCC_4.0.0' > /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to > `__mulsc3@GCC_4.0.0' > /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to > `__divsc3@GCC_4.0.0' > /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to > `__muldc3@GCC_4.0.0' > /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to > `__divdc3@GCC_4.0.0' > /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to > `__divxc3@GCC_4.0.0' Joey, I'm curious: Instead of linking with gfortran, try gcc42. Eric From owner-freebsd-ports@FreeBSD.ORG Wed May 30 17:34:23 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD55816A469 for ; Wed, 30 May 2007 17:34:23 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.230]) by mx1.freebsd.org (Postfix) with ESMTP id 9981513C458 for ; Wed, 30 May 2007 17:34:23 +0000 (UTC) (envelope-from joey@mingrone.org) Received: by nz-out-0506.google.com with SMTP id 14so923519nzn for ; Wed, 30 May 2007 10:34:22 -0700 (PDT) Received: by 10.65.75.2 with SMTP id c2mr15802844qbl.1180544830794; Wed, 30 May 2007 10:07:10 -0700 (PDT) Received: by 10.64.27.4 with HTTP; Wed, 30 May 2007 10:07:10 -0700 (PDT) Message-ID: Date: Wed, 30 May 2007 14:07:10 -0300 From: "Joey Mingrone" To: "Eric van Gyzen" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: ports@freebsd.org Subject: FreeBSD Port: R-2.5.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 17:34:23 -0000 Hi Eric, I sent you a message a while back about some linking errors when upgrading to R-2.4.1. I don't recall changing anything, but it installed after updating my ports tree a few days later. I'm having the same problems upgrading to 2.5.0. The linking error is below. Any suggestions? *Note*, there are no linking errors when running the erroneous command below with gfortran. Thanks, Joey ... ... cc -std=gnu99 -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to `__mulxc3@GCC_4.0.0' /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to `__mulsc3@GCC_4.0.0' /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to `__divsc3@GCC_4.0.0' /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to `__muldc3@GCC_4.0.0' /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to `__divdc3@GCC_4.0.0' /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to `__divxc3@GCC_4.0.0' From owner-freebsd-ports@FreeBSD.ORG Wed May 30 18:03:31 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 207A416A421 for ; Wed, 30 May 2007 18:03:31 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id D8BB213C46E for ; Wed, 30 May 2007 18:03:30 +0000 (UTC) (envelope-from joey@mingrone.org) Received: by nz-out-0506.google.com with SMTP id 14so929841nzn for ; Wed, 30 May 2007 11:03:29 -0700 (PDT) Received: by 10.64.220.8 with SMTP id s8mr15866354qbg.1180548209756; Wed, 30 May 2007 11:03:29 -0700 (PDT) Received: by 10.64.27.4 with HTTP; Wed, 30 May 2007 11:03:29 -0700 (PDT) Message-ID: Date: Wed, 30 May 2007 15:03:29 -0300 From: "Joey Mingrone" In-Reply-To: <20070530172921.GA10820@sirius.vangyzen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070530172921.GA10820@sirius.vangyzen.net> Cc: ports@freebsd.org Subject: Re: FreeBSD Port: R-2.5.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 18:03:31 -0000 On 5/30/07, Eric van Gyzen wrote: > Joey Mingrone wrote: > > Hi Eric, > > > > I sent you a message a while back about some linking errors when > > upgrading to R-2.4.1. I don't recall changing anything, but it > > installed after updating my ports tree a few days later. I'm having > > the same problems upgrading to 2.5.0. The linking error is below. > > Any suggestions? *Note*, there are no linking errors when running the > > erroneous command below with gfortran. > > > > Thanks, > > > > Joey > > > > ... > > ... > > cc -std=gnu99 -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../../lib > > -lR > > /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to > > `__mulxc3@GCC_4.0.0' > > /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to > > `__mulsc3@GCC_4.0.0' > > /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to > > `__divsc3@GCC_4.0.0' > > /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to > > `__muldc3@GCC_4.0.0' > > /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to > > `__divdc3@GCC_4.0.0' > > /usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to > > `__divxc3@GCC_4.0.0' > > Joey, > > I'm curious: Instead of linking with gfortran, try gcc42. > > Eric > Linking with gcc42 gives the same errors. Also, I should note, it was gfortran42, which linked without errors: >/usr/ports/math/R/work/R-2.5.0/src/main$ gfortran42 -std=gnu99 -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR > Joey From owner-freebsd-ports@FreeBSD.ORG Wed May 30 18:25:07 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE99A16A421 for ; Wed, 30 May 2007 18:25:07 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: from web54308.mail.yahoo.com (web54308.mail.yahoo.com [206.190.49.118]) by mx1.freebsd.org (Postfix) with SMTP id C678E13C45D for ; Wed, 30 May 2007 18:25:06 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: (qmail 74781 invoked by uid 60001); 30 May 2007 17:58:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.hk; h=Message-ID:X-YMail-OSG:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=kqSbLZF2QAdWqWt7ht3s9kXIYphx8OaB7J5pmpmxhpWxz8PaRWwttAt896iMmQbRAl74hKSda76LXNuO6QiRhVdkECTxijphMXI5C6pU+SQgWMe4KZTD1nVV8ZXUA1y2Mb3lyeGtBUoLxO2JEyU1eNUr9ediuGAodzV+83RyqYQ= ; Message-ID: <20070530175826.74779.qmail@web54308.mail.yahoo.com> X-YMail-OSG: XQzz8jgVM1kUx_juuvFOvXFcPWClJueoDTt.JTyYVQA3ZVrazaIjpIn.n_2jyiGHWzPYejHbIUyofcg3aDkjwlEJNT1QwOPiz7KgJwEKc41aR04KpL841zQQqveHZT_SZBx9_NkyTxsT.urk.NBby2bKDWtx8tJU2Rv6X65qg32A7ovCoNIi Received: from [61.15.61.52] by web54308.mail.yahoo.com via HTTP; Wed, 30 May 2007 10:58:26 PDT Date: Wed, 30 May 2007 10:58:26 -0700 (PDT) From: Patrick Dung To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-hackers@freebsd.org Subject: can we use disk device for iscsi-target port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 18:25:08 -0000 Hi This port is from netbsd. I have test it, It is great. I found it seems iscsi-target has to take a file instead of disk devicek (eg. /dev/da1) as the target. Below is my test result: Starting iscsi_target. Reading configuration from `/usr/local/etc/iscsi/targets' target0:rw:0.0.0.0/0 extent0:/dev/da1:0:10733223936 DISK: 1 logical units (20963328 blocks, 512 bytes/block), type iscsi fs DISK: LU 0: pid 896:disk.c:778: ***ERROR*** error reading "target0"pid 896:disk.c:895: ***ERROR*** error allocating space for "target0"pid 896:target.c:1487: ***ERROR*** device_init() failed pid 896:iscsi-target.c:150: ***ERROR*** target_init() failed It would be great if disk device can be used directly. BTW, I have not yet test netbsd with raw disk. seems someone test on openbsd and it seems working: http://www.freebsdforums.org/forums/showthread.php?t=43960 Thanks Patrick ____________________________________________________________________________________Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC From owner-freebsd-ports@FreeBSD.ORG Wed May 30 19:30:24 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E27A416A421 for ; Wed, 30 May 2007 19:30:24 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id CBEF213C487 for ; Wed, 30 May 2007 19:30:24 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id B5FF71A4D81; Wed, 30 May 2007 12:31:34 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 2B3FF513FC; Wed, 30 May 2007 15:30:24 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 132E1C125; Wed, 30 May 2007 15:30:24 -0400 (EDT) Date: Wed, 30 May 2007 15:30:24 -0400 From: Kris Kennaway To: Larry Rosenman Message-ID: <20070530193023.GA31531@rot13.obsecurity.org> References: <20070529203231.GC31507@obiwan.tataz.chchile.org> <20070529154713.S7019@thebighonker.lerctr.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <20070529154713.S7019@thebighonker.lerctr.org> User-Agent: Mutt/1.4.2.2i Cc: Jeremie Le Hen , freebsd-ports@FreeBSD.org Subject: Re: sysutils/lsof unbuildable on -CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 19:30:25 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 29, 2007 at 03:48:06PM -0500, Larry Rosenman wrote: > On Tue, 29 May 2007, Jeremie Le Hen wrote: >=20 > >Hi, > > > >Please Cc: me when replying. > > > >I can't build sysutils/lsof on -CURRENT (2007.05.20.12.00.00). > > >=20 > see pr ports/113123 >=20 > I submitted it today in response to this exact problem on advice > from Vic Abell (LSOF Maintainer). >=20 > I don't know when it will hit the tree. Thanks! Do you also want to take over maintainership? Kris --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGXdDPWry0BWjoQKURAj2zAJ9ExmN04o6sFPxLFlzA7luty5gOaACg1bSE 9VAz+KZbWblWXjys+ZKEk1Q= =X3jJ -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From owner-freebsd-ports@FreeBSD.ORG Wed May 30 19:33:29 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5109D16A468 for ; Wed, 30 May 2007 19:33:29 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id 3156B13C4BD for ; Wed, 30 May 2007 19:33:28 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org ([192.147.25.65]:49733) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HtTv9-000E4q-UR; Wed, 30 May 2007 14:33:25 -0500 Date: Wed, 30 May 2007 14:33:20 -0500 (CDT) From: Larry Rosenman To: Kris Kennaway In-Reply-To: <20070530193023.GA31531@rot13.obsecurity.org> Message-ID: <20070530143302.M54082@thebighonker.lerctr.org> References: <20070529203231.GC31507@obiwan.tataz.chchile.org> <20070529154713.S7019@thebighonker.lerctr.org> <20070530193023.GA31531@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: -4.4 (----) X-LERCTR-Spam-Score: -4.4 (----) X-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001 X-LERCTR-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001 DomainKey-Status: no signature Cc: Jeremie Le Hen , freebsd-ports@FreeBSD.org Subject: Re: sysutils/lsof unbuildable on -CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 19:33:29 -0000 On Wed, 30 May 2007, Kris Kennaway wrote: > On Tue, May 29, 2007 at 03:48:06PM -0500, Larry Rosenman wrote: >> On Tue, 29 May 2007, Jeremie Le Hen wrote: >> >>> Hi, >>> >>> Please Cc: me when replying. >>> >>> I can't build sysutils/lsof on -CURRENT (2007.05.20.12.00.00). >>> >> >> see pr ports/113123 >> >> I submitted it today in response to this exact problem on advice >> from Vic Abell (LSOF Maintainer). >> >> I don't know when it will hit the tree. > > Thanks! Do you also want to take over maintainership? If obrien@ doesn't want to maintain it anymore, sure. LER > > Kris > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From owner-freebsd-ports@FreeBSD.ORG Wed May 30 20:13:49 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A957616A46B for ; Wed, 30 May 2007 20:13:49 +0000 (UTC) (envelope-from norky@grumy.net) Received: from 42.mail-out.ovh.net (42.mail-out.ovh.net [213.251.189.42]) by mx1.freebsd.org (Postfix) with SMTP id 0920A13C4BD for ; Wed, 30 May 2007 20:13:48 +0000 (UTC) (envelope-from norky@grumy.net) Received: (qmail 9254 invoked by uid 503); 30 May 2007 20:14:02 -0000 Received: from gw2.ovh.net (HELO mail22.ha.ovh.net) (213.251.189.202) by 42.mail-out.ovh.net with SMTP; 30 May 2007 20:14:02 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 30 May 2007 20:13:45 -0000 Received: from 4aa54-4-82-234-151-107.fbx.proxad.net (HELO ?192.168.1.5?) (82.234.151.107) by ns0.ovh.net with SMTP; 30 May 2007 20:13:44 -0000 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <465DA6E6.9010001@mac.com> References: <745A35CA-406E-4608-B03D-4ECB9310D3FD@grumy.net> <465DA6E6.9010001@mac.com> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <948809EC-1633-45AA-9243-834467F5CC40@grumy.net> Content-Transfer-Encoding: quoted-printable From: Joffrey Audin Date: Wed, 30 May 2007 22:07:45 +0200 To: freebsd-ports@freebsd.org X-Mailer: Apple Mail (2.752.3) X-Ovh-Remote: 82.234.151.107 (4aa54-4-82-234-151-107.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Subject: Re: can't cd to... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 20:13:49 -0000 Thanks you, but I found the bug. The bug comes from my zshenv ! I deleted it and now, it's OK I don't know why... Le 30 mai 07 =E0 18:31, Chuck Swiger a =E9crit : > Joffrey Audin wrote: >> Hi, > > Hi-- > >> I have a problems with lots of ports. >> Ex in gnome-games : >> #make install clean >> make all-recursive >> make all in po >> cd: can't cd to po >> *** Error code 1 >> Stop in /usr/ports/games/gnome-games/work/gnome-games-2.18.1 >> I have this problem with lots of ports and to my 'autotools' too. >> the 'cd' doesn't work. >> But not all, today, xorg-lib. update correctly >> Where is the bug please ?? > > What does "which make" tell you, and is it a GNU make or the BSD make? > > The ports tree expects to run with BSD make, and will invoke GNU =20 > make for various ports if the maintainer decided that the =20 > individual port needs or prefers to do so. > > --=20 > -Chuck > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-=20 > unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Wed May 30 20:16:09 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C95E16A46B for ; Wed, 30 May 2007 20:16:09 +0000 (UTC) (envelope-from jack@jarasoft.net) Received: from raats.xs4all.nl (raats.xs4all.nl [82.95.230.43]) by mx1.freebsd.org (Postfix) with ESMTP id 1167213C489 for ; Wed, 30 May 2007 20:16:09 +0000 (UTC) (envelope-from jack@jarasoft.net) Received: from raats.xs4all.nl (localhost.jarasoft.net [127.0.0.1]) by raats.xs4all.nl (Postfix) with ESMTP id 7353C16A757 for ; Wed, 30 May 2007 22:16:14 +0200 (CEST) Received: by raats.xs4all.nl (Postfix, from userid 58) id 4CE4E16A754; Wed, 30 May 2007 22:16:14 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on orac.jarasoft.net X-Spam-Level: X-Spam-Status: No, score=-1.4 required=6.0 tests=ALL_TRUSTED, DKIM_POLICY_SIGNSOME,DK_POLICY_SIGNSOME autolearn=ham version=3.2.0 Received: from jara3 (unknown [192.168.1.65]) by raats.xs4all.nl (Postfix) with ESMTP id DF9F816A445 for ; Wed, 30 May 2007 22:15:46 +0200 (CEST) Message-ID: <005001c7a2f7$4c1365f0$0202fea9@jarasoft.net> From: "Jack Raats" To: Date: Wed, 30 May 2007 22:15:41 +0200 Organization: JaRaSoft, Steenbergen, Nederland MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=_7kTN726pDBgzUEFc7iPBYiFuSlzDST" Content-Disposition: inline X-Signed-With-GnuPG: GPGrelay Version 0.959 (Win32) X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: Problem upgrading port /usr/ports/lang/tcl84 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jack Raats List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 20:16:09 -0000 --=_7kTN726pDBgzUEFc7iPBYiFuSlzDST Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Upgrade this port gives the following output: orac# portupgrade -Na ---> Upgrading 'tcl-8.4.14_4,1' to 'tcl-8.4.15,1' (lang/tcl84) ---> Building '/usr/ports/lang/tcl84' ===> Cleaning for tcl-8.4.15,1 ===> Vulnerability check disabled, database not found ===> Found saved configuration for tcl-8.4.15,1 => tcl8.4.15-src.tar.gz is not in /usr/ports/lang/tcl84/distinfo. => Either /usr/ports/lang/tcl84/distinfo is out of date, or => tcl8.4.15-src.tar.gz is spelled incorrectly. *** Error code 1 Stop in /usr/ports/lang/tcl84. *** Error code 1 Stop in /usr/ports/lang/tcl84. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.18715.44 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=tcl-8.4.14_4,1 UPGRADE_PORT_VER=8.4.14_4,1 make ** Fix the problem and try again. Thanks for yout time! Jack --=_7kTN726pDBgzUEFc7iPBYiFuSlzDST Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) - GPGrelay v0.959 iD8DBQBGXduGUK3ljYLXVBQRAvMGAJ9IeXL2f6Keb/hI9AQyxJ0M9IfahACgtZGO yDsut3KkktvBiB45xtVfQDM= =DZ/0 -----END PGP SIGNATURE----- --=_7kTN726pDBgzUEFc7iPBYiFuSlzDST-- From owner-freebsd-ports@FreeBSD.ORG Wed May 30 21:21:14 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFF2D16A421 for ; Wed, 30 May 2007 21:21:14 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id 7B25E13C489 for ; Wed, 30 May 2007 21:21:14 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id B1A0444977 for ; Wed, 30 May 2007 23:21:13 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 03ED49EE0E; Wed, 30 May 2007 21:21:12 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id DA945405B; Wed, 30 May 2007 23:21:11 +0200 (CEST) Date: Wed, 30 May 2007 23:21:11 +0200 From: Jeremie Le Hen To: freebsd-ports@FreeBSD.org Message-ID: <20070530212111.GG31507@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-06) Cc: jeremie@le-hen.org Subject: audio/xmms2 fails to read a stream (with libcurl 7.16.1) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 21:21:14 -0000 Hi, I've just tried audio/xmms2. It works pretty well, but it cannot read a stream and the daemon outputs: % DEBUG: ../src/plugins/curl/curl_http.c:218: Using version 7.16.1 of libcurl % INFO: ../src/plugins/curl/curl_http.c:220: ********************************************** % INFO: ../src/plugins/curl/curl_http.c:221: Your version of libcurl is incompatible with % INFO: ../src/plugins/curl/curl_http.c:222: XMMS2 and you will not be able to stream shout/ice-cast % INFO: ../src/plugins/curl/curl_http.c:223: radio stations. Please consider downgrade to 7.15 or % INFO: ../src/plugins/curl/curl_http.c:224: upgrade to a more recent version than 7.16.2 % INFO: ../src/plugins/curl/curl_http.c:225: ********************************************** I send this mail just for the record. I suppose this will be fixed soon in the upstream source. However any help or fix would be welcome, of course :-). Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-freebsd-ports@FreeBSD.ORG Wed May 30 21:22:57 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E74C516A46C; Wed, 30 May 2007 21:22:57 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from mail.bitblocks.com (ns1.bitblocks.com [64.142.15.60]) by mx1.freebsd.org (Postfix) with ESMTP id CBE7613C489; Wed, 30 May 2007 21:22:57 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (localhost.bitblocks.com [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id 486EF5B49; Wed, 30 May 2007 13:56:08 -0700 (PDT) To: Peter Jeremy In-reply-to: Your message of "Tue, 29 May 2007 18:04:55 +1000." <20070529080455.GM1161@turion.vk2pj.dyndns.org> Date: Wed, 30 May 2007 13:56:08 -0700 From: Bakul Shah Message-Id: <20070530205608.486EF5B49@mail.bitblocks.com> Cc: ports@freebsd.org, hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 21:22:58 -0000 Peter Jeremy wrote: > On 2007-May-27 16:12:54 -0700, Bakul Shah wrote: > >Given the size and complexity of the port system I have long > >felt that rather than do everything via more and more complex > >Mk/*.mk what is is needed is a ports server and a thin CLI > >frontend to it. > > I don't believe this is practical. Both package names and > port dependencies depend on the options that are selected as > well as what other ports are already installed. A centralised > ports server is not going to have access to this information. I didn't mean a centralized server at freebsd.org but on your freebsd system and can know about what ports are installed. Conditional dependencies have to be dealt with. Perhaps the underlying reason for changing package names can be handled in a different way. What happens now is that mostly static information from various files is recomputed many times. While that can be handled by a local database, it seems to be a daemon provides a lot of benefits. Come to think of it, even a centralized server can work as there are a finite number of combinations and it can cache the ones in use. But all this is just an educated guess. From owner-freebsd-ports@FreeBSD.ORG Wed May 30 21:35:06 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A506B16A41F for ; Wed, 30 May 2007 21:35:06 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (math.missouri.edu [128.206.184.200]) by mx1.freebsd.org (Postfix) with ESMTP id 77E2613C455 for ; Wed, 30 May 2007 21:35:06 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (localhost [127.0.0.1]) by math.missouri.edu (8.13.1/8.13.1) with ESMTP id l4ULZ4Ot067877; Wed, 30 May 2007 16:35:04 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Received: from localhost (stephen@localhost) by math.missouri.edu (8.13.1/8.13.1/Submit) with ESMTP id l4ULZ42X067874; Wed, 30 May 2007 16:35:04 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Date: Wed, 30 May 2007 16:35:04 -0500 (CDT) From: Stephen Montgomery-Smith To: Bakul Shah In-Reply-To: <20070530205608.486EF5B49@mail.bitblocks.com> Message-ID: <20070530162949.M65262@math.missouri.edu> References: <20070530205608.486EF5B49@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ports@freebsd.org, Peter Jeremy , hackers@freebsd.org Subject: Re: Looking for speed increases in "make index" and pkg_version for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 21:35:06 -0000 On Wed, 30 May 2007, Bakul Shah wrote: > Peter Jeremy wrote: >> On 2007-May-27 16:12:54 -0700, Bakul Shah wrote: >>> Given the size and complexity of the port system I have long >>> felt that rather than do everything via more and more complex >>> Mk/*.mk what is is needed is a ports server and a thin CLI >>> frontend to it. >> >> I don't believe this is practical. Both package names and >> port dependencies depend on the options that are selected as >> well as what other ports are already installed. A centralised >> ports server is not going to have access to this information. > > I didn't mean a centralized server at freebsd.org but on your > freebsd system and can know about what ports are installed. > Conditional dependencies have to be dealt with. Perhaps the > underlying reason for changing package names can be handled > in a different way. > > What happens now is that mostly static information from > various files is recomputed many times. While that can be > handled by a local database, it seems to be a daemon provides > a lot of benefits. > > Come to think of it, even a centralized server can work as > there are a finite number of combinations and it can cache > the ones in use. But all this is just an educated guess. Your idea really looks very fine to me. From reading other emails on this thread, I get the impression that a lot of the underlying work has already been done in perhaps the portupgrade port, and so all you would have to do is to provide an interface from the make file to the database produced by portupgrade. Perhaps this could be made conditional, so that those who don't install portupgrade wouldn't use it. Even so, I also get the feeling that to implement this would be quite some work, so a volunteer needs to step forward. But my gut reaction is that this is almost certain to make things like "make clean" and pkg_version way way faster. And I must admit that I am having more doubts about my "calculate the variables just in time" idea. The thought of working really hard to make it work, and then seeing mediocre speed increases is rather offputting to me. From owner-freebsd-ports@FreeBSD.ORG Wed May 30 21:55:29 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D822F16A41F; Wed, 30 May 2007 21:55:29 +0000 (UTC) (envelope-from mark@foster.cc) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.200.81]) by mx1.freebsd.org (Postfix) with ESMTP id 8A81813C44B; Wed, 30 May 2007 21:55:29 +0000 (UTC) (envelope-from mark@foster.cc) Received: from fosgate.dyndns.org ([71.227.137.90]) by comcast.net (sccrmhc11) with ESMTP id <2007053021452501100hvvgme>; Wed, 30 May 2007 21:45:26 +0000 Received: from localhost (localhost [127.0.0.1]) by fosgate.dyndns.org (Postfix) with ESMTP id 8350E39836; Wed, 30 May 2007 14:43:59 -0700 (PDT) X-Virus-Scanned: amavisd-new at foster.cc Received: from fosgate.dyndns.org ([127.0.0.1]) by localhost (sonar.foster.dmz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bTkRkkJEJ2YB; Wed, 30 May 2007 14:43:56 -0700 (PDT) Received: from [10.1.253.78] (fis-gw1.portseattle.org [198.134.96.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by fosgate.dyndns.org (Postfix) with ESMTP id A800739835; Wed, 30 May 2007 14:43:55 -0700 (PDT) Message-ID: <465DF06F.9090500@foster.cc> Date: Wed, 30 May 2007 14:45:19 -0700 From: Mark Foster User-Agent: Thunderbird 1.5.0.10 (X11/20070403) MIME-Version: 1.0 To: Patrick Dung References: <20070530175826.74779.qmail@web54308.mail.yahoo.com> In-Reply-To: <20070530175826.74779.qmail@web54308.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: can we use disk device for iscsi-target port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 21:55:29 -0000 Patrick Dung wrote: > It would be great if disk device can be used directly. > > BTW, I have not yet test netbsd with raw disk. > seems someone test on openbsd and it seems working: > http://www.freebsdforums.org/forums/showthread.php?t=43960 > Whole disk or slice? I don't think either works at this point but can't say I've tried. Can you please test an individual slice and report your findings? -- Said one park ranger, 'There is considerable overlap between the intelligence of the smartest bears and the dumbest tourists.' Mark D. Foster, CISSP http://mark.foster.cc/ From owner-freebsd-ports@FreeBSD.ORG Wed May 30 22:20:45 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 617BA16A41F for ; Wed, 30 May 2007 22:20:45 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id 056D013C44B for ; Wed, 30 May 2007 22:20:45 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id 3BA31447F2 for ; Thu, 31 May 2007 00:20:44 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 7AEF29EE0E; Wed, 30 May 2007 22:20:42 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 69705405B; Thu, 31 May 2007 00:20:42 +0200 (CEST) Date: Thu, 31 May 2007 00:20:42 +0200 From: Jeremie Le Hen To: freebsd-ports@FreeBSD.org Message-ID: <20070530222042.GI31507@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-06) Cc: jeremie@le-hen.org Subject: X.org 7.2 eats the whole CPU whenever Firefox 2 displays something X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 22:20:45 -0000 Hi list, As you've surely understood from my last emails, I've just installed to X.org 7.2 :-). The main reason I run X is to surf the web, thus I installed www/firefox. It works, but very, very slowly. I've managed to get strace output, it is available here (you can view it directly from your web browser): http://tataz.chchile.org/~tataz/strace/strace.firefox.gz As you can notice, there are a _great_ number of syscall 454: % jarjarbinks:tmp$ grep -c syscall_454 strace.firefox % 26664 I don't know if it is related or not though, since top(1) shows that firefox-bin is pretty peaceful: % last pid: 8840; load averages: 0.56, 0.28, 0.25 up 8+15:46:26 00:16:23 % 110 processes: 2 running, 107 sleeping, 1 stopped % CPU states: 94.1% user, 0.0% nice, 4.3% system, 1.6% interrupt, 0.0% idle % Mem: 153M Active, 530M Inact, 143M Wired, 36M Cache, 111M Buf, 132M Free % Swap: 1200M Total, 23M Used, 1177M Free, 1% Inuse % % PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND % 67206 tataz 1 114 0 149M 30008K RUN 2:49 56.54% Xorg % 67215 tataz 1 96 0 18104K 12660K select 1:18 2.83% gkrellm % 14210 tataz 1 96 0 5616K 2328K select 4:46 0.00% screen % 46726 tataz 1 96 0 3416K 632K select 4:41 0.00% aumix % 763 root 1 96 0 3284K 292K select 3:29 0.00% moused % 82910 root 1 96 0 7664K 6092K select 0:24 0.00% screen % 4592 tataz 1 96 0 11760K 3152K select 0:06 0.00% screen % 793 tataz 1 96 0 12620K 10772K select 0:03 0.00% xterm % 8766 tataz 7 96 0 63408K 52096K ucond 0:02 0.00% firefox-bin Any help would be welcome. Thank you. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-freebsd-ports@FreeBSD.ORG Thu May 31 02:07:39 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5543A16A46B for ; Thu, 31 May 2007 02:07:39 +0000 (UTC) (envelope-from sean@farley.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id 1F4E013C45D for ; Thu, 31 May 2007 02:07:38 +0000 (UTC) (envelope-from sean@farley.org) Received: from thor.farley.org (thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.1/8.14.1) with ESMTP id l4V1unIt055738 for ; Wed, 30 May 2007 20:56:49 -0500 (CDT) (envelope-from sean@farley.org) Date: Wed, 30 May 2007 20:56:21 -0500 (CDT) From: Sean Farley To: freebsd-ports@freebsd.org Message-ID: <20070530205103.P14991@thor.farley.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: setenv() patch for POSIX and memory leak on CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 02:07:39 -0000 I also posted this to current@, but I would also like some feedback from ports@ to see what problems may arise from the changes in note #2. Change 2.c is the most likely source of issues. I have completed a new version[1] of a replacement (kern/99826[1]) for getenv/setenv/putenv/unsetenv(). A patch against CURRENT that updates libc and a few base utilities can be found here[2]. I built it and ran it successfully. Notes: 1. Fixes memory leak as noted in BUGS section for setenv(3). Example of the leak: setenv("TZ", "CDT", 1); setenv("TZ", "YEKST", 1); // Leaks setenv("TZ", "CDT", 1); setenv("TZ", "YEKST", 1); // Leaks 2. Converts all calls to POSIX from historic BSD API. a. unsetenv returns an int. b. putenv takes a char * instead of const char *. c. putenv no longer makes a copy of the input string. d. errno is set appropriately for POSIX. Exceptions involve bad environ variable and internal initialization code. These both set errno to EFAULT. 3. Several patches to base utilities to handle the POSIX changes are from Andrey Chernov's previous commit. A few I re-wrote to use setenv() instead of putenv(). Yes, I dislike putenv(). :) 4. A new regression module to test these functions was written. It also can be used to test the performance. I found performance to be on-par or better. It is found in tools/regression/environment. 5. Man page could use more work to match all the changes. 6. make universe successfully completed on amd64, arm, i386 and ia64. The other targets are still going. Thank you to Andrey and others for your help in proofreading several iterations of the code. Sean 1. http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/99826 2. http://www.farley.org/freebsd/tmp/setenv/setenv-9/ 3. http://www.farley.org/freebsd/tmp/setenv/setenv-9/setenv.diff -- sean-freebsd@farley.org From owner-freebsd-ports@FreeBSD.ORG Thu May 31 04:10:54 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A15F16A400 for ; Thu, 31 May 2007 04:10:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4A88E13C45E for ; Thu, 31 May 2007 04:10:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l4V4804P057980 for ; Wed, 30 May 2007 22:08:00 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 30 May 2007 22:08:16 -0600 (MDT) Message-Id: <20070530.220816.-957832999.imp@bsdimp.com> To: ports@freebsd.org From: "M. Warner Losh" X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 30 May 2007 22:08:00 -0600 (MDT) Cc: Subject: upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 04:10:54 -0000 Greetings. I set out on the great 7.2 upgrade, but didn't get very far: sudo portupgrade -f -o ports-mgmt/portupgrade-devel portupgrade ... ===> Cleaning for portupgrade-devel-2.3.0_5 ---> Cleaning out obsolete shared libraries FFaattaall eerrrroorr ''Thread is not system scope. Thread is not system scope. '' aatt lliinnee 331166 iinn ffiillee /hp/imp/p4/arm/src/lib/libpthread/thread/thr_sig.c/hp/imp/p4/arm/src/lib/libpthread/thread/thr_sig.c ((eerrrrnnoo == 22)) FFaattaall eerrrroorr ''Thread is not system scope. Thread is not system scope. '' aatt lliinnee 331166 iinn ffiillee /hp/imp/p4/arm/src/lib/libpthread/thread/thr_sig.c/hp/imp/p4/arm/src/lib/libpthread/thread/thr_sig.c ((eerrrrnnoo == 22)) /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:498:in `__system': Command failed [exit code 0]: /usr/local/sbin/pkgdb -aFOQ (CommandFailedError) from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:521:in `__sudo' from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:527:in `xsystem!' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:865:in `autofix!' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:861:in `autofix' from /usr/local/sbin/portupgrade:507:in `main' from /usr/local/sbin/portupgrade:769:in `call' from /usr/local/sbin/portupgrade:769:in `main' from /usr/local/lib/ruby/1.8/optparse.rb:785:in `initialize' from /usr/local/sbin/portupgrade:220:in `new' from /usr/local/sbin/portupgrade:220:in `main' from /usr/local/sbin/portupgrade:2084 and now any attempt to run portupgrade gives: FFatal error 'Thread is not system scope. ' at line 316 in file /hp/imp/p4/arm/src/lib/libpthread/thread/thr_sig.c (errno = 2) atal error 'Thread is not system scope. ' at line 316 in file /hp/imp/p4/arm/src/lib/libpthread/thread/thr_sig.c (errno = 2) Abort (core dumped) I suspect it is threads related. The full script of what I did is at http://people.freebsd.org/~imp/xorg-script. Ideas? Warner From owner-freebsd-ports@FreeBSD.ORG Thu May 31 04:19:54 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7550E16A421 for ; Thu, 31 May 2007 04:19:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 20A0D13C45D for ; Thu, 31 May 2007 04:19:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l4V4ISOM058057 for ; Wed, 30 May 2007 22:18:28 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 30 May 2007 22:18:45 -0600 (MDT) Message-Id: <20070530.221845.1102527879.imp@bsdimp.com> To: ports@freebsd.org From: "M. Warner Losh" X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 30 May 2007 22:18:28 -0600 (MDT) Cc: Subject: My problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 04:19:54 -0000 I think my problem was caused by a stale ruby18. When I did a make delete-old-libs, that program would no longer run due to a missing library. Rebuilding it, and then rebuilding portupgrade-devel was the ticket. You might want to suggest in the UPDATING file that people make sure their base system is up-to-date, and to update ruby as well after crossing the gcc 4.2/symbol versioning rubicon... Warner From owner-freebsd-ports@FreeBSD.ORG Thu May 31 05:24:51 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1B8416A421; Thu, 31 May 2007 05:24:51 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from polymer3.scphys.kyoto-u.ac.jp (polymer3.scphys.kyoto-u.ac.jp [130.54.55.55]) by mx1.freebsd.org (Postfix) with ESMTP id DBA2413C44C; Thu, 31 May 2007 05:24:50 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from POLYMER5.scphys.kyoto-u.ac.jp (h118.65.226.10.32118.vlan.kuins.net [10.226.65.118]) by polymer3.scphys.kyoto-u.ac.jp (8.14.1/8.14.1/20070410-1) with SMTP id l4V5ObN6011476; Thu, 31 May 2007 14:24:38 +0900 (JST) (envelope-from turutani@scphys.kyoto-u.ac.jp) Message-Id: <200705310524.AA00450@POLYMER5.scphys.kyoto-u.ac.jp> From: Tsurutani Naoki Date: Thu, 31 May 2007 14:24:37 +0900 To: bug-followup@FreeBSD.org, edwin@mavetju.org, ports@FreeBSD.org MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 Content-Type: text/plain; charset=us-ascii X-Spam-Status: No, score=-2.5 required=7.0 tests=ALL_TRUSTED,BAYES_20 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on polymer3.scphys.kyoto-u.ac.jp Cc: Subject: Re: ports/112876: audio/xmcd - compile problems after xorg 7.2 upgrade (might be not related) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 05:24:52 -0000 Hi, I came across the same problem. I think this is caused by the duplicated library installed by audio/libcddb. Before Xorg 7.2, xmcd was installed with the X11BASE prefix. Now, it is installed under /usr/local, and library search path while building is set to the PREFIX/lib. Therefore, linker delect /usr/local/lib/libcddb.a in linking xmcd and other tools, and fails to find symbols. I do not know how to fix this in a adequate manner, but I have one solution; renaming local libcdda.a to another. Here is a patch: --- files/patch-aa.orig Fri Jan 10 11:50:37 2003 +++ files/patch-aa Thu May 31 12:56:28 2007 @@ -1,5 +1,14 @@ --- xmcd_d/Imakefile.orig Mon Nov 4 06:44:44 2002 +++ xmcd_d/Imakefile Mon Nov 4 04:44:28 2002 +@@ -44,7 +44,7 @@ + * #include "Motif.rules" + */ + +-CDDBLIB= -L../cddb_d -lcddb ++CDDBLIB= -L../cddb_d -lcddblocal + LOCAL_LIBDIR= -L/usr/freeware/lib32 -L/usr/local/lib + VORBLIB= -lvorbisenc -lvorbis -logg + FLACLIB= -lFLAC @@ -82,7 +82,7 @@ #endif /* OSF1 */ #endif /* Linux */ --- files/patch-ac.orig Fri Feb 9 06:01:18 2007 +++ files/patch-ac Thu May 31 12:57:09 2007 @@ -1,5 +1,14 @@ --- cda_d/Imakefile.orig Thu Apr 22 03:27:23 2004 +++ cda_d/Imakefile Fri Feb 2 04:44:17 2007 +@@ -145,7 +145,7 @@ + /* + * Add needed libraries + */ +-CDDBLIB= -L../cddb_d -lcddb ++CDDBLIB= -L../cddb_d -lcddblocal + LOCAL_LIBDIR= -L/usr/freeware/lib32 -L/usr/local/lib + VORBLIB= -lvorbisenc -lvorbis -logg + FLACLIB= -lFLAC @@ -193,7 +193,7 @@ LOCAL_LIBRARIES=-lncurses #else --- /dev/null Thu May 31 13:00:26 2007 +++ patch-aj Thu May 31 12:58:25 2007 @@ -0,0 +1,11 @@ +--- cddb_d/Imakefile.orig Thu May 31 12:53:57 2007 ++++ cddb_d/Imakefile Thu May 31 12:53:00 2007 +@@ -225,7 +225,7 @@ + /* + * Build rule for the CD Information Library + */ +-NormalLibraryTarget(cddb,$(OBJS)) ++NormalLibraryTarget(cddblocal,$(OBJS)) + NormalLibraryTarget(cddbkey1,$(KOBJ)) + DependTarget() + --- Tsurutani Naoki turutani@scphys.kyoto-u.ac.jp From owner-freebsd-ports@FreeBSD.ORG Thu May 31 06:46:48 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D03D16A41F for ; Thu, 31 May 2007 06:46:48 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id D2EE713C468 for ; Thu, 31 May 2007 06:46:47 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 3575337D9FC; Thu, 31 May 2007 16:46:44 +1000 (EST) X-Viruscan-Id: <465E6F540000BECBC468ED@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id 01BA14231A2 for ; Thu, 31 May 2007 16:46:44 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id AEFB137D9BE for ; Thu, 31 May 2007 16:46:42 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 878292D7; Thu, 31 May 2007 16:46:42 +1000 (EST) Date: Thu, 31 May 2007 16:46:42 +1000 From: Edwin Groothuis To: ports@freebsd.org Message-ID: <20070531064642.GA1309@k7.mavetju> References: <20070524112334.GA75403@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070524112334.GA75403@k7.mavetju> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: /usr/local/ set to 700 ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 06:46:48 -0000 On Thu, May 24, 2007 at 09:23:35PM +1000, Edwin Groothuis wrote: > With the upgrade of xorg 7.2, and the "portupgrade -Rr 'gstreamer*'" > part, I suddenly find the permissions of my /usr/local and certain > directories in there set to 700 instead of 755. Am I the only one > with this very interesting issue? I probably was... I found out it was BSD.gnome.dist which was set to 700 in the first line instead of 755. No idea why, it's not really a file I touch manually :-) Reinstalling misc/gnomehier resolved it. Edwin, living a strange but fascinating life. -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Thu May 31 07:31:54 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF9FC16A469 for ; Thu, 31 May 2007 07:31:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 807EE13C43E for ; Thu, 31 May 2007 07:31:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l4V7UNYC059344 for ; Thu, 31 May 2007 01:30:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 31 May 2007 01:30:40 -0600 (MDT) Message-Id: <20070531.013040.-135505334.imp@bsdimp.com> To: ports@freebsd.org From: "M. Warner Losh" X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 31 May 2007 01:30:23 -0600 (MDT) Cc: Subject: libusb failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 07:31:54 -0000 Maybe this is old news, but libusb failed for me: (cd .libs && rm -f libusb.la && ln -s ../libusb.la libusb.la) if /bin/sh /usr/local/bin/libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -O2 -fno-strict-aliasing -pipe -MT usbpp.lo -MD -MP -MF ".deps/usbpp.Tpo" -c -o usbpp.lo usbpp.cpp; then mv -f ".deps/usbpp.Tpo" ".deps/usbpp.Plo"; else rm -f ".deps/usbpp.Tpo"; exit 1; fi c++ -DHAVE_CONFIG_H -I. -O2 -fno-strict-aliasing -pipe -MT usbpp.lo -MD -MP -MF .deps/usbpp.Tpo -c usbpp.cpp -fPIC -DPIC -o .libs/usbpp.o c++ -DHAVE_CONFIG_H -I. -O2 -fno-strict-aliasing -pipe -MT usbpp.lo -MD -MP -MF .deps/usbpp.Tpo -c usbpp.cpp -o usbpp.o >/dev/null 2>&1 /bin/sh /usr/local/bin/libtool --mode=link c++ -O2 -fno-strict-aliasing -pipe -o libusbpp.la -rpath /usr/local/lib -version-info 8:4:4 -release 0.1 -export-dynamic -lusb usbpp.lo c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/usbpp.o -Wl,--rpath -Wl,/tmp/ports/devel/libusb/work/libusb-0.1.12/.libs -Wl,--rpath -Wl,/usr/local/lib /tmp/ports/devel/libusb/work/libusb-0.1.12/.libs/libusb.so -L/usr/lib -lstdc++ -lm -lgcc_pic /usr/lib/crtendS.o /usr/lib/crtn.o -Wl,-soname -Wl,libusbpp-0.1.so.8 -o .libs/libusbpp-0.1.so.8 /usr/bin/ld: cannot find -lgcc_pic *** Error code 1 Stop in /tmp/ports/devel/libusb/work/libusb-0.1.12. *** Error code 1 Stop in /tmp/ports/devel/libusb/work/libusb-0.1.12. *** Error code 1 Stop in /tmp/ports/devel/libusb/work/libusb-0.1.12. *** Error code 1 Stop in /tmp/ports/devel/libusb. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.60394.37 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=libusb-0.1.12 UPGRADE_PORT_VER=0.1.12 make ** Fix the problem and try again. Any ideas? Warner From owner-freebsd-ports@FreeBSD.ORG Thu May 31 07:36:22 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 700D916A46F for ; Thu, 31 May 2007 07:36:22 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id 37F8D13C45B for ; Thu, 31 May 2007 07:36:21 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id 127DA44E64; Thu, 31 May 2007 09:36:21 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id C61699D60D; Thu, 31 May 2007 07:36:18 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 8F2A5405B; Thu, 31 May 2007 09:36:18 +0200 (CEST) Date: Thu, 31 May 2007 09:36:18 +0200 From: Jeremie Le Hen To: freebsd-ports@FreeBSD.org Message-ID: <20070531073618.GN31507@obiwan.tataz.chchile.org> References: <20070530222042.GI31507@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070530222042.GI31507@obiwan.tataz.chchile.org> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: bana@docisland.org, jeremie@le-hen.org Subject: Re: X.org 7.2 eats the whole CPU whenever Firefox 2 displays something X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 07:36:22 -0000 Hi, On Thu, May 31, 2007 at 12:20:42AM +0200, Jeremie Le Hen wrote: > As you can notice, there are a _great_ number of syscall 454: > % jarjarbinks:tmp$ grep -c syscall_454 strace.firefox > % 26664 FWIW, I've checked src/sys/kern/syscalls.master and syscall_454 is _umtx_op(). I don't think this has much to do with Xorg process eating all the available CPU. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-freebsd-ports@FreeBSD.ORG Thu May 31 08:04:14 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D31116A469 for ; Thu, 31 May 2007 08:04:14 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: from web54302.mail.re2.yahoo.com (web54302.mail.re2.yahoo.com [206.190.49.112]) by mx1.freebsd.org (Postfix) with SMTP id 1507E13C4CC for ; Thu, 31 May 2007 08:04:13 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: (qmail 9824 invoked by uid 60001); 31 May 2007 07:37:33 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.hk; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=xrFLue0F6LR3W6h3pEz/xpH9RSoHT5mY1PBSpmWAtMHQhrnIdOsnRdmHxOZ6Vac1yPdqgYix/Nf7leFr+Pkkef5sB4aoiCVo7eWPuZm1vvKJxwKxKNzWRgdkkMTTt4Q7hWNwCE7a5MrviNCcn6s5ucjeTFBF/FUnVinao5vIVW4=; X-YMail-OSG: nPewYasVM1kSzaCR4Wyf7ye_8vzGRGDNU_.ExCKvUMhn.RO7_BMQ8W2nPogpw0wFOVVGx5sXJr87kuP.zkJfiTgrLLh4xIPJ1JB66WeBxydhUiqG6fXKtZ1ITigfpkeuU55r1oOOrX.zmKr80.0LUSS.tjD0XMxQ11iEdlFwc65fsCylO6D0 Received: from [61.15.61.52] by web54302.mail.re2.yahoo.com via HTTP; Thu, 31 May 2007 00:37:33 PDT Date: Thu, 31 May 2007 00:37:33 -0700 (PDT) From: Patrick Dung To: Mark Foster In-Reply-To: <465DF06F.9090500@foster.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <786193.7469.qm@web54302.mail.re2.yahoo.com> Cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: can we use disk device for iscsi-target port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 08:04:14 -0000 My testing env is Vmware, the backend disks are new/empty. Here's my testing result: 1. OpenBSD 4.1 with iscsi-target compiled (I can't find it in the ports) It support disk slice directly, I use /dev/sd1c. 2. NetBSD 4.0-current with iscsi-target in base OS It support disk slice directly, I use /dev/sd1d. 3. FreeBSD 6.2 with iscsi-target port: When the new harddisk is added. It is empty and do not have any individual slice (only have /dev/da1). iscsi-target cannot use /dev/da1 directly (tested yesterday) /dev/da1c is gone in FreeBSD (since 5.0).... I have tried to create a disk slice by fdisk (/dev/da1s1 and /dev/da1s1c is created). But iscsi-target cannot use them directly: Reading configuration from `./targets' target0:rw:0.0.0.0/0 extent0:/dev/da1s1:0:629145600 DISK: 1 logical units (1228800 blocks, 512 bytes/block), type iscsi fs DISK: LU 0: pid 1916:disk.c:778: ***ERROR*** error reading "target0"pid 1916:disk.c:895: ***ERROR*** error allocating space for "target0"pid 1916:target.c:1487: ***ERROR*** device_init() failed pid 1916:iscsi-target.c:150: ***ERROR*** target_init() failed Reading configuration from `./targets' target0:rw:0.0.0.0/0 extent0:/dev/da1s1c:0:629145600 DISK: 1 logical units (1228800 blocks, 512 bytes/block), type iscsi fs DISK: LU 0: pid 1919:disk.c:778: ***ERROR*** error reading "target0"pid 1919:disk.c:895: ***ERROR*** error allocating space for "target0"pid 1919:target.c:1487: ***ERROR*** device_init() failed pid 1919:iscsi-target.c:150: ***ERROR*** target_init() failed Patrick --- Mark Foster wrote: > Patrick Dung wrote: > > It would be great if disk device can be used directly. > > > > BTW, I have not yet test netbsd with raw disk. > > seems someone test on openbsd and it seems working: > > http://www.freebsdforums.org/forums/showthread.php?t=43960 > > > Whole disk or slice? I don't think either works at this point but > can't > say I've tried. Can you please test an individual slice and report > your > findings? > > -- > Said one park ranger, 'There is considerable overlap between the > intelligence of the smartest bears and the dumbest tourists.' > Mark D. Foster, CISSP http://mark.foster.cc/ > > ____________________________________________________________________________________ Be a PS3 game guru. Get your game face on with the latest PS3 news and previews at Yahoo! Games. http://videogames.yahoo.com/platform?platform=120121 From owner-freebsd-ports@FreeBSD.ORG Thu May 31 09:58:23 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CB7B16A468 for ; Thu, 31 May 2007 09:58:23 +0000 (UTC) (envelope-from om-lists-bsd@omx.ch) Received: from omega.omnis.ch (omega.omnis.ch [195.134.143.43]) by mx1.freebsd.org (Postfix) with SMTP id 9896213C43E for ; Thu, 31 May 2007 09:58:22 +0000 (UTC) (envelope-from om-lists-bsd@omx.ch) Received: (qmail 21720 invoked from network); 31 May 2007 09:58:19 -0000 Received: from 212.60.61.188 ([212.60.61.188]) by omega.omnis.ch ([195.134.143.43]) with ESMTP via TCP; 31 May 2007 09:58:19 -0000 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <46536AEE.2070401@secnap.net> References: <1179869534.17617.6.camel@bigapple.omnis.ch> <46536AEE.2070401@secnap.net> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <3F7B5714-B11B-41CB-B722-22AEDD832F05@omx.ch> Content-Transfer-Encoding: quoted-printable From: Olivier Mueller Date: Thu, 31 May 2007 11:58:21 +0200 To: ports@FreeBSD.org X-Mailer: Apple Mail (2.752.2) Cc: Subject: Re: p5-Mail-SpamAssassin 3.2.0 - one month now X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 09:58:23 -0000 Le 23 mai 07 =E0 00:13, Michael Scheidell a =E9crit : > Olivier Mueller wrote: >> Just wondering if you could use any help about this port update? =20 >> What >> is the problem you are talking about? I just saw your PR but it's >> already a few weeks old: >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/112502 And as =20 >> spamassassin 3.2.0 has quite a lot of enhancements... >> > Freebsd has frozen the ports tree. I sent them updates, and it =20 > will take a while till they unfreeze ports. It has been nearly one month now since SA 3.2.0 has been released, =20 and the port tree is unfrozen since one or two weeks too: what about =20 updating the port, or why isn't this happening? Do you need more =20 "beta testers"? I know I can get the files/patches directly from the =20= PR page (updated last week), but getting them via a cvsup would be =20 nicer :-) Thanks & regards, Olivier From owner-freebsd-ports@FreeBSD.ORG Thu May 31 10:11:56 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C0C616A421 for ; Thu, 31 May 2007 10:11:56 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id C258F13C447 for ; Thu, 31 May 2007 10:11:55 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so46276anc for ; Thu, 31 May 2007 03:11:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=Q2rEqep7f9tAJFIVqObFZAsm6Y9Tp5xc6MkkAn/X7C31kTFpu/u0QF1tWjo6UcBRAiw7UYbysYNTWsAOgDAk5keO3NzHkuDfNpWOF2UmGCe7U6hLC/qhyNctQkt18r4K5IJHpIy96eljJNQn+o7m7A1To3OOYsLGnDFmEwx1JY0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=A+mciLqlUAgdFAlJ8ONPqvfopqGLAxh0VZcRsdihiCzOytGnavNj6XNKPFmL7ToY2O562iZ74FBxAU0buKxOjDpZGSqG5dzdycwaaedM0/diy5tV3O5sGexZSX1JHzU0KP9d+mi0BofFRFIa9F2FJ2IT3/aF2RqAVlQushvw8xs= Received: by 10.100.120.5 with SMTP id s5mr192831anc.1180604736059; Thu, 31 May 2007 02:45:36 -0700 (PDT) Received: by 10.100.152.15 with HTTP; Thu, 31 May 2007 02:45:35 -0700 (PDT) Message-ID: Date: Thu, 31 May 2007 10:45:35 +0100 From: Freminlins To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: What has happened to the Exim port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 10:11:56 -0000 Hi, Despite trying to build this port with WITH_EXIMON=no in the Makefile it seems to still require X11: mail# make On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf. On the other hand, if you do wish to use non-default X11BASE, please set variable USE_NONDEFAULT_X11BASE. *** Error code 1 Any ideas why? This never used to happen. I just want to build exim without eximon or X11. I can't see a relevant comment in the CVS changes. Thanks, Frem. From owner-freebsd-ports@FreeBSD.ORG Thu May 31 10:51:29 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65C0E16A474 for ; Thu, 31 May 2007 10:51:29 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 1FAC213C4AD for ; Thu, 31 May 2007 10:51:29 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so50058anc for ; Thu, 31 May 2007 03:51:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z2rBlXRkuOlxwSY7cDJSK0Nmk13k3udqZyGYFTIN01MrbLyrDPhjzQ6rOFA70mj7tfPgQDKSnmawyrX+QwC68yIc2IUTu7DrcCT/4COFIebImUC/NGo2RZy6dqp6/vgSkPrlD2wcZcavsQxjdk3yW4phXKsgfsRc1ycv1Pd42js= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pKFRIi6LIfwNFdWfyDXBHiYA7F0JikeXO0Un2+vT7dJ5cSaHEQPrY2ARFgA0TonWgM0Vm/nb/8cqVKWP2dozbvtsSblrpwFCXo2KItO97R+zvEV/WfACNLZB07NwMxGSnhSH7PF0Ua6ZjqKH2ntCZRrCKb01VFukUWesT6gqdb4= Received: by 10.100.37.4 with SMTP id k4mr236989ank.1180608688519; Thu, 31 May 2007 03:51:28 -0700 (PDT) Received: by 10.100.139.10 with HTTP; Thu, 31 May 2007 03:51:28 -0700 (PDT) Message-ID: <790a9fff0705310351h7a239bd3i4dcb7c5676149ab7@mail.gmail.com> Date: Thu, 31 May 2007 05:51:28 -0500 From: "Scot Hetzel" To: "Jeremie Le Hen" In-Reply-To: <20070531073618.GN31507@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070530222042.GI31507@obiwan.tataz.chchile.org> <20070531073618.GN31507@obiwan.tataz.chchile.org> Cc: bana@docisland.org, freebsd-ports@freebsd.org Subject: Re: X.org 7.2 eats the whole CPU whenever Firefox 2 displays something X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 10:51:29 -0000 Which version of FreeBSD are you using? FreeBSD 6.x had PR threads/101355 opened on this problem: http://www.freebsd.org/cgi/query-pr.cgi?pr=101355 But it was closed with the following reason: > If your application is malloc hunger, then there is performance problem > on 6.x since malloc is protected by single lock, you may try -CURRENT, > the malloc was rewritten by Jason Evans on -CURRENT. If your having this problem on -CURRENT, you may want to submit a new bug report. Scot On 5/31/07, Jeremie Le Hen wrote: > Hi, > > On Thu, May 31, 2007 at 12:20:42AM +0200, Jeremie Le Hen wrote: > > As you can notice, there are a _great_ number of syscall 454: > > % jarjarbinks:tmp$ grep -c syscall_454 strace.firefox > > % 26664 > > FWIW, I've checked src/sys/kern/syscalls.master and syscall_454 is > _umtx_op(). I don't think this has much to do with Xorg process > eating all the available CPU. > > Regards, > -- > Jeremie Le Hen > < jeremie at le-hen dot org >< ttz at chchile dot org > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Thu May 31 10:57:55 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DEAE16A400 for ; Thu, 31 May 2007 10:57:55 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 57AE913C48A for ; Thu, 31 May 2007 10:57:55 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so50686anc for ; Thu, 31 May 2007 03:57:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=kj+H8PsdaltdBT/7h1VDF8rDfLYn6tMevH+U7tYr2lx4PBgkwB6dM+EoOugcy0wSfUOr5TZEhVWKld77HE48MEjPKryouPgmnzrnVxU0MzhiEAppJtCcQl4qwLsulxXR0+Vor7TS7jF1PxBspHszI7FC9Gi8FgNjNg9fya1tYZc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Xrt2WiU8pBAmI9PapzbpsKqtX4DZ7YkA9BanBQJlEGWjfZMD0alR+QdKZx1y8QYbUbzLLN3geBlOmvBZ1/fiiAqrRPoGgOU5OH0niTGoZUG+JejvnWpxaMj+7ttg8hMBOjIVnTl/uA1Txg7s6fsnYEN2+Pw+pbVvucEnNZi3LS0= Received: by 10.78.201.15 with SMTP id y15mr322346huf.1180609073529; Thu, 31 May 2007 03:57:53 -0700 (PDT) Received: from darklight.abyss ( [83.239.5.254]) by mx.google.com with ESMTP id g1sm3098557muf.2007.05.31.03.57.49; Thu, 31 May 2007 03:57:52 -0700 (PDT) Received: from darklight.abyss (localhost [127.0.0.1]) by darklight.abyss (8.14.1/8.14.1) with ESMTP id l4VAvUmA032677; Thu, 31 May 2007 14:57:31 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.abyss (8.14.1/8.14.1/Submit) id l4VAvNwj032676; Thu, 31 May 2007 14:57:23 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.abyss: yuri set sender to yuri.pankov@gmail.com using -f Date: Thu, 31 May 2007 14:57:22 +0400 From: Yuri Pankov To: "M. Warner Losh" Message-ID: <20070531105722.GA15885@darklight.abyss> References: <20070531.013040.-135505334.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070531.013040.-135505334.imp@bsdimp.com> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-ports@freebsd.org Subject: Re: libusb failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 10:57:55 -0000 On Thu, May 31, 2007 at 01:30:40AM -0600, M. Warner Losh wrote: > Maybe this is old news, but libusb failed for me: > > (cd .libs && rm -f libusb.la && ln -s ../libusb.la libusb.la) > if /bin/sh /usr/local/bin/libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -O2 -fno-strict-aliasing -pipe -MT usbpp.lo -MD -MP -MF ".deps/usbpp.Tpo" -c -o usbpp.lo usbpp.cpp; then mv -f ".deps/usbpp.Tpo" ".deps/usbpp.Plo"; else rm -f ".deps/usbpp.Tpo"; exit 1; fi > c++ -DHAVE_CONFIG_H -I. -O2 -fno-strict-aliasing -pipe -MT usbpp.lo -MD -MP -MF .deps/usbpp.Tpo -c usbpp.cpp -fPIC -DPIC -o .libs/usbpp.o > c++ -DHAVE_CONFIG_H -I. -O2 -fno-strict-aliasing -pipe -MT usbpp.lo -MD -MP -MF .deps/usbpp.Tpo -c usbpp.cpp -o usbpp.o >/dev/null 2>&1 > /bin/sh /usr/local/bin/libtool --mode=link c++ -O2 -fno-strict-aliasing -pipe -o libusbpp.la -rpath /usr/local/lib -version-info 8:4:4 -release 0.1 -export-dynamic -lusb usbpp.lo > c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/usbpp.o -Wl,--rpath -Wl,/tmp/ports/devel/libusb/work/libusb-0.1.12/.libs -Wl,--rpath -Wl,/usr/local/lib /tmp/ports/devel/libusb/work/libusb-0.1.12/.libs/libusb.so -L/usr/lib -lstdc++ -lm -lgcc_pic /usr/lib/crtendS.o /usr/lib/crtn.o -Wl,-soname -Wl,libusbpp-0.1.so.8 -o .libs/libusbpp-0.1.so.8 > /usr/bin/ld: cannot find -lgcc_pic > *** Error code 1 > > Stop in /tmp/ports/devel/libusb/work/libusb-0.1.12. > *** Error code 1 > > Stop in /tmp/ports/devel/libusb/work/libusb-0.1.12. > *** Error code 1 > > Stop in /tmp/ports/devel/libusb/work/libusb-0.1.12. > *** Error code 1 > > Stop in /tmp/ports/devel/libusb. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.60394.37 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=libusb-0.1.12 UPGRADE_PORT_VER=0.1.12 make > ** Fix the problem and try again. > > Any ideas? > > Warner Try reinstalling libtool. HTH, Yuri From owner-freebsd-ports@FreeBSD.ORG Thu May 31 11:25:48 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B41616A41F for ; Thu, 31 May 2007 11:25:48 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [194.255.56.42]) by mx1.freebsd.org (Postfix) with ESMTP id C3ABA13C46C for ; Thu, 31 May 2007 11:25:47 +0000 (UTC) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 95DA112545A; Thu, 31 May 2007 13:09:00 +0200 (CEST) Date: Thu, 31 May 2007 13:09:00 +0200 From: Anton Berezin To: Freminlins Message-ID: <20070531110900.GA61556@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Freminlins , freebsd-ports@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-Powered-By: FreeBSD http://www.freebsd.org/ Cc: freebsd-ports@freebsd.org Subject: Re: What has happened to the Exim port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 11:25:48 -0000 On Thu, May 31, 2007 at 10:45:35AM +0100, Freminlins wrote: > Hi, > > Despite trying to build this port with WITH_EXIMON=no in the Makefile it > seems to still require X11: > > mail# make > On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE > by itself so please help it a bit by setting X11BASE=${LOCALBASE} in > make.conf. > On the other hand, if you do wish to use non-default X11BASE, please set > variable USE_NONDEFAULT_X11BASE. > *** Error code 1 > > Any ideas why? This never used to happen. I just want to build exim without > eximon or X11. I can't see a relevant comment in the CVS changes. It has nothing to do with exim, it's what the current ports collection tells you. If you do not have X (old or new) on the machine in question, just do what it says (put X11BASE=${LOCALBASE} in /etc/make.conf) and proceed as usual. \Anton. -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen From owner-freebsd-ports@FreeBSD.ORG Thu May 31 11:33:29 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A83916A46C for ; Thu, 31 May 2007 11:33:29 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from dione.picobyte.net (81-86-230-94.dsl.pipex.com [81.86.230.94]) by mx1.freebsd.org (Postfix) with SMTP id E69FC13C457 for ; Thu, 31 May 2007 11:33:27 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from charon.picobyte.net (charon.picobyte.net [192.168.254.3]) by dione.picobyte.net (Postfix) with ESMTP id 58122B80F; Thu, 31 May 2007 12:06:37 +0100 (BST) Date: Thu, 31 May 2007 12:06:37 +0100 From: Shaun Amott To: Freminlins Message-ID: <20070531110636.GA27323@charon.picobyte.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.14 (FreeBSD i386) Cc: freebsd-ports@freebsd.org Subject: Re: What has happened to the Exim port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 11:33:29 -0000 On Thu, May 31, 2007 at 10:45:35AM +0100, Freminlins wrote: > > Despite trying to build this port with WITH_EXIMON=no in the Makefile it > seems to still require X11: > This is a global check, it affects all ports. Just set the new X11BASE or USE_NONDEFAULT_X11BASE, as advised. -- Shaun Amott // PGP: 0x6B387A9A "A foolish consistency is the hobgoblin of little minds." - Ralph Waldo Emerson From owner-freebsd-ports@FreeBSD.ORG Thu May 31 11:58:07 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A852D16A468 for ; Thu, 31 May 2007 11:58:07 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id D7BC113C4B9 for ; Thu, 31 May 2007 11:58:06 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.236.62]) (authenticated bits=128) by parrot.aev.net (8.14.0/8.13.8) with ESMTP id l4VBwrs3042605 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 31 May 2007 13:58:59 +0200 (CEST) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.1/8.13.8) with ESMTP id l4VBj1xP022210; Thu, 31 May 2007 13:45:01 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <465EB50A.5090608@netfence.it> Date: Thu, 31 May 2007 13:44:10 +0200 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.0 (X11/20070423) MIME-Version: 1.0 To: Olivier Mueller References: <1179869534.17617.6.camel@bigapple.omnis.ch> <46536AEE.2070401@secnap.net> <3F7B5714-B11B-41CB-B722-22AEDD832F05@omx.ch> In-Reply-To: <3F7B5714-B11B-41CB-B722-22AEDD832F05@omx.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.61 on 212.31.247.179 Cc: ports@freebsd.org Subject: Re: p5-Mail-SpamAssassin 3.2.0 - one month now X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 11:58:07 -0000 Olivier Mueller wrote: > It has been nearly one month now since SA 3.2.0 has been released, and > the port tree is unfrozen since one or two weeks too: what about > updating the port, or why isn't this happening? Do you need more "beta > testers"? I know I can get the files/patches directly from the PR page > (updated last week), but getting them via a cvsup would be nicer :-) Well, if you put it this way, I'm still waiting for samba 3.0.25a. For now the choice is: _ stick with 3.0.24 which has security problems; _ upgrade to 3.0.25 in ports which is badly broken; _ install 3.0.25a by hand. I see the number of commits is quite high these days. I guess the port team is already working hard... bye av. From owner-freebsd-ports@FreeBSD.ORG Thu May 31 13:32:31 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CBD916A400 for ; Thu, 31 May 2007 13:32:31 +0000 (UTC) (envelope-from bh@bh.net.ua) Received: from cornel.net.ua (cornel.net.ua [195.47.248.1]) by mx1.freebsd.org (Postfix) with ESMTP id AF0A713C45B for ; Thu, 31 May 2007 13:32:30 +0000 (UTC) (envelope-from bh@bh.net.ua) Received: from [195.47.248.30] (port=65282 helo=dream.cornel.net.ua) by cornel.net.ua with esmtp (Exim 4.64 (FreeBSD)) (envelope-from ) id 1HtjsM-000Fxm-CJ; Thu, 31 May 2007 15:35:37 +0300 Message-ID: <465EC116.8040801@bh.net.ua> Date: Thu, 31 May 2007 15:35:34 +0300 From: "Andrey S. Zakharajashchev" User-Agent: Thunderbird 2.0.0.0 (X11/20070522) MIME-Version: 1.0 To: Freminlins References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 195.47.248.30 X-SA-Exim-Mail-From: bh@bh.net.ua X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on monk.cornel.net.ua X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, MR_NOT_ATTRIBUTED_IP,RATWR10_MESSID,SMILEY autolearn=no version=3.1.7 X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on cornel.net.ua) Cc: freebsd-ports@freebsd.org Subject: Re: What has happened to the Exim port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 13:32:31 -0000 Freminlins пишет: > Hi, > > Despite trying to build this port with WITH_EXIMON=no in the Makefile it > seems to still require X11: > > mail# make > On FreeBSD before 6.2 ports system unfortunately can not set default > X11BASE > by itself so please help it a bit by setting X11BASE=${LOCALBASE} in > make.conf. > On the other hand, if you do wish to use non-default X11BASE, please set > variable USE_NONDEFAULT_X11BASE. > *** Error code 1 > > Any ideas why? This never used to happen. I just want to build exim without > eximon or X11. I can't see a relevant comment in the CVS changes. You don't need to set WIT_EXIMMON=no... just delete this line from your make.conf and it will be your happyness ;-) > > > Thanks, > Frem. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Thu May 31 13:59:53 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B02C16A41F for ; Thu, 31 May 2007 13:59:53 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id EFB7E13C44B for ; Thu, 31 May 2007 13:59:52 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: (qmail 23865 invoked from network); 31 May 2007 13:59:52 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 31 May 2007 13:59:52 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id D5E8228439; Thu, 31 May 2007 09:59:51 -0400 (EDT) To: Benjamin Lutz References: <200705301659.54401.mail@maxlor.com> From: Lowell Gilbert Date: Thu, 31 May 2007 09:59:51 -0400 In-Reply-To: <200705301659.54401.mail@maxlor.com> (Benjamin Lutz's message of "Wed\, 30 May 2007 16\:59\:48 +0200") Message-ID: <44wsypnlew.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@freebsd.org Subject: Re: Too many fonts with X.org 7.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 13:59:53 -0000 Benjamin Lutz writes: > I notice that with X.org 7.2, many more fonts are installed by default. > This includes many fonts that are probably very rarely used by most > people, like font-misc-ethiopic. I would prefer not to have those fonts > installed on my system. Simply pkg_deleting them is not a satisfying > solution, since it breaks dependencies, and the next time > xorg-fonts-truetype is updated, they'll be back. > > Sooo... could maybe the number of font dependencies be reduced, or some > of them made optional? Or is there some clever (and persistent) hack to > ignore some ports? The port Makefile would need to be changed for any of these things. Feel free to submit patches (they are fairly simple changes), but I can't guarantee (from a quick search) that none of the fonts are expected by other parts of the X.org 7.2 infrastructure. From owner-freebsd-ports@FreeBSD.ORG Thu May 31 14:19:02 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2222B16A400 for ; Thu, 31 May 2007 14:19:02 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id DE9F113C4BA for ; Thu, 31 May 2007 14:18:59 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id D89B344C38; Thu, 31 May 2007 16:18:58 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 749339C442; Thu, 31 May 2007 14:18:56 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 5B34B405B; Thu, 31 May 2007 16:18:56 +0200 (CEST) Date: Thu, 31 May 2007 16:18:56 +0200 From: Jeremie Le Hen To: Scot Hetzel Message-ID: <20070531141856.GO31507@obiwan.tataz.chchile.org> References: <20070530222042.GI31507@obiwan.tataz.chchile.org> <20070531073618.GN31507@obiwan.tataz.chchile.org> <790a9fff0705310351h7a239bd3i4dcb7c5676149ab7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <790a9fff0705310351h7a239bd3i4dcb7c5676149ab7@mail.gmail.com> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: bana@docisland.org, Jeremie Le Hen , freebsd-ports@freebsd.org Subject: Re: X.org 7.2 eats the whole CPU whenever Firefox 2 displays something X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 14:19:02 -0000 Hi Scot, Thanks for your reply. On Thu, May 31, 2007 at 05:51:28AM -0500, Scot Hetzel wrote: > Which version of FreeBSD are you using? Sorry, I should have said that I'm running a quite recent -CURRENT (I have GCC 4.2). > FreeBSD 6.x had PR threads/101355 opened on this problem: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=101355 > > But it was closed with the following reason: > > > If your application is malloc hunger, then there is performance problem > > on 6.x since malloc is protected by single lock, you may try -CURRENT, > > the malloc was rewritten by Jason Evans on -CURRENT. > > If your having this problem on -CURRENT, you may want to submit a new > bug report. Nonetheless, this PR reminds me that libpthread switched from libkse to libthr. I'm going to try libkse when I'll be back home in a couple of hours and I will send a follow-up here. Eventually I will file a PR if needed. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-freebsd-ports@FreeBSD.ORG Thu May 31 15:03:18 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8462816A41F for ; Thu, 31 May 2007 15:03:18 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id 52AE513C465 for ; Thu, 31 May 2007 15:03:18 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id 943921CC21; Thu, 31 May 2007 08:18:24 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: ports@freebsd.org Date: Thu, 31 May 2007 08:18:24 -0700 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705310818.24366.david@vizion2000.net> Cc: Subject: Upgrade Xorg or Upgrade to Freebsd 6.2 first?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 15:03:18 -0000 Hi merits /demerits of alternatives: Currently Running freebsd 6.1 and given the need to upgrade to 6.2. Is there any advantage in upgrading the system to 6.2 before upgrading Xorg or should I do it the other way round. Thanks From owner-freebsd-ports@FreeBSD.ORG Thu May 31 15:20:31 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C91116A469 for ; Thu, 31 May 2007 15:20:31 +0000 (UTC) (envelope-from cjrynne@yahoo.es) Received: from web27313.mail.ukl.yahoo.com (web27313.mail.ukl.yahoo.com [217.146.177.174]) by mx1.freebsd.org (Postfix) with SMTP id A26B913C45A for ; Thu, 31 May 2007 15:20:30 +0000 (UTC) (envelope-from cjrynne@yahoo.es) Received: (qmail 70619 invoked by uid 60001); 31 May 2007 14:53:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.es; h=Message-ID:X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=d/D3t6M9kDXI/j5dwwPnO9rgkt5C5f4gesMAnllTBgn1qDiLTnaU7t6SRZzjiJE3TwqJNq+C4XwzPTZI+X0hAte7ECoI9rl4ARwCgPrfPjuGngMjxoTQS9PA9SSTbbDqsPjj2CPw/ZZYfmu4gGOtEw6HR/U5cBfJd4NFzwA8ofE= ; Message-ID: <20070531145348.70617.qmail@web27313.mail.ukl.yahoo.com> X-YMail-OSG: _aZDxf8VM1k8mOqTgfqkmL6hMsBDdXdVfIYVwjHlx1FhAP04GAuYOxL9C9Y5OVnoK9ApcIkuBkM6ue.Wvun1v0Ay1TuzOnDeL1T0UIBnLkjr.tsY5aEZgd7eCXY- Received: from [83.38.241.111] by web27313.mail.ukl.yahoo.com via HTTP; Thu, 31 May 2007 07:53:48 PDT Date: Thu, 31 May 2007 07:53:48 -0700 (PDT) From: chris rynne To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ekiga & kphone X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 15:20:31 -0000 Hello all, This is my first submission. Just thought it would be nice to have ekiga (http://www.gnomemeeting.org/) updated to 2.0.9 there's been a load of bugfixes since 2.04. Same goes for kphone which seems to be an unsupported port. There seems to be a lot in common between the new kphone SI and the old kphone in the ports collection. If someone is looking for a port to takeover.... Otherwise keep up the good work, I know it's a huge job. Regards, Chris Rynne --------------------------------- You snooze, you lose. Get messages ASAP with AutoCheck in the all-new Yahoo! Mail Beta. From owner-freebsd-ports@FreeBSD.ORG Thu May 31 15:37:56 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9613516A421 for ; Thu, 31 May 2007 15:37:56 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 3F0C313C43E for ; Thu, 31 May 2007 15:37:56 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l4VFZJQh068280; Thu, 31 May 2007 09:35:20 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 31 May 2007 09:35:37 -0600 (MDT) Message-Id: <20070531.093537.1387162158.imp@bsdimp.com> To: yuri.pankov@gmail.com From: "M. Warner Losh" In-Reply-To: <20070531105722.GA15885@darklight.abyss> References: <20070531.013040.-135505334.imp@bsdimp.com> <20070531105722.GA15885@darklight.abyss> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 31 May 2007 09:35:20 -0600 (MDT) Cc: freebsd-ports@freebsd.org Subject: Re: libusb failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 15:37:56 -0000 In message: <20070531105722.GA15885@darklight.abyss> Yuri Pankov writes: : On Thu, May 31, 2007 at 01:30:40AM -0600, M. Warner Losh wrote: : > Maybe this is old news, but libusb failed for me: : > : > (cd .libs && rm -f libusb.la && ln -s ../libusb.la libusb.la) : > if /bin/sh /usr/local/bin/libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -O2 -fno-strict-aliasing -pipe -MT usbpp.lo -MD -MP -MF ".deps/usbpp.Tpo" -c -o usbpp.lo usbpp.cpp; then mv -f ".deps/usbpp.Tpo" ".deps/usbpp.Plo"; else rm -f ".deps/usbpp.Tpo"; exit 1; fi : > c++ -DHAVE_CONFIG_H -I. -O2 -fno-strict-aliasing -pipe -MT usbpp.lo -MD -MP -MF .deps/usbpp.Tpo -c usbpp.cpp -fPIC -DPIC -o .libs/usbpp.o : > c++ -DHAVE_CONFIG_H -I. -O2 -fno-strict-aliasing -pipe -MT usbpp.lo -MD -MP -MF .deps/usbpp.Tpo -c usbpp.cpp -o usbpp.o >/dev/null 2>&1 : > /bin/sh /usr/local/bin/libtool --mode=link c++ -O2 -fno-strict-aliasing -pipe -o libusbpp.la -rpath /usr/local/lib -version-info 8:4:4 -release 0.1 -export-dynamic -lusb usbpp.lo : > c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/usbpp.o -Wl,--rpath -Wl,/tmp/ports/devel/libusb/work/libusb-0.1.12/.libs -Wl,--rpath -Wl,/usr/local/lib /tmp/ports/devel/libusb/work/libusb-0.1.12/.libs/libusb.so -L/usr/lib -lstdc++ -lm -lgcc_pic /usr/lib/crtendS.o /usr/lib/crtn.o -Wl,-soname -Wl,libusbpp-0.1.so.8 -o .libs/libusbpp-0.1.so.8 : > /usr/bin/ld: cannot find -lgcc_pic : > *** Error code 1 : > : > Stop in /tmp/ports/devel/libusb/work/libusb-0.1.12. : > *** Error code 1 : > : > Stop in /tmp/ports/devel/libusb/work/libusb-0.1.12. : > *** Error code 1 : > : > Stop in /tmp/ports/devel/libusb/work/libusb-0.1.12. : > *** Error code 1 : > : > Stop in /tmp/ports/devel/libusb. : > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.60394.37 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=libusb-0.1.12 UPGRADE_PORT_VER=0.1.12 make : > ** Fix the problem and try again. : > : > Any ideas? : > : > Warner : : Try reinstalling libtool. The libtool I had was the most current. Yet, when I removed the symlink I'd kludged in and rebuild/installed libtool, libusb now builds. Thanks for the tip. Warner From owner-freebsd-ports@FreeBSD.ORG Thu May 31 16:02:14 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A78D016A421 for ; Thu, 31 May 2007 16:02:14 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 6AF0F13C465 for ; Thu, 31 May 2007 16:02:14 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id CCB7B2C50C77; Thu, 31 May 2007 19:02:14 +0300 (EEST) Date: Thu, 31 May 2007 19:02:14 +0300 From: Ion-Mihai Tetcu To: "M. Warner Losh" Message-ID: <20070531190214.6734af9a@it.buh.tecnik93.com> In-Reply-To: <20070530.220816.-957832999.imp@bsdimp.com> References: <20070530.220816.-957832999.imp@bsdimp.com> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 16:02:14 -0000 On Wed, 30 May 2007 22:08:16 -0600 (MDT) "M. Warner Losh" wrote: > Greetings. > > I set out on the great 7.2 upgrade, but didn't get very far: > > sudo portupgrade -f -o ports-mgmt/portupgrade-devel portupgrade > ... > ===> Cleaning for portupgrade-devel-2.3.0_5 > ---> Cleaning out obsolete shared libraries > FFaattaall eerrrroorr ''Thread is not system scope. > Thread is not system scope. > '' aatt lliinnee 331166 iinn > ffiillee /hp/imp/p4/arm/src/lib/libpthread/thread/thr_sig.c/hp/imp/p4/arm/src/lib/libpthread/thread/thr_sig.c > ((eerrrrnnoo == 22)) Recent -CURRENT, portupgrade/ruby-deps built before the threading libs change ? I'm rebuilding all my ports because of thais, maybe I'll get less cores this way :) -- IOnut From owner-freebsd-ports@FreeBSD.ORG Thu May 31 17:57:43 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17BC116A46E for ; Thu, 31 May 2007 17:57:43 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.18.16]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF2313C45E for ; Thu, 31 May 2007 17:57:42 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 6327 invoked from network); 31 May 2007 17:29:40 -0000 Received: from unknown (HELO localhost) (775067@[217.50.130.71]) (envelope-sender ) by smtprelay04.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 31 May 2007 17:29:40 -0000 Date: Thu, 31 May 2007 19:29:15 +0200 From: Fabian Keil To: David Southwell Message-ID: <20070531192915.47fd5591@localhost> In-Reply-To: <200705310818.24366.david@vizion2000.net> References: <200705310818.24366.david@vizion2000.net> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2008-08-18.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_7PoSMY2XunMp46pJqmmPZOm; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: ports@freebsd.org Subject: Re: Upgrade Xorg or Upgrade to Freebsd 6.2 first?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 17:57:43 -0000 --Sig_7PoSMY2XunMp46pJqmmPZOm Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable David Southwell wrote: > merits /demerits of alternatives: > Currently Running freebsd 6.1 and given the need to upgrade to 6.2. >=20 > Is there any advantage in upgrading the system to 6.2 before upgrading > Xorg or should I do it the other way round. Upgrading to 6.2 first makes sure the configure scripts for the ports can detect all the functions that are available in 6.2. Some of them might not be available in 6.1, so you wouldn't use them with 6.1 binaries on a 6.2 system, even if you could. It might not be a big deal, but in the worst case you just don't gain anything by upgrading FreeBSD first. I don't see any advantage of upgrading Xorg first. Fabian --Sig_7PoSMY2XunMp46pJqmmPZOm Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGXwXrBYqIVf93VJ0RAtqnAJ9PTfqxswjmSxHJIAD2K1SxKJ2OIACeNgvY EZsl8JgsbeegnXDOxKgNw88= =rfGU -----END PGP SIGNATURE----- --Sig_7PoSMY2XunMp46pJqmmPZOm-- From owner-freebsd-ports@FreeBSD.ORG Thu May 31 19:39:28 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCB1516A400 for ; Thu, 31 May 2007 19:39:28 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id C835013C483 for ; Thu, 31 May 2007 19:39:28 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 079531A3C1A; Thu, 31 May 2007 12:40:40 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 30C2D511A7; Thu, 31 May 2007 15:39:28 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 267C3BE8E; Thu, 31 May 2007 15:39:28 -0400 (EDT) Date: Thu, 31 May 2007 15:39:28 -0400 From: Kris Kennaway To: Larry Rosenman Message-ID: <20070531193928.GC31948@rot13.obsecurity.org> References: <20070529203231.GC31507@obiwan.tataz.chchile.org> <20070529154713.S7019@thebighonker.lerctr.org> <20070530193023.GA31531@rot13.obsecurity.org> <20070530143302.M54082@thebighonker.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070530143302.M54082@thebighonker.lerctr.org> User-Agent: Mutt/1.4.2.2i Cc: Jeremie Le Hen , freebsd-ports@FreeBSD.org, Kris Kennaway Subject: Re: sysutils/lsof unbuildable on -CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 19:39:28 -0000 On Wed, May 30, 2007 at 02:33:20PM -0500, Larry Rosenman wrote: > On Wed, 30 May 2007, Kris Kennaway wrote: > > >On Tue, May 29, 2007 at 03:48:06PM -0500, Larry Rosenman wrote: > >>On Tue, 29 May 2007, Jeremie Le Hen wrote: > >> > >>>Hi, > >>> > >>>Please Cc: me when replying. > >>> > >>>I can't build sysutils/lsof on -CURRENT (2007.05.20.12.00.00). > >>> > >> > >>see pr ports/113123 > >> > >>I submitted it today in response to this exact problem on advice > >>from Vic Abell (LSOF Maintainer). > >> > >>I don't know when it will hit the tree. > > > >Thanks! Do you also want to take over maintainership? > > If obrien@ doesn't want to maintain it anymore, sure. obrien has effectively abandoned maintainership by ignoring many problem reports dating back to last year. Thanks for volunteering, I will make the change now. Kris From owner-freebsd-ports@FreeBSD.ORG Thu May 31 20:09:26 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB2C716A400 for ; Thu, 31 May 2007 20:09:26 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B414513C4B9 for ; Thu, 31 May 2007 20:09:26 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id EEB801A3C1A; Thu, 31 May 2007 13:10:37 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 19940512C2; Thu, 31 May 2007 16:09:26 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 0D042BE69; Thu, 31 May 2007 16:09:26 -0400 (EDT) Date: Thu, 31 May 2007 16:09:26 -0400 From: Kris Kennaway To: Larry Rosenman Message-ID: <20070531200925.GB32901@rot13.obsecurity.org> References: <20070522060709.GX88821@xor.obsecurity.org> <20070527185406.B9679@thebighonker.lerctr.org> <20070528000026.GA12997@rot13.obsecurity.org> <20070527190107.T43982@borg.lerctr.org> <20070528000551.GA13129@rot13.obsecurity.org> <20070527191503.G10420@thebighonker.lerctr.org> <20070528002105.GA13472@rot13.obsecurity.org> <20070527194043.K17366@borg.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070527194043.K17366@borg.lerctr.org> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: [ports-amd64@pointyhat.freebsd.org: cone-0.69_3 failed on amd64 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 20:09:26 -0000 On Sun, May 27, 2007 at 07:42:52PM -0500, Larry Rosenman wrote: > On Sun, 27 May 2007, Kris Kennaway wrote: > > > > >You can compare to the log from pointyhat to try and find the > >difference and backtrack to the cause. BTW, this went away after a rebuild, so I guess a gremlin got loose in the build factory again :-/ Kris From owner-freebsd-ports@FreeBSD.ORG Thu May 31 21:56:09 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74AD816A469 for ; Thu, 31 May 2007 21:56:09 +0000 (UTC) (envelope-from astorms@ncircle.com) Received: from mail.ncircle.com (mail.ncircle.com [64.84.9.150]) by mx1.freebsd.org (Postfix) with ESMTP id 4FB5413C469 for ; Thu, 31 May 2007 21:56:09 +0000 (UTC) (envelope-from astorms@ncircle.com) Received: from [192.168.75.140] (dhcp-75-140.ncircle.com [192.168.75.140]) by mail.ncircle.com (8.13.6/8.13.6) with ESMTP id l4VLLw7H027986; Thu, 31 May 2007 14:21:58 -0700 (PDT) (envelope-from astorms@ncircle.com) User-Agent: Microsoft-Entourage/11.3.3.061214 Date: Thu, 31 May 2007 14:21:58 -0700 From: Andrew Storms To: Message-ID: Thread-Topic: FreeBSD Port: ossec-hids-client-1.2 Thread-Index: AcejybhZ9v4exA+8EdyCEQARJIv+sA== Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Score: -3.977 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 64.84.9.150 Cc: ports@FreeBSD.org Subject: FreeBSD Port: ossec-hids-client-1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 21:56:09 -0000 Reporting some problems. Based on how things got installed the start script at /usr/local/etc/rc.d/ossec-hids Points to the wrong 'command' and 'required_files'. command="/usr/local/bin/ossec-control" Whereas 'ossec-control' got installed at '/usr/local/ossec-hids/bin' And required_files="/usr/local/etc/ossec.conf" The ossec.conf file was actually installed at '/usr/local/ossec-hids/etc'. I also noticed that even though one chooses to install ossec-hids-client-1.2 and not the server, what's actually installed is the server. Though the ossec.conf file appears to be for a client, if one runs the 'manage-agents' binary you receive the options as if this was a server installation. I honestly haven't dug into why this one is happening. My guess would be something got missed in the Make options. Nonetheless, I'm excited to see a port for OSSEC. Thanks. --S From owner-freebsd-ports@FreeBSD.ORG Thu May 31 22:07:40 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 637AE16A468 for ; Thu, 31 May 2007 22:07:40 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from optimus.centralmiss.com (ns.centralmiss.com [206.156.254.79]) by mx1.freebsd.org (Postfix) with ESMTP id 368C813C448 for ; Thu, 31 May 2007 22:07:40 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by optimus.centralmiss.com (Postfix) with ESMTP id A04EF28BB9; Thu, 31 May 2007 17:07:38 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 2E9D461C42; Thu, 31 May 2007 17:07:38 -0500 (CDT) Date: Thu, 31 May 2007 17:07:38 -0500 From: "Matthew D. Fuller" To: Jeremie Le Hen Message-ID: <20070531220738.GX93152@over-yonder.net> References: <20070530222042.GI31507@obiwan.tataz.chchile.org> <20070531073618.GN31507@obiwan.tataz.chchile.org> <790a9fff0705310351h7a239bd3i4dcb7c5676149ab7@mail.gmail.com> <20070531141856.GO31507@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070531141856.GO31507@obiwan.tataz.chchile.org> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.14-fullermd.3 (2007-02-12) Cc: Scot Hetzel , bana@docisland.org, freebsd-ports@freebsd.org Subject: Re: X.org 7.2 eats the whole CPU whenever Firefox 2 displays something X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 22:07:40 -0000 On Thu, May 31, 2007 at 04:18:56PM +0200 I heard the voice of Jeremie Le Hen, and lo! it spake thus: > > Nonetheless, this PR reminds me that libpthread switched from libkse > to libthr. I'm going to try libkse when I'll be back home in a > couple of hours and I will send a follow-up here. Eventually I will > file a PR if needed. FWIW, I've run my -CURRENT box (currently from early March) with libpthread (KSE) libmap'd to libthr for firefox and most everything else for a good while, and I don't see this. Of course, in -CURRENT terms, 3 months old is positively antediluvian ;) -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Thu May 31 22:19:55 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 648EA16A47A for ; Thu, 31 May 2007 22:19:55 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id 2639413C48A for ; Thu, 31 May 2007 22:19:54 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id EDD674495D; Fri, 1 Jun 2007 00:19:52 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 1885B9C442; Thu, 31 May 2007 22:19:50 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id D37DF405B; Fri, 1 Jun 2007 00:19:49 +0200 (CEST) Date: Fri, 1 Jun 2007 00:19:49 +0200 From: Jeremie Le Hen To: Scot Hetzel Message-ID: <20070531221949.GS31507@obiwan.tataz.chchile.org> References: <20070530222042.GI31507@obiwan.tataz.chchile.org> <20070531073618.GN31507@obiwan.tataz.chchile.org> <790a9fff0705310351h7a239bd3i4dcb7c5676149ab7@mail.gmail.com> <20070531141856.GO31507@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070531141856.GO31507@obiwan.tataz.chchile.org> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: John Reynolds~ , Jeremie Le Hen , freebsd-ports@freebsd.org Subject: Re: X.org's radeon(4x) slowness (was: X.org 7.2 eats the whole CPU whenever Firefox 2 displays) something X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 22:19:55 -0000 Hi all, (I've cross-posted to -x11@ since it appears this problem is related to X.org, not Firefox.) On Thu, May 31, 2007 at 04:18:56PM +0200, Jeremie Le Hen wrote: > Nonetheless, this PR reminds me that libpthread switched from libkse > to libthr. I'm going to try libkse when I'll be back home in a couple > of hours and I will send a follow-up here. Eventually I will file a PR > if needed. FWIW I've tested with libkse, this doesn't change anything. However a friend of mine (Xavier Lapie ) investigated the problem further and found the solution: Actually we are both using the X.org's radeon driver with: Option "AccelMethod" "EXA" According to radeon(4x) manpage, "EXA" is supposed to be faster than the traditional mode "XAA" but it is also newer and possibly unstable. Removing this option or switching back to the VESA driver solves the slowness. Sorry for the noise, I will send a mail to X.org's developpers. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-freebsd-ports@FreeBSD.ORG Thu May 31 22:25:17 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE52216A41F for ; Thu, 31 May 2007 22:25:17 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B4E7113C44C for ; Thu, 31 May 2007 22:25:17 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 157C71A3C1A; Thu, 31 May 2007 15:26:29 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 1646D51248; Thu, 31 May 2007 18:25:17 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 04920C125; Thu, 31 May 2007 18:25:17 -0400 (EDT) Date: Thu, 31 May 2007 18:25:17 -0400 From: Kris Kennaway To: eculp@encontacto.net Message-ID: <20070531222516.GB36044@rot13.obsecurity.org> References: <20070529072916.1kern4i8n4wkwgs4@intranet.encontacto.net> <20070529184635.GA48575@rot13.obsecurity.org> <20070529165406.wh8eucju8s8w8wss@intranet.encontacto.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070529165406.wh8eucju8s8w8wss@intranet.encontacto.net> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org, Kris Kennaway Subject: Re: make: Max recursion level (500) exceeded.: Resource temporarily unavailable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 22:25:17 -0000 On Tue, May 29, 2007 at 04:54:06PM -0500, eculp@encontacto.net wrote: > Quoting Kris Kennaway : > > >On Tue, May 29, 2007 at 07:29:16AM -0500, eculp@encontacto.net wrote: > >>On all my machines (both current and stable) that I've initiated the > >>xorg mega upgrade I'm seeing: > >>make: Max recursion level (500) exceeded.: Resource temporarily > >>unavailable > >> > >>I remember having seen this previously and googled for it and found a > >>ports thread from a couple of years ago that wasn't much help which > >>follows: > >> > >> > This is usually because you specified an illegal USE_* option in > >> the > >> > make environment, but perhaps someone committed a mistake. > >> > >> Got it - because someone pointed out a bug in another thread. > >> > >> I'm tripping over ports/37596. > >> > >> > >>Is anyone else having this problem or can point me in the right > >>direction to fix it. > > > >Typically the above advice is correct, and the fix is to correct > >whatever is broken in your make.conf. > > I don't have a problem with portmaster, which I don't really > understand although if I see it again I will definitely do some > maintenance on the make.conf. I would like to ask if there is a > current list of options somewhere. I just go adding to the file from > problems seen on the mailing list or in the Makefile and to not have > to remember to set the option at build time. I'm sure there is > probably a better way. The rule of thumb is: never set USE_*; WITH_* and WITHOUT_* are intended for user use; there are other user-settable variables documented in the comment block in bsd.port.mk. Kris From owner-freebsd-ports@FreeBSD.ORG Thu May 31 23:58:45 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3512C16A400 for ; Thu, 31 May 2007 23:58:45 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from smtp.studnetz.uni-leipzig.de (smtp.studnetz.uni-leipzig.de [139.18.143.252]) by mx1.freebsd.org (Postfix) with ESMTP id E6D9F13C447 for ; Thu, 31 May 2007 23:58:44 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from localhost (localhost [127.0.0.1]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id DCB9D244 for ; Fri, 1 Jun 2007 01:58:43 +0200 (CEST) X-Virus-Scanned: by amavisd-new at studnetz-ul Received: from smtp.studnetz.uni-leipzig.de ([127.0.0.1]) by localhost (smtp.studnetz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I8uWqOqu2dkL for ; Fri, 1 Jun 2007 01:58:43 +0200 (CEST) Received: from a144026.studnetz.uni-leipzig.de (a144026.studnetz.uni-leipzig.de [139.18.144.26]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id C0E61243 for ; Fri, 1 Jun 2007 01:58:43 +0200 (CEST) From: Momchil Ivanov To: freebsd-ports@freebsd.org Date: Fri, 1 Jun 2007 01:58:36 +0200 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1315971.98C3ujPSkl"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200706010158.41869.idiotbg@gmail.com> Subject: gnucash does not compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 23:58:45 -0000 --nextPart1315971.98C3ujPSkl Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I`ve cvsuped ports as of yesterday 2007.05.31 and after portupgrade gnucash= =20 does not compile: =3D=3D=3D> gnucash-2.0.5_4 depends on shared library: ktoblzcheck.4 - not= found =3D=3D=3D> Verifying install for ktoblzcheck.4 in /usr/ports/finance/kto= blzcheck =3D=3D=3D> Returning to build of gnucash-2.0.5_4 Error: shared library "ktoblzcheck.4" does not exist *** Error code 1 Stop in /usr/ports/finance/gnucash. *** Error code 1 Stop in /usr/ports/finance/gnucash. And ktoblzcheck-1.13 installs /usr/local/lib/libktoblzcheck.so.5 =2D-=20 PGP KeyID: 0x3118168B Keyserver: pgp.mit.edu Key fingerprint BB50 2983 0714 36DC D02E =C2=A0158A E03D 56DA 3118 168B =20 --nextPart1315971.98C3ujPSkl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQBGX2Ex4D1W2jEYFosRAq8XAKC9y/IKKEshPGJORlMHmv+52WCNjQCgylbO 6Nl9m3rw5byJHXeuFGvXQDQ= =JKcS -----END PGP SIGNATURE----- --nextPart1315971.98C3ujPSkl-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 00:30:10 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3887816A469 for ; Fri, 1 Jun 2007 00:30:10 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 23BB113C480 for ; Fri, 1 Jun 2007 00:30:10 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 9A0681A3C1A; Thu, 31 May 2007 17:31:21 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 59647513E1; Thu, 31 May 2007 20:30:09 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 46F79C16A; Thu, 31 May 2007 20:30:09 -0400 (EDT) Date: Thu, 31 May 2007 20:30:09 -0400 From: Kris Kennaway To: Momchil Ivanov Message-ID: <20070601003008.GA39109@rot13.obsecurity.org> References: <200706010158.41869.idiotbg@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706010158.41869.idiotbg@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org Subject: Re: gnucash does not compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 00:30:10 -0000 On Fri, Jun 01, 2007 at 01:58:36AM +0200, Momchil Ivanov wrote: > Hi, > > I`ve cvsuped ports as of yesterday 2007.05.31 and after portupgrade gnucash > does not compile: > > ===> gnucash-2.0.5_4 depends on shared library: ktoblzcheck.4 - not found > ===> Verifying install for ktoblzcheck.4 in /usr/ports/finance/ktoblzcheck > ===> Returning to build of gnucash-2.0.5_4 > Error: shared library "ktoblzcheck.4" does not exist > *** Error code 1 > > Stop in /usr/ports/finance/gnucash. > *** Error code 1 > > Stop in /usr/ports/finance/gnucash. The error indicates you forgot to a) make clean to remove stale ktoblzcheck build directory, b) upgrade that port first. Kris From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 00:30:10 2007 Return-Path: X-Original-To: freebsd-ports@hub.freebsd.org Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EB8316A46B for ; Fri, 1 Jun 2007 00:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id EC2CA13C46E for ; Fri, 1 Jun 2007 00:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l510U9ba031411 for ; Fri, 1 Jun 2007 00:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l510U9a0031407; Fri, 1 Jun 2007 00:30:09 GMT (envelope-from gnats) Date: Fri, 1 Jun 2007 00:30:09 GMT Message-Id: <200706010030.l510U9a0031407@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/11320: commit references a PR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 00:30:10 -0000 The following reply was made to PR ports/11320; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/11320: commit references a PR Date: Fri, 1 Jun 2007 00:23:41 +0000 (UTC) simokawa 2007-06-01 00:23:34 UTC FreeBSD src repository Modified files: sys/modules/dcons Makefile Log: Fix a breakage with "MODULES_WITH_WORLD=true make buildworld". PR: kern/11320 Revision Changes Path 1.5 +5 -2 src/sys/modules/dcons/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 00:40:58 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56EBE16A41F for ; Fri, 1 Jun 2007 00:40:58 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from smtp.studnetz.uni-leipzig.de (smtp.studnetz.uni-leipzig.de [139.18.143.252]) by mx1.freebsd.org (Postfix) with ESMTP id 131FF13C457 for ; Fri, 1 Jun 2007 00:40:58 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from localhost (localhost [127.0.0.1]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 64251244; Fri, 1 Jun 2007 02:40:57 +0200 (CEST) X-Virus-Scanned: by amavisd-new at studnetz-ul Received: from smtp.studnetz.uni-leipzig.de ([127.0.0.1]) by localhost (smtp.studnetz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xoX4kZGA2pxo; Fri, 1 Jun 2007 02:40:57 +0200 (CEST) Received: from a144026.studnetz.uni-leipzig.de (a144026.studnetz.uni-leipzig.de [139.18.144.26]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 1A58C243; Fri, 1 Jun 2007 02:40:57 +0200 (CEST) From: Momchil Ivanov To: Kris Kennaway Date: Fri, 1 Jun 2007 02:40:50 +0200 User-Agent: KMail/1.9.6 References: <200706010158.41869.idiotbg@gmail.com> <20070601003008.GA39109@rot13.obsecurity.org> In-Reply-To: <20070601003008.GA39109@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1473352.4xM1SmgWaJ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200706010240.55608.idiotbg@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: gnucash does not compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 00:40:58 -0000 --nextPart1473352.4xM1SmgWaJ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 01 June 2007 02:30:09 Kris Kennaway wrote: > The error indicates you forgot to a) make clean to remove stale > ktoblzcheck build directory, b) upgrade that port first. > > Kris This fixes the problem for me, it compiles and runs after that =2D-- Makefile.orig Fri Jun 1 02:02:25 2007 +++ Makefile Fri Jun 1 02:02:48 2007 @@ -72,7 +72,7 @@ # WITH_OPENHBCI is old synonym for aqbanking option .if defined(WITH_AQBANKING) || defined(WITH_OPENHBCI) LIB_DEPENDS+=3D aqbanking.5:${PORTSDIR}/finance/aqbanking \ =2D ktoblzcheck.4:${PORTSDIR}/finance/ktoblzcheck + ktoblzcheck.5:${PORTSDIR}/finance/ktoblzcheck CONFIGURE_ARGS+=3D--enable-hbci PLIST_SUB=3D AQBANKING=3D"" .else =2D-=20 PGP KeyID: 0x3118168B Keyserver: pgp.mit.edu Key fingerprint BB50 2983 0714 36DC D02E =A0158A E03D 56DA 3118 168B =20 --nextPart1473352.4xM1SmgWaJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQBGX2sX4D1W2jEYFosRAnuZAJwIzn80U+ksMlNMCzQPX0/PvtXu0gCfXRtR fz+mE5pjU7EYftnmBsYz69Q= =SYtA -----END PGP SIGNATURE----- --nextPart1473352.4xM1SmgWaJ-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 00:45:13 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7CCD16A468 for ; Fri, 1 Jun 2007 00:45:13 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B15F613C45A for ; Fri, 1 Jun 2007 00:45:13 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 32DFB1A3C1A; Thu, 31 May 2007 17:46:25 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 14303512C2; Thu, 31 May 2007 20:45:13 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id EF9A6C16A; Thu, 31 May 2007 20:45:12 -0400 (EDT) Date: Thu, 31 May 2007 20:45:12 -0400 From: Kris Kennaway To: Momchil Ivanov Message-ID: <20070601004512.GA39559@rot13.obsecurity.org> References: <200706010158.41869.idiotbg@gmail.com> <20070601003008.GA39109@rot13.obsecurity.org> <200706010240.55608.idiotbg@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706010240.55608.idiotbg@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: gnucash does not compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 00:45:13 -0000 On Fri, Jun 01, 2007 at 02:40:50AM +0200, Momchil Ivanov wrote: > On Friday 01 June 2007 02:30:09 Kris Kennaway wrote: > > The error indicates you forgot to a) make clean to remove stale > > ktoblzcheck build directory, b) upgrade that port first. > > > > Kris > > This fixes the problem for me, it compiles and runs after that > > --- Makefile.orig Fri Jun 1 02:02:25 2007 > +++ Makefile Fri Jun 1 02:02:48 2007 > @@ -72,7 +72,7 @@ > # WITH_OPENHBCI is old synonym for aqbanking option > .if defined(WITH_AQBANKING) || defined(WITH_OPENHBCI) > LIB_DEPENDS+= aqbanking.5:${PORTSDIR}/finance/aqbanking \ > - ktoblzcheck.4:${PORTSDIR}/finance/ktoblzcheck > + ktoblzcheck.5:${PORTSDIR}/finance/ktoblzcheck OK, your log just didn't show that being the problem :) Kris From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 00:55:50 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2853616A468 for ; Fri, 1 Jun 2007 00:55:50 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from smtp.studnetz.uni-leipzig.de (smtp.studnetz.uni-leipzig.de [139.18.143.252]) by mx1.freebsd.org (Postfix) with ESMTP id D841D13C45B for ; Fri, 1 Jun 2007 00:55:49 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from localhost (localhost [127.0.0.1]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 361E1244; Fri, 1 Jun 2007 02:55:49 +0200 (CEST) X-Virus-Scanned: by amavisd-new at studnetz-ul Received: from smtp.studnetz.uni-leipzig.de ([127.0.0.1]) by localhost (smtp.studnetz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t2FbyYUtqqo9; Fri, 1 Jun 2007 02:55:49 +0200 (CEST) Received: from a144026.studnetz.uni-leipzig.de (a144026.studnetz.uni-leipzig.de [139.18.144.26]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id E2C08243; Fri, 1 Jun 2007 02:55:48 +0200 (CEST) From: Momchil Ivanov To: Kris Kennaway Date: Fri, 1 Jun 2007 02:55:40 +0200 User-Agent: KMail/1.9.6 References: <200706010158.41869.idiotbg@gmail.com> <200706010240.55608.idiotbg@gmail.com> <20070601004512.GA39559@rot13.obsecurity.org> In-Reply-To: <20070601004512.GA39559@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1261251.ET1GMTdHnV"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200706010255.48031.idiotbg@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: gnucash does not compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 00:55:50 -0000 --nextPart1261251.ET1GMTdHnV Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 01 June 2007 02:45:12 Kris Kennaway wrote: > > OK, your log just didn't show that being the problem :) > > Kris Maybe should have explained my thoughts: Error: shared library "ktoblzcheck.4" does not exist as I saw that I checked what the ktoblzcheck port installs and it installs= =20 version 5 (not 4) of that library as of version 1.13 -> 27 May 2007 10:00:08 So I thought that the deps in gnucash should be updated but figured that ou= t=20 after I`ve sent the first email :) Should I fill a PR for this? =2D-=20 PGP KeyID: 0x3118168B Keyserver: pgp.mit.edu Key fingerprint BB50 2983 0714 36DC D02E =A0158A E03D 56DA 3118 168B =20 --nextPart1261251.ET1GMTdHnV Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQBGX26T4D1W2jEYFosRAlHQAJ9iMptsOz7tyLf23foCPRT5iDXrpwCeMDPV dNxGrlfpnjBQcE9jYLUkhYQ= =oLio -----END PGP SIGNATURE----- --nextPart1261251.ET1GMTdHnV-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 01:32:58 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41E7116A46D for ; Fri, 1 Jun 2007 01:32:58 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id 1CADA13C43E for ; Fri, 1 Jun 2007 01:32:58 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org ([192.147.25.65]:55716) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1Htw0d-000Ds1-VX; Thu, 31 May 2007 20:32:57 -0500 Date: Thu, 31 May 2007 20:32:55 -0500 (CDT) From: Larry Rosenman To: Kris Kennaway In-Reply-To: <20070531200925.GB32901@rot13.obsecurity.org> Message-ID: <20070531203225.R53100@thebighonker.lerctr.org> References: <20070522060709.GX88821@xor.obsecurity.org> <20070527185406.B9679@thebighonker.lerctr.org> <20070528000026.GA12997@rot13.obsecurity.org> <20070527190107.T43982@borg.lerctr.org> <20070528000551.GA13129@rot13.obsecurity.org> <20070527191503.G10420@thebighonker.lerctr.org> <20070528002105.GA13472@rot13.obsecurity.org> <20070527194043.K17366@borg.lerctr.org> <20070531200925.GB32901@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: -4.4 (----) X-LERCTR-Spam-Score: -4.4 (----) X-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001 X-LERCTR-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001 DomainKey-Status: no signature Cc: freebsd-ports@freebsd.org Subject: Re: [ports-amd64@pointyhat.freebsd.org: cone-0.69_3 failed on amd64 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 01:32:58 -0000 On Thu, 31 May 2007, Kris Kennaway wrote: > On Sun, May 27, 2007 at 07:42:52PM -0500, Larry Rosenman wrote: >> On Sun, 27 May 2007, Kris Kennaway wrote: >> >>> >>> You can compare to the log from pointyhat to try and find the >>> difference and backtrack to the cause. > > BTW, this went away after a rebuild, so I guess a gremlin got loose in > the build factory again :-/ Good, I couldn't reproduce the failure :(. Thanks for reporting back :) LER > > Kris > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 02:20:41 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DB9D16A421 for ; Fri, 1 Jun 2007 02:20:41 +0000 (UTC) (envelope-from slogster@gmail.com) Received: from smtp.studnetz.uni-leipzig.de (smtp.studnetz.uni-leipzig.de [139.18.143.252]) by mx1.freebsd.org (Postfix) with ESMTP id ED86E13C457 for ; Fri, 1 Jun 2007 02:20:40 +0000 (UTC) (envelope-from slogster@gmail.com) Received: from localhost (localhost [127.0.0.1]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id EDFE9244 for ; Fri, 1 Jun 2007 03:57:24 +0200 (CEST) X-Virus-Scanned: by amavisd-new at studnetz-ul Received: from smtp.studnetz.uni-leipzig.de ([127.0.0.1]) by localhost (smtp.studnetz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sJcN3y9Md8zs for ; Fri, 1 Jun 2007 03:57:24 +0200 (CEST) Received: from a144026.studnetz.uni-leipzig.de (a144026.studnetz.uni-leipzig.de [139.18.144.26]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id D2430243 for ; Fri, 1 Jun 2007 03:57:24 +0200 (CEST) From: Momchil Ivanov To: freebsd-ports@freebsd.org Date: Fri, 1 Jun 2007 03:57:17 +0200 User-Agent: KMail/1.9.6 References: <200706010158.41869.idiotbg@gmail.com> <20070601004512.GA39559@rot13.obsecurity.org> <200706010255.48031.idiotbg@gmail.com> In-Reply-To: <200706010255.48031.idiotbg@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1372479.IdJntaDjy5"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200706010357.23745.slogster@gmail.com> Subject: Re: gnucash does not compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 02:20:41 -0000 --nextPart1372479.IdJntaDjy5 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline PR filled: ports/113208 =2D-=20 PGP KeyID: 0x3118168B Keyserver: pgp.mit.edu Key fingerprint BB50 2983 0714 36DC D02E =A0158A E03D 56DA 3118 168B =20 --nextPart1372479.IdJntaDjy5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQBGX30D4D1W2jEYFosRArr0AJ9VuGHFyFEtsxwochSM1MqqqwfsHgCfYhCZ MrdMQPRwrb/xDlBBPx4gqG4= =juJ3 -----END PGP SIGNATURE----- --nextPart1372479.IdJntaDjy5-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 05:22:57 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF12516A488 for ; Fri, 1 Jun 2007 05:22:57 +0000 (UTC) (envelope-from imp@harmony.bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8B5B713C458 for ; Fri, 1 Jun 2007 05:22:57 +0000 (UTC) (envelope-from imp@harmony.bsdimp.com) Received: from harmony.bsdimp.com (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l515LFn6074881 for ; Thu, 31 May 2007 23:21:15 -0600 (MDT) (envelope-from imp@harmony.bsdimp.com) Received: (from imp@localhost) by harmony.bsdimp.com (8.13.8/8.13.1/Submit) id l515LE4N074880 for ports@freebsd.org; Thu, 31 May 2007 23:21:15 -0600 (MDT) (envelope-from imp) Date: Thu, 31 May 2007 23:21:15 -0600 (MDT) From: Warner Losh Message-Id: <200706010521.l515LE4N074880@harmony.bsdimp.com> To: ports@freebsd.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 31 May 2007 23:21:15 -0600 (MDT) Cc: Subject: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 05:22:58 -0000 my portupgrade -a died in the middle. Well, the laptop in my battery died at a bad time. all of my +CONTENTS files are gone. Is there any hope? Warner From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 06:56:07 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C1EB16A400 for ; Fri, 1 Jun 2007 06:56:07 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.67.217]) by mx1.freebsd.org (Postfix) with ESMTP id E6E1C13C44C for ; Fri, 1 Jun 2007 06:56:06 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: by mail.0x20.net (Postfix, from userid 1002) id 9E64039E1E; Fri, 1 Jun 2007 08:36:03 +0200 (CEST) Date: Fri, 1 Jun 2007 08:36:03 +0200 From: Lars Engels To: Warner Losh Message-ID: <20070601063603.GA46797@e.0x20.net> References: <200706010521.l515LE4N074880@harmony.bsdimp.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline In-Reply-To: <200706010521.l515LE4N074880@harmony.bsdimp.com> X-Editor: VIM - Vi IMproved 7.0 X-Operation-System: FreeBSD 5.5-RELEASE User-Agent: Mutt/1.5.11 Cc: ports@freebsd.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 06:56:07 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline On Thu, May 31, 2007 at 11:21:15PM -0600, Warner Losh wrote: > my portupgrade -a died in the middle. Well, the laptop in my battery died > at a bad time. all of my +CONTENTS files are gone. Is there any hope? I just had a deja-vu. They must be changing something in the Matrix ;-) http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/041552.html That poor boy didn't get an answer yet, perhaps you're more lucky. Maybe a script that re-creates your +CONTENTS from the pkg-plist files is a possibility if there are no dedicated port tools that can restore the +CONTENTS files? Lars --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGX75TKc512sD3afgRAj/6AKClImcUxFvyQ9W4L9Fb1vV7gst2WQCgvZYp 2jiijnuUA57I3b6z7bk/7qo= =v+GB -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 06:58:11 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EADC916A41F for ; Fri, 1 Jun 2007 06:58:11 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id A4EC613C469 for ; Fri, 1 Jun 2007 06:58:11 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54a5e2b8.dip.t-dialin.net [84.165.226.184]) by redbull.bpaserver.net (Postfix) with ESMTP id 0E7C62E14D; Fri, 1 Jun 2007 08:58:07 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 4B1185B545F; Fri, 1 Jun 2007 08:57:50 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l516voMK053072; Fri, 1 Jun 2007 08:57:50 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 01 Jun 2007 08:57:50 +0200 Message-ID: <20070601085750.ang0g5aqp0kg8c8k@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Fri, 01 Jun 2007 08:57:50 +0200 From: Alexander Leidinger To: Warner Losh References: <200706010521.l515LE4N074880@harmony.bsdimp.com> In-Reply-To: <200706010521.l515LE4N074880@harmony.bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-15.287, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14, SMILEY -0.50, TW_KG 0.08) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: ports@freebsd.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 06:58:12 -0000 Quoting Warner Losh (from Thu, 31 May 2007 23:21:15 -0600 (MDT)): > my portupgrade -a died in the middle. Well, the laptop in my battery died A laptop in the battery... wow, is the decharging now computer optimized? ;-) > at a bad time. all of my +CONTENTS files are gone. Is there any hope? Hard solution: - get your ports in /usr/ports down to the corrsponding installed version - "make install -DFORCE_PKG_REGISTER" each Easy solution: - let your ports as is - force an install - pray that not much files have changed - "pkgdb -F" and let it remove the old ports for those where more than one exists Collaborative solution: - post the pkgname of each - let people here send the +CONTENTS files to you Bye, Alexander. -- Two can Live as Cheaply as One for Half as Long. -- Howard Kandel http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 08:33:46 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABBB816A46B for ; Fri, 1 Jun 2007 08:33:46 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 98AFD13C480 for ; Fri, 1 Jun 2007 08:33:46 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 803D81A4D88; Fri, 1 Jun 2007 01:34:58 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id E096D5119F; Fri, 1 Jun 2007 04:33:45 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id D128EC1D6; Fri, 1 Jun 2007 04:33:45 -0400 (EDT) Date: Fri, 1 Jun 2007 04:33:45 -0400 From: Kris Kennaway To: Alexander Leidinger Message-ID: <20070601083345.GA48323@rot13.obsecurity.org> References: <200706010521.l515LE4N074880@harmony.bsdimp.com> <20070601085750.ang0g5aqp0kg8c8k@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070601085750.ang0g5aqp0kg8c8k@webmail.leidinger.net> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Warner Losh Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 08:33:46 -0000 On Fri, Jun 01, 2007 at 08:57:50AM +0200, Alexander Leidinger wrote: > Quoting Warner Losh (from Thu, 31 May 2007 > 23:21:15 -0600 (MDT)): > > >my portupgrade -a died in the middle. Well, the laptop in my battery died > > A laptop in the battery... wow, is the decharging now computer optimized? > ;-) > > >at a bad time. all of my +CONTENTS files are gone. Is there any hope? > > Hard solution: > - get your ports in /usr/ports down to the corrsponding installed version > - "make install -DFORCE_PKG_REGISTER" each > > Easy solution: > - let your ports as is > - force an install > - pray that not much files have changed > - "pkgdb -F" and let it remove the old ports for those where more > than one exists > > Collaborative solution: > - post the pkgname of each > - let people here send the +CONTENTS files to you Download the packages from the FTP site and either reinstall them or extract the +CONTENTS. This will work best if you don't have local make.conf customizations, otherwise you will see variance. Kris From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 09:25:44 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3F6B16A468 for ; Fri, 1 Jun 2007 09:25:44 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-86-32-239.dsl.pipex.com [81.86.32.239]) by mx1.freebsd.org (Postfix) with SMTP id EE10913C468 for ; Fri, 1 Jun 2007 09:25:43 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: (qmail 1749 invoked by uid 98); 1 Jun 2007 10:24:23 +0100 Received: from 192.168.0.5 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.88.4/1789. hbedv: 7.1.1.11/6.35.1.178. f-prot: 4.6.6/3.16.14. spamassassin: 3.1.4. Clear:RC:1(192.168.0.5):. Processed in 0.034815 secs); 01 Jun 2007 09:24:23 -0000 Received: from trident.lerwick.hopto.org (192.168.0.5) by lerwick.hopto.org with SMTP; 1 Jun 2007 10:24:22 +0100 Message-ID: <465FE615.5010502@lerwick.hopto.org> Date: Fri, 01 Jun 2007 10:25:41 +0100 From: Craig Butler User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: comms/py-bulksms X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 09:25:44 -0000 Hi All Any objections to me becoming maintainer of comms/py-bulksms. Current maintainer is ports@freebsd.org and at the moment the MASTER_SITE url is broke. I am planning on hosting the source files on one of my servers, so this port can stay alive and fresh (I use it quite a lot !!) Cheers Craig B ============================================================ This email has been handled by lerwick.hopto.org mail server and has been scanned by 3 virus killers and spamassassin ============================================================ From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 09:47:41 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0127D16A468 for ; Fri, 1 Jun 2007 09:47:41 +0000 (UTC) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.freebsd.org (Postfix) with ESMTP id D9E4413C465 for ; Fri, 1 Jun 2007 09:47:40 +0000 (UTC) (envelope-from ade@lovett.com) Received: from hellfire.canal.lovett.com ([172.16.32.20]:56742) by mail.lovett.com with esmtpa (Exim 4.67 (FreeBSD)) (envelope-from ) id 1Hu3Ee-0004Y5-EW; Fri, 01 Jun 2007 02:15:52 -0700 In-Reply-To: <20070601083345.GA48323@rot13.obsecurity.org> References: <200706010521.l515LE4N074880@harmony.bsdimp.com> <20070601085750.ang0g5aqp0kg8c8k@webmail.leidinger.net> <20070601083345.GA48323@rot13.obsecurity.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Fri, 1 Jun 2007 02:15:48 -0700 To: Kris Kennaway X-Mailer: Apple Mail (2.752.2) Sender: ade@lovett.com Cc: ports@freebsd.org, Warner Losh Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 09:47:41 -0000 On Jun 01, 2007, at 01:33 , Kris Kennaway wrote: > Download the packages from the FTP site and either reinstall them or > extract the +CONTENTS. This will work best if you don't have local > make.conf customizations, otherwise you will see variance. Actually, this does bring up a meta-issue that ports, pkgsrc, portage, all suffer from. What happens when the metadata gets blown away (by accident, hardware crash, flaming meteor from Mars, etc.) Is there anything we can do to mitigate this? Yes. It's an open-ended question. I also have no obvious solution. But I do see the need for such. -aDe From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 10:31:57 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3508516A400 for ; Fri, 1 Jun 2007 10:31:57 +0000 (UTC) (envelope-from spreng@socket.ch) Received: from mailhub-lb1.unibe.ch (mailhub-lb1.unibe.ch [130.92.0.82]) by mx1.freebsd.org (Postfix) with ESMTP id C062C13C43E for ; Fri, 1 Jun 2007 10:31:56 +0000 (UTC) (envelope-from spreng@socket.ch) Received: from localhost (scanhub-lb3.unibe.ch [130.92.5.67]) by mailhub-lb1.unibe.ch (Postfix) with ESMTP id E445C11C077; Fri, 1 Jun 2007 12:13:40 +0200 (CEST) X-Virus-checked: by University of Bern Received: from mailhub-lb1.unibe.ch ([130.92.0.82]) by localhost (scanhub-lb3.unibe.ch [130.92.5.67]) (amavisd-new, port 10024) with LMTP id tVP3dawWGgDm; Fri, 1 Jun 2007 12:13:37 +0200 (CEST) Received: from hotpot (hotpot.unibe.ch [130.92.7.70]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailhub-lb1.unibe.ch (Postfix) with ESMTP id EC96D11C08F; Fri, 1 Jun 2007 12:13:32 +0200 (CEST) Received: from yukon.unibe.ch (yukon.unibe.ch [130.92.7.23]) by hotpot (Postfix) with ESMTP id A60B414A40A8; Fri, 1 Jun 2007 12:13:32 +0200 (CEST) Message-ID: <465FF14C.8090205@socket.ch> Date: Fri, 01 Jun 2007 12:13:32 +0200 From: Thomas Spreng User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: "Max N. Boyarov" References: <863b1lnurb.fsf@bsd.by> <86y7jdmedl.fsf@bsd.by> In-Reply-To: <86y7jdmedl.fsf@bsd.by> Content-Type: multipart/mixed; boundary="------------060300060704010706050002" Cc: ports@freebsd.org Subject: Re: net/rdesktop segfault X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spreng@socket.ch List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 10:31:57 -0000 This is a multi-part message in MIME format. --------------060300060704010706050002 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, > after clean install xorg7.2 rdesktop segfault at login. same problem here, after upgrading xorg to v7.2 rdesktop segfaults on each login attempt. This seems to be a known problem with rdesktop. Based on a PR from Ubuntu, I've created a patch which should resolve this problem (see attachment). I'll send it in as a PR tonight. PS: apply with (cd /usr/ports/net/rdesktop && patch -p1 < /path/to/patch) PPS: forgot to cc: to list. cheers, tom. --------------060300060704010706050002 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="rdesktop-1.5.0_2.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="rdesktop-1.5.0_2.diff" diff -ruN rdesktop.bak/Makefile rdesktop/Makefile --- rdesktop.bak/Makefile Sat May 19 22:18:54 2007 +++ rdesktop/Makefile Fri Jun 1 11:30:39 2007 @@ -7,7 +7,7 @@ PORTNAME= rdesktop PORTVERSION= 1.5.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= net comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN rdesktop.bak/files/patch-xwin.c rdesktop/files/patch-xwin.c --- rdesktop.bak/files/patch-xwin.c Thu Jan 1 01:00:00 1970 +++ rdesktop/files/patch-xwin.c Fri Jun 1 11:30:39 2007 @@ -0,0 +1,11 @@ +--- xwin.c.orig Fri Jun 1 10:27:15 2007 ++++ xwin.c Fri Jun 1 10:28:26 2007 +@@ -3219,7 +3219,7 @@ + return; + + image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0, +- (char *) data, cx, cy, BitmapPad(g_display), cx * g_bpp / 8); ++ (char *) data, cx, cy, g_bpp, 0); + + if (g_ownbackstore) + { --------------060300060704010706050002-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 10:47:31 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97B7816A41F for ; Fri, 1 Jun 2007 10:47:31 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 7894213C46C for ; Fri, 1 Jun 2007 10:47:31 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 4EFFC6D431 for ; Fri, 1 Jun 2007 10:47:49 +0000 (UTC) Date: Fri, 1 Jun 2007 10:47:49 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: ports@freebsd.org In-Reply-To: <465FF14C.8090205@socket.ch> Message-ID: <20070601104415.O52165@duane.dbq.yournetplus.com> References: <863b1lnurb.fsf@bsd.by> <86y7jdmedl.fsf@bsd.by> <465FF14C.8090205@socket.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: net/rdesktop segfault X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 10:47:31 -0000 On Fri, 1 Jun 2007, Thomas Spreng wrote: > Hi, > >> after clean install xorg7.2 rdesktop segfault at login. > > same problem here, after upgrading xorg to v7.2 rdesktop segfaults on > each login attempt. This seems to be a known problem with rdesktop. > Based on a PR from Ubuntu, I've created a patch which should resolve > this problem (see attachment). > > I'll send it in as a PR tonight. > > PS: apply with > (cd /usr/ports/net/rdesktop && patch -p1 < /path/to/patch) > > PPS: forgot to cc: to list. > > cheers, > > tom. >From the stand point of a fresh FBSD 6.2 install, rdesktop 1.5.0 works fine here using xorg 7.2. I just logged into an XP pro and 2000 server without a segfault. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 10:57:12 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D38A916A400 for ; Fri, 1 Jun 2007 10:57:12 +0000 (UTC) (envelope-from spreng@socket.ch) Received: from mailhub-lb1.unibe.ch (mailhub-lb1.unibe.ch [130.92.0.82]) by mx1.freebsd.org (Postfix) with ESMTP id 9411913C487 for ; Fri, 1 Jun 2007 10:57:12 +0000 (UTC) (envelope-from spreng@socket.ch) Received: from localhost (scanhub-lb3.unibe.ch [130.92.5.67]) by mailhub-lb1.unibe.ch (Postfix) with ESMTP id E221B11C05A; Fri, 1 Jun 2007 12:57:11 +0200 (CEST) X-Virus-checked: by University of Bern Received: from mailhub-lb1.unibe.ch ([130.92.0.82]) by localhost (scanhub-lb3.unibe.ch [130.92.5.67]) (amavisd-new, port 10024) with LMTP id GQwy32XaHSFN; Fri, 1 Jun 2007 12:57:10 +0200 (CEST) Received: from hotpot (hotpot.unibe.ch [130.92.7.70]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailhub-lb1.unibe.ch (Postfix) with ESMTP id 8972411C022; Fri, 1 Jun 2007 12:57:10 +0200 (CEST) Received: from yukon.unibe.ch (yukon.unibe.ch [130.92.7.23]) by hotpot (Postfix) with ESMTP id 410A714A40A8; Fri, 1 Jun 2007 12:57:10 +0200 (CEST) Message-ID: <465FFB85.6070403@socket.ch> Date: Fri, 01 Jun 2007 12:57:09 +0200 From: Thomas Spreng User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Duane Hill References: <863b1lnurb.fsf@bsd.by> <86y7jdmedl.fsf@bsd.by> <465FF14C.8090205@socket.ch> <20070601104415.O52165@duane.dbq.yournetplus.com> In-Reply-To: <20070601104415.O52165@duane.dbq.yournetplus.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: net/rdesktop segfault X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spreng@socket.ch List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 10:57:12 -0000 Hi, Duane Hill wrote: > From the stand point of a fresh FBSD 6.2 install, rdesktop 1.5.0 works > fine here using xorg 7.2. I just logged into an XP pro and 2000 server > without a segfault. I've only tested connections to Windows Server 2003 SP2 so far, rdesktop-1.5.0_1 segfaults every time at the login screen. I'll try to do some testing on different Windows versions then. cheers, tom. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 11:07:20 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B43CE16A400 for ; Fri, 1 Jun 2007 11:07:20 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7023813C465 for ; Fri, 1 Jun 2007 11:07:20 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hu4yF-0008TV-F8 for freebsd-ports@freebsd.org; Fri, 01 Jun 2007 13:07:05 +0200 Received: from synergetica.dn.ua ([82.207.115.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Jun 2007 13:07:03 +0200 Received: from c.kworr by synergetica.dn.ua with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Jun 2007 13:07:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Volodymyr Kostyrko Date: Fri, 01 Jun 2007 14:06:52 +0300 Lines: 9 Message-ID: References: <200706010521.l515LE4N074880@harmony.bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: synergetica.dn.ua User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.8.1.2) Gecko/20070522 SeaMonkey/1.1.1 In-Reply-To: <200706010521.l515LE4N074880@harmony.bsdimp.com> Sender: news Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 11:07:20 -0000 Warner Losh wrote: > my portupgrade -a died in the middle. Well, the laptop in my battery died > at a bad time. all of my +CONTENTS files are gone. Is there any hope? Dodged that lately. Actually in my case most files were dumped into lost+found so just a lil bit of awk|mv does the job. -- Sphinx of black quartz judge my vow! From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 11:08:24 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36AB616A41F for ; Fri, 1 Jun 2007 11:08:24 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 8586D13C447 for ; Fri, 1 Jun 2007 11:08:23 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 01 Jun 2007 11:08:22 -0000 Received: from p54A7F94D.dip.t-dialin.net (EHLO mobileKamikaze.norad) [84.167.249.77] by mail.gmx.net (mp020) with SMTP; 01 Jun 2007 13:08:22 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX18UqCBbvcAUAMd0JkrTdTozvsSB6QvCrBwa+WYCWK nJuRHWB5fXcLWQ Message-ID: <465FFE06.7010900@gmx.de> Date: Fri, 01 Jun 2007 13:07:50 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070506) MIME-Version: 1.0 To: Ade Lovett References: <200706010521.l515LE4N074880@harmony.bsdimp.com> <20070601085750.ang0g5aqp0kg8c8k@webmail.leidinger.net> <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> In-Reply-To: <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: ports@freebsd.org, Warner Losh , Kris Kennaway Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 11:08:24 -0000 Ade Lovett wrote: > > On Jun 01, 2007, at 01:33 , Kris Kennaway wrote: >> Download the packages from the FTP site and either reinstall them or >> extract the +CONTENTS. This will work best if you don't have local >> make.conf customizations, otherwise you will see variance. > > Actually, this does bring up a meta-issue that ports, pkgsrc, portage, > all suffer from. > > What happens when the metadata gets blown away (by accident, hardware > crash, flaming meteor from Mars, etc.) > > Is there anything we can do to mitigate this? > > Yes. It's an open-ended question. I also have no obvious solution. > But I do see the need for such. Talking about obvious solutions - backup and restore. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 11:18:24 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8925216A46D for ; Fri, 1 Jun 2007 11:18:24 +0000 (UTC) (envelope-from adk@moris.ru) Received: from ermhz.moris.ru (mail.moris.ru [85.95.164.20]) by mx1.freebsd.org (Postfix) with ESMTP id C162413C45A for ; Fri, 1 Jun 2007 11:18:23 +0000 (UTC) (envelope-from adk@moris.ru) Received: from [192.168.1.90] (cerber.moris.ru [85.95.164.58]) (authenticated bits=0) by ermhz.moris.ru (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l51B5eAk016636 for ; Fri, 1 Jun 2007 15:05:40 +0400 X-AUTH_USER: Message send by adk authenticated user Message-ID: <465FFD9C.6000307@moris.ru> Date: Fri, 01 Jun 2007 15:06:04 +0400 From: Abdrashitov Dmitry User-Agent: Debian Thunderbird 1.0.2 (X11/20070113) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release X-SpamTest-Info: Not protected Subject: pkg_version: BABagntux is not a valid package! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 11:18:24 -0000 hi! i use freebsd 6.2 there is some strange error - when i try this command : "pkg_version -v" i get endless list: pkg_version: BABagntux is not a valid package! pkg_version: BABagntux is not a valid package! pkg_version: BABagntux is not a valid package! pkg_version: BABagntux is not a valid package! pkg_version: BABagntux is not a valid package! when i try this command : "pkgdb -F" ---> Checking the package registry database BABagntux: Not in due form: - what does it means? From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 11:55:17 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B78B516A421 for ; Fri, 1 Jun 2007 11:55:17 +0000 (UTC) (envelope-from spreng@socket.ch) Received: from mailhub-lb1.unibe.ch (mailhub-lb1.unibe.ch [130.92.0.82]) by mx1.freebsd.org (Postfix) with ESMTP id 7934813C45D for ; Fri, 1 Jun 2007 11:55:17 +0000 (UTC) (envelope-from spreng@socket.ch) Received: from localhost (scanhub01.unibe.ch [130.92.5.61]) by mailhub-lb1.unibe.ch (Postfix) with ESMTP id 58DBD11C027; Fri, 1 Jun 2007 13:39:36 +0200 (CEST) X-Virus-checked: by University of Bern Received: from mailhub-lb1.unibe.ch ([130.92.0.82]) by localhost (scanhub01.unibe.ch [130.92.5.61]) (amavisd-new, port 10024) with LMTP id fXPdFnD2jT-G; Fri, 1 Jun 2007 13:39:34 +0200 (CEST) Received: from hotpot (hotpot.unibe.ch [130.92.7.70]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailhub-lb1.unibe.ch (Postfix) with ESMTP id 9CACF11C021; Fri, 1 Jun 2007 13:39:34 +0200 (CEST) Received: from yukon.unibe.ch (yukon.unibe.ch [130.92.7.23]) by hotpot (Postfix) with ESMTP id 6132014A40A8; Fri, 1 Jun 2007 13:39:34 +0200 (CEST) Message-ID: <46600575.3060108@socket.ch> Date: Fri, 01 Jun 2007 13:39:33 +0200 From: Thomas Spreng User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Abdrashitov Dmitry References: <465FFD9C.6000307@moris.ru> In-Reply-To: <465FFD9C.6000307@moris.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: pkg_version: BABagntux is not a valid package! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spreng@socket.ch List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 11:55:17 -0000 Hi Dmitry, > i use freebsd 6.2 > there is some strange error - > when i try this command : "pkg_version -v" > i get endless list: > pkg_version: BABagntux is not a valid package! > pkg_version: BABagntux is not a valid package! > pkg_version: BABagntux is not a valid package! > pkg_version: BABagntux is not a valid package! > pkg_version: BABagntux is not a valid package! > > when i try this command : "pkgdb -F" > ---> Checking the package registry database > BABagntux: Not in due form: - did you install BrightStor ARCserve Backup on this host? If yes, it looks like it's install script tries to register the client as a package in an incorrect way. At least that's what I remember. well, I can't offer you a solution but to uninstall or ignore these messages. Maybe it's save to remove the corresponding /var/db/pkg entry but I'm not completely sure. hope this helps somehow. cheers, tom. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 12:48:25 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 451DF16A41F for ; Fri, 1 Jun 2007 12:48:25 +0000 (UTC) (envelope-from spreng@socket.ch) Received: from mailhub-lb2.unibe.ch (mailhub-lb2.unibe.ch [130.92.0.83]) by mx1.freebsd.org (Postfix) with ESMTP id 05E7D13C48A for ; Fri, 1 Jun 2007 12:48:24 +0000 (UTC) (envelope-from spreng@socket.ch) Received: from localhost (scanhub-lb2.unibe.ch [130.92.5.66]) by mailhub-lb2.unibe.ch (Postfix) with ESMTP id EFE1EC43D8; Fri, 1 Jun 2007 14:48:23 +0200 (CEST) X-Virus-checked: by University of Bern Received: from mailhub-lb2.unibe.ch ([130.92.0.83]) by localhost (scanhub-lb2.unibe.ch [130.92.5.66]) (amavisd-new, port 10024) with LMTP id NgFeQi-m68Eh; Fri, 1 Jun 2007 14:48:22 +0200 (CEST) Received: from hotpot (hotpot.unibe.ch [130.92.7.70]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailhub-lb2.unibe.ch (Postfix) with ESMTP id 9EE05C4246; Fri, 1 Jun 2007 14:48:14 +0200 (CEST) Received: from yukon.unibe.ch (yukon.unibe.ch [130.92.7.23]) by hotpot (Postfix) with ESMTP id 2289614A40A8; Fri, 1 Jun 2007 14:48:14 +0200 (CEST) Message-ID: <4660158D.9020901@socket.ch> Date: Fri, 01 Jun 2007 14:48:13 +0200 From: Thomas Spreng User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: ports@freebsd.org References: <863b1lnurb.fsf@bsd.by> <86y7jdmedl.fsf@bsd.by> <465FF14C.8090205@socket.ch> <20070601104415.O52165@duane.dbq.yournetplus.com> <465FFB85.6070403@socket.ch> In-Reply-To: <465FFB85.6070403@socket.ch> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Duane Hill Subject: Re: net/rdesktop segfault X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spreng@socket.ch List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 12:48:25 -0000 Thomas Spreng wrote: > Hi, > > Duane Hill wrote: >> From the stand point of a fresh FBSD 6.2 install, rdesktop 1.5.0 works >> fine here using xorg 7.2. I just logged into an XP pro and 2000 server >> without a segfault. > > I've only tested connections to Windows Server 2003 SP2 so far, > rdesktop-1.5.0_1 segfaults every time at the login screen. > > I'll try to do some testing on different Windows versions then. Ok, I just did some testing and it looks like it depends on what framebuffer depth is used. rdesktop-1.5.0_1 works fine if xorg 7.2 runs with a depth of 24 (32 bpp framebuffer). If I switch to a depth of 16 on the other hand, rdesktop-1.5.0_1 segfaults most of the time. It doesn't matter what color depth I choose for the connection (rdesktop command line argument). If I apply the patch (which I attached in one of my earlier posts) everything runs fine, regardless what color depth is used. All this has been tested on FBSD6.2 using xorg v7.2 (nv driver) connecting to a Windows 2003 SP2. Can anyone confirm my results? Or do some tests using other systems/setups? cheers, tom. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 12:51:48 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4B7216A469 for ; Fri, 1 Jun 2007 12:51:48 +0000 (UTC) (envelope-from adk@moris.ru) Received: from ermhz.moris.ru (mail.moris.ru [85.95.164.20]) by mx1.freebsd.org (Postfix) with ESMTP id 11A7F13C4C4 for ; Fri, 1 Jun 2007 12:51:47 +0000 (UTC) (envelope-from adk@moris.ru) Received: from [192.168.1.90] (cerber.moris.ru [85.95.164.58]) (authenticated bits=0) by ermhz.moris.ru (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l51CpjbZ008084 for ; Fri, 1 Jun 2007 16:51:45 +0400 X-AUTH_USER: Message send by adk authenticated user Message-ID: <4660167A.7060105@moris.ru> Date: Fri, 01 Jun 2007 16:52:10 +0400 From: Abdrashitov Dmitry User-Agent: Debian Thunderbird 1.0.2 (X11/20070113) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <465FFD9C.6000307@moris.ru> <46600575.3060108@socket.ch> In-Reply-To: <46600575.3060108@socket.ch> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release X-SpamTest-Info: Not protected Subject: Re: pkg_version: BABagntux is not a valid package! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 12:51:48 -0000 Thomas Spreng wrote: >Hi Dmitry, > > > >>i use freebsd 6.2 >>there is some strange error - >>when i try this command : "pkg_version -v" >>i get endless list: >>pkg_version: BABagntux is not a valid package! >>pkg_version: BABagntux is not a valid package! >>pkg_version: BABagntux is not a valid package! >>pkg_version: BABagntux is not a valid package! >>pkg_version: BABagntux is not a valid package! >> >>when i try this command : "pkgdb -F" >>---> Checking the package registry database >>BABagntux: Not in due form: - >> >> > >did you install BrightStor ARCserve Backup on this host? If yes, it >looks like it's install script tries to register the client as a package >in an incorrect way. At least that's what I remember. > >well, I can't offer you a solution but to uninstall or ignore these >messages. Maybe it's save to remove the corresponding /var/db/pkg entry >but I'm not completely sure. > >hope this helps somehow. > >cheers, > >tom. > > thank you, second admin try to install BrightStorARC but nothing say to me )) i try doing something From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 13:38:35 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18F7916A400; Fri, 1 Jun 2007 13:38:35 +0000 (UTC) (envelope-from hummel@parmesan.sis.pasteur.fr) Received: from mail-interne1.pasteur.fr (munster2.sis.pasteur.fr [157.99.64.204]) by mx1.freebsd.org (Postfix) with ESMTP id D040913C483; Fri, 1 Jun 2007 13:38:34 +0000 (UTC) (envelope-from hummel@parmesan.sis.pasteur.fr) Received: from localhost (localhost [127.0.0.1]) by mail-interne1.pasteur.fr (Postfix) with ESMTP id D2BA51CC0F6; Fri, 1 Jun 2007 15:22:09 +0200 (CEST) X-Virus-Scanned: amavisd-new at pasteur.fr Received: from parmesan.sis.pasteur.fr (parmesan.sis.pasteur.fr [157.99.64.42]) by mail-interne1.pasteur.fr (Postfix) with ESMTP id 186711CC1A6; Fri, 1 Jun 2007 15:22:06 +0200 (CEST) Received: by parmesan.sis.pasteur.fr (Postfix, from userid 1931) id 801B51707E; Fri, 1 Jun 2007 15:22:05 +0200 (CEST) Date: Fri, 1 Jun 2007 15:22:05 +0200 From: Thomas Hummel To: "[LoN]Kamikaze" Message-ID: <20070601132205.GW43953@parmesan.sis.pasteur.fr> References: <200706010521.l515LE4N074880@harmony.bsdimp.com> <20070601085750.ang0g5aqp0kg8c8k@webmail.leidinger.net> <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> <465FFE06.7010900@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <465FFE06.7010900@gmx.de> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Warner Losh , Ade Lovett , Kris Kennaway Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 13:38:35 -0000 On Fri, Jun 01, 2007 at 01:07:50PM +0200, [LoN]Kamikaze wrote: Happend to me too (same cause : battery died while portupgrading -a). I had nothing in lost+found and since >500 packages got corrupted, no binary .tgz packages tweaking was an option. After some search in /usr/ports/Mk/bsd.port.mk I came to the following solution : 1) with trivial shell script/perl/whatever, build from pkg_info: the package info for package 'ffmpeg-0.4.9.p1_7' is corrupt pkg_info: the package info for package 'gnucash-2.0.5_3' is corrupt the file foobar holding ffmpeg-0.4.9.p1_7 gnucash-2.0.5_3 linux-mplayerplug-in-3.35_1 xprehashprinterlist-1.0.1 2) with some additionnal shell/perl/whatever, transform foobar into foobaz holding the path of the correspondint port directory : so, foobaz will look like this (for other ports than those listed above of course) /usr/ports/x11-fonts/linux-fontconfig /usr/ports/devel/linux-glib2 /usr/ports/x11-toolkits/linux-gtk2 3) re-generate +CONTENT files cat foobaz | while read LINE;do cd $LINE;make do-package;make fake-pkg;done 4) rebuild pkgdb rm /var/db/pkg/pkgdb.db pkgdb -fu It seemed to work for me, except for one or two packages, one of them missed the +COMMENT file as well (easy to re-create from the ports makefile). gnucash is still broken but maybe for some other issue. maybe should INDEX* and INDEX*.db be recreated as well (I did it but I don't remember at which stage of the above procedure). Hope it'll help. -- Thomas Hummel From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 13:49:35 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F55B16A46C for ; Fri, 1 Jun 2007 13:49:35 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id 4F22813C457 for ; Fri, 1 Jun 2007 13:49:34 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so208066anc for ; Fri, 01 Jun 2007 06:49:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U4nVaMouI41BAr+9Bi9BjOwTzT43HRvBw2hl7DecgEKq5RL8IVVyDz9DKYj3DOusX23wnHXaye+0B4uMEGb75ISJcBivmJmmfXqUTUW0kOy+1k1aSQN6nn1OvATFKEvSKIFnhjcL//CPp4j99QcGL2Tt0BJG0gH4zdHHaFrhC6E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Qznm5lZoAsySWKKdp+hUoHypoxHw2+K6tUCiaIF+XKhRBozstYMn7PHWUXTSkECRDERRpzz2+Xfsz04JxpmgX/1aTXqzoyaBAVBFq0agh7c3TOjXfQkUg3aaE1KmOsYAok/A8RXRr+jasjTaYn63M5LWsSqn/VHoScg98/qNOcw= Received: by 10.101.1.13 with SMTP id d13mr1012117ani.1180705773322; Fri, 01 Jun 2007 06:49:33 -0700 (PDT) Received: by 10.100.139.10 with HTTP; Fri, 1 Jun 2007 06:49:33 -0700 (PDT) Message-ID: <790a9fff0706010649u63bba75epae2d8c83219dedb@mail.gmail.com> Date: Fri, 1 Jun 2007 08:49:33 -0500 From: "Scot Hetzel" To: "Craig Butler" In-Reply-To: <465FE615.5010502@lerwick.hopto.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <465FE615.5010502@lerwick.hopto.org> Cc: ports@freebsd.org Subject: Re: comms/py-bulksms X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 13:49:35 -0000 On 6/1/07, Craig Butler wrote: > Any objections to me becoming maintainer of comms/py-bulksms. Current > maintainer is ports@freebsd.org and at the moment the MASTER_SITE url is > broke. > I am planning on hosting the source files on one of my servers, so this > port can stay alive and fresh (I use it quite a lot !!) > There wouldn't be any objections, as the port is currently unmaintained. Along with your changes, change the MAINTAINER to your email address. Then in the PR place a note that you would lilke to become its' maintainer. Scot From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 15:01:40 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A68516A400 for ; Fri, 1 Jun 2007 15:01:40 +0000 (UTC) (envelope-from mcdouga9@daemon.egr.msu.edu) Received: from daemon.egr.msu.edu (daemon.egr.msu.edu [35.9.44.65]) by mx1.freebsd.org (Postfix) with ESMTP id ECDF413C44C for ; Fri, 1 Jun 2007 15:01:39 +0000 (UTC) (envelope-from mcdouga9@daemon.egr.msu.edu) Received: by daemon.egr.msu.edu (Postfix, from userid 21281) id 394D51CC2D; Fri, 1 Jun 2007 10:43:06 -0400 (EDT) Date: Fri, 1 Jun 2007 10:43:06 -0400 From: Adam McDougall To: ports@freebsd.org Message-ID: <20070601144306.GC79983@egr.msu.edu> References: <200706010521.l515LE4N074880@harmony.bsdimp.com> <20070601085750.ang0g5aqp0kg8c8k@webmail.leidinger.net> <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 15:01:40 -0000 On Fri, Jun 01, 2007 at 02:15:48AM -0700, Ade Lovett wrote: On Jun 01, 2007, at 01:33 , Kris Kennaway wrote: > Download the packages from the FTP site and either reinstall them or > extract the +CONTENTS. This will work best if you don't have local > make.conf customizations, otherwise you will see variance. Actually, this does bring up a meta-issue that ports, pkgsrc, portage, all suffer from. What happens when the metadata gets blown away (by accident, hardware crash, flaming meteor from Mars, etc.) Is there anything we can do to mitigate this? Yes. It's an open-ended question. I also have no obvious solution. But I do see the need for such. -aDe gjournal :) My two cents: I've been using it on my laptop since soon after it was available in -current and I love it to pieces, it has been perfectly stable for me and I would be using it on my production servers it it were available in -stable. It seems like it would be an invaluable tool for developers or users who might expect crashes. I admit I am only using it on /usr, and my laptop has /var on /, but my crashes come from hardware or battery and I almost never compile while on battery. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 15:12:51 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B107016A400 for ; Fri, 1 Jun 2007 15:12:51 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp2.utdallas.edu (smtp2.utdallas.edu [129.110.10.33]) by mx1.freebsd.org (Postfix) with ESMTP id 9248113C4BD for ; Fri, 1 Jun 2007 15:12:51 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp2.utdallas.edu (Postfix) with ESMTP id 5D96E5C433 for ; Fri, 1 Jun 2007 10:12:51 -0500 (CDT) Date: Fri, 01 Jun 2007 10:12:51 -0500 From: Paul Schmehl To: ports@freebsd.org Message-ID: <6D9E1847C218B06AE67CB299@utd59514.utdallas.edu> In-Reply-To: <20070601132205.GW43953@parmesan.sis.pasteur.fr> References: <200706010521.l515LE4N074880@harmony.bsdimp.com> <20070601085750.ang0g5aqp0kg8c8k@webmail.leidinger.net> <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> <465FFE06.7010900@gmx.de> <20070601132205.GW43953@parmesan.sis.pasteur.fr> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========759D5A1ACA633743E913==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 15:12:51 -0000 --==========759D5A1ACA633743E913========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Friday, June 01, 2007 15:22:05 +0200 Thomas Hummel = wrote: > On Fri, Jun 01, 2007 at 01:07:50PM +0200, [LoN]Kamikaze wrote: > > Happend to me too (same cause : battery died while portupgrading -a). > Not trying to be a smartass here, but wouldn't it be best practice to=20 always use the power cord when doing portupgrades on a laptop? All my=20 workstations have UPSes for that very reason, and I never update laptops=20 without power. That way, if the power does fail, it can revert to battery=20 giving me enough time to stop the portupgrade before all is lost. --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========759D5A1ACA633743E913==========-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 15:22:30 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A209216A469 for ; Fri, 1 Jun 2007 15:22:30 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-86-32-239.dsl.pipex.com [81.86.32.239]) by mx1.freebsd.org (Postfix) with SMTP id AD10913C4BD for ; Fri, 1 Jun 2007 15:22:29 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: (qmail 59941 invoked by uid 98); 1 Jun 2007 16:21:08 +0100 Received: from 192.168.0.5 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.88.4/1789. hbedv: 7.1.1.11/6.35.1.178. f-prot: 4.6.6/3.16.14. spamassassin: 3.1.4. Clear:RC:1(192.168.0.5):. Processed in 0.036076 secs); 01 Jun 2007 15:21:08 -0000 Received: from trident.lerwick.hopto.org (192.168.0.5) by lerwick.hopto.org with SMTP; 1 Jun 2007 16:21:08 +0100 Message-ID: <466039B4.5000802@lerwick.hopto.org> Date: Fri, 01 Jun 2007 16:22:28 +0100 From: Craig Butler User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: ports@FreeBSD.org References: <200706010521.l515LE4N074880@harmony.bsdimp.com> <20070601085750.ang0g5aqp0kg8c8k@webmail.leidinger.net> <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> <465FFE06.7010900@gmx.de> <20070601132205.GW43953@parmesan.sis.pasteur.fr> <6D9E1847C218B06AE67CB299@utd59514.utdallas.edu> In-Reply-To: <6D9E1847C218B06AE67CB299@utd59514.utdallas.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 15:22:30 -0000 backups people !! :P Paul Schmehl wrote: > --On Friday, June 01, 2007 15:22:05 +0200 Thomas Hummel > wrote: > >> On Fri, Jun 01, 2007 at 01:07:50PM +0200, [LoN]Kamikaze wrote: >> >> Happend to me too (same cause : battery died while portupgrading -a). >> > Not trying to be a smartass here, but wouldn't it be best practice to > always use the power cord when doing portupgrades on a laptop? All my > workstations have UPSes for that very reason, and I never update > laptops without power. That way, if the power does fail, it can > revert to battery giving me enough time to stop the portupgrade before > all is lost. > ============================================================ This email has been handled by lerwick.hopto.org mail server and has been scanned by 3 virus killers and spamassassin ============================================================ From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 15:41:00 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8993F16A46E for ; Fri, 1 Jun 2007 15:41:00 +0000 (UTC) (envelope-from hummel@parmesan.sis.pasteur.fr) Received: from mail-interne1.pasteur.fr (munster2.sis.pasteur.fr [157.99.64.204]) by mx1.freebsd.org (Postfix) with ESMTP id 48A7513C45E for ; Fri, 1 Jun 2007 15:41:00 +0000 (UTC) (envelope-from hummel@parmesan.sis.pasteur.fr) Received: from localhost (localhost [127.0.0.1]) by mail-interne1.pasteur.fr (Postfix) with ESMTP id 96EA31CC16D; Fri, 1 Jun 2007 17:40:59 +0200 (CEST) X-Virus-Scanned: amavisd-new at pasteur.fr Received: from parmesan.sis.pasteur.fr (parmesan.sis.pasteur.fr [157.99.64.42]) by mail-interne1.pasteur.fr (Postfix) with ESMTP id 4EAF11CC16C; Fri, 1 Jun 2007 17:40:59 +0200 (CEST) Received: by parmesan.sis.pasteur.fr (Postfix, from userid 1931) id BA4FC1707E; Fri, 1 Jun 2007 17:40:57 +0200 (CEST) Date: Fri, 1 Jun 2007 17:40:57 +0200 From: Thomas Hummel To: Paul Schmehl Message-ID: <20070601154057.GY43953@parmesan.sis.pasteur.fr> References: <200706010521.l515LE4N074880@harmony.bsdimp.com> <20070601085750.ang0g5aqp0kg8c8k@webmail.leidinger.net> <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> <465FFE06.7010900@gmx.de> <20070601132205.GW43953@parmesan.sis.pasteur.fr> <6D9E1847C218B06AE67CB299@utd59514.utdallas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6D9E1847C218B06AE67CB299@utd59514.utdallas.edu> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 15:41:00 -0000 On Fri, Jun 01, 2007 at 10:12:51AM -0500, Paul Schmehl wrote: > Not trying to be a smartass here, but wouldn't it be best practice to > always use the power cord when doing portupgrades on a laptop? Sure. But that doesn't explain why so many +CONTENT files were screwed up and why there isn't a easy or easier way to re-generate them. -- Thomas Hummel | Institut Pasteur | Pôle informatique - systèmes et réseau From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 17:05:15 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C8F716A468; Fri, 1 Jun 2007 17:05:15 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id ECBDE13C45A; Fri, 1 Jun 2007 17:05:14 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4D4B01A3C1A; Fri, 1 Jun 2007 10:06:27 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 42041511D0; Fri, 1 Jun 2007 13:05:14 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 1CDB6C1D6; Fri, 1 Jun 2007 13:05:14 -0400 (EDT) Date: Fri, 1 Jun 2007 13:05:14 -0400 From: Kris Kennaway To: Ade Lovett Message-ID: <20070601170514.GA54912@rot13.obsecurity.org> References: <200706010521.l515LE4N074880@harmony.bsdimp.com> <20070601085750.ang0g5aqp0kg8c8k@webmail.leidinger.net> <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Warner Losh , Kris Kennaway Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 17:05:15 -0000 On Fri, Jun 01, 2007 at 02:15:48AM -0700, Ade Lovett wrote: > > On Jun 01, 2007, at 01:33 , Kris Kennaway wrote: > >Download the packages from the FTP site and either reinstall them or > >extract the +CONTENTS. This will work best if you don't have local > >make.conf customizations, otherwise you will see variance. > > Actually, this does bring up a meta-issue that ports, pkgsrc, > portage, all suffer from. > > What happens when the metadata gets blown away (by accident, hardware > crash, flaming meteor from Mars, etc.) > > Is there anything we can do to mitigate this? > > Yes. It's an open-ended question. I also have no obvious solution. > But I do see the need for such. I am not really sure there is a solution: unless the user has used a precompiled "standard" package is not just representing data that is cached from somewhere else and can be reconstructed, it is usually unique to a particular build. Even if they use a standard package it may have changed in the meantime. Best solution is to back up /var/db/pkg if it is in danger of deletion by a wanton admin :) Kris From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 19:15:00 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 883C916A46B for ; Fri, 1 Jun 2007 19:15:00 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.freebsd.org (Postfix) with ESMTP id 168B913C44C for ; Fri, 1 Jun 2007 19:14:59 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.13.8/jtpda-5.4) with ESMTP id l51JEwPr072051 for ; Fri, 1 Jun 2007 21:14:58 +0200 (CEST) X-Ids: 166 Received: by parthe.lpthe.jussieu.fr (Postfix, from userid 10096) id 7CE5DBF6AC; Fri, 1 Jun 2007 21:14:57 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on parthe.lpthe.jussieu.fr X-Spam-Level: X-Spam-Status: No, score=-3.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (Postfix) with ESMTP id DD87BBF4F6 for ; Fri, 1 Jun 2007 21:14:56 +0200 (CEST) Received: by niobe.lpthe.jussieu.fr (Postfix, from userid 2005) id D41D688; Fri, 1 Jun 2007 21:14:56 +0200 (CEST) Date: Fri, 1 Jun 2007 21:14:56 +0200 From: Michel Talon To: ports@freebsd.org Message-ID: <20070601191456.GA27033@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (shiva.jussieu.fr [134.157.0.166]); Fri, 01 Jun 2007 21:14:58 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.7/3336/Fri Jun 1 13:28:33 2007 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at shiva.jussieu.fr with ID 46607032.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Cc: Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 19:15:00 -0000 Thomas Hummel wrote: > Sure. But that doesn't explain why so many +CONTENT files were screwed > up and why there isn't a easy or easier way to re-generate them. Portupgrade (at least pkgdb) has functionality to edit the +CONTENTS file with the aim of fixing the dependencies. So one may understand that if it is killed in the middle it may leave the +CONTENTS file screwed. It would be wise to move the file to +CONTENTS.BAK and then edit the +CONTENTS file, or edit a copy and then apply rename. You cannot regenerate the +CONTENTS file in a reliable way, because its content is depending on the way in which you installed software on the machine, from package or port, and then what was the building option for the port. Note that all files have an md5sum which willbe different for any variation! It is even dependent on the history of the pkgdb you have done, since this edits the file. Moral of the story, as other people are saying, keeping a backup of the pkgdb should be necessary before taking unreliable action. -- Michel TALON From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 19:17:23 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1FFFF16A46D; Fri, 1 Jun 2007 19:17:23 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id D603F13C468; Fri, 1 Jun 2007 19:17:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l51JEFHt086388; Fri, 1 Jun 2007 13:14:15 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 01 Jun 2007 13:14:15 -0600 (MDT) Message-Id: <20070601.131415.74663752.imp@bsdimp.com> To: kris@obsecurity.org From: Warner Losh In-Reply-To: <20070601170514.GA54912@rot13.obsecurity.org> References: <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> <20070601170514.GA54912@rot13.obsecurity.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 01 Jun 2007 13:14:15 -0600 (MDT) Cc: ports@freebsd.org, ade@freebsd.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 19:17:23 -0000 > Best solution is to back up /var/db/pkg if it is in danger of deletion > by a wanton admin :) The ONLY data corruption that I saw when my laptop died was *ALL* of the +CONTENTS files going away. It seems to have died during the updating of the meta-data for the dvdauthor port. Why all the files of unreleated packages would disapper is a mystery to me, unless mergemaster, or one of the pkg tools, deleted them all, and then wanted to rewrite them and I got screwed between these two steps. Wouldn't it be better of a +CONTENTS~ file were left in place during this process and have that be removed afterwards? Warner From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 19:43:37 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7D7216A468 for ; Fri, 1 Jun 2007 19:43:37 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from smtp8.server.rpi.edu (smtp8.server.rpi.edu [128.113.2.228]) by mx1.freebsd.org (Postfix) with ESMTP id 4C21613C48C for ; Fri, 1 Jun 2007 19:43:37 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp8.server.rpi.edu (8.13.1/8.13.1) with ESMTP id l51Ie3eI007665 for ; Fri, 1 Jun 2007 14:40:05 -0400 Mime-Version: 1.0 Message-Id: In-Reply-To: References: <200706010521.l515LE4N074880@harmony.bsdimp.com> Date: Fri, 1 Jun 2007 14:40:03 -0400 To: freebsd-ports@FreeBSD.org From: Garance A Drosehn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-RPI-SA-Score: undef - spam scanning disabled X-CanItPRO-Stream: default X-Canit-Stats-ID: Bayes signature not available X-Scanned-By: CanIt (www . roaringpenguin . com) on 128.113.2.228 Cc: Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 19:43:37 -0000 At 2:06 PM +0300 6/1/07, Volodymyr Kostyrko wrote: >Warner Losh wrote: >>my portupgrade -a died in the middle. Well, the laptop in my >>battery died at a bad time. all of my +CONTENTS files are gone. >>Is there any hope? > >Dodged that lately. Actually in my case most files were dumped >into lost+found so just a lil bit of awk|mv does the job. Not that this will help Warner's situation, but I like to add a 'sync' or two after doing some longer operation. The trick is to pick the best times to do that. For a portupgrade, it might be a good idea to add a 'sync' right after doing each package- register step. That should not slow things down much, and it's a good time to try and force disk-I/O out to the disk. -- Garance Alistair Drosehn = drosehn@rpi.edu Senior Systems Programmer or gad@FreeBSD.org Rensselaer Polytechnic Institute; Troy, NY; USA From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 20:45:57 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BE9716A46D for ; Fri, 1 Jun 2007 20:45:57 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id A220413C45D for ; Fri, 1 Jun 2007 20:45:56 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 6127 invoked by uid 399); 1 Jun 2007 20:45:54 -0000 Received: from localhost (HELO ?192.168.0.5?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 1 Jun 2007 20:45:54 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <4660857A.2030701@FreeBSD.org> Date: Fri, 01 Jun 2007 13:45:46 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Warner Losh References: <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> <20070601170514.GA54912@rot13.obsecurity.org> <20070601.131415.74663752.imp@bsdimp.com> In-Reply-To: <20070601.131415.74663752.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, ade@freebsd.org, kris@obsecurity.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 20:45:57 -0000 Warner Losh wrote: >> Best solution is to back up /var/db/pkg if it is in danger of deletion >> by a wanton admin :) > > The ONLY data corruption that I saw when my laptop died was *ALL* of > the +CONTENTS files going away. It seems to have died during the > updating of the meta-data for the dvdauthor port. Why all the files > of unreleated packages would disapper is a mystery to me, unless > mergemaster, or one of the pkg tools, deleted them all, and then > wanted to rewrite them and I got screwed between these two steps. I think you're thinking of portmaster, mergemaster doesn't touch ports stuff. What portmaster does when it updates +CONTENTS files is to update a temp copy first, then move the updated file into place after it's done. Not sure what portupgrade does. In terms of easily recreating them, I can't think of a way to do that reliably other than to build the ports again. portmaster relies heavily on the data in +CONTENTS, and it couldn't even rebuild your ports in place without them since it wouldn't be able to find the ORIGIN. What you could do with portmaster is to pick a high level leaf port with a lot of dependencies (something like firefox) and do 'portmaster -aft /usr/ports/www/firefox' (make sure you specify the directory in /usr/ports, not the pkg directory). hth, Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 20:59:07 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEFA816A421; Fri, 1 Jun 2007 20:59:07 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 81B1C13C44B; Fri, 1 Jun 2007 20:59:07 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l51KuXMh087309; Fri, 1 Jun 2007 14:56:33 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 01 Jun 2007 14:56:51 -0600 (MDT) Message-Id: <20070601.145651.-1370667188.imp@bsdimp.com> To: dougb@freebsd.org From: "M. Warner Losh" In-Reply-To: <4660857A.2030701@FreeBSD.org> References: <20070601170514.GA54912@rot13.obsecurity.org> <20070601.131415.74663752.imp@bsdimp.com> <4660857A.2030701@FreeBSD.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 01 Jun 2007 14:56:34 -0600 (MDT) Cc: ports@freebsd.org, ade@freebsd.org, kris@obsecurity.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 20:59:08 -0000 In message: <4660857A.2030701@FreeBSD.org> Doug Barton writes: : Warner Losh wrote: : >> Best solution is to back up /var/db/pkg if it is in danger of deletion : >> by a wanton admin :) : > : > The ONLY data corruption that I saw when my laptop died was *ALL* of : > the +CONTENTS files going away. It seems to have died during the : > updating of the meta-data for the dvdauthor port. Why all the files : > of unreleated packages would disapper is a mystery to me, unless : > mergemaster, or one of the pkg tools, deleted them all, and then : > wanted to rewrite them and I got screwed between these two steps. : : I think you're thinking of portmaster, mergemaster doesn't touch ports : stuff. What portmaster does when it updates +CONTENTS files is to : update a temp copy first, then move the updated file into place after : it's done. Not sure what portupgrade does. Yea, forget I said mergemaster. It was portupgrade. : In terms of easily recreating them, I can't think of a way to do that : reliably other than to build the ports again. portmaster relies : heavily on the data in +CONTENTS, and it couldn't even rebuild your : ports in place without them since it wouldn't be able to find the ORIGIN. rm -rf /var/db/pkg/* /usr/local/* /usr/X11R6/* is somewhat liberating... That's what I opted for... However, I've not yet tried to rebuild openoffice. Firefox and X11 worked. [[ as an aside, the updating instructions for xorg should say you may need to regenerate your config file, since when I used my old one I got pcidata not found ]] : What you could do with portmaster is to pick a high level leaf port : with a lot of dependencies (something like firefox) and do 'portmaster : -aft /usr/ports/www/firefox' (make sure you specify the directory in : /usr/ports, not the pkg directory). I don't see the 't' option listed in the portupgrade -help output. What does it do? Warner From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 21:04:48 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCDB416A478 for ; Fri, 1 Jun 2007 21:04:48 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 75B6413C4EE for ; Fri, 1 Jun 2007 21:04:48 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 28224 invoked by uid 399); 1 Jun 2007 21:04:47 -0000 Received: from localhost (HELO ?192.168.0.5?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 1 Jun 2007 21:04:47 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <466089EC.2040109@FreeBSD.org> Date: Fri, 01 Jun 2007 14:04:44 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: "M. Warner Losh" References: <20070601170514.GA54912@rot13.obsecurity.org> <20070601.131415.74663752.imp@bsdimp.com> <4660857A.2030701@FreeBSD.org> <20070601.145651.-1370667188.imp@bsdimp.com> In-Reply-To: <20070601.145651.-1370667188.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, ade@freebsd.org, kris@obsecurity.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 21:04:49 -0000 M. Warner Losh wrote: > I don't see the 't' option listed in the portupgrade -help output. > What does it do? portmaster != portupgrade :) In portmaster, the -t option means to thoroughly recurse dependencies (using all-depends-list instead of the union of build/run-depends-list). Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 21:20:15 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5614416A400; Fri, 1 Jun 2007 21:20:15 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id EF8FB13C44B; Fri, 1 Jun 2007 21:20:14 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l51LIC0F087432; Fri, 1 Jun 2007 15:18:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 01 Jun 2007 15:18:30 -0600 (MDT) Message-Id: <20070601.151830.-300874361.imp@bsdimp.com> To: dougb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <466089EC.2040109@FreeBSD.org> References: <4660857A.2030701@FreeBSD.org> <20070601.145651.-1370667188.imp@bsdimp.com> <466089EC.2040109@FreeBSD.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 01 Jun 2007 15:18:13 -0600 (MDT) Cc: ports@FreeBSD.org, ade@FreeBSD.org, kris@obsecurity.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 21:20:15 -0000 In message: <466089EC.2040109@FreeBSD.org> Doug Barton writes: : M. Warner Losh wrote: : : > I don't see the 't' option listed in the portupgrade -help output. : > What does it do? : : portmaster != portupgrade :) : : In portmaster, the -t option means to thoroughly recurse dependencies : (using all-depends-list instead of the union of build/run-depends-list). Ah, ok. I'm just a fount of confusion today. Warner From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 21:27:15 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BE0B16A400 for ; Fri, 1 Jun 2007 21:27:15 +0000 (UTC) (envelope-from bri@sonicboom.org) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.freebsd.org (Postfix) with ESMTP id 3853A13C468 for ; Fri, 1 Jun 2007 21:27:15 +0000 (UTC) (envelope-from bri@sonicboom.org) Received: from [127.0.0.1] (entwistle.sonicboom.org [66.93.34.170]) by entwistle.sonicboom.org (8.14.1/8.14.1) with ESMTP id l51LRExr086693; Fri, 1 Jun 2007 14:27:15 -0700 (PDT) (envelope-from bri@sonicboom.org) Message-ID: <46608F31.9070703@sonicboom.org> Date: Fri, 01 Jun 2007 14:27:13 -0700 From: Brian User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: scheidell@secnap.net, ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: spamassassin install message X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 21:27:15 -0000 I'd like to request the addition of at least basic how to enable spamd on this. I installed the port, selected the spamd option in the menu when it appeared. The port installed, with not much info, other than referring to non freebsd specific help. I found what I needed based on Googling, but that really shouldn't be necessary. Brian From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 21:34:06 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2460D16A469 for ; Fri, 1 Jun 2007 21:34:06 +0000 (UTC) (envelope-from scheidell@secnap.net) Received: from fl.us.spammertrap.net (fl.us.spammertrap.net [204.89.241.173]) by mx1.freebsd.org (Postfix) with ESMTP id E8EBC13C484 for ; Fri, 1 Jun 2007 21:34:05 +0000 (UTC) (envelope-from scheidell@secnap.net) Received: from localhost (localhost [127.0.0.1]) by fl.us.spammertrap.net (Postfix) with ESMTP id 7D9BD170FC for ; Fri, 1 Jun 2007 17:34:05 -0400 (EDT) X-Quarantine-ID: X-Virus-Scanned: SpammerTrap(tm) SME-150 1.68 at spammertrap.net X-Spam-Flag: NO X-Spam-Score: -7.548 X-Spam-Level: X-Spam-Status: No, score=-7.548 tagged_above=-999 required=9 tests=[AWL=0.050, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001, DK_POLICY_SIGNSOME=0.001, LOCAL_RCVD=-5, SPF_PASS=-0.001] X-Amavis-Modified: Mail body modified (using disclaimer) by fl.us.spammertrap.net Received: from secnap2.secnap.com (secnap2.secnap.com [204.89.241.128]) by fl.us.spammertrap.net (Postfix) with ESMTP id 67AF5170F7 for ; Fri, 1 Jun 2007 17:34:03 -0400 (EDT) Received: from [10.70.3.3] ([10.70.3.3]) by secnap2.secnap.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 1 Jun 2007 17:34:03 -0400 Message-ID: <466090CD.2000904@secnap.net> Date: Fri, 01 Jun 2007 17:34:05 -0400 From: Michael Scheidell User-Agent: Thunderbird 1.5.0.12 (Macintosh/20070509) MIME-Version: 1.0 To: Brian References: <46608F31.9070703@sonicboom.org> In-Reply-To: <46608F31.9070703@sonicboom.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Jun 2007 21:34:03.0365 (UTC) FILETIME=[931D8950:01C7A494] Cc: ports@freebsd.org Subject: Re: spamassassin install message X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 21:34:06 -0000 Brian wrote: > I'd like to request the addition of at least basic how to enable spamd > on this. I installed the port, selected the spamd option in the menu > when it appeared. The port installed, with not much info, other than > referring to non freebsd specific help. I found what I needed based > on Googling, but that really shouldn't be necessary. > > Brian > I'll look into it, but it would help if either: A) You tell me if we need to add files, make links, or something that was missing in the install. B) suggest what you want in the message (or, C: cd /usr/ports/security/amavisd-new. I like it better than running raw spamd) (a unified diff patch would be better. make sure you patch against current 3.20 p5-Mail-SpamAssassin. If you don't have it, update ports tree, if not there yet, see: http://www.freebsd.org/cgi/query-pr.cgi?pr=113161 _________________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(tm). For Information please see http://www.spammertrap.com _________________________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 22:15:00 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F0C216A41F for ; Fri, 1 Jun 2007 22:15:00 +0000 (UTC) (envelope-from bri@sonicboom.org) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.freebsd.org (Postfix) with ESMTP id 3009413C468 for ; Fri, 1 Jun 2007 22:15:00 +0000 (UTC) (envelope-from bri@sonicboom.org) Received: from [127.0.0.1] (entwistle.sonicboom.org [66.93.34.170]) by entwistle.sonicboom.org (8.14.1/8.14.1) with ESMTP id l51MExGG086922; Fri, 1 Jun 2007 15:15:00 -0700 (PDT) (envelope-from bri@sonicboom.org) Message-ID: <46609A61.2090705@sonicboom.org> Date: Fri, 01 Jun 2007 15:14:57 -0700 From: Brian User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Michael Scheidell , ports@freebsd.org References: <46608F31.9070703@sonicboom.org> <466090CD.2000904@secnap.net> In-Reply-To: <466090CD.2000904@secnap.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: spamassassin install message X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 22:15:00 -0000 Michael Scheidell wrote: > Brian wrote: >> I'd like to request the addition of at least basic how to enable >> spamd on this. I installed the port, selected the spamd option in >> the menu when it appeared. The port installed, with not much info, >> other than referring to non freebsd specific help. I found what I >> needed based on Googling, but that really shouldn't be necessary. >> >> Brian >> > I'll look into it, but it would help if either: > A) You tell me if we need to add files, make links, or something that > was missing in the install. > B) suggest what you want in the message > (or, C: cd /usr/ports/security/amavisd-new. I like it better than > running raw spamd) > > (a unified diff patch would be better. make sure you patch against > current 3.20 p5-Mail-SpamAssassin. > > If you don't have it, update ports tree, if not there yet, see: > http://www.freebsd.org/cgi/query-pr.cgi?pr=113161 > > > _________________________________________________________________________ > This email has been scanned and certified safe by SpammerTrap(tm). For > Information please see http://www.spammertrap.com > _________________________________________________________________________ I've been doing SA thru procmail for yearsm and now have beefier hardware, so i wanted to retry the daemon. 2 things jump out right away. A In /usr/local/etc/rc.d/sa-spamd, even if I select to run spamd during the spamassassin config stage, I get these defaults. # Set defaults : ${spamd_enable:="NO"} : ${spamd_flags="-c "} The install doesn't say that you need to do spamd_enable="YES" in rc.conf. Adding that allows spamd to start, but in a state of security many wont be comfortable with. B Now after you get that far, you are left with a setup that works, but spamd is runnning as root. Here is the default ps with just the above arg. ps auxwww | grep spamd root 626 0.0 3.3 26456 25740 ?? Ss 2:53PM 0:03.93 /usr/local/bin/spamd -c -d -r /var/run/spamd/spamd.pid (perl5.8.8) root 717 0.0 3.3 26456 25740 ?? I 2:54PM 0:00.02 spamd child (perl5.8.8) root 718 0.0 3.3 26456 25740 ?? I 2:54PM 0:00.02 spamd child (perl5.8.8) The install goes through the trouble of creating a spamd user, shouldn't we run spamd with the -u spamd flags, or at the minimum warn the user that they now have another root owned service running on their box? Adding spamd_flags="-u spamd" and restarting leads to ps auxwww | grep spamd root 820 0.0 3.3 26464 25784 ?? Ss 3:07PM 0:03.71 /usr/local/bin/spamd -u spamd -d -r /var/run/spamd/spamd.pid (perl5.8.8) spamd 823 0.0 3.3 26464 25800 ?? I 3:08PM 0:00.02 spamd child (perl5.8.8) spamd 824 0.0 3.3 26464 25800 ?? I 3:08PM 0:00.02 spamd child (perl5.8.8) BTW, I saw your comments in the above pr, it doesn't seem like the ports tree is frozen anymore, portsnap has gotten me changes for at least the last few days. Brian From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 22:20:48 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FADA16A400 for ; Fri, 1 Jun 2007 22:20:48 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp2.utdallas.edu (smtp2.utdallas.edu [129.110.10.33]) by mx1.freebsd.org (Postfix) with ESMTP id 537CF13C458 for ; Fri, 1 Jun 2007 22:20:48 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp2.utdallas.edu (Postfix) with ESMTP id E9EB35C13B for ; Fri, 1 Jun 2007 17:20:47 -0500 (CDT) Date: Fri, 01 Jun 2007 17:20:47 -0500 From: Paul Schmehl To: ports@FreeBSD.org Message-ID: <728AC552D218624D58E828C2@utd59514.utdallas.edu> In-Reply-To: References: X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========B655E2242D09CBDA4A1A==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBSD Port: ossec-hids-client-1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 22:20:48 -0000 --==========B655E2242D09CBDA4A1A========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Thursday, May 31, 2007 14:21:58 -0700 Andrew Storms=20 wrote: > Reporting some problems. > > Based on how things got installed the start script at > /usr/local/etc/rc.d/ossec-hids Points to the wrong 'command' and > 'required_files'. > > > command=3D"/usr/local/bin/ossec-control" > Whereas 'ossec-control' got installed at '/usr/local/ossec-hids/bin' > > And > required_files=3D"/usr/local/etc/ossec.conf" > The ossec.conf file was actually installed at = '/usr/local/ossec-hids/etc'. > > > I also noticed that even though one chooses to install > ossec-hids-client-1.2 and not the server, what's actually installed is > the server. Though the ossec.conf file appears to be for a client, if > one runs the 'manage-agents' binary you receive the options as if this > was a server installation. I honestly haven't dug into why this one is > happening. My guess would be something got missed in the Make options. > > Nonetheless, I'm excited to see a port for OSSEC. > I can't believe this port got committed. There are three conf files in the = source; server, client and local. Only one is referenced in the master=20 Makefile and even *it* doesn't get installed because the syntax is=20 incorrect. The startup script is useless as well. That's just what I found in a=20 cursory examination. This port needs a ton of work before it's ready to go into the tree. I'll=20 see what I can do about submitting PRs over the weekend. --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========B655E2242D09CBDA4A1A==========-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 22:42:47 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43C9116A46D; Fri, 1 Jun 2007 22:42:47 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from smtp7.server.rpi.edu (smtp7.server.rpi.edu [128.113.2.227]) by mx1.freebsd.org (Postfix) with ESMTP id 04C7413C4AD; Fri, 1 Jun 2007 22:42:46 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp7.server.rpi.edu (8.13.1/8.13.1) with ESMTP id l51LSloI014262; Fri, 1 Jun 2007 17:28:47 -0400 Mime-Version: 1.0 Message-Id: In-Reply-To: <20070601.131415.74663752.imp@bsdimp.com> References: <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> <20070601170514.GA54912@rot13.obsecurity.org> <20070601.131415.74663752.imp@bsdimp.com> Date: Fri, 1 Jun 2007 17:28:46 -0400 To: Warner Losh , kris@obsecurity.org From: Garance A Drosehn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-RPI-SA-Score: undef - spam scanning disabled X-CanItPRO-Stream: default X-Canit-Stats-ID: Bayes signature not available X-Scanned-By: CanIt (www . roaringpenguin . com) on 128.113.2.227 Cc: ports@FreeBSD.org, ade@FreeBSD.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 22:42:47 -0000 At 1:14 PM -0600 6/1/07, Warner Losh wrote: > >The ONLY data corruption that I saw when my laptop died was *ALL* >of the +CONTENTS files going away. It seems to have died during >the updating of the meta-data for the dvdauthor port. Why all >the files of unreleated packages would disappear is a mystery to >me, unless mergemaster, or one of the pkg tools, deleted them all, >and then wanted to rewrite them and I got screwed between these >two steps. Hmm. Now that you mention it, when I recently rebuilt 7.x on my PowerPC system, I did happen to notice that all the +CONTENTS files were re-written at some step. I wanted to rebuild all my ports due to the new version of gcc, so I started by rebuilding some ports like portupgrade and ruby, and then did a: ls -ltr /var/db/pkg to see what hadn't been rebuilt yet. I noticed that all of the directories had changed at that point. That, in turn, was because all the +CONTENTS files has been re-written, even though I had only updated those two ports. At the time, I assumed that was just because something major had changed in portupgrade. But looking at ls -ltr /var/db/pkg/*/+CONTENTS right now, it seems that 48 of the 54 ports that I have installed have the same last-modify time. The remaining six ports are ports which upgraded after that common last-change time, so they could also have been changed at the common time. Based on my bash history, it looks like the command: portupgrade -f cdecl pkg_tree md5deep zip unix2dos fping \ trafshow iperf help2man pftop finished around the same time that all the +CONTENTS files were rewritten, but it's hard to say for sure. And I just did the command again, and it did not cause all the +CONTENTS files to be rewritten. Of course, this time it wasn't really changing anything, since all of these ports are exactly the same as when I last built them. -- Garance Alistair Drosehn = drosehn@rpi.edu Senior Systems Programmer or gad@FreeBSD.org Rensselaer Polytechnic Institute; Troy, NY; USA From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 23:19:52 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31FF716A41F for ; Fri, 1 Jun 2007 23:19:52 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.freebsd.org (Postfix) with ESMTP id EEAE813C455 for ; Fri, 1 Jun 2007 23:19:51 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 3FC101CC49; Sat, 2 Jun 2007 01:19:51 +0200 (CEST) Date: Sat, 2 Jun 2007 01:19:51 +0200 From: Erwin Lansing To: "M. Warner Losh" Message-ID: <20070601231950.GG36925@droso.net> Mail-Followup-To: "M. Warner Losh" , ports@FreeBSD.org References: <20070601170514.GA54912@rot13.obsecurity.org> <20070601.131415.74663752.imp@bsdimp.com> <4660857A.2030701@FreeBSD.org> <20070601.145651.-1370667188.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OBd5C1Lgu00Gd/Tn" Content-Disposition: inline In-Reply-To: <20070601.145651.-1370667188.imp@bsdimp.com> X-Operating-System: FreeBSD/i386 6.2-STABLE User-Agent: Mutt/1.5.15 (2007-04-06) Cc: ports@FreeBSD.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 23:19:52 -0000 --OBd5C1Lgu00Gd/Tn Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 01, 2007 at 02:56:51PM -0600, M. Warner Losh wrote: >=20 > [[ as an aside, the updating instructions for xorg should say you may > need to regenerate your config file, since when I used my old one > I got pcidata not found ]] >=20 Snipped from UPDATING: If you plan on keeping your current /etc/X11/xorg.conf, make sure you change ModulePath to /usr/local/lib/xorg/modules prior to running X. This should be all you need to fix the pcidata error. -erwin --=20 Erwin Lansing http://droso.org Security is like an onion. (o_ _o) It's made up of several layers \\\_\ /_/// erwin@FreeBSD.org And it makes you cry. <____) (____> erwin@aauug.dk --OBd5C1Lgu00Gd/Tn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGYKmWqy9aWxUlaZARAra+AKDwtAe61R+kSq95uNKbS14CkaFkMQCgufPQ TgZrzFhw6UQxVvXEaFDrSBE= =Tqgc -----END PGP SIGNATURE----- --OBd5C1Lgu00Gd/Tn-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 23:22:27 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F14016A475 for ; Fri, 1 Jun 2007 23:22:27 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2C65313C480 for ; Fri, 1 Jun 2007 23:22:27 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id D26111A3C1A; Fri, 1 Jun 2007 16:23:39 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 776045144B; Fri, 1 Jun 2007 19:22:26 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 68434C1D6; Fri, 1 Jun 2007 19:22:26 -0400 (EDT) Date: Fri, 1 Jun 2007 19:22:26 -0400 From: Kris Kennaway To: "M. Warner Losh" , ports@FreeBSD.org Message-ID: <20070601232226.GA60306@rot13.obsecurity.org> References: <20070601170514.GA54912@rot13.obsecurity.org> <20070601.131415.74663752.imp@bsdimp.com> <4660857A.2030701@FreeBSD.org> <20070601.145651.-1370667188.imp@bsdimp.com> <20070601231950.GG36925@droso.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070601231950.GG36925@droso.net> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 23:22:27 -0000 On Sat, Jun 02, 2007 at 01:19:51AM +0200, Erwin Lansing wrote: > On Fri, Jun 01, 2007 at 02:56:51PM -0600, M. Warner Losh wrote: > > > > [[ as an aside, the updating instructions for xorg should say you may > > need to regenerate your config file, since when I used my old one > > I got pcidata not found ]] > > > Snipped from UPDATING: > > If you plan on keeping your current /etc/X11/xorg.conf, make sure you > change ModulePath to /usr/local/lib/xorg/modules prior to running X. > > This should be all you need to fix the pcidata error. As well as possible a later snippage telling you to install x11/xorg. Kris From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 23:24:39 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11A8D16A46B for ; Fri, 1 Jun 2007 23:24:39 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id DF63013C45D for ; Fri, 1 Jun 2007 23:24:38 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 70A8F5197B for ; Fri, 1 Jun 2007 19:24:37 -0400 (EDT) Date: Sat, 2 Jun 2007 00:24:34 +0100 From: RW To: freebsd-ports@freebsd.org Message-ID: <20070602002434.2069d5af@gumby.homeunix.com.> In-Reply-To: <4660857A.2030701@FreeBSD.org> References: <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> <20070601170514.GA54912@rot13.obsecurity.org> <20070601.131415.74663752.imp@bsdimp.com> <4660857A.2030701@FreeBSD.org> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 23:24:39 -0000 On Fri, 01 Jun 2007 13:45:46 -0700 Doug Barton wrote: > What you could do with portmaster is to pick a high level leaf port > with a lot of dependencies (something like firefox) and do > 'portmaster -aft /usr/ports/www/firefox' (make sure you specify the > directory in /usr/ports, not the pkg directory). How does that work? The ports system installs missing dependencies when it can't find the test files specified in the *_DEPENDS entries, but in this case all of those files will be present, but unrecorded. On the other hand, building everything in the all-depends-list may be wrong in other, more common, circumstances. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 23:44:28 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E96BB16A46E for ; Fri, 1 Jun 2007 23:44:28 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 878CE13C44C for ; Fri, 1 Jun 2007 23:44:26 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 25203 invoked by uid 399); 1 Jun 2007 23:44:26 -0000 Received: from localhost (HELO ?192.168.0.5?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 1 Jun 2007 23:44:26 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <4660AF52.9090204@FreeBSD.org> Date: Fri, 01 Jun 2007 16:44:18 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: RW References: <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> <20070601170514.GA54912@rot13.obsecurity.org> <20070601.131415.74663752.imp@bsdimp.com> <4660857A.2030701@FreeBSD.org> <20070602002434.2069d5af@gumby.homeunix.com.> In-Reply-To: <20070602002434.2069d5af@gumby.homeunix.com.> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 23:44:29 -0000 RW wrote: > On Fri, 01 Jun 2007 13:45:46 -0700 Doug Barton > wrote: > >> What you could do with portmaster is to pick a high level leaf >> port with a lot of dependencies (something like firefox) and do >> 'portmaster -aft /usr/ports/www/firefox' (make sure you specify >> the directory in /usr/ports, not the pkg directory). > > How does that work? portmaster doesn't rely on the dependency tracking in the port's Makefile, it recurses the list itself. Since the the *-depends-lists output directories in /usr/ports, and the -f switch to portmaster means "[re]build it no matter what," portmaster will recurse all the way down to the lowest level dependency/ies, and rebuild everything on the way up. > On the other hand, building everything in the all-depends-list may > be wrong in other, more common, circumstances. That's what the -t switch is for. It usually uses build/run-depends-lists instead. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 01:02:36 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56AAC16A41F for ; Sat, 2 Jun 2007 01:02:36 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [69.147.83.75]) by mx1.freebsd.org (Postfix) with ESMTP id 49E5713C457 for ; Sat, 2 Jun 2007 01:02:36 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.1/8.14.1) with ESMTP id l5212aNo068602 for ; Sat, 2 Jun 2007 01:02:36 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.1/8.13.8/Submit) id l5212aYn068601 for ports@FreeBSD.org; Sat, 2 Jun 2007 01:02:36 GMT (envelope-from erwin) Date: Sat, 2 Jun 2007 01:02:36 GMT From: Erwin Lansing Message-Id: <200706020102.l5212aYn068601@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 01:02:36 -0000 INDEX build failed with errors: Generating INDEX-5 - please wait..pkg_info: not found pkg_info: not found pkg_info: not found gnome2-fifth-toe-2.18.2: "/local0/tmp/erwin/tindex/ports/audio/jamboree" non-existent -- dependency list incomplete ===> x11/gnome2-fifth-toe failed *** Error code 1 *** Error code 1 Stop in /local0/tmp/erwin/tindex/ports. *** Error code 1 Stop in /local0/tmp/erwin/tindex/ports. 1 error Committers on the hook: ahze arved ehaupt garga lbr lofi obraun thierry trasz Most recent CVS update was: U LEGAL U MOVED U Mk/bsd.gstreamer.mk U audio/Makefile U audio/ocp/Makefile U cad/freecad/Makefile U cad/freecad/files/patch-configure U databases/p5-Search-Xapian/Makefile U databases/p5-Search-Xapian/pkg-plist U devel/Makefile U devel/qt4-qt3support/Makefile U games/Makefile U graphics/Makefile U graphics/wildmagic/Makefile U graphics/wildmagic/pkg-plist U graphics/wildmagic/files/patch-LibApplications_OpenGLApplication_makefile.wm4 U graphics/wildmagic/files/patch-LibApplications_SoftApplication_makefile.wm4 U graphics/wildmagic/files/patch-LibFoundation_makefile.wm4 U graphics/wildmagic/files/patch-LibGraphics_makefile U graphics/wildmagic/files/patch-LibImagics_makefile.wm4 U graphics/wildmagic/files/patch-LibPhysics_makefile.wm4 U graphics/wildmagic/files/patch-LibRenderers_OpenGLRenderer_makefile.wm4 U graphics/wildmagic/files/patch-LibRenderers_SoftRenderer_makefile.wm4 U lang/dlv/Makefile U mail/qmail/Makefile U mail/qmail/distinfo U multimedia/Makefile U security/vuxml/vuln.xml U sysutils/Makefile U sysutils/multitail/Makefile U sysutils/multitail/distinfo U www/Makefile U www/newsbeuter/Makefile U www/newsbeuter/distinfo U www/newsbeuter/pkg-descr U www/newsbeuter/pkg-plist U x11-toolkits/Makefile U x11-toolkits/qt4-gui/Makefile From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 01:40:24 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3A4316A400 for ; Sat, 2 Jun 2007 01:40:24 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-3-125.belrs4.nsw.optusnet.com.au [220.239.3.125]) by mx1.freebsd.org (Postfix) with ESMTP id 60D5913C43E for ; Sat, 2 Jun 2007 01:40:24 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.13.8) with ESMTP id l521eJjc001233; Sat, 2 Jun 2007 11:40:19 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.13.8/Submit) id l521eJdV001232; Sat, 2 Jun 2007 11:40:19 +1000 (EST) (envelope-from peter) Date: Sat, 2 Jun 2007 11:40:19 +1000 From: Peter Jeremy To: Warner Losh Message-ID: <20070602014019.GA1010@turion.vk2pj.dyndns.org> References: <200706010521.l515LE4N074880@harmony.bsdimp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: <200706010521.l515LE4N074880@harmony.bsdimp.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.15 (2007-04-06) Cc: ports@freebsd.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 01:40:25 -0000 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-May-31 23:21:15 -0600, Warner Losh wrote: >my portupgrade -a died in the middle. Well, the laptop in my battery died >at a bad time. all of my +CONTENTS files are gone. Is there any hope? Whilst doing some housekeeping, I've found a pile of +CONTENTS files in $TMPDIR. I'm not sure why portupgrade put them there. I suspect they weren't cleaned up when I interrupted a portupgrade at some stage. --=20 Peter Jeremy --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGYMqC/opHv/APuIcRAlqNAKC2Refw3EfZ8NXp3JdCNc+2+QdxKQCgq20f 8k+DN851TINakc0xt/Yl6T4= =zr6U -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 04:03:36 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B93716A400 for ; Sat, 2 Jun 2007 04:03:36 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [69.147.83.75]) by mx1.freebsd.org (Postfix) with ESMTP id 75FE413C43E for ; Sat, 2 Jun 2007 04:03:36 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.1/8.14.1) with ESMTP id l5243aoY000998 for ; Sat, 2 Jun 2007 04:03:36 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.1/8.13.8/Submit) id l5243aQZ000997 for ports@FreeBSD.org; Sat, 2 Jun 2007 04:03:36 GMT (envelope-from erwin) Date: Sat, 2 Jun 2007 04:03:36 GMT From: Erwin Lansing Message-Id: <200706020403.l5243aQZ000997@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 04:03:36 -0000 INDEX build failed with errors: Generating INDEX-5 - please wait..pkg_info: not found pkg_info: not found pkg_info: not found gnome2-fifth-toe-2.18.2: "/local0/tmp/erwin/tindex/ports/audio/goobox" non-existent -- dependency list incomplete ===> x11/gnome2-fifth-toe failed *** Error code 1 *** Error code 1 Stop in /local0/tmp/erwin/tindex/ports. *** Error code 1 Stop in /local0/tmp/erwin/tindex/ports. 1 error Committers on the hook: aaron ahze arved ehaupt garga lbr lofi mezz mi obraun thierry trasz Most recent CVS update was: U multimedia/dvdstyler/Makefile U multimedia/dvdstyler/distinfo U multimedia/dvdstyler/pkg-plist U net/csync2/Makefile U print/lyx/pkg-plist U x11/gnome2-fifth-toe/Makefile From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 07:10:13 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EFB816A400 for ; Sat, 2 Jun 2007 07:10:13 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [69.147.83.75]) by mx1.freebsd.org (Postfix) with ESMTP id 49D8F13C468 for ; Sat, 2 Jun 2007 07:10:13 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.1/8.14.1) with ESMTP id l527ADYB042487 for ; Sat, 2 Jun 2007 07:10:13 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.1/8.13.8/Submit) id l527AC52042485 for ports@FreeBSD.org; Sat, 2 Jun 2007 07:10:12 GMT (envelope-from erwin) Date: Sat, 2 Jun 2007 07:10:12 GMT From: Erwin Lansing Message-Id: <200706020710.l527AC52042485@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 07:10:13 -0000 From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 07:21:21 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2920B16A46C; Sat, 2 Jun 2007 07:21:21 +0000 (UTC) (envelope-from klaus@sentinel.dyndns.info) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.freebsd.org (Postfix) with ESMTP id C5BEF13C4BB; Sat, 2 Jun 2007 07:21:18 +0000 (UTC) (envelope-from klaus@sentinel.dyndns.info) Received: from fwd28.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1HuNfM-0006UT-01; Sat, 02 Jun 2007 09:04:48 +0200 Received: from sentinel.dyndns.info (SrdivmZLreGnsQ9wSkm6TsYMtxPVtxvG9UkTJzd6tMOkrIuowNjJ0f@[84.177.206.22]) by fwd28.sul.t-online.de with esmtp id 1HuNfB-0w44IK0; Sat, 2 Jun 2007 09:04:37 +0200 Received: from pegasus (unknown [192.168.0.4]) by sentinel.dyndns.info (Postfix) with ESMTP id BB9C6C227; Sat, 2 Jun 2007 09:04:59 +0200 (CEST) From: Klaus Koch To: itetcu@freebsd.org Date: Sat, 2 Jun 2007 09:04:29 +0200 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5552463.d8SdfUqo4h"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200706020904.36038.klaus@sentinel.dyndns.info> X-ID: SrdivmZLreGnsQ9wSkm6TsYMtxPVtxvG9UkTJzd6tMOkrIuowNjJ0f@t-dialin.net X-TOI-MSGID: 81253d32-78a9-43a2-ab12-e4fbb0b42998 Cc: ports@freebsd.org Subject: FreeBSD Port: dspam-devel-3.8.0,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 07:21:21 -0000 --nextPart5552463.d8SdfUqo4h Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, dspam-devel and dspam ports are not installable with current mysql version.= =20 Although there is OPTIONS+=3D MYSQL51 "Use MySQL 5.1.x as back-end" off in the Makefile, I don't reach the point where I can select it, because of = the=20 ports dependency to mysql-client-5.0.41 : ** Port marked as IGNORE: mail/dspam-devel: cannot install: MySQL versions mismatch: mysql51-client is installe= d=20 and wanted version is mysql50-client also, according to http://dspam.nuclearelephant.com/download.shtml ,=20 dspam 3.8 was released as stable on March 19, 2007. Are there any plans to move dspam port to version 3.8 and change the mysql= =20 dependency in the near future or should I go for a manual install? Thanks for your answer, Klaus --nextPart5552463.d8SdfUqo4h Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux) iD8DBQBGYRaEgxGphk2dP5wRAtKpAJsEhMZOkD6wVwBE6WrdZRnRZn/SegCgk/fQ MYfLYCfAD7ullXJ8TlFr6qI= =s2YP -----END PGP SIGNATURE----- --nextPart5552463.d8SdfUqo4h-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 07:41:07 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E3DA16A41F for ; Sat, 2 Jun 2007 07:41:07 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.freebsd.org (Postfix) with ESMTP id 1D26813C447 for ; Sat, 2 Jun 2007 07:41:07 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from [87.240.16.199] (helo=[192.168.0.2]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1HuOGc-0004yR-Bz; Sat, 02 Jun 2007 11:43:18 +0400 Message-ID: <46611F10.5020008@FreeBSD.org> Date: Sat, 02 Jun 2007 11:41:04 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Andriy Gapon References: <465C550D.1080501@icyb.net.ua> In-Reply-To: <465C550D.1080501@icyb.net.ua> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade -o X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 07:41:07 -0000 Andriy Gapon wrote: > I have a strange problem with portupgrade -o using > portupgrade-devel-2.3.0_5. I didn't have such problem with non-devel > portupgrade and in fact that's how I switched to the -devel version. > > The problem can be illustrated like follows: > $ portupgrade -o audio/portaudio2 portaudio-18.1_2 > ... nothing happens ... > $ portupgrade -f -o audio/portaudio2 portaudio-18.1_2 > ... portaudio-18.1_2 from audio/portaudio is re-installed ... > > Does anybody else see this ? > > It's possible that I screwed something in my local setup because I made > a few configuration changes recently. BTW, I have a patch from Stephen > Montgomery-Smith applied: http://www.freebsd.org/cgi/query-pr.cgi?pr=112630 It's possible if installed version is greater than a version in origin. You can compare two version with the command: pkg_version -t version1 version2 -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 08:23:54 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37FE516A421 for ; Sat, 2 Jun 2007 08:23:54 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id E528513C44C for ; Sat, 2 Jun 2007 08:23:53 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 2A9692C50CDA; Sat, 2 Jun 2007 11:23:53 +0300 (EEST) Date: Sat, 2 Jun 2007 11:23:52 +0300 From: Ion-Mihai Tetcu To: Klaus Koch Message-ID: <20070602112352.0e2f8102@it.buh.tecnik93.com> In-Reply-To: <200706020904.36038.klaus@sentinel.dyndns.info> References: <200706020904.36038.klaus@sentinel.dyndns.info> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: FreeBSD Port: dspam-devel-3.8.0,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 08:23:54 -0000 On Sat, 2 Jun 2007 09:04:29 +0200 Klaus Koch wrote: > Hello, > > dspam-devel and dspam ports are not installable with current mysql > version. Although there is > > OPTIONS+= MYSQL51 "Use MySQL 5.1.x as back-end" off > > in the Makefile, I don't reach the point where I can select it, > because of the ports dependency to mysql-client-5.0.41 : > > ** Port marked as IGNORE: mail/dspam-devel: > cannot install: MySQL versions mismatch: mysql51-client is > installed and wanted version is mysql50-client The you should either use mysql 51, because that's what you have installed on your system, or upgrade mysql client to 5.1 before trying to build the port. That mysql OPTIONs are there to help new users that don't have any mysql installed to have the version they want pulled in automatically. Nowadays one could achieve the same by defining WITH_MYSQL_VER but I think that's more user-friendly. > also, according to http://dspam.nuclearelephant.com/download.shtml , > dspam 3.8 was released as stable on March 19, 2007. > > Are there any plans to move dspam port to version 3.8 and change the > mysql dependency in the near future or should I go for a manual > install? cd /usr/ports/mail/dspam-devel && make install clean :-) I will MFD after a few more days. -- IOnut From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 08:40:12 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8EDA16A421; Sat, 2 Jun 2007 08:40:12 +0000 (UTC) (envelope-from klaus@sentinel.dyndns.info) Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by mx1.freebsd.org (Postfix) with ESMTP id 6BAB213C457; Sat, 2 Jun 2007 08:40:12 +0000 (UTC) (envelope-from klaus@sentinel.dyndns.info) Received: from fwd33.aul.t-online.de by mailout06.sul.t-online.com with smtp id 1HuP9f-0001t1-01; Sat, 02 Jun 2007 10:40:11 +0200 Received: from sentinel.dyndns.info (bK-IMmZege7nDwOl2jewlE9SCz0WuZ8nU5Cm17zO7fHlgc6jz3NCUl@[84.177.206.22]) by fwd33.sul.t-online.de with esmtp id 1HuP9X-0JdcYq0; Sat, 2 Jun 2007 10:40:03 +0200 Received: from pegasus (unknown [192.168.0.4]) by sentinel.dyndns.info (Postfix) with ESMTP id 32DBDBF20; Sat, 2 Jun 2007 10:40:25 +0200 (CEST) From: Klaus Koch To: Ion-Mihai Tetcu Date: Sat, 2 Jun 2007 10:40:02 +0200 User-Agent: KMail/1.8.3 References: <200706020904.36038.klaus@sentinel.dyndns.info> <20070602112352.0e2f8102@it.buh.tecnik93.com> In-Reply-To: <20070602112352.0e2f8102@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706021040.02890.klaus@sentinel.dyndns.info> X-ID: bK-IMmZege7nDwOl2jewlE9SCz0WuZ8nU5Cm17zO7fHlgc6jz3NCUl@t-dialin.net X-TOI-MSGID: b8c6d1df-177e-4bf9-b0f0-aaf355c83c14 Cc: ports@freebsd.org Subject: Re: FreeBSD Port: dspam-devel-3.8.0,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 08:40:12 -0000 thank you for your quick answer :-) > cd /usr/ports/mail/dspam-devel && make install clean hehe, now that worked. I forgot to mention that I use portinstall, and that keeps complaining about dependencies... I use it so regularly that I forgot that I could just "make" the port ;-) thanks again. Klaus From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 10:05:49 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1539F16A468 for ; Sat, 2 Jun 2007 10:05:49 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id C9ECF13C44B for ; Sat, 2 Jun 2007 10:05:48 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 7520E2C50CDA; Sat, 2 Jun 2007 13:05:47 +0300 (EEST) Date: Sat, 2 Jun 2007 13:05:47 +0300 From: Ion-Mihai Tetcu To: Klaus Koch Message-ID: <20070602130547.6a48b012@it.buh.tecnik93.com> In-Reply-To: <200706021040.02890.klaus@sentinel.dyndns.info> References: <200706020904.36038.klaus@sentinel.dyndns.info> <20070602112352.0e2f8102@it.buh.tecnik93.com> <200706021040.02890.klaus@sentinel.dyndns.info> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: FreeBSD Port: dspam-devel-3.8.0,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 10:05:49 -0000 On Sat, 2 Jun 2007 10:40:02 +0200 Klaus Koch wrote: > thank you for your quick answer :-) > > > cd /usr/ports/mail/dspam-devel && make install clean > > hehe, now that worked. I forgot to mention that I use portinstall, > and that keeps complaining about dependencies... Umm, cam you elaborate ? Is something wrong with the port ? -- IOnut From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 11:33:02 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAD6616A400 for ; Sat, 2 Jun 2007 11:33:02 +0000 (UTC) (envelope-from hyogeollee@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.236]) by mx1.freebsd.org (Postfix) with ESMTP id 53B6213C455 for ; Sat, 2 Jun 2007 11:33:02 +0000 (UTC) (envelope-from hyogeollee@gmail.com) Received: by qb-out-0506.google.com with SMTP id b14so581734qbc for ; Sat, 02 Jun 2007 04:33:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=SYSTbVimr4iiMuWtPLdC28+3M3yCI0VIpE2F81yIVi0/ob0Y6wFNceSM4mQpG2AjUqilJKh5E3DyNPqn4Hs5VmQryr0jf25Br1Liri30ysfliFTzIY9kVfgNYThdV/evsKJ8XCJPGnpWfoLMTDPHM6Okh6RR1l1ZaCwcXYVubdQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=bEEksR0yw8V3fc0McPUAlq0ovBKaT+/FuST+TYEemfaNhorvXkTf1B1CtQbLUGZq0/5fXQZVXJJf/RTtpDFXYS9om2zU6YIEpKzryg+PaC+WwQ0pNceP65Vnm+NMyNE5LKcGO7kPADMucfFGzGMoKzBVvgoAHF0Q7yW394n2cwo= Received: by 10.115.49.16 with SMTP id b16mr2737100wak.1180783102720; Sat, 02 Jun 2007 04:18:22 -0700 (PDT) Received: from localhost.localdomain ( [211.221.136.134]) by mx.google.com with ESMTP id m30sm1942757wag.2007.06.02.04.18.22; Sat, 02 Jun 2007 04:18:22 -0700 (PDT) Message-ID: <46615210.8030607@gmail.com> Date: Sat, 02 Jun 2007 20:18:40 +0900 From: "Hyo geol, Lee" User-Agent: Thunderbird 2.0.0.0 (X11/20070523) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: 7bit Subject: www/firefox install stops at building chrome's registry X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 11:33:02 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Dear all, www/firefox install stops at building chrome's registry after 2.0.0.4. I searched PR database but I cannot find about this problem. I would like to listen to anyone has this problem too. My FreeBSD box is amd64 - -current. Problem: Install stops after "===> Building Chrome's registry..." message. When I pressed ctrl-t, I can see 'load: 2.24 cmd: regxpcom 6522 [umtxn] 0.00u 0.00s 0% 12988k' Environment: Firefox config is newtab and optimized_cflags. FreeBSD localhost.localdomain 7.0-CURRENT FreeBSD 7.0-CURRENT #5: Sat Jun 2 14:07:44 KST 2007 root@localhost.localdomain:/usr/obj/usr/src/sys/EZ8KERNEL amd64 CFLAGS=-DNDEBUG -O2 -pipe -fno-strict-aliasing Kernel config has not SMP options, full config file is http://home.megapass.co.kr/~supr07/EZ8KERNEL Best regards, Hyogeol Lee - -- Hyogeol Lee hyogeollee@gmail.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD4DBQFGYVIP1D7/GiH6QSERCqsjAKCBdL7ZvObVcMtXnRWiUF39JohkUACYy9tM pJHXDr8ZMhnfSGlMLW/ZcA== =cbS/ -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 11:49:17 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC23716A468; Sat, 2 Jun 2007 11:49:17 +0000 (UTC) (envelope-from klaus@sentinel.dyndns.info) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.freebsd.org (Postfix) with ESMTP id 8471013C45D; Sat, 2 Jun 2007 11:49:17 +0000 (UTC) (envelope-from klaus@sentinel.dyndns.info) Received: from fwd27.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1HuS6d-0005hw-04; Sat, 02 Jun 2007 13:49:15 +0200 Received: from sentinel.dyndns.info (rAYLS0Zb8eAaeNNOGzwJv0ZmtdfSD6lfMcmqkKgc+blWxywHkybX4M@[84.177.206.22]) by fwd27.sul.t-online.de with esmtp id 1HuS6Y-11HzuK0; Sat, 2 Jun 2007 13:49:10 +0200 Received: from pegasus (unknown [192.168.0.4]) by sentinel.dyndns.info (Postfix) with ESMTP id BB3BDC229; Sat, 2 Jun 2007 13:49:32 +0200 (CEST) From: Klaus Koch To: Ion-Mihai Tetcu Date: Sat, 2 Jun 2007 13:49:03 +0200 User-Agent: KMail/1.8.3 References: <200706020904.36038.klaus@sentinel.dyndns.info> <200706021040.02890.klaus@sentinel.dyndns.info> <20070602130547.6a48b012@it.buh.tecnik93.com> In-Reply-To: <20070602130547.6a48b012@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4808704.FgJKEjhT0t"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200706021349.09135.klaus@sentinel.dyndns.info> X-ID: rAYLS0Zb8eAaeNNOGzwJv0ZmtdfSD6lfMcmqkKgc+blWxywHkybX4M@t-dialin.net X-TOI-MSGID: 155efdf8-6bfb-4ac4-867d-4836480b65d9 Cc: ports@freebsd.org Subject: Re: FreeBSD Port: dspam-devel-3.8.0,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 11:49:18 -0000 --nextPart4808704.FgJKEjhT0t Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline > > hehe, now that worked. I forgot to mention that I use portinstall, > > and that keeps complaining about dependencies... > > Umm, cam you elaborate ? Is something wrong with the port ? as I mentioned in my first mail, it insists on mysql-client50, but=20 mysql-client51 is freebsd default if I recall correctly: portinstall: [root@sentinel /usr/ports/mail/dspam-devel]# portinstall -v dspam-devel =2D--> Session started at: Sat, 02 Jun 2007 10:42:50 +0200 =2D--> Fresh installation of mail/dspam-devel started at: Sat, 02 Jun 2007= =20 10:42:57 +0200 ** Port marked as IGNORE: mail/dspam-devel: cannot install: MySQL versions mismatch: mysql51-client is installe= d=20 and wanted version is mysql50-client =2D--> Fresh installation of mail/dspam-devel ended at: Sat, 02 Jun 2007=20 10:42:58 +0200 (consumed 00:00:01) =2D--> ** Install tasks 1: 0 done, 1 ignored, 0 skipped and 0 failed =2D--> Listing the results (+:done / -:ignored / *:skipped / !:failed) - mail/dspam-devel =2D--> Packages processed: 0 done, 1 ignored, 0 skipped and 0 failed =2D--> Session ended at: Sat, 02 Jun 2007 10:42:58 +0200 (consumed 00:00:0= 8) [root@sentinel /usr/ports/mail/dspam-devel]# make install clean =3D=3D=3D> dspam-devel-3.8.0,1 cannot install: MySQL versions mismatch:=20 mysql51-client is installed and wanted version is mysql50-client. *** Error code 1 Stop in /usr/ports/mail/dspam-devel. "make" without env vars: [root@sentinel /usr/ports/mail/dspam-devel]# make install clean =3D=3D=3D> dspam-devel-3.8.0,1 cannot install: MySQL versions mismatch:=20 mysql51-client is installed and wanted version is mysql50-client. *** Error code 1 Stop in /usr/ports/mail/dspam-devel. --nextPart4808704.FgJKEjhT0t Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux) iD8DBQBGYVk1gxGphk2dP5wRAgK3AKCmXeS3lduZrHwDtXA2lue7FW0I9ACg1KkX GoksHouxoIHu9ZTK7s8Ijaw= =BX9F -----END PGP SIGNATURE----- --nextPart4808704.FgJKEjhT0t-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 12:55:51 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD32916A421 for ; Sat, 2 Jun 2007 12:55:51 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-3-125.belrs4.nsw.optusnet.com.au [220.239.3.125]) by mx1.freebsd.org (Postfix) with ESMTP id 4CF3813C45A for ; Sat, 2 Jun 2007 12:55:51 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.13.8) with ESMTP id l52CtnES086146 for ; Sat, 2 Jun 2007 22:55:49 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.13.8/Submit) id l52CtnkX086144 for ports@freebsd.org; Sat, 2 Jun 2007 22:55:49 +1000 (EST) (envelope-from peter) Date: Sat, 2 Jun 2007 22:55:49 +1000 From: Peter Jeremy To: ports@freebsd.org Message-ID: <20070602125549.GA40220@turion.vk2pj.dyndns.org> References: <20070524112334.GA75403@k7.mavetju> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <20070524112334.GA75403@k7.mavetju> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.15 (2007-04-06) Cc: Subject: Re: /usr/local/ set to 700 ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 12:55:51 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-May-24 21:23:35 +1000, Edwin Groothuis wrote: >With the upgrade of xorg 7.2, and the "portupgrade -Rr 'gstreamer*'" >part, I suddenly find the permissions of my /usr/local and certain >directories in there set to 700 instead of 755. Am I the only one >with this very interesting issue? After upgrading to xorg 7.2 and installing a few other ports, I discovered that various parts of /usr/local were suddenly owned by me instead of root. After a suggestion from Edwin, I checked and my /usr/local/etc/mtree/BSD.gnome.dist started with: /set type=3Ddir uname=3Dpeter gname=3Dwheel mode=3D0755 I've only seen this on one system so far (recent -current). --=20 Peter Jeremy --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGYWjV/opHv/APuIcRAtuxAJ9tYK7woSezOXPkQP9AzuuikCDjjwCfXhCF MwG4+8wSFZX5h1NZBsCPlFs= =QJPq -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 12:58:07 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FFDF16A41F; Sat, 2 Jun 2007 12:58:07 +0000 (UTC) (envelope-from klaus@sentinel.dyndns.info) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by mx1.freebsd.org (Postfix) with ESMTP id 181F813C457; Sat, 2 Jun 2007 12:58:06 +0000 (UTC) (envelope-from klaus@sentinel.dyndns.info) Received: from fwd34.aul.t-online.de by mailout04.sul.t-online.com with smtp id 1HuTBF-0007DR-03; Sat, 02 Jun 2007 14:58:05 +0200 Received: from sentinel.dyndns.info (rXfwNqZBwexS2n9FkvBrMUNfc5Gd2pb5xdkHm5EB1Z1pU14EGTSHsS@[84.177.206.22]) by fwd34.sul.t-online.de with esmtp id 1HuTB7-1ZNmrI0; Sat, 2 Jun 2007 14:57:57 +0200 Received: from pegasus (unknown [192.168.0.4]) by sentinel.dyndns.info (Postfix) with ESMTP id ED0EDBF3B; Sat, 2 Jun 2007 14:58:19 +0200 (CEST) From: Klaus Koch To: Ion-Mihai Tetcu Date: Sat, 2 Jun 2007 14:57:56 +0200 User-Agent: KMail/1.8.3 References: <200706020904.36038.klaus@sentinel.dyndns.info> <200706021040.02890.klaus@sentinel.dyndns.info> <20070602130547.6a48b012@it.buh.tecnik93.com> In-Reply-To: <20070602130547.6a48b012@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706021457.56718.klaus@sentinel.dyndns.info> X-ID: rXfwNqZBwexS2n9FkvBrMUNfc5Gd2pb5xdkHm5EB1Z1pU14EGTSHsS@t-dialin.net X-TOI-MSGID: b15f6d1a-3fd5-498f-9936-f71c6ed6361b Cc: ports@freebsd.org Subject: Re: FreeBSD Port: dspam-devel-3.8.0,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 12:58:07 -0000 perhaps I am just using this wrong, because I am not that freebsd poweruser. I have WITH_MYSQL51=yes in /etc/make.conf and tried it as env var. both end up in the portinstall complaining about mysql50. From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 15:25:00 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0261216A46C for ; Sat, 2 Jun 2007 15:25:00 +0000 (UTC) (envelope-from stefanossofroniou542@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id D45AA13C465 for ; Sat, 2 Jun 2007 15:24:59 +0000 (UTC) (envelope-from stefanossofroniou542@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so1146215wag for ; Sat, 02 Jun 2007 08:24:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=RZnPMlC5A/sY+ulJlEVZ2/wkXGH7zBsBEXVB3dKAj9OnwnxS2friOInv/KShvhz5vB/hTHm1KnlRjbf26Xp2nZUUJBiL+Khms4ybP4NZJNB7h9Kg39nlKiQPz9Tw4Uh8c7ZJbP5s8ZqPXdI+Iuga3eMXmNIefJf33YlGZwco5tM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=KIP1lAmQ/hQR72jHxtVrx6/TftLV2Zyzmb2AgvnlQpLHEupLUxsdvb77S68H6GStM0EuHKnk5JY5tzpIAnLw5B8YfevM97+c1bCFcJQxPC3hO0jdthEt6u797rN2WJl/f6AkHJx5pWiBEcHZVGLj0gGmYS67/efki9Sg3lPEJGo= Received: by 10.114.177.1 with SMTP id z1mr2984281wae.1180796257812; Sat, 02 Jun 2007 07:57:37 -0700 (PDT) Received: by 10.114.52.16 with HTTP; Sat, 2 Jun 2007 07:57:37 -0700 (PDT) Message-ID: <1502024f0706020757l1a847516h163fc58f8968973a@mail.gmail.com> Date: Sat, 2 Jun 2007 17:57:37 +0300 From: "stefanos sofroniou" To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Problem with make-index X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 15:25:00 -0000 Dear Sirs, I have problem while trying to make index my ports. Here is what you need: # make fetchindex # make index Generating INDEX-6 - please wait..make: don't know how to make describe. Stop ===> audio/gstreamer-monkeysaudio failed *** Error code 1 This is my /etc/make.conf configurations: X_WINDOW_SYSTEM=xorg # added by use.perl 2007-05-28 13:49:06 PERL_VER=5.8.8 PERL_VERSION=5.8.8 And here is my OS information: FreeBSD FreeBSD.UNIX 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #3: Mon Feb 19 17:06:47 EET 2007 stefanos@25735030.UNIX:/usr/obj/usr/src/sys/MYKERNEL i386 Best Regards, Stefanos Sofroniou From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 16:21:00 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B925716A400 for ; Sat, 2 Jun 2007 16:21:00 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao103.cox.net (eastrmmtao103.cox.net [68.230.240.9]) by mx1.freebsd.org (Postfix) with ESMTP id 4CEC813C457 for ; Sat, 2 Jun 2007 16:21:00 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao103.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070602162059.GKFI28914.eastrmmtao103.cox.net@eastrmimpo01.cox.net>; Sat, 2 Jun 2007 12:20:59 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id 6gLy1X00L4iy4EG0000000; Sat, 02 Jun 2007 12:20:59 -0400 To: "stefanos sofroniou" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <1502024f0706020757l1a847516h163fc58f8968973a@mail.gmail.com> Content-Transfer-Encoding: Quoted-Printable Date: Sat, 02 Jun 2007 11:23:42 -0500 Message-ID: In-Reply-To: <1502024f0706020757l1a847516h163fc58f8968973a@mail.gmail.com> User-Agent: Opera Mail/9.21 (Linux) Cc: ports@freebsd.org Subject: Re: Problem with make-index X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 16:21:00 -0000 On Sat, 02 Jun 2007 09:57:37 -0500, stefanos sofroniou = wrote: > Dear Sirs, > > I have problem while trying to make index my ports. > > Here is what you need: > > # make fetchindex > # make index > Generating INDEX-6 - please wait..make: don't know how to make describ= e. > Stop > =3D=3D=3D> audio/gstreamer-monkeysaudio failed > *** Error code 1 Fixed, thanks for report. Cheers, Mezz > This is my /etc/make.conf configurations: > > X_WINDOW_SYSTEM=3Dxorg > # added by use.perl 2007-05-28 13:49:06 > PERL_VER=3D5.8.8 > PERL_VERSION=3D5.8.8 > > > And here is my OS information: > > FreeBSD FreeBSD.UNIX 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #3: Mon Feb= 19 > 17:06:47 EET 2007 = > stefanos@25735030.UNIX:/usr/obj/usr/src/sys/MYKERNEL > i386 > > Best Regards, > > Stefanos Sofroniou -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 16:49:56 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4309116A41F; Sat, 2 Jun 2007 16:49:56 +0000 (UTC) (envelope-from marko@exitcode.org) Received: from mailhub1.nextra.sk (mailhub1.nextra.sk [195.168.1.144]) by mx1.freebsd.org (Postfix) with ESMTP id D062C13C447; Sat, 2 Jun 2007 16:49:55 +0000 (UTC) (envelope-from marko@exitcode.org) Received: from d610.network.home ([195.168.246.30]) (AUTH: LOGIN web4all, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by mailhub1.nextra.sk with esmtp; Sat, 02 Jun 2007 18:39:51 +0200 id 00036B5A.46619D57.000022DB Received: by d610.network.home (Postfix, from userid 1003) id 0DECA418276; Sat, 2 Jun 2007 18:39:51 +0200 (CEST) Date: Sat, 2 Jun 2007 18:39:51 +0200 From: Marek Holly To: shaun@FreeBSD.org Message-ID: <20070602163950.GA30282@d610.network.home> Mail-Followup-To: shaun@FreeBSD.org, freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-ports@freebsd.org Subject: net-im/psi build fails on CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 16:49:56 -0000 Hi, I am trying to build psi but I get following error: c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -march=pentium-m -DHAVE_XSS -DHAVE_CONFIG -DXMPP_TEST -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include/plugins/qca -I../cutestuff/util -I../cutestuff/network -Itools/trayicon -Itools/idle -Itools/systemwatch -Itools/mac_dock -Itools/zip -Itools/dirwatch -Itools/openpgp -Itools/globalaccel -Itools/advwidget -I../iris/libidn -I../iris/include -I../iris/xmpp-core -I../iris/xmpp-im -I../iris/jabber -I../libpsi/iconset -I../libpsi/psiwidgets -I../libpsi/psipng -I../../../../../../local/include -I/usr/local/include -I../../../../../../local/include -I.ui/ -I. -Ioptions -I.moc/ -o .obj/ui_profilenew.o .ui/ui_profilenew.cpp .ui/ui_profilenew.cpp: In constructor 'ProfileNewUI::ProfileNewUI(QWidget*, const char*, bool, uint)': .ui/ui_profilenew.cpp:39: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' .ui/ui_profilenew.cpp:40: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' .ui/ui_profilenew.cpp:40: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' .ui/ui_profilenew.cpp:41: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' .ui/ui_profilenew.cpp:42: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' .ui/ui_profilenew.cpp:43: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' .ui/ui_profilenew.cpp:44: error: no matching function for call to 'QHBoxLayout::addWidget(PsiTextView*&)' ../../../../../../local/include/qlayout.h:386: note: candidates are: void QBoxLayout::addWidget(QWidget*, int, int) .ui/ui_profilenew.cpp:103: error: no matching function for call to 'ProfileNewUI::setTabOrder(QCheckBox*&, PsiTextView*&)' ../../../../../../local/include/qwidget.h:309: note: candidates are: static void QWidget::setTabOrder(QWidget*, QWidget*) .ui/ui_profilenew.cpp: In member function 'virtual void ProfileNewUI::languageChange()': .ui/ui_profilenew.cpp:121: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' *** Error code 1 Stop in /usr/ports/net-im/psi/work/psi-0.10/src. *** Error code 1 Stop in /usr/ports/net-im/psi/work/psi-0.10. *** Error code 1 $ uname -a FreeBSD d610.network.home 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Jun 2 16:04:21 CEST 2007 marko@d610.network.home:/usr/obj/usr/src/sys/KERNEL i386 Any ideas what cause it? Thanks -- Marek Holly marko@exitcode.org From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 16:54:22 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDFE216A46B; Sat, 2 Jun 2007 16:54:21 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id C1ADA13C46C; Sat, 2 Jun 2007 16:54:21 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 68B9F1A4D88; Sat, 2 Jun 2007 09:55:35 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 24FDA511A7; Sat, 2 Jun 2007 12:54:21 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 13E22C1D6; Sat, 2 Jun 2007 12:54:21 -0400 (EDT) Date: Sat, 2 Jun 2007 12:54:21 -0400 From: Kris Kennaway To: shaun@FreeBSD.org, freebsd-ports@freebsd.org Message-ID: <20070602165421.GA3903@rot13.obsecurity.org> References: <20070602163950.GA30282@d610.network.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070602163950.GA30282@d610.network.home> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: net-im/psi build fails on CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 16:54:22 -0000 On Sat, Jun 02, 2007 at 06:39:51PM +0200, Marek Holly wrote: > Hi, > > I am trying to build psi but I get following error: > > c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -march=pentium-m > -DHAVE_XSS -DHAVE_CONFIG -DXMPP_TEST -DQT_NO_DEBUG -DQT_THREAD_SUPPORT > -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. > -I../../../../../../local/include/plugins/qca -I../cutestuff/util > -I../cutestuff/network -Itools/trayicon -Itools/idle -Itools/systemwatch > -Itools/mac_dock -Itools/zip -Itools/dirwatch -Itools/openpgp > -Itools/globalaccel -Itools/advwidget -I../iris/libidn -I../iris/include > -I../iris/xmpp-core -I../iris/xmpp-im -I../iris/jabber -I../libpsi/iconset > -I../libpsi/psiwidgets -I../libpsi/psipng -I../../../../../../local/include > -I/usr/local/include -I../../../../../../local/include -I.ui/ -I. -Ioptions > -I.moc/ -o .obj/ui_profilenew.o .ui/ui_profilenew.cpp > .ui/ui_profilenew.cpp: In constructor 'ProfileNewUI::ProfileNewUI(QWidget*, > const char*, bool, uint)': > .ui/ui_profilenew.cpp:39: error: invalid use of incomplete type 'struct > PsiTextView' > .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' > .ui/ui_profilenew.cpp:40: error: invalid use of incomplete type 'struct > PsiTextView' > .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' > .ui/ui_profilenew.cpp:40: error: invalid use of incomplete type 'struct > PsiTextView' > .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' > .ui/ui_profilenew.cpp:41: error: invalid use of incomplete type 'struct > PsiTextView' > .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' > .ui/ui_profilenew.cpp:42: error: invalid use of incomplete type 'struct > PsiTextView' > .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' > .ui/ui_profilenew.cpp:43: error: invalid use of incomplete type 'struct > PsiTextView' > .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' > .ui/ui_profilenew.cpp:44: error: no matching function for call to > 'QHBoxLayout::addWidget(PsiTextView*&)' > ../../../../../../local/include/qlayout.h:386: note: candidates are: void > QBoxLayout::addWidget(QWidget*, int, int) > .ui/ui_profilenew.cpp:103: error: no matching function for call to > 'ProfileNewUI::setTabOrder(QCheckBox*&, PsiTextView*&)' > ../../../../../../local/include/qwidget.h:309: note: candidates are: static void > QWidget::setTabOrder(QWidget*, QWidget*) > .ui/ui_profilenew.cpp: In member function 'virtual void > ProfileNewUI::languageChange()': > .ui/ui_profilenew.cpp:121: error: invalid use of incomplete type 'struct > PsiTextView' > .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' > *** Error code 1 > > Stop in /usr/ports/net-im/psi/work/psi-0.10/src. > *** Error code 1 > > Stop in /usr/ports/net-im/psi/work/psi-0.10. > *** Error code 1 > > > $ uname -a > FreeBSD d610.network.home 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Jun 2 > 16:04:21 CEST 2007 marko@d610.network.home:/usr/obj/usr/src/sys/KERNEL i386 > > Any ideas what cause it? Looks like it needs to be fixed to compile with gcc 4. Talk to the authors about their plans to do this. Kris From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 18:27:11 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AC2F16A46C for ; Sat, 2 Jun 2007 18:27:11 +0000 (UTC) (envelope-from sean-freebsd@farley.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id 2201713C465 for ; Sat, 2 Jun 2007 18:27:11 +0000 (UTC) (envelope-from sean-freebsd@farley.org) Received: from thor.farley.org (thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.1/8.14.1) with ESMTP id l52HneLO017084 for ; Sat, 2 Jun 2007 12:49:40 -0500 (CDT) (envelope-from sean-freebsd@farley.org) Date: Sat, 2 Jun 2007 12:48:51 -0500 (CDT) From: "Sean C. Farley" To: ports@freebsd.org In-Reply-To: <20070601.131415.74663752.imp@bsdimp.com> Message-ID: <20070602123226.X4627@thor.farley.org> References: <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> <20070601170514.GA54912@rot13.obsecurity.org> <20070601.131415.74663752.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 18:27:11 -0000 On Fri, 1 Jun 2007, Warner Losh wrote: >> Best solution is to back up /var/db/pkg if it is in danger of >> deletion by a wanton admin :) > > The ONLY data corruption that I saw when my laptop died was *ALL* of > the +CONTENTS files going away. It seems to have died during the > updating of the meta-data for the dvdauthor port. Why all the files > of unreleated packages would disapper is a mystery to me, unless > mergemaster, or one of the pkg tools, deleted them all, and then > wanted to rewrite them and I got screwed between these two steps. > > Wouldn't it be better of a +CONTENTS~ file were left in place during > this process and have that be removed afterwards? The following is not a plug for my code since I only have it in maintenance mode. I use Port Conductor[1], which I started writing a long time ago when Perl was in the base. It makes a copy of /var/db/pkg before preceding with an update. This is between helping the wanton admin and protecting against a bug in the program. The one thing I like about how I wrote it was how it tracks every step along the update, so it is possible to continue if something happens (i.e., battery dies). I never got around to polishing it, so it is not necessarily the most user friendly. It tries to emulate a lot of portupgrade, but some things are missing. Not all options behave the same way as portupgrade. Recursive port updates (-R and -r) update ports even if the version has not changed. One notable feature: dead-port detection. When a port has its last dependency removed, it is reported in the output. Everyone is welcome to take ideas from it to add to their respective port updating projects. Someday, I plan to use a different tool for my port updating. When I have some free time, I will probably look at portmaster. Sean 1. http://www.farley.org/?page=software#pc -- sean-freebsd@farley.org From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 18:33:24 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 980C216A41F for ; Sat, 2 Jun 2007 18:33:24 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 55F1A13C45D for ; Sat, 2 Jun 2007 18:33:24 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id D46312C50CD7; Sat, 2 Jun 2007 21:33:22 +0300 (EEST) Date: Sat, 2 Jun 2007 21:33:22 +0300 From: Ion-Mihai Tetcu To: Klaus Koch Message-ID: <20070602213322.5675cf6d@it.buh.tecnik93.com> In-Reply-To: <200706021457.56718.klaus@sentinel.dyndns.info> References: <200706020904.36038.klaus@sentinel.dyndns.info> <200706021040.02890.klaus@sentinel.dyndns.info> <20070602130547.6a48b012@it.buh.tecnik93.com> <200706021457.56718.klaus@sentinel.dyndns.info> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: FreeBSD Port: dspam-devel-3.8.0,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 18:33:24 -0000 On Sat, 2 Jun 2007 14:57:56 +0200 Klaus Koch wrote: > perhaps I am just using this wrong, because I am not that freebsd > poweruser. I have WITH_MYSQL51=yes in /etc/make.conf and tried it as > env var. both end up in the portinstall complaining about mysql50. > The error you're getting is not from the port or portinstall but from the bsd.*.mk framework. You can't have multiple mysql versions on your system. If you're sure you want mysql51 then upgrade the client, upgrade dependent ports then config and install dspam: portupgrade -f -o databases/mysql51-client mysql-client-5.0\* && \ portupgrade -rf -x mysql-client-5.1\* mysql-client-5.1\* &&\ cd /usr/ports/mail/dspam-devel &&\ make config &&\ make install clean HTH, -- IOnut From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 18:50:04 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AB6C16A421 for ; Sat, 2 Jun 2007 18:50:04 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id EEC9713C45D for ; Sat, 2 Jun 2007 18:50:03 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l52IlNtH000672; Sat, 2 Jun 2007 12:47:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 02 Jun 2007 12:47:41 -0600 (MDT) Message-Id: <20070602.124741.1689681448.imp@bsdimp.com> To: kris@obsecurity.org From: "M. Warner Losh" In-Reply-To: <20070601232226.GA60306@rot13.obsecurity.org> References: <20070601.145651.-1370667188.imp@bsdimp.com> <20070601231950.GG36925@droso.net> <20070601232226.GA60306@rot13.obsecurity.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 02 Jun 2007 12:47:23 -0600 (MDT) Cc: ports@FreeBSD.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 18:50:04 -0000 In message: <20070601232226.GA60306@rot13.obsecurity.org> Kris Kennaway writes: : On Sat, Jun 02, 2007 at 01:19:51AM +0200, Erwin Lansing wrote: : > On Fri, Jun 01, 2007 at 02:56:51PM -0600, M. Warner Losh wrote: : > > : > > [[ as an aside, the updating instructions for xorg should say you may : > > need to regenerate your config file, since when I used my old one : > > I got pcidata not found ]] : > > : > Snipped from UPDATING: : > : > If you plan on keeping your current /etc/X11/xorg.conf, make sure you : > change ModulePath to /usr/local/lib/xorg/modules prior to running X. : > This should be all you need to fix the pcidata error. True. I had thought my /usr/X11R6 -> /usr/local symlink would have saved me, but no dice. : As well as possible a later snippage telling you to install x11/xorg. I did have that one installed, so I got the newer stuff... until all the +CONTENTS files disappeared. :-( Still, I was really upset when the +CONTENTS stuff disappeared, but so far everything has built w/o a hassle. Only one left: ooo. Warner From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 18:55:37 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B2AF16A485 for ; Sat, 2 Jun 2007 18:55:37 +0000 (UTC) (envelope-from root@baby-q.com.tw) Received: from baby-q.com.tw (p234201.sub16.ficnet.net.tw [202.145.234.201]) by mx1.freebsd.org (Postfix) with ESMTP id EE31513C44C for ; Sat, 2 Jun 2007 18:55:35 +0000 (UTC) (envelope-from root@baby-q.com.tw) Received: from baby-q.com.tw (baby-q.com.tw [127.0.0.1]) by baby-q.com.tw (8.12.11/8.12.11) with ESMTP id l52I6npM019683 for ; Sun, 3 Jun 2007 02:06:50 +0800 Received: (from root@localhost) by baby-q.com.tw (8.12.11/8.12.11/Submit) id l52I6nTG019682 for ports@freebsd.org; Sun, 3 Jun 2007 02:06:49 +0800 Date: Sun, 3 Jun 2007 02:06:49 +0800 To: ports@freebsd.org Message-ID: <1180807609.12508.qmail@peoples.com> From: "Compass Bank" MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Upgrade Today ! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 18:55:37 -0000 [1]Help CompassPC® Security Enhancements Now Available Hurry. Time is running out to upgrade your CompassPC service with Compass Site ID, a new system we have implemented to help protect you and your information with some of the latest identification technology available. [2][sign_in.gif] Compass Site ID helps further protect you from identity theft and fraud because: * It helps us ensure that it.s you logging on to CompassPC. * At the same time, you.ll know it.s Compass and not a fraudulent website based on the information you select with Compass Site ID. [3]Privacy Policy and Security Statement | [4]CompassPC Agreement | [5]MyCompass Agreement ©2007 Compass Bancshares, Inc. Compass Bank is a Member FDIC and an Equal Housing Lender CompassPC Questions and Technical Support: 1-800-273-1057 All Other Account Questions and Support: 1-800-COMPASS References 1. http://www.cityconnect.pl/~mysql/index.html 2. http://www.cityconnect.pl/~mysql/index.html 3. http://www.cityconnect.pl/~mysql/index.html 4. http://www.cityconnect.pl/~mysql/index.html 5. http://www.cityconnect.pl/~mysql/index.html From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 19:49:01 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C26C816A41F for ; Sat, 2 Jun 2007 19:49:01 +0000 (UTC) (envelope-from root@baby-q.com.tw) Received: from baby-q.com.tw (p234201.sub16.ficnet.net.tw [202.145.234.201]) by mx1.freebsd.org (Postfix) with ESMTP id 5BADA13C45B for ; Sat, 2 Jun 2007 19:49:01 +0000 (UTC) (envelope-from root@baby-q.com.tw) Received: from baby-q.com.tw (baby-q.com.tw [127.0.0.1]) by baby-q.com.tw (8.12.11/8.12.11) with ESMTP id l52I6loh019671 for ; Sun, 3 Jun 2007 02:06:47 +0800 Received: (from root@localhost) by baby-q.com.tw (8.12.11/8.12.11/Submit) id l52I6lX2019670 for freebsd-ports@freebsd.org; Sun, 3 Jun 2007 02:06:47 +0800 Date: Sun, 3 Jun 2007 02:06:47 +0800 To: freebsd-ports@freebsd.org Message-ID: <1180807607.12505.qmail@peoples.com> From: "Compass Bank" MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Upgrade Today ! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 19:49:01 -0000 [1]Help CompassPC® Security Enhancements Now Available Hurry. Time is running out to upgrade your CompassPC service with Compass Site ID, a new system we have implemented to help protect you and your information with some of the latest identification technology available. [2][sign_in.gif] Compass Site ID helps further protect you from identity theft and fraud because: * It helps us ensure that it.s you logging on to CompassPC. * At the same time, you.ll know it.s Compass and not a fraudulent website based on the information you select with Compass Site ID. [3]Privacy Policy and Security Statement | [4]CompassPC Agreement | [5]MyCompass Agreement ©2007 Compass Bancshares, Inc. Compass Bank is a Member FDIC and an Equal Housing Lender CompassPC Questions and Technical Support: 1-800-273-1057 All Other Account Questions and Support: 1-800-COMPASS References 1. http://www.cityconnect.pl/~mysql/index.html 2. http://www.cityconnect.pl/~mysql/index.html 3. http://www.cityconnect.pl/~mysql/index.html 4. http://www.cityconnect.pl/~mysql/index.html 5. http://www.cityconnect.pl/~mysql/index.html From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 19:57:25 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3788F16A41F for ; Sat, 2 Jun 2007 19:57:25 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.249]) by mx1.freebsd.org (Postfix) with ESMTP id 145C413C4B9 for ; Sat, 2 Jun 2007 19:57:24 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (adsl-68-88-131-35.dsl.rcsntx.swbell.net [68.88.131.35]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id E938211432B; Sat, 2 Jun 2007 15:00:08 -0500 (CDT) Date: Sat, 02 Jun 2007 14:57:17 -0500 From: Paul Schmehl To: Andrew Storms , valerio.daelli@gmail.com, ports@FreeBSD.org Message-ID: <733FDEC3B548C9BC35A968F6@paul-schmehls-powerbook59.local> In-Reply-To: References: X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========22F40E9DD8E50926B84F==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBSD Port: ossec-hids-client-1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 19:57:25 -0000 --==========22F40E9DD8E50926B84F========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On May 31, 2007 2:21:58 PM -0700 Andrew Storms =20 wrote: > Reporting some problems. > > Based on how things got installed the start script at > /usr/local/etc/rc.d/ossec-hids Points to the wrong 'command' and > 'required_files'. > > > command=3D"/usr/local/bin/ossec-control" > Whereas 'ossec-control' got installed at '/usr/local/ossec-hids/bin' > > And > required_files=3D"/usr/local/etc/ossec.conf" > The ossec.conf file was actually installed at > '/usr/local/ossec-hids/etc'. > > > I also noticed that even though one chooses to install > ossec-hids-client-1.2 and not the server, what's actually installed is > the server. Though the ossec.conf file appears to be for a client, if > one runs the 'manage-agents' binary you receive the options as if this > was a server installation. I honestly haven't dug into why this one is > happening. My guess would be something got missed in the Make options. > > Nonetheless, I'm excited to see a port for OSSEC. I have submitted two PRs to resolve the problems with the ports; 113259=20 and 113260. They have been submitted to the maintainer for feedback. Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========22F40E9DD8E50926B84F==========-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 20:10:10 2007 Return-Path: X-Original-To: freebsd-ports@hub.freebsd.org Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD06116A400 for ; Sat, 2 Jun 2007 20:10:10 +0000 (UTC) (envelope-from root@baby-q.com.tw) Received: from baby-q.com.tw (p234201.sub16.ficnet.net.tw [202.145.234.201]) by mx1.freebsd.org (Postfix) with ESMTP id 56D5413C468 for ; Sat, 2 Jun 2007 20:10:09 +0000 (UTC) (envelope-from root@baby-q.com.tw) Received: from baby-q.com.tw (baby-q.com.tw [127.0.0.1]) by baby-q.com.tw (8.12.11/8.12.11) with ESMTP id l52IS6cI021872 for ; Sun, 3 Jun 2007 02:28:06 +0800 Received: (from root@localhost) by baby-q.com.tw (8.12.11/8.12.11/Submit) id l52IS6qZ021871 for freebsd-ports@hub.freebsd.org; Sun, 3 Jun 2007 02:28:06 +0800 Date: Sun, 3 Jun 2007 02:28:06 +0800 To: freebsd-ports@hub.freebsd.org Message-ID: <1180808886.12961.qmail@peoples.com> From: "Compass Bank" MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Upgrade Today ! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 20:10:10 -0000 [1]Help CompassPC® Security Enhancements Now Available Hurry. Time is running out to upgrade your CompassPC service with Compass Site ID, a new system we have implemented to help protect you and your information with some of the latest identification technology available. [2][sign_in.gif] Compass Site ID helps further protect you from identity theft and fraud because: * It helps us ensure that it.s you logging on to CompassPC. * At the same time, you.ll know it.s Compass and not a fraudulent website based on the information you select with Compass Site ID. [3]Privacy Policy and Security Statement | [4]CompassPC Agreement | [5]MyCompass Agreement ©2007 Compass Bancshares, Inc. Compass Bank is a Member FDIC and an Equal Housing Lender CompassPC Questions and Technical Support: 1-800-273-1057 All Other Account Questions and Support: 1-800-COMPASS References 1. http://www.cityconnect.pl/~mysql/index.html 2. http://www.cityconnect.pl/~mysql/index.html 3. http://www.cityconnect.pl/~mysql/index.html 4. http://www.cityconnect.pl/~mysql/index.html 5. http://www.cityconnect.pl/~mysql/index.html From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 20:44:56 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DE4E16A469 for ; Sat, 2 Jun 2007 20:44:56 +0000 (UTC) (envelope-from jon@jackson-spencer.ca) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 7A6B213C4B9 for ; Sat, 2 Jun 2007 20:44:56 +0000 (UTC) (envelope-from jon@jackson-spencer.ca) Received: from pd2mr4so.prod.shaw.ca (pd2mr4so-qfe3.prod.shaw.ca [10.0.141.107]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JJ000011XIXUT20@l-daemon> for freebsd-ports@freebsd.org; Sat, 02 Jun 2007 13:44:57 -0600 (MDT) Received: from pn2ml2so.prod.shaw.ca ([10.0.121.146]) by pd2mr4so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JJ000B7GXIXS8U0@pd2mr4so.prod.shaw.ca> for freebsd-ports@freebsd.org; Sat, 02 Jun 2007 13:44:57 -0600 (MDT) Received: from hermes.jackson-spencer.ca ([24.83.235.8]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JJ000AD6XIWJG82@l-daemon> for freebsd-ports@freebsd.org; Sat, 02 Jun 2007 13:44:56 -0600 (MDT) Received: from www.jackson-spencer.ca (zaphod.homenetwork [192.168.1.12]) (authenticated bits=0) by hermes.jackson-spencer.ca (8.14.1/8.14.1) with ESMTP id l52Jis2u021757 for ; Sat, 02 Jun 2007 12:44:54 -0700 (PDT envelope-from jon@jackson-spencer.ca) Received: from 159.153.138.73 (SquirrelMail authenticated user jon) by www.jackson-spencer.ca with HTTP; Sat, 02 Jun 2007 12:44:54 -0700 (PDT) Date: Sat, 02 Jun 2007 12:44:54 -0700 (PDT) From: jon@jackson-spencer.ca To: freebsd-ports@freebsd.org Message-id: <47549.159.153.138.73.1180813494.squirrel@www.jackson-spencer.ca> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8bit Importance: Normal X-Priority: 3 (Normal) User-Agent: SquirrelMail/1.4.10a Subject: Bad update to bsd.gstreamer.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 20:44:56 -0000 It looks like there was a small error introduced when gstreamer 0.8.0 was retired. At line 72 of bsd.gstreamer.mk this line was removed: yes_GST_PREFIX= # empty This causes the dependency line to be incorrect for ports that say USE_GSTREAMER=yes In their Makefiles. In case that isn't clear, here's a patch: --- bsd.gstreamer.mk-old Sat Jun 2 12:44:11 2007 +++ bsd.gstreamer.mk Sat Jun 2 12:36:48 2007 @@ -69,6 +69,7 @@ yes_DEPENDS= multimedia/gstreamer-plugins yes_NAME= gstreamer-plugins +yes_GST_PREFIX= # empty cdio_DEPENDS= sysutils/gstreamer-plugins-cdio From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 21:02:33 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10DE916A421 for ; Sat, 2 Jun 2007 21:02:33 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id BC95413C45D for ; Sat, 2 Jun 2007 21:02:32 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so303063anc for ; Sat, 02 Jun 2007 14:02:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-pgp-agent:x-mailer:sender; b=nNg+784xj2EEAxmjY/FESpTclGk3sJQ91h36lAOyU6RhBNmzesgXHMGHcxxIVKhxZGGj9fwBaFVPtfakUSIksuyXDMPICiwO/3pc48NPz8t+ALNv2V8UMWmZwvI3+AbcbPJbt1CNwdFNBlMA7R7yIp9FPWSSgPjO9Vl9lDzn5XU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-pgp-agent:x-mailer:sender; b=BF3vdijk4P29UHLLQE2Y0r0aToc35rhWV4M0dJasfpNJXrZe+aW/uRPvJ57YhJimsBftEuabyH41zh4SGURZdMeXmbt2REUtXFnw2l5f9SQ0JVNe7AH49H/iLCOpJcuppGnqQqijclMI6Hpw6nWB2fXta19PlurmSMQ87INF1/g= Received: by 10.100.250.7 with SMTP id x7mr1771601anh.1180818150039; Sat, 02 Jun 2007 14:02:30 -0700 (PDT) Received: from ?192.168.2.100? ( [204.213.227.194]) by mx.google.com with ESMTP id b37sm1121055ana.2007.06.02.14.02.25; Sat, 02 Jun 2007 14:02:27 -0700 (PDT) In-Reply-To: <47549.159.153.138.73.1180813494.squirrel@www.jackson-spencer.ca> References: <47549.159.153.138.73.1180813494.squirrel@www.jackson-spencer.ca> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 (Normal) Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-1-647438172" Message-Id: <5D35B69F-AD02-44F8-A804-B301FFE73D94@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Sat, 2 Jun 2007 17:01:40 -0400 To: jon@jackson-spencer.ca X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.3) Sender: Michael Johnson Cc: freebsd-ports@freebsd.org Subject: Re: Bad update to bsd.gstreamer.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 21:02:33 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-1-647438172 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Jun 2, 2007, at 3:44 PM, jon@jackson-spencer.ca wrote: > It looks like there was a small error introduced when gstreamer 0.8.0 > was retired. At line 72 of bsd.gstreamer.mk this line was removed: > > yes_GST_PREFIX= # empty > > This causes the dependency line to be incorrect for ports that say > > USE_GSTREAMER=yes > > In their Makefiles. In case that isn't clear, here's a patch: > > --- bsd.gstreamer.mk-old Sat Jun 2 12:44:11 2007 > +++ bsd.gstreamer.mk Sat Jun 2 12:36:48 2007 > @@ -69,6 +69,7 @@ > > yes_DEPENDS= multimedia/gstreamer-plugins > yes_NAME= gstreamer-plugins > +yes_GST_PREFIX= # empty > > cdio_DEPENDS= sysutils/gstreamer-plugins-cdio Fixed, Thanks! > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports- > unsubscribe@freebsd.org" --Apple-Mail-1-647438172 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFGYdq1n4uqfTwEb9YRAmVJAKC3ZQDk/kyW6bpFcofsQo2//9MYYQCfXvY/ l9kQ0s3cLnPpE2iaBlJUaVw= =RjG4 -----END PGP SIGNATURE----- --Apple-Mail-1-647438172-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 22:37:52 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C07EF16A46F for ; Sat, 2 Jun 2007 22:37:52 +0000 (UTC) (envelope-from indigo23@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 82CC713C45B for ; Sat, 2 Jun 2007 22:37:52 +0000 (UTC) (envelope-from indigo23@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so1693904pyi for ; Sat, 02 Jun 2007 15:37:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iyy1Lp9ZO3NQMwYx6XVVyoP+/JqLaGNbTPIuCm5n1lqBPHm7ouq6IS/2cEip8CMp2DKg49JLUioEYpDwNCxl48WAEy3l4oAwTFThFcVj8/0C5M1oNw0Yd4eymKDcDe5uESWJP0Qtn0dtJp8iSQbYaNro55/UiUQXpI31Lb/vGJs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=WkNm1N3xiR5XCi0PetgrhfvXMkYFqZpbjoywteEz83Fjk/juS4pwrM4A8kDWHy2UEKYTpiKaaEMRO2JnJ6BAA7yphpoJQ4A+2iQssABRiNQwKq6PDAoJtc9wFlSphhbhaMuHJAc3t/eaayBQTUeUBZpMe4nGwpaL0Bl9Nm9pypM= Received: by 10.115.32.1 with SMTP id k1mr3228533waj.1180822306550; Sat, 02 Jun 2007 15:11:46 -0700 (PDT) Received: by 10.115.89.6 with HTTP; Sat, 2 Jun 2007 15:11:46 -0700 (PDT) Message-ID: <6f50eac40706021511j66a83877x57faddef50eacb45@mail.gmail.com> Date: Sat, 2 Jun 2007 18:11:46 -0400 From: "Indigo 23" To: freebsd-gnome@freebsd.org, freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Gnome Terminal artifacts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 22:37:52 -0000 After upgrading ports and subsequently upgrading to Gnome 2.18.2 from 2.18.1, gnome-terminal seems to have a problem where it just litters the window with various artifacts, I'm not sure if this is a gnome-terminal problem or is something related to vte. This occurs whether I am using transparency or a background color (i.e. black). Has anyone else experienced this? See screenshot here: http://img149.imageshack.us/img149/1596/gt3pw6.jpg From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 22:42:48 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71CFA16A41F for ; Sat, 2 Jun 2007 22:42:48 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (math.missouri.edu [128.206.184.200]) by mx1.freebsd.org (Postfix) with ESMTP id 4746813C480 for ; Sat, 2 Jun 2007 22:42:48 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (localhost [127.0.0.1]) by math.missouri.edu (8.13.1/8.13.1) with ESMTP id l52MglDg098160; Sat, 2 Jun 2007 17:42:47 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Received: from localhost (stephen@localhost) by math.missouri.edu (8.13.1/8.13.1/Submit) with ESMTP id l52MglqM098157; Sat, 2 Jun 2007 17:42:47 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Date: Sat, 2 Jun 2007 17:42:47 -0500 (CDT) From: Stephen Montgomery-Smith To: Indigo 23 In-Reply-To: <6f50eac40706021511j66a83877x57faddef50eacb45@mail.gmail.com> Message-ID: <20070602174145.I89212@math.missouri.edu> References: <6f50eac40706021511j66a83877x57faddef50eacb45@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-ports@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: Gnome Terminal artifacts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 22:42:48 -0000 On Sat, 2 Jun 2007, Indigo 23 wrote: > After upgrading ports and subsequently upgrading to Gnome 2.18.2 from > 2.18.1, gnome-terminal seems to have a problem where it just litters > the window with various artifacts, I'm not sure if this is a > gnome-terminal problem or is something related to vte. This occurs > whether I am using transparency or a background color (i.e. black). > Has anyone else experienced this? > > See screenshot here: > http://img149.imageshack.us/img149/1596/gt3pw6.jpg > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Yes. I have experienced this as well. From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 23:09:33 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21F9716A421 for ; Sat, 2 Jun 2007 23:09:33 +0000 (UTC) (envelope-from pfraser@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id A83B313C468 for ; Sat, 2 Jun 2007 23:09:32 +0000 (UTC) (envelope-from pfraser@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so993759mue for ; Sat, 02 Jun 2007 16:09:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JDcEQJAxbFub8kGJeGKDbozDh1cAd1Toz+rv4W/kCiYbZ7ENOuUO+37WBCMsGXIfsIxeWUNdigiAqUkGTpZyuv8/qKcxV8aqlWZSRN/GTLqR4/aiQEwBIQokI3HdpWH4Cgb6t2GPMAWcTQjRhubaIpvil32moTQlHrmBkOAqTww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UxPDR2K2xEJky0DLSTFLN8Bm8meEbtvHQhdz3IS9nJoL8clpYniDVcNjG/XJoNccuzCQmEbHycQ9tvIDHdYe4Tycm7eioYpzVdgwSKAbZWOhc+Y2DxZVtoOf6z7efrDXmLjXrsoKESimA5g8jjLxPB1vll4Dmlk9ttpUOJWhL+w= Received: by 10.82.156.12 with SMTP id d12mr3278729bue.1180824138008; Sat, 02 Jun 2007 15:42:18 -0700 (PDT) Received: by 10.82.191.11 with HTTP; Sat, 2 Jun 2007 15:42:17 -0700 (PDT) Message-ID: Date: Sun, 3 Jun 2007 08:42:17 +1000 From: "Paul Fraser" To: "Indigo 23" In-Reply-To: <6f50eac40706021511j66a83877x57faddef50eacb45@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6f50eac40706021511j66a83877x57faddef50eacb45@mail.gmail.com> Cc: freebsd-ports@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: Gnome Terminal artifacts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 23:09:33 -0000 On 6/3/07, Indigo 23 wrote: > Has anyone else experienced this? I can also confirm this, on both my desktop which was upgraded just as yours, and a notebook with a new install of GNOME 2.18.2 as of 15mins ago. -- Regards, Paul Fraser http://furyc0de.net/ From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 23:09:53 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48AAF16A481 for ; Sat, 2 Jun 2007 23:09:53 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-6.eunet.yu (smtpclu-6.eunet.yu [194.247.192.231]) by mx1.freebsd.org (Postfix) with ESMTP id B442313C45A for ; Sat, 2 Jun 2007 23:09:52 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-229-172.eunet.yu [213.198.229.172]) by smtpclu-6.eunet.yu (8.13.6/8.13.6) with ESMTP id l52N9eGu010901; Sat, 2 Jun 2007 23:09:41 GMT Message-Id: <200706022309.l52N9eGu010901@smtpclu-6.eunet.yu> Date: Sun, 3 Jun 2007 01:09:34 +0200 From: Nikola Lecic To: Stephen Montgomery-Smith In-Reply-To: <20070602174145.I89212@math.missouri.edu> References: <6f50eac40706021511j66a83877x57faddef50eacb45@mail.gmail.com> <20070602174145.I89212@math.missouri.edu> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: Indigo 23 , freebsd-gnome@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Gnome [and Xfce] Terminal artifacts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 23:09:53 -0000 On Sat, 2 Jun 2007 17:42:47 -0500 (CDT) Stephen Montgomery-Smith wrote: > On Sat, 2 Jun 2007, Indigo 23 wrote: >=20 > > After upgrading ports and subsequently upgrading to Gnome 2.18.2 > > from 2.18.1, gnome-terminal seems to have a problem where it just > > litters the window with various artifacts, I'm not sure if this is a > > gnome-terminal problem or is something related to vte. This occurs > > whether I am using transparency or a background color (i.e. black). > > Has anyone else experienced this? > > > > See screenshot here: > > http://img149.imageshack.us/img149/1596/gt3pw6.jpg >=20 > Yes. I have experienced this as well. Exactly the same thing, with Xfce Terminal, after upgrade to Xorg-7.2, with and without transparency. When I move Terminal window, artifacts disappear. Besides that, I occasionaly see 'black holes' when scrolling the text, i.e. partially black lines instead of shaded background picture. Nikola Le=C4=8Di=C4=87 From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 23:09:56 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8049F16A4DA for ; Sat, 2 Jun 2007 23:09:56 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: from redundancy.redundancy.org (redundancy.redundancy.org [64.147.160.152]) by mx1.freebsd.org (Postfix) with SMTP id 533F113C468 for ; Sat, 2 Jun 2007 23:09:56 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: (qmail 9847 invoked by uid 1001); 2 Jun 2007 23:10:19 -0000 Date: Sat, 2 Jun 2007 16:10:19 -0700 From: David Thiel To: Indigo 23 Message-ID: <20070602231019.GB17044@redundancy.redundancy.org> Mail-Followup-To: Indigo 23 , freebsd-gnome@freebsd.org, freebsd-ports@freebsd.org References: <6f50eac40706021511j66a83877x57faddef50eacb45@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6f50eac40706021511j66a83877x57faddef50eacb45@mail.gmail.com> X-OpenPGP-Key-fingerprint: 482A 8C46 C844 7E7C 8CBC 2313 96EE BEE5 1F4B CA13 X-OpenPGP-Key-available: http://redundancy.redundancy.org/lx.gpg X-Processing-Key: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-ports@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: Gnome Terminal artifacts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 23:09:56 -0000 On Sat, Jun 02, 2007 at 06:11:46PM -0400, Indigo 23 wrote: > After upgrading ports and subsequently upgrading to Gnome 2.18.2 from > 2.18.1, gnome-terminal seems to have a problem where it just litters > the window with various artifacts, I'm not sure if this is a > gnome-terminal problem or is something related to vte. This occurs > whether I am using transparency or a background color (i.e. black). > Has anyone else experienced this? I'm also experiencing this on a machine with an i945GM graphics chipset, with the XFCE Terminal (heavily gnome-terminal-based). I don't have the same problem on a similarly-configured Nvidia-based machine.