-
nsITobin
malina: I am american
-
nsITobin
whatever the hell that means at this point
-
nsITobin
i haven't been sure since 9/11
-
malina
did you think that people wpouild do thaty for nor reeason?
-
malina
'91
-
malina
i what we see now
-
malina
34 years os just over a thiors of a centruy
-
malina
tthird
-
nsITobin
i use inspircd with atheme services
-
nsITobin
and yeah i know what you mean about people the world and tech
-
nsITobin
i been bitching about it since 2010
-
zedmatrix
it might be smaller, the musl temp tools> 2.0G ./usr
-
zedmatrix
nsITobin: cool qemu/qterminal crashed or something
-
nsITobin
-
nsITobin
that's a little better
-
nsITobin
i spent too many years typing mach build or mach package mach this mach that.. fuckin mozilla.. but that's shell mach lol
-
nsITobin
i like this version cause i can just expand by adding more and more functions and they Just Work(tm)
-
zedmatrix
welcome back ax562
-
ax562
ha, just the person I wanted to chat with.
-
zedmatrix
odd i had qemu/qterminal crash on me with oom
-
zedmatrix
but it wasn't doing anything tho
-
ax562
Your iso works but I thought it had a DE. I was able to see the mouse pointer but at the time I did not have any internet connection so I was really able to do much. It loaded very fast. The only thing is when I typed "reboot" it hung and did not reboot so I had to manually power off.
-
zedmatrix
was this a vm? or bare?
-
ax562
I always add the kernel .config of the penguins as well. I forget the actual line for the penguin
-
zedmatrix
and did you get an ip addr ?
-
ax562
it was bare
-
ax562
I didn't have internet but I can try to connect later if you'd like.
-
ax562
I think you installed dhcpd right?
-
ax562
I don't see why I wouldn't have an IP if I connected.
-
zedmatrix
yea and it has an auto ifconfig sysv script to detect the net interface
-
zedmatrix
the only things i put on it was gpm and links
-
ax562
ah I see. It should work then. I haven't played with a SysV in years to be honest (well I tried devuan for a bit but their stock firefox kept crashing on me).
-
zedmatrix
i haveto see if i can avoid cmake/llvm for an X display
-
ax562
Wait, but there is not a DE right?
-
zedmatrix
i was playing with the iso and musl
-
zedmatrix
no de
-
zedmatrix
but its nice to have a 700M LFS builder that is non persistent, meaning you don't really need the LFS user
-
ax562
How hard would it be to create an iso with a DE? I think that would be a lfs game changer :)
-
ax562
Yeas, I have the iso now in my tool box
-
zedmatrix
the DE would haveto have a bit of firmware and drivers for graphical env.
-
ax562
Yeah, that's what I was thinking. Couldn't you just add most of the amd/intel/invidia drivers from the linux git?
-
ax562
as modules
-
zedmatrix
yea but i was trying to get it down to CD sized
-
zedmatrix
tho it does have git
-
ax562
Maybe 2 versions? TBH it was really smooth loading up.
-
ax562
Oh, yeah I seen that and links and lynx right?
-
ax562
I forget which one is the better of the 2
-
zedmatrix
oh thats good on one of mine i think i had to use nomodeset on the grub cmd line
-
zedmatrix
links has better mouse support
-
ax562
I built 1 of the 2 but I built the one I never built and was wating do dl things which I didn't like. I believe I built the not so good one.
-
ax562
wait let me check
-
zedmatrix
but if i include the firmware blob the gfx should work, its tweaking the .config
-
zedmatrix
that is one reason i chose the 6.6.39 kernel, fewer options
-
ax562
where would links or lynx live? I do not see in /usr/bin
-
ax562
What's the latest kernel for lfs?
-
ax562
6.13?
-
zedmatrix
i think the dev is using 6.14
-
ax562
6.13.4
-
ax562
at least when I built in april
-
ax562
That kernel version had the most options I have ever seen.
-
zedmatrix
yea when i run : make listnewconfig : on a 6.6 vs 6.13 :)
-
zedmatrix
link<tab> should be there
-
zedmatrix
tho i mightof uploaded the wrong one, i have so many variants around
-
ax562
how blind am I, /usr/bin/lynx is what I used. I like links better
-
zedmatrix
even has which
-
zedmatrix
it'll take you awhile just to figure out all the toys on it :)
-
SuperPizza
GUYS
-
SuperPizza
I BOOTED IT!
-
Moody
ok, fine
-
zedmatrix
nice
-
SuperPizza
I'll add a DM/DE probably
-
zedmatrix
ok gonna try some gcc-15 optimizations
-
zedmatrix
nsITobin: sup ? writing custom scripts as i build gcc 15
-
nsITobin
Oh just waking up cleaning gonna go to the store
-
nsITobin
need to convert shmach into posix
-
nsITobin
it is too bash right now
-
nsITobin
all scripts should be posix
-
nsITobin
... good thing I have bigger fish to fry.. i could deff go on that crusade zedmatrix
-
nsITobin
zedmatrix: i thought 15 was causing issues?
-
zedmatrix
nah it was the LFS_TGT var, i had -gnu instead of -musl
-
zedmatrix
what u using shmach for?
-
nsITobin
command runner
-
nsITobin
what python mach does just not utterly shit
-
nsITobin
my script basically prefixes $1 and executes or can't find it.. and it is extended simply by adding a new function
-
nsITobin
simple
-
nsITobin
effective
-
nsITobin
and called mach because muscle memory is a bitch
-
nsITobin
;)
-
nsITobin
-
nsITobin
really should by default exit with $? but i just now thought of that
-
nsITobin
also realized i need to fix my manual build cause stage3 packages won't be reletive that way
-
nsITobin
but you get the idea
-
zedmatrix
ahh a wrapper for building the stages?
-
nsITobin
for whatever i need new commands are just automagically functions
-
nsITobin
it is kinda nifty
-
nsITobin
for any purpose
-
nsITobin
i'll expand the make side rather than doing it from the mach side
-
zedmatrix
i should also add a tar -tf head -1 to my script too
-
nsITobin
i could rename it to ntsetup
-
zedmatrix
to determine if i should strip-components
-
nsITobin
:P
-
zedmatrix
testing out > export CFLAGS="-Os -pipe"
-
nsITobin
so the scratch build scripts and we have res for whatever and packages/[package-name]/package.spec for the rpms.. feels like spinning in circles tho.. but I am deff getting somewhere
-
nsITobin
since I changed it last night
-
zedmatrix
good
-
nsITobin
i am deeming snowball stage 1 as the ch4-7 stuff.. stage 2 is ch8-10 and stage 3 could be considered blfs but i wouldn't call it that.. stage 3 is to get rpm and some utils going
-
nsITobin
stage 4 is rpms them selves.. and stage 5 is composition.. where the wim bullshit comes in
-
nsITobin
i have a plan.. or rather i am planning the plan as it is planned
-
nsITobin
more than a concept of a plan.. to be sure!
-
nsITobin
if i had known about lfs in 2014 there would be no Pale Moon only Linux.
-
zedmatrix
just build it
-
nsITobin
aside from nomansland the only alternative i knew about that was as close to diy was gentoo but i didn't want to just trade one higher level system for another even if it has all the flags in the world
-
nsITobin
for me this is the correct path
-
nsITobin
why would I use suse or gentoo or anything over Windows.. unless... i could do it my self and make changes as I see fit.. that and the windows ecosystem like most are dying a slow death and of course it was all a cage anyway.. and a very good cage for a good while..
-
nsITobin
but a cage never the less with false freedoms and illusions about development
-
zedmatrix
ok this is where things could get dicey, the chapter 6 packages
-
zedmatrix
sofar no prob with m4 or ncurses
-
zedmatrix
ok recommended to use bash-5.3-rc2 with musl and gcc-15.1
-
zedmatrix
i little bump in gcc-15 and make
-
quitman
my holiday started today. my goal is to get lfs up and running before i start working again :P but well well, we'll see
-
nsITobin
bbl
-
Moody
quitman, it depends on cpu power (how fast will the compiler run), your accuracy (how often you'll need to start over) and endurance (when get bored ;-) )
-
zedmatrix
quitman: to build LFS by the book wont take too much time its how much you want to spend building LFS :)
-
zedmatrix
sup Moody ?
-
Moody
well, nowadays, a LFS build is a matter of a few hours. I know the days doing LFS on a 486DX, the kernel alone took many hours, as well as gcc and such beasts
-
zedmatrix
yea i hope building the final gcc/binutils/musl will be too
-
zedmatrix
Moody: the livecd is nice, still needs a bit of .config tweaking but having it at <700mb is nice
-
zedmatrix
welcome back ax562 :)
-
ax562
Sup zed? How goes it?
-
zedmatrix
just built gcc-15.1-musl, tho its upto end of chapter 7, just a bump at make with 3 minor patches
-
zedmatrix
also i built 5-7 as root :)
-
ax562
what are the benefits of gcc-musl vs gcc?
-
ax562
It be nice if they told us what "musl" stands for. Multi use system libraries?
-
zedmatrix
dunno, just something new...
musl.libc.org
-
ax562
yeah, that's what I was reading earlier. You would think they would at least mention what "musl" stands for. Their wiki doesn't mention either.
-
zedmatrix
yea i didn't see anything in the wiki either
-
ax562
so why use musl?
-
zedmatrix
just something new to try with LFS
-
ax562
have you noticed any performance difference?
-
zedmatrix
i just compressed the temptools at 550M, so i haveto go back to see if its different from one of my backups
-
zedmatrix
the multilib temp tools is 1.2G
-
ax562
bbl
-
nsITobin
it's my linux and i want it now!