<OscarL>
yeah, saw the -embed, but the latter i_do_have_python_scripting=no, instead of even "maybe" made me think it perhaps was just disabling it altogether.
<Begasus>
spam ...
<Begasus_32>
checking for a Python interpreter with version >= 3.3... python3
<Begasus_32>
checking for python3... /bin/python3
<Begasus_32>
checking for python3 version... 3.9
<Begasus_32>
checking for python3 platform... haiku1
<Begasus_32>
checking for GNU default python3 prefix... ${prefix}
<Begasus_32>
checking for GNU default python3 exec_prefix... ${exec_prefix}
<Begasus_32>
checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.9/vendor-packages
<Begasus_32>
checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.9/vendor-packages
<Begasus_32>
checking for python-"3.9"-embed... yes
<Begasus_32>
checking for python-"3.9"-embed... yes
<Begasus_32>
checking Build with Python support?... yes
<Begasus_32>
checking Build with Python extension modules "psMat" and "fontforge"?... yes
<OscarL>
cool... but then that "i_do_have_python_scripting" is REALLY missnamed :-D
<Begasus>
looks the same as in the log from buildmaster
<Begasus>
it was there before too ;)
gouchi has quit [Remote host closed the connection]
<OscarL>
I think I was just misreading. Guess that "[i_do_have_python_scripting=no]" is what happens if the "PKG_CHECK_MODULES" (now with -embed), fails.
<OscarL>
that would make more sense, and match what you got in the logs :-D
<Begasus>
yeah, my thoughts too (and probable only available for python versions after 3.7)
<Begasus_32>
python.c:10196:5: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
<Begasus>
those were the errors before the -Werror fix
<OscarL>
Begasus: trying to read that ~20k lines python.c file via github is no fun :-/
<Begas_VM>
hehe, that is ok OscarL, no need as there isn't an error anymore
<Begas_VM>
yeah saw it cocobean
<Begas_VM>
fixing fontforge atm, need to get that done first
<cocobean>
Ok
<Begas_VM>
have the PR"s been merged at haikuarchives?
AlaskanEmily has joined #haiku
<OscarL>
Begas_VM: in any case... most likely just a benign warning (turned error) due to using NULL instead of 0 when initializing some structures (maybe the variables changed from pointer to ints at some point, and they kept the NULLs?)
<OscarL>
or some other missing cast from void*.
<Begas_VM>
k, packages look the same for the old and new build
<Begas_VM>
gone in the latest version OscarL, so they must have fixed that by now :)
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
<OscarL>
guess so... and will remain a mistery for me... I'm not going to diff those versions :-P
<cocobean>
Begasus: for Paladin, yes.
<Begas_VM>
nah, patching out -Werror defenition for those works fine
vezhlys has joined #haiku
<Begas_VM>
k, thanks cocobean, will do a check later or somewhere during the week ;)
cocobean has quit [Quit: Page closed]
Begasus_64 has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
<Begasus>
k, build starting on 64bit
<Begasus>
bugger, need to rebuild the repository index
nephele has quit [Quit: Vision[]: i've been blurred!]
<Begasus>
k, "now" the build started ;)
* OscarL
tries to find something to fix that's not too demanding.
<Begasus>
heh
<Begasus>
take on on some of the recipes for static libraries, easy fixes ;)
<Begasus>
you could start at the bottom in the directory for media-libs :P
<OscarL>
still trying to make a dent on the python list... instead advancing... I keep adding more things to fix, LOL.
<OscarL>
"190 of 242 tasks" right now... sigh...
<Begasus>
heh
<Begasus>
once fontforge is fine, one down for you ;)
<OscarL>
+1
<Begasus>
build OK
jess has quit [Quit: Lost terminal]
<Begasus_64>
ERROR: 71 tests were run,
<Begasus_64>
28 failed unexpectedly.
<Begasus_64>
20 tests were skipped.
<Begasus>
previous check probably didn't run because of missing cmd:wget for that
<Begasus>
some crashes also
Begasus_64 has quit [Quit: Vision[]: Gone to the dogs!]
<augiedoggie>
there are some other steps too, you have to `git add` all the files, and then do your patching
<augiedoggie>
git add+commit
<Begasus>
eeps :)
<Begasus_32>
*** Failed to find a match for "cmd:freetype_config_x86": Name not found
<Begasus>
that's been dropped long time ago
<Begasus>
one for you there OscarL ... pygame ;)
<OscarL>
yeah... have it a look the other day... but was already too tired :-)
<Begasus_32>
gv_python3: No (swig not available)
<Begasus>
so not sure it's even using it ...
<OscarL>
so... it uses swig to generate graphiz bindings for python... no swig, no python. makes sense :-D
<Begasus>
my thoughs too
<OscarL>
we DO have swig on the repos, thou :-P
<Begasus>
yeah (and other dependencies it's looking for) :P
<OscarL>
(and alreayd seen lots of recipes with missing dependencies :-/)
<Begasus>
some required, some optional (but in this case I don't think it even needs python)
<Begasus>
doesn't hurt to run a new build with swig in it ;)
FreeFull has joined #haiku
<OscarL>
the licenses go to $dataDir/licenses, or is there already a handy $licensesDir ?
DKnoto has joined #haiku
<augiedoggie>
licenses are usually automatically included if they're specified in the recipe
<OscarL>
this recipe is moving files around, removing a LICENSE.Apache, and puting instead a link to the "Apache v2" (provided by Haiku I assume).... but it was doing so....
<OscarL>
placing those files in a "$dataDir/licenses/packages/c/cryptography_vectors" dir...
<OscarL>
(I cut down that to just "$dataDir/licenses/cryptography_vectors")
<HaikuUser>
hello haiku people. i just installed this OS
gouchi has quit [Quit: Quitte]
<HaikuUser>
okay just installed updates so brb
HaikuUser has quit []
HaikuUser has joined #haiku
tqh has quit [Quit: Leaving]
<HaikuUser>
Okay Im back. Anything important I should do first?
vezhlys has quit [Remote host closed the connection]
erysdren has joined #haiku
HaikuUser has quit [Read error: Connection reset by peer]
HaikuUser has joined #haiku
<HaikuUser>
Hey so I have an issue. How can I make it so I can right click if I just have a laptop trackpad?
OscarL has quit [Quit: Page closed]
HaikuUser2 has joined #haiku
<HaikuUser2>
h
<HaikuUser2>
still no accelerated 3D?
<HaikuUser>
cool name @HaikuUser2
HaikuUser2 has quit [Quit: Vision[]: i've been blurred!]
<HaikuUser>
dang. my only friend
Diver has quit [Quit: Leaving.]
<HaikuUser>
Okay but for real I cant do the guide cuz no right click :*(
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has joined #haiku
DKnoto has joined #haiku
<erysdren>
does the trackpad not have two buttons on it?
<erysdren>
i thought laptop trackpads had that
<Skipp_OSX>
if you set your trackpad to 1-button in Input preferences you can use ctrl+click to simulate right-click
<HaikuUser>
I have a thinkpad but it just has like one big trackpad like a mac
<HaikuUser>
Okay that worked thankyou @Skipp_OSX
<Skipp_OSX>
you welcome
erysdren has quit [Quit: Konversation terminated!]
erysdren has joined #haiku
<dqk>
if i'm not mistaken (at least it was in the past) you're still getting all 3 buttons, you just need to press it down in their respective corners and in the middle
<HaikuUser>
thats how it works in like windows/linux. doesnt seem to do that in haiku
<HaikuUser>
Looking at devices a bunch are unknown, so I assume its just some wonky driver. Its a weird model thinkpad that I believe was used in like a school, so they might just have uncommon stuff in it.
<HaikuUser>
Is there a way to pin like favorite applications somewhere I can get to them quickly?
<dqk>
still a really weird problem as these buttons are physical but at least it works a little bit
<HaikuUser>
Its a lenovo L440 if youre curious to see what it looks like
<dqk>
i have a t440p on which i replaced the trackpad by one for a t450 to get big buttons at the top, it's not running haiku though
<dqk>
oh yes, the l440 looks about the same
HaikuUser has quit [Quit: Vision[]: i've been blurred!]