From nobody Sun Dec 25 10:43:03 2022 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NfyDs4FF4z1HZBf for ; Sun, 25 Dec 2022 10:43:09 +0000 (UTC) (envelope-from fred@thegalacticzoo.com) Received: from nmtao202.oxsus-vadesecure.net (mta-232b.oxsus-vadesecure.net [15.204.3.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NfyDr3qD0z3qh7 for ; Sun, 25 Dec 2022 10:43:08 +0000 (UTC) (envelope-from fred@thegalacticzoo.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=webcom.xion.oxcs.net header.s=mail1 header.b=VtX3jAz1; spf=pass (mx1.freebsd.org: domain of fred@thegalacticzoo.com designates 15.204.3.7 as permitted sender) smtp.mailfrom=fred@thegalacticzoo.com; dmarc=pass (policy=quarantine) header.from=thegalacticzoo.com DKIM-Signature: v=1; a=rsa-sha256; bh=eS8SAr8bRqur3dgsPY0eWewE3pkikINFJNepn2 oNaX4=; c=relaxed/relaxed; d=webcom.xion.oxcs.net; h=from:reply-to: subject:date:to:cc:resent-date:resent-from:resent-to:resent-cc: in-reply-to:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:list-owner:list-archive; q=dns/txt; s=mail1; t=1671964986; x=1672569786; b=VtX3jAz1LmtZhyDRXUoctalMlwkLX9CzPSlyfWxNh jsPss3TcN172nhuUsu3OA45DuAKA/3ShC0QR5037pxana3QvUIwQkcmGdAsynUhrxbqEw+e eahmpWr2kM6jm0z78GEJF0g3nDNG5KlC6pgC5qQQbLizpud6WgCbZeLQhtSU17mxPI+0mAX i7PnZkebJo1Ge63slbVXrJGCfiDrvZGFtiWMQbr/PMkO4fdPzsL66yRFxCnop3W4ItMspbH rgASkuRTBhO9HUttlz2EEL20nj5KScDDNF/WZ5a54kmEZBauc3qWQG03v6Kh73Lr0FWfKuO VLg5dqJPfhsbwsUbw== Received: from proxy-18.proxy.cloudus.ewr.xion.oxcs.net ([76.14.221.149]) by oxsus2nmtao02p.internal.vadesecure.com with ngmta id e99854de-1734034bbb20fe93; Sun, 25 Dec 2022 10:43:06 +0000 Message-ID: <5fbe3c21-8e74-c9bb-f489-d74e5bc55e9b@thegalacticzoo.com> Date: Sun, 25 Dec 2022 02:43:03 -0800 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Content-Language: en-US To: freebsd-arm@freebsd.org From: Fred Finster Subject: I Posted first Review about file scandir.c /usr/src/lib/libc/gen Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Result: default: False [-3.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.99)[-0.993]; DMARC_POLICY_ALLOW(-0.50)[thegalacticzoo.com,quarantine]; R_DKIM_ALLOW(-0.20)[webcom.xion.oxcs.net:s=mail1]; R_SPF_ALLOW(-0.20)[+ip4:15.204.3.7]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[freebsd-arm@freebsd.org]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:16276, ipnet:15.204.0.0/17, country:FR]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[webcom.xion.oxcs.net:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4NfyDr3qD0z3qh7 X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N https://reviews.freebsd.org/rG27e60668bf29 Related files: /usr/local/include/dirent.h /usr/local/include/cdefs.h /usr/src/lib/libc/gen/scandir.c   versionsort  is located inside a #ifndef  scandir_b  #endif section.   What happens if I_AM_SCANDIR_B  is DEFINED? No versionsort() function is created ? Line #163   #ifndef I_AM_SCANDIR_B Line #195-200  int versionsort() Line #209  #endif /usr/ports/x11/libinput    'make install clean' breaks because of error:   versionsort  undefined This all happened, when  I used  pkg update ; pkg upgrade  on FreeBSD 14.0-CURRENT  from my Raspberry Pi 4B. Now running  'startx'  prints an XFCE4 desktop, but  file libinput.so.10.13.0 errored out when loading, because of missing versionsort symbol undefined So my usb keyboard and usb mouse no longer work.  No input is coming in.   Is anybody using Desktop Environments like MATE or XFCE4 and have  this same problem of no keyboard or mouse input? Can you update your ports for the ARM64 aarch64 FreeBSD.  portsnap fetch update  ;  cd /usr/ports/x11/libinput;  make install clean Does that make run without errors? nm -D /usr/local/lib/libinput.so.10     Do you find a symbol versionsort  undefined ? Capitol U                  U versionsort Quelrond Q is running Desktop Environment Enlightenment https://lists.freebsd.org/archives/freebsd-arm/2022-December/002089.html Hello, Enlightenment installed from package worked perfectly on RPi4 with 4GB de RAM on FreeBSD 13. Peter Are others available to test this out on your system? URL reference: https://ghostbsd-arm64.blogspot.com/2022/11/libinput-module-error-fbsd17-not-found.html -- Fred Finster fred@thegalacticzoo.com +1 971-718-9144 https://GhostBSD-ARM64.blogspot.com https://ghostbsd.org