Bug 270152 - devel/root: Fix configure on powerpc (little-endian)
Summary: devel/root: Fix configure on powerpc (little-endian)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: powerpc Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-12 11:40 UTC by Erik Jensen
Modified: 2023-03-12 12:56 UTC (History)
2 users (show)

See Also:


Attachments
Patch configure step of ROOT on powerpc64le (782 bytes, patch)
2023-03-12 11:40 UTC, Erik Jensen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Jensen 2023-03-12 11:40:35 UTC
Created attachment 240789 [details]
Patch configure step of ROOT on powerpc64le

ROOT version 6.26/06 fails to be configured on powerpc64le: https://pkg-status.freebsd.org/foul2/data/131powerpc64le-quarterly/7dea16e20b53/logs/root-6.26.06.log

This patch fixes the reported error for ROOT version >= 6.28/00. (Bug #269947 fixed the same type of issue for big-endian ppc.)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-03-12 12:55:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=32923049c4642bca1612d42aab2235b92bae0e65

commit 32923049c4642bca1612d42aab2235b92bae0e65
Author:     Erik Jensen <erik@tenku.dk>
AuthorDate: 2023-03-12 12:54:25 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-03-12 12:54:25 +0000

    devel/root: Fix configure on powerpc (little-endian)

    ROOT version 6.26/06 fails to be configured on powerpc64le:
    https://pkg-status.freebsd.org/foul2/data/131powerpc64le-quarterly/7dea16e20b53/logs/root-6.26.06.log

    This patch fixes the reported error for ROOT version >= 6.28/00.

    PR:             270152

 devel/root/files/patch-cmake_modules_SetUpLinux.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2023-03-12 12:56:14 UTC
Committed, thanks!