summaryrefslogtreecommitdiffstats
path: root/encap/BUGS
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-09-04 19:56:42 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-09-04 19:56:42 +0000
commit4c983c6ea904b257f1cd3b1da42b87b04e8d23b0 (patch)
treefcf5bd36d2dbab616cecbff86e827d5b1d261397 /encap/BUGS
parenta5225328b21135e2bbfc31f4611c4eeb0935b8b8 (diff)
downloadbcfg2-4c983c6ea904b257f1cd3b1da42b87b04e8d23b0.tar.gz
bcfg2-4c983c6ea904b257f1cd3b1da42b87b04e8d23b0.tar.bz2
bcfg2-4c983c6ea904b257f1cd3b1da42b87b04e8d23b0.zip
EncapPackage: Remove stated support for Solaris/sparc due to OpenSSL
compiling issue (see BUGS for details) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2191 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/BUGS')
-rw-r--r--encap/BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/encap/BUGS b/encap/BUGS
new file mode 100644
index 000000000..156d22a2b
--- /dev/null
+++ b/encap/BUGS
@@ -0,0 +1,4 @@
+ * Building of OpenSSL fails on Solaris 10 on sparcv9 in "gmake test" with:
+ "gmake[1]: *** [test_evp] Error 9"; until this is fixed, the encap packages
+ won't work on that platform. Hints from people who admin Solaris are
+ welcomed.