00:12
reallll has joined #maemo-leste
00:16
belcher_ has quit [Ping timeout: 240 seconds]
00:32
<
kshatriya >
game is happy if i request 956x536 window
01:00
<
Wizzup >
parazyd: maybe adding --trace to the make command(s) can help reveal the problem in jenkins
01:33
<
kshatriya >
it should be using PVR texture compression and downscaling textures, still getting PVR:(Warning): Kicking render due to frag buffer space [691, /buffers.c] though
02:17
cockroach has quit [Quit: leaving]
02:37
sicelo has quit [Ping timeout: 265 seconds]
02:49
sicelo has joined #maemo-leste
02:49
sicelo has joined #maemo-leste
04:51
joerg has quit [Killed (copper.libera.chat (Nickname regained by services))]
04:51
joerg has joined #maemo-leste
05:09
rafael2k has quit [Ping timeout: 250 seconds]
05:44
xmn has quit [Quit: ZZZzzz…]
05:44
reallll is now known as belcher
05:53
Roal-Yr has joined #maemo-leste
06:35
joerg has quit [Read error: Connection reset by peer]
06:38
joerg has joined #maemo-leste
07:05
nohit has quit [Ping timeout: 276 seconds]
07:09
nohit has joined #maemo-leste
07:18
lexik has quit [Ping timeout: 252 seconds]
07:19
lexik has joined #maemo-leste
07:50
Pali has joined #maemo-leste
07:56
<
parazyd >
Wizzup: I don't know how to do that
08:00
Blikje has quit [Ping timeout: 252 seconds]
08:02
Blikje has joined #maemo-leste
08:16
rafael2k has joined #maemo-leste
08:26
Pali has quit [Ping timeout: 272 seconds]
08:27
uvos has joined #maemo-leste
08:33
<
parazyd >
And it also uses x86 libs
08:33
<
parazyd >
(This should be fixed)
08:33
<
parazyd >
Which in turn might make arm64 fail too
08:45
Roal-Yr has quit [Quit: WeeChat 3.0.1]
09:06
rafael2k has quit [Ping timeout: 240 seconds]
09:18
<
Wizzup >
parazyd: youre looking at arm64 no?
09:18
<
Wizzup >
I don't understand
09:18
<
parazyd >
Both are broken on jenkins
09:19
<
parazyd >
I think the makefile needs to be reworked
09:19
<
parazyd >
In some way
09:19
<
Wizzup >
ok, but why does the jenkins fail?
09:19
<
Wizzup >
I mean the armhf one
09:19
<
parazyd >
I don't know
09:19
<
Wizzup >
I wish I could repro
09:19
<
parazyd >
The if clauses don't seem to activate
09:19
<
parazyd >
I can't repro either
09:20
<
Wizzup >
well either the if or the else must activate
09:20
<
Wizzup >
and both should call 'ar x'
09:22
<
parazyd >
I realize that
09:22
<
Wizzup >
just going through my thought process :)_
09:22
* Wizzup
makes coffee, br
09:24
<
parazyd >
What I wanted to say above
09:24
<
parazyd >
Is that arm64 fails in the same way
09:24
<
parazyd >
(It wasn't failing for you because X86 was set)
09:29
<
Wizzup >
parazyd: ok, it builds on the d4 though(not arm64)
09:29
<
Wizzup >
and afaik it's not a problem to set X86 on arm64
09:29
<
parazyd >
11:19 <parazyd> I can't repro either
09:29
<
Wizzup >
since 'x86' just means "cpu fallback without extra speed"
09:29
<
Wizzup >
so really we do want X86 to be set
09:29
<
parazyd >
Builds for me too, both dpkg and gbp
09:29
<
Wizzup >
but we can rename it or something
09:29
<
parazyd >
Doesn't arm64 do neon too?
09:29
<
Wizzup >
if it does, we cannot reuse arm32 o files I imagine
09:30
<
Wizzup >
well armv7*
09:30
<
Wizzup >
so it should use the fallback for now
09:30
<
parazyd >
I thought it could, since aarch64 can run armhf
09:30
<
parazyd >
I'll revert that then
09:31
<
Wizzup >
yeah but we can't mix the modes within a process
09:31
<
Wizzup >
I think if we had .S files then maybe
09:31
<
Wizzup >
but that doesn't matter now
09:31
<
Wizzup >
I was actually thinking of just not using the neon code on armhf too
09:31
<
Wizzup >
but it's only something we'll have to fix later, so I'd rather use the neon code for now
09:33
<
Wizzup >
so could it be related to timestamps or something?
09:33
<
Wizzup >
that's the only thing I can think of
09:34
<
parazyd >
Only if Make is ambiguous and gives wrong errors
09:34
<
parazyd >
Like, it says "no rule"
09:35
<
Wizzup >
did you revert the changes you made?
09:35
<
Wizzup >
I didn't pull yet, so can be force push too
09:37
<
Wizzup >
I want to add this:
09:37
<
Wizzup >
+override_dh_auto_build:
09:37
<
Wizzup >
+ make --trace -j1
09:37
<
parazyd >
ah wait need to merge in leste branch
09:37
<
Wizzup >
parazyd: wait
09:37
<
Wizzup >
src/common/Makefile.am:44: warning: '%'-style pattern rules are a GNU make extension
09:38
<
parazyd >
Think we're somehow not using gmake?
09:38
<
Wizzup >
that it what I am thinking
09:38
<
parazyd >
That'd be weird
09:40
<
parazyd >
Wizzup: Also could be useful to remove silent rules
09:40
<
parazyd >
And some of the GCC_TRADITIONAL, AM_PROG_CC_C_O and AC_PROG_CC_C99 in configure.ac
09:41
<
parazyd >
Also, perhaps nuke the m4 directory
09:42
<
Wizzup >
parazyd: I was not able to build it when I nuked the m4 directory
09:42
<
Wizzup >
feel free to try :)
09:44
<
Wizzup >
parazyd: can I pull?
09:46
<
Wizzup >
can I revert 1a73926fe7aa9ada3a523a353b6d4e19180fa100 as well?
09:48
<
Wizzup >
let's see if --trace -d can help us here
09:56
<
Wizzup >
Trying rule prerequisite 'speech_src_neon_hardfp.a'. Looking for a rule with intermediate file 'speech_src_neon_hardfp.a'.
09:57
<
Wizzup >
it is gnu make: GNU Make 4.2.1
09:57
<
parazyd >
Maybe they should be extracted before?
09:57
<
parazyd >
And not like how it's done now
09:59
<
Wizzup >
well yes, if we work around the bug we can do that
09:59
<
Wizzup >
but clearly it works in the sailfishos build system, and it works when built manually, so something is up
10:01
<
parazyd >
I'm keen to blame the differences in autoconf/automake versions
10:01
<
parazyd >
But then again
10:02
<
parazyd >
Manually it works...
10:02
<
parazyd >
And it simply runs: dpkg-buildpackage -us -uc -B
10:03
<
Wizzup >
yeah, nothing is ever easy and nice with computers :)
10:04
<
Wizzup >
we could make it non implicit
10:05
<
Wizzup >
shall I try that?
10:05
<
parazyd >
Please do
10:06
<
parazyd >
Also if it doesn't work, it should be possible to extract it from debian/rules
10:06
<
parazyd >
Then just count on the fact the files exist
10:07
<
Wizzup >
(will be hard to know if it solves the problem for sure, but at least it will be explicit this way)
10:07
<
Wizzup >
building on d4 to see if it works.
10:09
doc has quit [Quit: Things to do]
10:15
<
parazyd >
Wizzup: You forgot the git tag
10:16
<
Wizzup >
$ git push origin 12.2.31
10:16
<
Wizzup >
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
10:16
<
Wizzup >
To github.com:maemo-leste/pulseaudio-modules-nemo.git * [new tag] 12.2.31 -> 12.2.31
10:16
<
Wizzup >
git checkout -
10:16
<
Wizzup >
doesn't look like I did, weird
10:16
<
parazyd >
oh nvm then
10:16
<
parazyd >
It's just that it doesn't pul
10:16
<
parazyd >
Is there some way to fetch it?
10:17
<
parazyd >
git fetch --tags --force
10:18
<
Wizzup >
I usually delete the local tags
10:20
<
parazyd >
Didn't build again :/
10:21
<
Wizzup >
Makefile:1361: target 'src-8-to-48-neon.o' does not exist
10:21
<
Wizzup >
ar x speech_src_neon_hardfp.a
10:21
<
Wizzup >
Putting child 0x140c4a8 (src-8-to-48-neon.o) PID 26407 on the chain.
10:21
<
Wizzup >
Live child 0x140c4a8 (src-8-to-48-neon.o) PID 26407
10:21
<
Wizzup >
ar: speech_src_neon_hardfp.a: No such file or directory
10:21
<
Wizzup >
so something removes the .a file?
10:23
<
parazyd >
That might be it
10:23
<
parazyd >
What if you rename it to some different sufix?
10:24
<
Wizzup >
let me see if I can figure out what dh_clean does
10:26
<
Wizzup >
it does not look like dh_clean removes it, judging from the file source
10:27
<
parazyd >
It might as well be some jenkins-debian-glue thing
10:28
<
Wizzup >
parazyd: yes, locally dh_auto_clean is run
10:28
<
Wizzup >
not dh_clean
10:28
<
uvos >
heh build system work
10:28
<
Wizzup >
dh clean --with autoreconf
10:28
<
Wizzup >
dh_auto_clean
10:28
<
Wizzup >
make -j1 distclean
10:29
<
Wizzup >
dh clean --with autoreconf dh_clean
10:29
<
Wizzup >
but maybe it's removed even before dh_clean
10:29
<
Wizzup >
sounds like you're looking at the the glue code, I'll make another offee
10:30
<
parazyd >
Also need to go for lunch in a few minutes
10:30
<
parazyd >
But try renaming the .a files
10:34
<
Wizzup >
seems like a hack but ok
10:38
<
Wizzup >
uvos: fwiw pretty sure this has nothing to do with autotools
10:45
<
uvos >
dh is a build system :)
10:52
<
Wizzup >
looks like calling the files .abc works
10:52
<
Wizzup >
(instead of .a)
10:53
<
Wizzup >
parazyd: shall I file a bug, assign it to you (since it's likely glue related?) and move on to the other audio stuff?
10:53
rafael2k has joined #maemo-leste
10:58
rafael2k has quit [Ping timeout: 255 seconds]
11:38
<
Wizzup >
parazyd: I can have pulsecore-dev have a ('runtime') dependency on other -dev packages, right?
11:49
<
parazyd >
Wizzup: yes @ ticket
11:50
<
parazyd >
Wizzup: Yes, it's Depends: instead of Build-Depends
11:50
<
parazyd >
But also remember ${shlibs:Depends} and ${misc:Depends}
11:51
<
Wizzup >
yes, I did depends
11:51
<
Wizzup >
hmm, what do you mean?
12:04
<
parazyd >
I think I had an example somewhere
12:10
<
Wizzup >
parazyd: ok
12:10
<
Wizzup >
so how do I get libmeego-common-dev to depend on pulseaudio-modules-nemo? both from source pulseaudio-modules-nemo
12:13
<
Wizzup >
cmtspeech is failing with: /usr/bin/ld: cannot find -lmeego-common
12:16
<
Wizzup >
it I install pulseaudio-modules-nemo then it works
12:24
<
Wizzup >
I already had this Depends: ${shlibs:Depends} in libmeego-common-dev
12:24
<
Wizzup >
so that's not it in then?
12:24
<
Wizzup >
that's not it then*
12:27
<
uvos >
Wizzup: just got the tablet
12:27
<
Wizzup >
uvos: cool
12:27
<
Wizzup >
I hope it turns on and stuff :)
12:27
<
Wizzup >
(I tested it)
12:27
<
uvos >
somone resetted the device then created a gmail account loged the device in
12:27
<
Wizzup >
yeah, I ignored it, I'd just wipe it or something
12:28
<
uvos >
sent them selves a consumer tracking software
12:28
<
uvos >
and installed that
12:28
<
uvos >
interessting
12:28
<
uvos >
looks like someone is trying to get personal info
12:28
<
Wizzup >
the other tablets didn't have this though
12:28
<
Wizzup >
but fair warning, I'll look at the ones I have here with argus eyes
12:28
<
uvos >
this is the company
12:30
<
uvos >
its linc_6.2.apk and was installed by pictureeu promotions inc
12:30
<
Wizzup >
I don't think I saw it on the others
12:30
<
uvos >
anyhow just wipe the deives
12:31
<
uvos >
huh mine also contains a vrz sim
12:33
<
Wizzup >
uvos: untested means untested :p
12:33
<
Wizzup >
'for parts' is what they called it
12:33
<
Wizzup >
I didn't bother to try to take out sims or whatever
12:33
<
Wizzup >
quite some of the d4s or bionics I have also have ancient sims I think
12:33
<
uvos >
tthe sim is uesfull to me even :P (beacuse d4 idles better with sim even if its deactivated)
12:34
xmn has joined #maemo-leste
12:41
<
Wizzup >
uvos: btw juha said he was on vacation and will reply this week
12:41
<
Wizzup >
most audio packages (at least the binaries) are ready / in place now I think
13:05
rafael2k has joined #maemo-leste
13:09
jeramiah has joined #maemo-leste
13:17
<
uvos >
anyone here have facebook?
13:19
<
Wizzup >
uvos doing the proper doxing to find us the firmware files ;)
13:19
rafael2k has quit [Ping timeout: 255 seconds]
13:27
<
uvos >
i am diassapoint.
13:35
<
uvos >
if someone has facebook you can also try Emmet Myers "emmetlee"
13:45
<
kshatriya >
for some reason facebook didn't believe my first name was nyarlathotep
14:00
inky has quit [Ping timeout: 255 seconds]
14:07
inky has joined #maemo-leste
14:07
<
parazyd >
Wizzup: LGTM, you just might want to append (= ${binary:Version}) to it
14:07
<
parazyd >
So you're sure they're always corresponding to each other
14:07
<
parazyd >
uvos: sicelo has an account IIRC
14:09
inky_ has quit [Ping timeout: 255 seconds]
14:26
<
buZz >
quite sure they're all already gone
14:29
alex1216 has joined #maemo-leste
14:42
<
dreamer >
can't hurt to ask? :)
14:46
_whitelogger has joined #maemo-leste
15:17
<
Wizzup >
uvos: do you need those specific versions?
15:25
<
uvos >
yeah the corrisponding version for mz609 contains permissive mbm
15:25
<
uvos >
so i suspect this mz617 version might too
15:25
<
Wizzup >
I wonder if we can post on xda developers, some new thread, and post requests for certain firmware or something
15:26
<
uvos >
but i allready pmed every person who posted or liked the treads where these where posted
15:26
<
uvos >
no one is active anymore
15:27
<
uvos >
latest login of a person was like start of 2021
15:31
<
uvos >
that forum is even deader tho
15:32
<
Wizzup >
I'll leave it to you :p
15:33
<
uvos >
but yeah i posted that site some time back
15:33
<
uvos >
we should maby archive its files
15:33
<
uvos >
( gues archive.org is safe but still)
15:40
<
kshatriya >
thanks again for those android screen buttons uvos - i use them a lot
15:40
suppboii has joined #maemo-leste
15:42
<
Wizzup >
uvos: we need a place to host it all, really
15:42
<
Wizzup >
I think archive.org is not a bad place to start
15:44
<
suppboii >
is it possible to output audio to hdmi on droid 4
15:47
<
uvos >
omap4 can def output hdmi audio
15:47
<
uvos >
i dont think anyone has looked at this
15:47
<
uvos >
if it dosent work there might not be a audio driver in mainline for this
15:47
<
uvos >
or d4 dts is missconfigured
15:48
<
uvos >
i think you are the first person to want/try this feature
15:48
<
uvos >
tmlind: ^^^^
15:49
<
Wizzup >
uvos: do we have it in UCM ? :p
15:49
<
uvos >
Wizzup: no there is no audio device
15:49
<
uvos >
so something is missing
15:50
<
uvos >
mapphone_audio (what the ucm is for) should not be involed at all
15:50
<
uvos >
as in this case the omap4's audio goes straigt to the hdmi port
15:50
<
uvos >
instead of being routed all over the place by cpcap
15:54
<
suppboii >
i tried a hdmi adapter and it worked but no audio. i am on 5.6 still cause its the better battery life wise and back then it showed an hdmi encoder in alsamixer
15:56
<
Wizzup >
5.6 is rather ancient, can you not upgrade?
16:01
<
uvos >
i have snd_soc_omap_hdmi loaded
16:01
<
uvos >
so there is a driver
16:01
<
uvos >
its not working
16:02
<
uvos >
[ 19.003204] omapdss_hdmi 58006000.encoder: Missing dma channel for stream: 0
16:02
<
uvos >
[ 19.004425] omapdss_hdmi 58006000.encoder: ASoC: error at snd_soc_pcm_component_new on 58006000.encoder: -22
16:02
<
uvos >
[ 19.004638] omap-hdmi-audio omap-hdmi-audio.3.auto: ASoC: can't create pcm HDMI 58006000.encoder :-22
16:02
<
uvos >
[ 19.004760] omap-hdmi-audio omap-hdmi-audio.3.auto: snd_soc_register_card failed (-22)
16:02
<
uvos >
[ 19.005340] omap-hdmi-audio: probe of omap-hdmi-audio.3.auto failed with error -22
16:02
<
uvos >
tmlind: ^^^^
16:04
<
suppboii >
Wizzup it gets warm on the newest kernel
16:05
<
uvos >
suppboii: the newest kernel is fine pm wise
16:05
<
uvos >
your setup might be wrong somehow
16:05
<
suppboii >
idk then is it 5.10 the newest?
16:05
<
kshatriya >
sleep better with sim? that's fun :)
16:06
<
uvos >
there is also 5.11
16:06
<
uvos >
but its a bit buggier
16:06
<
uvos >
(not pm wise)
16:07
<
suppboii >
hildon desktop is always warm and on 5.10 it dont charge
16:07
<
suppboii >
properly or as fast
16:11
<
Wizzup >
uvos: maybe we lack something in our config
16:41
cockroach has joined #maemo-leste
16:50
suppboii has quit [Read error: Connection reset by peer]
16:50
suppboii has joined #maemo-leste
17:02
cockroach has quit [Quit: leaving]
17:10
lyubov has quit [Remote host closed the connection]
17:10
lyubov has joined #maemo-leste
17:19
Pali has joined #maemo-leste
17:51
rafael2k has joined #maemo-leste
17:54
suppboii has quit [Read error: Connection reset by peer]
17:55
suppboii has joined #maemo-leste
17:57
suppboii has quit [Read error: Connection reset by peer]
17:58
suppboii has joined #maemo-leste
18:06
suppboii has quit [Read error: Connection reset by peer]
18:06
suppboii has joined #maemo-leste
18:09
suppboii has quit [Read error: Connection reset by peer]
18:10
suppboii has joined #maemo-leste
18:14
suppboii has quit [Remote host closed the connection]
18:15
suppboii has joined #maemo-leste
18:17
suppboii has quit [Remote host closed the connection]
18:17
suppboii has joined #maemo-leste
18:19
suppboii has quit [Read error: Connection reset by peer]
18:20
suppboii has joined #maemo-leste
18:26
suppboii has quit [Read error: Connection reset by peer]
18:27
suppboii has joined #maemo-leste
18:34
suppboii has quit [Read error: Connection reset by peer]
18:34
suppboii has joined #maemo-leste
18:34
elastic_dog has quit [Ping timeout: 240 seconds]
18:38
suppboii has quit [Read error: Connection reset by peer]
18:38
suppboii has joined #maemo-leste
18:39
elastic_dog has joined #maemo-leste
18:41
cockroach has joined #maemo-leste
18:43
suppboii has quit [Read error: Connection reset by peer]
18:45
suppboii has joined #maemo-leste
18:47
suppboii has quit [Read error: Connection reset by peer]
18:48
suppboii has joined #maemo-leste
18:50
suppboii has quit [Read error: Connection reset by peer]
18:50
suppboii has joined #maemo-leste
18:54
suppboii has quit [Read error: Connection reset by peer]
18:54
suppboii has joined #maemo-leste
19:12
suppboii has quit [Read error: Connection reset by peer]
19:13
suppboii has joined #maemo-leste
19:17
suppboii has quit [Ping timeout: 258 seconds]
19:56
ceene has quit [Ping timeout: 250 seconds]
19:58
alex1216 has quit [Quit: WeeChat 2.3]
20:06
<
uvos >
for referance
20:08
inky_ has joined #maemo-leste
20:08
<
uvos >
tmlind: could you share your progess, do you have a (non working i know) pannel struct and dt?
20:09
inky has quit [Ping timeout: 255 seconds]
20:09
<
uvos >
your efforts seperating mapphone-common into various bits should also be coordinated with Wizzup, as we now have another mapphone that violates some assumptions in that common file (d3)
20:10
jk__000 has joined #maemo-leste
20:22
<
uvos >
<6>[ 5.039855,0] usb 1-2: Product: Flash MDM6600
20:22
<
uvos >
<6>[ 5.040100,0] usb 1-2: Manufacturer: Motorola, Incorporated
20:22
<
uvos >
wait i thought mz6xx had a different modem
20:22
<
uvos >
is it lieing?
20:22
crab has quit [Ping timeout: 255 seconds]
20:24
crab has joined #maemo-leste
20:24
<
uvos >
mem=1024M@0x80000000
20:25
<
uvos >
it also dosent back off 2mb like d4
20:25
<
uvos >
i wonder what those 2mb are fore on d4 seriously
20:27
<
uvos >
the mz617 was shipped with an active stylus btw
20:27
<
uvos >
i wonder how the heck that worked with the ts controller it has
20:27
<
uvos >
to bad we dont have one
20:27
<
uvos >
Bosch BMP180 found
20:27
<
uvos >
sweet more sensors
20:32
amk has quit [Remote host closed the connection]
20:34
amk has joined #maemo-leste
20:35
<
uvos >
kshatriya: ?
20:36
<
uvos >
<6>[ 3.590332,0] mdm9600_ctrl mdm9600_ctrl: mdm_ctrl_probe
20:36
<
uvos >
clearly lieing about the 6600
20:36
<
kshatriya >
you mentioned interest in the motorola xyboard omap4 tablet, that is one for sale
20:36
<
uvos >
i allready own one, thanks.
20:37
<
kshatriya >
is linux running on it?
20:38
<
uvos >
not on mine (yet) it can boot mainline but the display dosent work - yet
20:38
amk has quit [Ping timeout: 255 seconds]
20:39
amk has joined #maemo-leste
21:11
amk has quit [Ping timeout: 252 seconds]
21:37
amk has joined #maemo-leste
22:13
pere has quit [Ping timeout: 240 seconds]
22:25
pere has joined #maemo-leste
22:27
jk__000 has quit [Ping timeout: 252 seconds]
23:31
uvos has quit [Ping timeout: 252 seconds]
23:41
Pali has quit [Ping timeout: 268 seconds]