Date: Wed, 18 Feb 2009 20:18:44 +0100 From: Pav Lucistnik <pav@FreeBSD.org> To: mono@FreeBSD.org Subject: [Fwd: nant-0.85_1 failed on amd64 7] Message-ID: <1234984724.48435.23.camel@hood.oook.cz>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] This has been consistently crashing. Can you try to reproduce it outside pointyhat jail? -------- Přeposlaná zpráva -------- > Od: User Ports-amd64 <ports-amd64@FreeBSD.org> > Komu: cvs@oook.cz > Předmět: nant-0.85_1 failed on amd64 7 > Datum: Wed, 18 Feb 2009 08:16:25 GMT > > You can also find this build log at > > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.7.20090216221853/nant-0.85_1.log > > building nant-0.85_1 on gohan12.freebsd.org > in directory /x/pkgbuild/7/20090216221853/chroot/2067 > building for: 7.1-STABLE amd64 > maintained by: ports@FreeBSD.org > port directory: /usr/ports/devel/nant > Makefile ident: $FreeBSD: ports/devel/nant/Makefile,v 1.13 2008/12/08 06:43:46 linimon Exp $ > build started at Wed Feb 18 08:14:50 UTC 2009 > FETCH_DEPENDS= > PATCH_DEPENDS= > EXTRACT_DEPENDS= > BUILD_DEPENDS=gamin-0.1.10.tbz gettext-0.17_1.tbz gio-fam-backend-2.18.4.tbz glib-2.18.4.tbz gmake-3.81_3.tbz libiconv-1.11_1.tbz mono-2.0.1_6.tbz pcre-7.8.tbz perl-5.8.9_1.tbz pkg-config-0.23_1.tbz python25-2.5.2_3.tbz > RUN_DEPENDS=gamin-0.1.10.tbz gettext-0.17_1.tbz gio-fam-backend-2.18.4.tbz glib-2.18.4.tbz libiconv-1.11_1.tbz mono-2.0.1_6.tbz pcre-7.8.tbz perl-5.8.9_1.tbz pkg-config-0.23_1.tbz python25-2.5.2_3.tbz > prefixes: LOCALBASE=usr/local X11BASE=usr/local > add_pkg > ================================================================ > ====================<phase 1: make checksum>==================== > => nant-0.85-src.tar.gz doesn't seem to exist in /tmp/distfiles/. > => Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/. > nant-0.85-src.tar.gz 2080 kB 14 MBps > => MD5 Checksum OK for nant-0.85-src.tar.gz. > => SHA256 Checksum OK for nant-0.85-src.tar.gz. > ================================================================ > ====================<phase 2: make extract>==================== > add_pkg > ===> Extracting for nant-0.85_1 > => MD5 Checksum OK for nant-0.85-src.tar.gz. > => SHA256 Checksum OK for nant-0.85-src.tar.gz. > ================================================================ > ====================<phase 3: make patch>==================== > add_pkg > ===> Patching for nant-0.85_1 > ================================================================ > ====================<phase 4: make build>==================== > add_pkg gamin-0.1.10.tbz gettext-0.17_1.tbz gio-fam-backend-2.18.4.tbz glib-2.18.4.tbz gmake-3.81_3.tbz libiconv-1.11_1.tbz mono-2.0.1_6.tbz pcre-7.8.tbz perl-5.8.9_1.tbz pkg-config-0.23_1.tbz python25-2.5.2_3.tbz > adding dependencies > pkg_add gamin-0.1.10.tbz > > ==== > Note that some of the standard modules are provided as separate > ports since they require extra dependencies: > > bsddb databases/py-bsddb > gdbm databases/py-gdbm > sqlite3 databases/py-sqlite3 > tkinter x11-toolkits/py-tkinter > > Install them as needed. > ==== > > Removing stale symlinks from /usr/bin... > Skipping /usr/bin/perl > Skipping /usr/bin/perl5 > Done. > Creating various symlinks in /usr/bin... > Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl > Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Spamming /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > Spamming /etc/manpath.config... Done. > > =============================================================================== > > Gamin will only provide realtime notification of changes for at most n files, > where n is the minimum value between (kern.maxfiles * 0.7) and > (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. > > If you often open several large folders with Nautilus, you might want to > increase the kern.maxfiles tunable (you do not need to set > kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). > > For a typical desktop, add the following line to /boot/loader.conf, then > reboot the system: > > kern.maxfiles="25000" > > =============================================================================== > > pkg_add gettext-0.17_1.tbz > skipping gettext-0.17_1, already added > pkg_add gio-fam-backend-2.18.4.tbz > pkg_add glib-2.18.4.tbz > skipping glib-2.18.4, already added > pkg_add gmake-3.81_3.tbz > pkg_add libiconv-1.11_1.tbz > skipping libiconv-1.11_1, already added > pkg_add mono-2.0.1_6.tbz > > ************************************************************************ > If you have build/runtime errors with Mono and Gtk# apps please try the > following first: > > * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the > default FreeBSD CFLAGS as Mono has been known to expose compiler bugs. > - 5.x: '-O -pipe' > - 6.x and higher: '-O2 -fno-strict-aliasing -pipe' > > * Try building and running Mono with the GENERIC kernel. > - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the > GENERIC kernel. > - Removing kernel options or changing defaults to use experimental > options can adversely affect Mono's ability to build and run. > > * Remove leftover semaphores / increase semaphore limits. > - Close apps which use Mono and run `ipcs -sbt`. Remove the > semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) > - _OR_ simply reboot which is the safest method. > - On multi-user systems the semaphore limits may need to be increased > from the defaults. The following should comfortably support 30 users. > > # echo "kern.ipc.semmni=40" >> /boot/loader.conf > # echo "kern.ipc.semmns=300" >> /boot/loader.conf > ************************************************************************ > > pkg_add pcre-7.8.tbz > skipping pcre-7.8, already added > pkg_add perl-5.8.9_1.tbz > skipping perl-5.8.9_1, already added > pkg_add pkg-config-0.23_1.tbz > skipping pkg-config-0.23_1, already added > pkg_add python25-2.5.2_3.tbz > skipping python25-2.5.2_3, already added > ===> nant-0.85_1 depends on executable: mono - found > ===> nant-0.85_1 depends on executable: gmake - found > ===> Configuring for nant-0.85_1 > ===> Building for nant-0.85_1 > mkdir -p bootstrap > cp -R lib/ bootstrap/lib > # Mono loads log4net before privatebinpath is set-up, so we need this in the same directory > # as NAnt.exe > cp lib/log4net.dll bootstrap > cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config > mcs -target:exe -define:MONO -out:bootstrap/NAnt.exe -r:bootstrap/log4net.dll \ > -recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.cs > resgen src/NAnt.Core/Resources/Strings.resx bootstrap/NAnt.Core.Resources.Strings.resources > Read in 200 resources from '/work/a/ports/devel/nant/work/nant-0.85/src/NAnt.Core/Resources/Strings.resx' > Writing resource file... Done. > mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.Core.dll -debug \ > -resource:bootstrap/NAnt.Core.Resources.Strings.resources -r:lib/log4net.dll \ > -r:System.Web.dll -recurse:src/NAnt.Core/*.cs src/CommonAssemblyInfo.cs > resgen src/NAnt.DotNet/Resources/Strings.resx bootstrap/NAnt.DotNet.Resources.Strings.resources > Read in 75 resources from '/work/a/ports/devel/nant/work/nant-0.85/src/NAnt.DotNet/Resources/Strings.resx' > Writing resource file... Done. > mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.DotNetTasks.dll \ > -r:./bootstrap/NAnt.Core.dll -r:bootstrap/lib/mono/1.0/NDoc.Core.dll \ > -recurse:src/NAnt.DotNet/*.cs -resource:bootstrap/NAnt.DotNet.Resources.Strings.resources \ > src/CommonAssemblyInfo.cs > mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.CompressionTasks.dll \ > -r:./bootstrap/NAnt.Core.dll -r:bootstrap/lib/ICSharpCode.SharpZipLib.dll \ > -recurse:src/NAnt.Compression/*.cs src/CommonAssemblyInfo.cs > mono bootstrap/NAnt.exe -f:NAnt.build build > NAnt 0.85 (Build 0.85.2478.0; release; 10/14/2006) > Copyright (C) 2001-2006 Gerry Shaw > http://nant.sourceforge.net > > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/NAnt.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > [tstamp] Wednesday, 18 February 2009 08:15:51. > > init: > > > debug: > > > set-framework-configuration: > > > set-mono-2.0-framework-configuration: > > > build: > > [echo] Build Directory is /work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug > [mkdir] Creating directory '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin'. > [mkdir] Creating directory '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/lib'. > [copy] Copying 2 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin'. > [copy] Copying 34 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/lib'. > [nant] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.Core/NAnt.Core.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/src/NAnt.Core/NAnt.Core.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 154 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.Core.dll'. > [resgen] Read in 200 resources from '/work/a/ports/devel/nant/work/nant-0.85/src/NAnt.Core/Resources/Strings.resx' > [resgen] Writing resource file... Done. > [resgen] Thread 801402600 has exited with leftover thread-specific data after 4 destructor iterations > [csc] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.Core/Task.cs(404,33): warning CS0809: Obsolete member `NAnt.Core.Task.InitializeElement(System.Xml.XmlNode)' overrides non-obsolete member `NAnt.Core.Element.InitializeElement(System.Xml.XmlNode)' > [csc] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.Core/Element.cs(257,32): (Location of the symbol related to previous warning) > [csc] Compilation succeeded - 1 warning(s) > > BUILD SUCCEEDED - 0 non-fatal error(s), 3 warning(s) > > Total time: 6 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.Console/NAnt.Console.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/src/NAnt.Console/NAnt.Console.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 3 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.exe'. > [csc] Thread 801402600 has exited with leftover thread-specific data after 4 destructor iterations > [copy] Copying 1 file to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.exe.config'. > > BUILD SUCCEEDED - 0 non-fatal error(s), 1 warning(s) > > Total time: 1.4 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.DotNet/NAnt.DotNet.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/src/NAnt.DotNet/NAnt.DotNet.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 31 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.DotNetTasks.dll'. > [resgen] Read in 75 resources from '/work/a/ports/devel/nant/work/nant-0.85/src/NAnt.DotNet/Resources/Strings.resx' > [resgen] Writing resource file... Done. > [csc] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.DotNet/Tasks/ScriptTask.cs(519,50): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete > [csc] Compilation succeeded - 1 warning(s) > > BUILD SUCCEEDED - 0 non-fatal error(s), 1 warning(s) > > Total time: 2.5 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.Compression/NAnt.Compression.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/src/NAnt.Compression/NAnt.Compression.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 11 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.CompressionTasks.dll'. > > BUILD SUCCEEDED > > Total time: 1.5 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.NUnit/NAnt.NUnit.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/src/NAnt.NUnit/NAnt.NUnit.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 6 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.NUnit.dll'. > [csc] Compiling 14 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.NUnit1Tasks.dll'. > [csc] Compiling 9 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.NUnit2Tasks.dll'. > > BUILD SUCCEEDED > > Total time: 4 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.SourceControl/NAnt.SourceControl.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/src/NAnt.SourceControl/NAnt.SourceControl.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 13 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.SourceControlTasks.dll'. > > BUILD SUCCEEDED > > Total time: 1.4 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.MSNet/NAnt.MSNet.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/src/NAnt.MSNet/NAnt.MSNet.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > BUILD SUCCEEDED > > Total time: 0 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.Win32/NAnt.Win32.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/src/NAnt.Win32/NAnt.Win32.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 8 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.Win32Tasks.dll'. > > BUILD SUCCEEDED > > Total time: 3.5 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.VisualCpp/NAnt.VisualCpp.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/src/NAnt.VisualCpp/NAnt.VisualCpp.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 14 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.VisualCppTasks.dll'. > > BUILD SUCCEEDED > > Total time: 1.8 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/src/NAnt.VSNet/NAnt.VSNet.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/src/NAnt.VSNet/NAnt.VSNet.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 41 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.VSNetTasks.dll'. > > BUILD SUCCEEDED > > Total time: 2.5 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.Core/NAnt.Core.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.Core/NAnt.Core.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 61 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.Core.Tests.dll'. > > BUILD SUCCEEDED > > Total time: 1.9 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.Console/NAnt.Console.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.Console/NAnt.Console.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 2 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.Tests.dll'. > > BUILD SUCCEEDED > > Total time: 1 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.DotNet/NAnt.DotNet.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.DotNet/NAnt.DotNet.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 7 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.DotNet.Tests.dll'. > > BUILD SUCCEEDED > > Total time: 1.3 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.Compression/NAnt.Compression.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.Compression/NAnt.Compression.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 3 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.Compression.Tests.dll'. > > BUILD SUCCEEDED > > Total time: 1 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.SourceControl/NAnt.SourceControl.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.SourceControl/NAnt.SourceControl.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 4 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.SourceControl.Tests.dll'. > > BUILD SUCCEEDED > > Total time: 1.1 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.MSNet/NAnt.MSNet.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.MSNet/NAnt.MSNet.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > BUILD SUCCEEDED > > Total time: 0 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.Win32/NAnt.Win32.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.Win32/NAnt.Win32.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 2 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.Win32.Tests.dll'. > > BUILD SUCCEEDED > > Total time: 0.9 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.VisualCpp/NAnt.VisualCpp.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.VisualCpp/NAnt.VisualCpp.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 6 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.VisualCpp.Tests.dll'. > > BUILD SUCCEEDED > > Total time: 1.1 seconds. > > [nant] /work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.VSNet/NAnt.VSNet.build build > Buildfile: file:///work/a/ports/devel/nant/work/nant-0.85/tests/NAnt.VSNet/NAnt.VSNet.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 7 files to '/work/a/ports/devel/nant/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.VSNet.Tests.dll'. > > BUILD SUCCEEDED > > Total time: 1 seconds. > > > BUILD SUCCEEDED > > Total time: 35 seconds. > > Stacktrace: > > at (wrapper managed-to-native) System.Threading.WaitHandle.WaitOne_internal (intptr,int,bool) <0x0005d> > at (wrapper managed-to-native) System.Threading.WaitHandle.WaitOne_internal (intptr,int,bool) <0xffffffff> > at System.Threading.WaitHandle.WaitOne (int,bool) <0x000a6> > at System.Threading.Timer.SchedulerThread () <0x00f86> > at (wrapper runtime-invoke) System.Object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff> > gmake: *** [build-nant] Abort trap: 6 (core dumped) > *** Error code 2 > > Stop in /a/ports/devel/nant. > ================================================================ > build of /usr/ports/devel/nant ended at Wed Feb 18 08:16:26 UTC 2009 -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> KDE is for the techies who feel they can't be productive without being able to control the exact amount of bevel in their window frames in 2% increments. [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkmcXxQACgkQntdYP8FOsoIAUgCffzbVGEhz/rckIugleTCJYrj5 hhcAoK5MbF2LWkPcYmjcYFirjKQshgAa =N5Mc -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1234984724.48435.23.camel>
