pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files fixes.xml: add a small section about a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f3b2f6c5976
branches:  trunk
changeset: 382894:8f3b2f6c5976
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Aug 08 01:54:32 2022 +0000

description:
fixes.xml: add a small section about atomic64.mk

diffstat:

 doc/guide/files/fixes.xml |  14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r c8428946c1d9 -r 8f3b2f6c5976 doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Sun Aug 07 23:39:44 2022 +0000
+++ b/doc/guide/files/fixes.xml Mon Aug 08 01:54:32 2022 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.181 2022/07/23 06:45:32 wiz Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.182 2022/08/08 01:54:32 gutteridge Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -1958,7 +1958,17 @@
 
 </sect3>
 
-  </sect2>
+<sect3 id="undefined-reference-atomic">
+  <title>Missing atomic functions</title>
+  
+  <para>When building for older machine architectures (e.g., i386, PowerPC),
+  builds may fail because the package expects modern 64-bit atomic functions
+  which the underlying hardware either doesn't support, or will only support
+  with specific compiler flags. This is generally handled via inclusion of
+  mk/atomic64.mk.</para>
+</sect3>
+
+</sect2>
 
   <sect2 id="out-of-memory">
     <title>Running out of memory</title>



Home | Main Index | Thread Index | Old Index