First time posting. I am new to linux and very new to archlinux.
I am not sure whether I can post a question related to ArcoLinuxL, as the forum says "ArcoLinux-D-B-Forum". I apologize if it is not the right place.
Code: Select all
ksundhar@tuxlegion
------------------
OS: ArcoLinux
Host: 82JW Legion 5 15ACH6
Kernel: 6.1.6-arch1-1
Uptime: 42 mins
Packages: 1473 (pacman)
Shell: bash 5.1.16
Resolution: 1920x1080
DE: Xfce 4.18
WM: Xfwm4
WM Theme: Default-hdpi
Theme: Arc-Dark [GTK2/3]
Icons: Sardi-Flat-Arc [GTK2], Sardi-Arc [GTK3]
Terminal: alacritty
CPU: AMD Ryzen 7 5800H with Radeon Graphics (16) @ 3.200GHz
GPU: NVIDIA GeForce RTX 3050 Mobile
Memory: 2.27GiB / 15.48GiB (14%)
GPU Driver: NVIDIA 525.78.01
CPU Usage: 2%
Disk (/): 24G / 115G (22%)
Font: Noto Sans 12 [GTK2], Noto Sans 11 [GTK3]
I installed perlbrew using pacman.
And I am trying to install perl-5.34.1 version using perlbrew.
Code: Select all
perlbrew install perl-5.34.1
https://gist.github.com/kayesk/4e7cb77 ... 9de4a42fb
Error starts at line number 2658 in build log.
Code: Select all
config.h:1232:17: warning: missing terminating " character
1232 | #define ARCHLIB "/home/ksundhar/perl5/perlbrew/perls/perl-5.34.1/lib/5.34.1/
| ^
And in quite a many places in same config.h, build errors "stray character in program".
Code: Select all
config.h:1312:42: error: stray ‘\342’ in program
1312 | <U+001B>[1m<U+001B>[31m <U+25A0><U+25A0><U+25A0> <U+001B>[1m<U+001B>[32m <U+25A0><U+25A0><U+25A0> <U+001B>[1m<U+001B>[33m <U+25A0><U+25A0><U+25A0> <U+001B>[1m<U+001B>[34m <U+25A0><U+25A0><U+25A0> <U+001B>[1m<U+001B>[35m <U+25A0><U+25A0><U+25A0> <U+001B>[1m<U+001B>[0m
|
I tried installing previous versions of perl the same way. It all ends up with same errors.
Please help.
Thanks
KS