[Bug 272884] KDE5 cannot be compiled and installed on aarch64 using the default parameters in ports.

2024-05-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272884

ykla  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 272884] KDE5 cannot be compiled and installed on aarch64 using the default parameters in ports.

2024-05-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272884

--- Comment #3 from Paul Floyd  ---
Valgrind does now support aarch64.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 272884] KDE5 cannot be compiled and installed on aarch64 using the default parameters in ports.

2023-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272884

Jan Beich  changed:

   What|Removed |Added

   Assignee|k...@freebsd.org |port...@freebsd.org

--- Comment #2 from Jan Beich  ---
> ===> Fetching all distfiles required by rapidjson-1.1.0.709 for building
> ===>  valgrind-3.21.0,1 is only for amd64 i386, while you are running aarch64.

valgrind is part of TEST_DEPENDS in rapidjson (and some other ports), so only
affects "make test" which isn't run during build (or by default).

Over to portmgr@. *-recursive targets should probably skip TEST_DEPENDS.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 272884] KDE5 cannot be compiled and installed on aarch64 using the default parameters in ports.

2023-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272884

Mark Linimon  changed:

   What|Removed |Added

  Flags||maintainer-feedback?(kde@Fr
   ||eeBSD.org)
   Assignee|ports-b...@freebsd.org  |k...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

maintainer-feedback requested: [Bug 272884] KDE5 cannot be compiled and installed on aarch64 using the default parameters in ports.

2023-08-02 Thread bugzilla-noreply
Mark Linimon  has asked freebsd-kde (Team)
 for maintainer-feedback:
Bug 272884: KDE5 cannot be compiled and installed on aarch64 using the default
parameters in ports.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272884


[Bug 272884] KDE5 cannot be compiled and installed on aarch64 using the default parameters in ports.

2023-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272884

--- Comment #1 from ykla  ---
Created attachment 243791
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=243791=edit
output

output

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 272884] KDE5 cannot be compiled and installed on aarch64 using the default parameters in ports.

2023-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272884

Bug ID: 272884
   Summary: KDE5 cannot be compiled and installed on aarch64 using
the default parameters in ports.
   Product: Ports & Packages
   Version: Latest
  Hardware: arm64
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Individual Port(s)
  Assignee: ports-b...@freebsd.org
  Reporter: ykla...@gmail.com
CC: k...@freebsd.org, pjfl...@wanadoo.fr
CC: k...@freebsd.org, pjfl...@wanadoo.fr

When installing KDE5 on Raspberry Pi 4B using ports, it relies on Valgrind.
However, Valgrind only supports the x86 architecture and cannot be compiled on
aarch64. In other words, it is not possible to compile and install KDE5 with
the default parameter BATCH=yes.

-
make BATCH=yes fetch-recursive

===>  License GPLv2 GPLv3 accepted by the user
===>   vid.stab-0.98.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by vid.stab-0.98.2 for building
===>  License ZLIB accepted by the user
===>   sdl2_image-2.6.3_2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by sdl2_image-2.6.3_2 for building
===>  License MIT accepted by the user
===>   rttr-0.9.6.16_3 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by rttr-0.9.6.16_3 for building
===>  License unknown accepted by the user
===>   rapidjson-1.1.0.709 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by rapidjson-1.1.0.709 for building
===>  valgrind-3.21.0,1 is only for amd64 i386, while you are running aarch64.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/valgrind
*** Error code 1

Stop.
make: stopped in /usr/ports/x11/kde5

-- 
You are receiving this mail because:
You are on the CC list for the bug.