WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
Raspberry Pi / Re: armhf TC15
« Last post by Juanito on January 09, 2025, 02:39:29 AM »
Does a swap partition or swap file help?

The last time I tried, I’m pretty sure it was an illegal instruction that stopped things.
72
Raspberry Pi / Re: armhf TC15
« Last post by polikuo on January 08, 2025, 10:59:29 PM »
Hi.

I'm trying to compile firefox for armhf.
I'm having memory problem even though I'm using 64-bit kernel.
Code: [Select]
tc@pi4-1:/mnt/mmcblk0p5/compile/firefox-128.6.0$ getBuild
armhf
tc@pi4-1:/mnt/mmcblk0p5/compile/firefox-128.6.0$ uname -m
aarch64

I've tried limiting the job count to 1, but I'm still out of memory.
on idle:
Code: [Select]
tc@pi4-1:/mnt/mmcblk0p5/compile/firefox-128.6.0$ free -m
               total        used        free      shared  buff/cache   available
Mem:            7809        1686        4016          79        2333        6123
Swap:          11046        2439        8606

Code: [Select]
1:23.70    Compiling gkrust v0.1.0 (/mnt/mmcblk0p5/compile/firefox-128.6.0/toolkit/library/rust)
 3:13.96 rustc-LLVM ERROR: out of memory
 3:13.97 Allocation failed
 3:14.37 error: could not compile `gkrust` (lib)
 3:14.37 Caused by:
 3:14.44   process didn't exit successfully: `/usr/local/bin/rustc --crate-name gkrust --edition=2015 toolkit/library/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --emit=dep-info,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -Clto --cfg 'feature="mozilla-central-workspace-hack"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mozilla-central-workspace-hack"))' -C metadata=dcae7df97c342de5 -C extra-filename=-dcae7df97c342de5 --out-dir /mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/mnt/mmcblk0p5/compile/firefox-128.6.0/build/cargo-linker -C strip=debuginfo -L dependency=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/release/deps --extern gkrust_shared=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/armv7-unknown-linux-gnueabihf/release/deps/libgkrust_shared-03860171d9b6272f.rlib --extern lmdb_sys=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/armv7-unknown-linux-gnueabihf/release/deps/liblmdb_sys-0395da53f835fe73.rlib --extern mozglue_static=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/armv7-unknown-linux-gnueabihf/release/deps/libmozglue_static-e4a69114f4610c84.rlib --extern mozilla_central_workspace_hack=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/armv7-unknown-linux-gnueabihf/release/deps/libmozilla_central_workspace_hack-b09b73a3edf9b377.rlib --extern swgl=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/armv7-unknown-linux-gnueabihf/release/deps/libswgl-8d17479a0a1fe4f5.rlib -C debuginfo=2 --cap-lints warn -C linker-plugin-lto -C linker=clang -C link-arg=-fuse-ld=lld -Cembed-bitcode=yes -C codegen-units=1 -L native=/usr/local/lib -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/armv7-unknown-linux-gnueabihf/release/build/audioipc2-780fd2aa325a06f5/out -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/dist/bin -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/security/nss/lib/nss/nss_nss3 -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/security/nss/lib/ssl/ssl_ssl3 -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/config/external/nspr/pr -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/armv7-unknown-linux-gnueabihf/release/build/lmdb-rkv-sys-1424ee2c80c44647/out -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/dist/bin -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/security/nss/lib/nss/nss_nss3 -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/security/nss/lib/ssl/ssl_ssl3 -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/config/external/nspr/pr -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/armv7-unknown-linux-gnueabihf/release/build/mozglue-static-c9c623b696a7a154/out -L native=/usr/local/lib -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/dist/bin -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/security/nss/lib/nss/nss_nss3 -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/security/nss/lib/ssl/ssl_ssl3 -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/config/external/nspr/pr -L native=/mnt/mmcblk0p5/compile/firefox-128.6.0/firefox-build-dir/instrumented/armv7-unknown-linux-gnueabihf/release/build/swgl-a2e1df84fb653dc0/out` (signal: 6, SIGABRT: process abort signal)
 3:15.50 make[4]: *** [/mnt/mmcblk0p5/compile/firefox-128.6.0/config/makefiles/rust.mk:498: force-cargo-library-build] Error 101
 3:15.50 make[3]: *** [/mnt/mmcblk0p5/compile/firefox-128.6.0/config/recurse.mk:72: toolkit/library/rust/target-objects] Error 2
 3:15.50 make[2]: *** [/mnt/mmcblk0p5/compile/firefox-128.6.0/config/recurse.mk:34: compile] Error 2
 3:15.51 make[1]: *** [/mnt/mmcblk0p5/compile/firefox-128.6.0/config/rules.mk:361: default] Error 2
 3:15.51 make: *** [client.mk:60: build] Error 2
 3:15.70 W 25 compiler warnings present.
Command exited with non-zero status 2
real    3m 21.20s
user    3m 29.33s
sys     0m 32.07s
73

https://gist.github.com/jottr/a2351377b7584abf100b?permalink_comment_id=4433821#gistcomment-4433821
Quote
Where does the ctrl+c (aka C-c or \C-c) come from? Any ideas?

Quote
It comes from the line discipline part of the TTY driver.

more about
other (readline)shortcuts
 Linux Terminal Keyboard Shortcuts @  https://forum.tinycorelinux.net/index.php/topic,22130.0.html
the short cuts in the last link (afaik) were  obtained by divination
hear is another (markdown) list https://gist.github.com/jottr/a2351377b7584abf100b
that mentions
Quote
source: arch wiki

*celebratory dancing*

(Technotronic - Pump Up The Jam)
https://www.youtube.com/watch?v=9EcjWd-O4jI



74
Extension requests / Re: MD(ADM) support for piCore
« Last post by Paul_123 on January 08, 2025, 02:48:48 PM »
Agree,  at one point I thought I saw Bluez was going to require >195 or so.   Sooner or later we’ll get forced into it.
75
Extension requests / Re: MD(ADM) support for piCore
« Last post by Juanito on January 08, 2025, 02:03:58 PM »
The last time I looked at it, later versions of udev required several MB of hwdb.

That being said I have used later versions of udev/gudev to make gnome-session work in CorePure64.
76
Hi,

Is it possible to get TinyCore to detect disks using the default SCSI HDD Bus settings for VMWare Workstation/Fusion?

I'm aware I can instruct my users to modify the VM configuration to IDE HDD Bus instead and all is good, but I would prefer to make the install fool proof for those that don't read, lol.

Here are the packages I'm currently loading in my packer build:
Code: [Select]
# load packages
tce-load -wil \
  openssh \
  dmidecode \
  curl \
  mdadm \
  ca-certificates \
  pcre \
  filesystems-6.1.2-tinycore64 \
  mtd-6.1.2-tinycore64 \
  scsi-6.1.2-tinycore64 \
  raid-dm-6.1.2-tinycore64 \
  sg3-utils \
  open-vm-tools \
  xf86-video-intel \
  firmware-i915


I'm guessing I'm missing the SCSI HDD Bus driver or similar to get this to work?

Cheers,

Jason
77
Extension requests / Re: MD(ADM) support for piCore
« Last post by Paul_123 on January 08, 2025, 11:22:32 AM »
Since we are stuck at udev-174. Extensions have not been updated in a while.

Although I see that LFS is now building much newer versions of udev without systems support.  So perhaps we can update.
78
Extension requests / Re: MD(ADM) support for piCore
« Last post by CentralWare on January 08, 2025, 10:50:01 AM »
That's what's funny...
In repo.tinycorelinux.net you'll find:

Code: [Select]
14.x aarch64 udev-lib-dev.tcz
14.x armv6 udev-lib-dev.tcz
14.x armv7 udev-lib-dev.tcz
14.x x86_64 udev-lib-dev.tcz
14.x x86 udev-dev.tcz <-- The Oddball

But...
Code: [Select]
15.x aarch64 libudev-dev.tcz
15.x armhf libudev-dev.tcz
15.x x86_64 udev-lib-dev.tcz
15.x x86 udev-dev.tcz
...at least it has a pair of matching arms! :)

79
Extension requests / Re: MD(ADM) support for piCore
« Last post by Paul_123 on January 08, 2025, 06:36:40 AM »
Udev was renamed to match x86_64 in, I believe, piCore 14.

And it’s

udev-lib-dev.tcz
udev-lib.tcz
80
Extension requests / Re: MD(ADM) support for piCore
« Last post by CentralWare on January 07, 2025, 11:11:18 PM »
LMAO!

TCL 4.x was just put to pasture a week or so ago.
mdadm_build doesn't exist in x86 or x64 from 5.x to current
but it's in 4.x  ::)

15xARM: libudev-dev
15x86:   udev-dev
15x64:   udev-lib-dev

Must be a Monday...
Pages: 1 ... 6 7 [8] 9 10