Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2022 19:37:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 265691] x11-servers/xorg-server: 21.1.4,1 undefined symbols
Message-ID:  <bug-265691-7141-KbqyUPrwbg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265691-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265691-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265691

Martin Birgmeier <d8zNeCFG@aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #238128|text/x-log                  |text/plain
          mime type|                            |

--- Comment #15 from Martin Birgmeier <d8zNeCFG@aon.at> ---
Created attachment 238128
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D238128&action=
=3Dedit
Xorg.0.log from running xorg-server-21.1.4 on the RPI-B (armv6)

For xorg-server-21.1.4 I used the following to get it running on armv6:

--- ./hw/xfree86/os-support/meson.build.ORIG    2022-10-13 20:47:02.2321430=
00
+0200
+++ ./hw/xfree86/os-support/meson.build 2022-10-14 09:40:22.637509000 +0200
@@ -96,6 +96,7 @@
         'bsd/bsd_VTsw.c',
         'bsd/bsd_bell.c',
         'bsd/bsd_init.c',
+       'misc/SlowBcopy.c',
        'shared/pm_noop.c'
     ]

--- ./include/meson.build.ORIG  2022-07-12 15:27:57.000000000 +0200
+++ ./include/meson.build       2022-10-14 10:34:53.835142000 +0200
@@ -377,7 +377,7 @@
 xorg_data.set('HAVE_SYS_VT_H', cc.has_header('sys/vt.h') ? '1' : false)

 if host_machine.system() =3D=3D 'freebsd' or host_machine.system() =3D=3D =
'dragonfly'
-    if host_machine.cpu_family() =3D=3D 'x86' or host_machine.cpu_family()=
 =3D=3D
'x86_64'
+    if host_machine.cpu_family() =3D=3D 'x86' or host_machine.cpu_family()=
 =3D=3D
'x86_64' or host_machine.cpu_family() =3D=3D 'arm' or host_machine.cpu_fami=
ly() =3D=3D
'aarch64'
         xorg_data.set('USE_DEV_IO', '1')
     endif
 elif host_machine.system() =3D=3D 'netbsd'

I tested this by manually starting the server and then using xsetbg to disp=
lay
a color image.

/dev/io is accessed, but since it does not exist the code basically does
nothing.

The /var/log/Xorg.0.log of that run is attached.

-- Martin

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265691-7141-KbqyUPrwbg>