<erysdren>
im gonna boot Haiku off a live disc on my desktop PC, to see how my quakespasm port runs
<erysdren>
and i wanna record it
erysdren has quit [Quit: Konversation terminated!]
erysdren has joined #haiku
erysdren has quit []
erysdren has joined #haiku
<erysdren>
welp, i guess that's not happening
<erysdren>
i tried booting Haiku from a dvd on my desktop, and it gave me the haiku startup screen then said PANIC: Could not find any boot partitions!
<OscarL>
Is that with beta4 or nightly image?
<OscarL>
(in either case, you could try the other one :-D)
<erysdren>
beta4
<erysdren>
first i tried the x86 image, then x86_64, same result on both
<OscarL>
korli (one of the devs active on the intel_extreme driver) surely will notice/react if you open a ticket detailing the issues with your screen brightness (as long as you provide the needed details, I've seen him ask for "intel_vbt_decode" dumps from linux, for example).
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
<zdykstra>
Hola OscarL!
<OscarL>
Hello zdykstra! :D
<OscarL>
all good?
<erysdren>
hello
* OscarL
waves at everyone at once. How efficient!
<erysdren>
i'm a bit out of the loop, how would i go about writing a recipe for my quakespasm port?
<erysdren>
the changes have been merged upstream, so as far as i know you wouldn't even need to apply any patches
<erysdren>
just get the right packages and build
<OscarL>
Depends... do you care to learn to package it yourself, or you just would like it to be on the repos, but would be better if somebody else does it? :-D
<OscarL>
Middle ground... you could use one of the existing recipes as a template (as I've pointed yesterday, the one for yamagi-quake2, perhaps?).
orealis has quit [Read error: Connection reset by peer]
<OscarL>
and for the version on the recipe name, maybe add "-git" at the end.
<OscarL>
(that's what's done for "cmake_haiku-git.recipe" at least)
<OscarL>
I guess it depends on wether the project has any formal released version or not.
orealis has quit [Read error: Connection reset by peer]
<OscarL>
most recipes just use "projname-version.recipe" even when using that "srcGitRev" variable to point to a git commit in particular, so... maybe do that, and don't bother with "projname-version-git.recipe".
orealis has joined #haiku
* OscarL
wishes haikiporter woud actually NAME the package it can't get, instead of saying: "unable to resolve required package for build...." WHICH ONE !?!?!
* OscarL
shakes fists at the sky.
<erysdren>
can pkgman show me what the most recently installed packages are?
<OscarL>
not that I know of. but you can open /system/packages/ and sort that by date.
* OscarL
wonders if we can retire the opencolorio1-1.1.1.recipe
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
<OscarL>
Begasus: thoughts on that old opencolorio? doesn't seems to be used by anything, it's disabled, and only blender3 an krita mention devel:libOpenColorIO (pulling 2.0.1 already, surely).
<Begasus>
OscarL, doesn't it pick up the openexr3 patch?
<OscarL>
not if you use "hp -G"
<Begasus>
why would you use -G?
<OscarL>
seems that the patching algorithm from git its a bit smarter.
<OscarL>
to reduce HDD usage, and slowdowns. Why init a git repo if I don't need it?
<OscarL>
(makes a BIG difference in build times for some projects)
<Begasus>
well, then haikuporter should get a fix, it shouldn't skip the mentioned patch?
<OscarL>
hp can patch files without git, but some patchs either contain some misplaced space, or something.... git can use those no problem, plain "patch", or whatever hp uses, complains.
<OscarL>
I had a few of those already. usually letting git apply them, and then extracting them again (either with "hp -p", or "git diff > some.patch") is usually enough to fix the offending patch files.
<OscarL>
Begasus: to be clear.... hp was not skipping the ".patch" file. build was stopping with an error when trying to apply said file.
orealis has quit [Read error: Connection reset by peer]
<Begasus>
why not put it in one package? (instead of creating the python package?)
<Begasus>
the cmd doesn't need the python module to run?
<OscarL>
yes.
<Begasus>
k, makes sense then :)
<OscarL>
the cmd is only an entry point to the module installed.
<OscarL>
(same with basically all "cmd:" on python recipes)
<Begasus>
${portName}_$pythonPackage
<Begasus>
looks like you made it a requirement?
<OscarL>
it was like that before I touched it! :-P
<OscarL>
(the use of $porName, I meant)
<Begasus>
I meant the pythonpackage ;)
<OscarL>
Begasus: explained why on the PR. so users can just do "pkgman install ranger", without worrying or understanding that there's a _python39 one.
<Begasus>
new line
<Begasus>
but it installs nevertheless?
<OscarL>
that's the idea
<Begasus>
with the pythonPackage*
<OscarL>
don't we always complain that the base package installs nothing? well, in this case, installng the base package, pulls the one that actually has the command/module.
<OscarL>
(and will work the same if we change the default python version to something else in the future)
<Begasus>
that brings me down to my first question, why not put all in the base package? :)
xet7 has quit [Remote host closed the connection]
<OscarL>
guess just because I haven't came accross a python package that only installs for one version, (without having an empty base package)
<Begasus>
that would fix an empty base package :)
<OscarL>
k... I'll try.
<Begasus>
there are a few that provide python bindings without a seperate package for it (hence I didn't want to move that one out for llvm9)
<Begasus>
if it's not a "requirement" it would be ok to provide a seperate python package
xet7 has joined #haiku
<erysdren>
where can i get the nightly ISOs?
<erysdren>
presumably i must build it myself?
<erysdren>
ah, nvm, found it
orealis has quit [Read error: Connection reset by peer]
erysdren has quit [Quit: Konversation terminated!]
orealis has joined #haiku
freddietilley has quit [Quit: WeeChat 3.8]
<OscarL>
my network is getting sloooooowww... PR updated Begasus.
<Begas_VM>
checking, updated to use $cmakeDirArgs here ...
<botifico-c849d97b>
[haikuports/haikuports] OscarL 6b90e87 - ranger. update to version 1.9.3 (#8721)
Anarchos has joined #haiku
<Begasus>
I'm not seeing the whitespace there?
<Anarchos>
hello
<Begasus>
Hi Anarchos
<OscarL>
Hi Anarchos.
<OscarL>
Begasus: I've downloaded the recipe. Lines 47/49/52.
Begasus_32 has joined #haiku
<Begasus>
doing it in a sec OscarL , gonna check a build on 32bit :)
<OscarL>
tabs characters.
<Anarchos>
Begasus i updated haiku 5min ago, still troubles with the IRQ/PCI refactoring :(
<Begasus>
see them now OscarL , weird mostly I could see them in the browser at github ...
<Begasus>
bugger Anarchos :/
<OscarL>
Begasus: neither could I using Firefox.
<OscarL>
Anarchos: switch to beta4, or only update nightly to hrev56935 :-D
<OscarL>
and provide syslogs on Trac, I guess. Maybe devs can figure out what's different with your system.
<Anarchos>
OscarL i did downgrade to hrev56935 ... but i updated back to nightly, to see if i can help to solve this bug
AlaskanEmily has quit [Remote host closed the connection]
<OscarL>
Anarchos: I see. Well, a syslog from hrev56935, and whatever info about your system you can add to https://dev.haiku-os.org/ticket/18393 , should be of help (one can hope)
<OscarL>
(even better if you can get one from the version that freezes)
<OscarL>
movie time. bbl.
<Begasus>
enjoy OscarL :)
HaikuUser has joined #haiku
HaikuUser has quit []
MajorBiscuit has joined #haiku
MajorBiscuit has quit []
Begasus_32 has quit [Read error: Connection reset by peer]
erysdren has joined #haiku
<B2IA>
(UnrealNeil) butler /message catsup 5
freddietilley has quit [Quit: WeeChat 3.8]
tqh has joined #haiku
freddietilley has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]