pinebook pro tools
#35
(07-30-2020, 12:55 PM)xmixahlx Wrote: @spikerguy

I'll check it out. I've been rebuilding kodi with major changes to kwiboo's linux kernel patch, which hasn't occurred for a while.

the eventual solution for me will be to create a custom signed debian repository. hopeful for august. real life has moved way back all of these projects for me, unfortunately.

have you been able to adapt any of these scripts for manjaro?
No I can't move it to manjaro yet as we have to support many devices and this might not work for all so we might have to maintain multiple packages and I am not yet ready to do that.

I tried to build kodi again and it failed with pvr not building correctly which might be some library upgrade issue.

Code:
                                                           
Scanning dependencies of target pvr_addons
[ 36%] Building CXX object build/pvr/addons/CMakeFiles/pvr_addons.dir/PVRClients.cpp.o
/home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/WebServer.cpp: In member function ‘void CWebServer::SetupPostDataProcessing(const HTTPRequest&, CWebServer::ConnectionHandler*, std::shared_ptr<IHTTPRequestHandler>, void**) const’:
/home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/WebServer.cpp:503:106: error: invalid conversion from ‘int (*)(void*, MHD_ValueKind, const char*, const char*, const char*, const char*, const char*, uint64_t, size_t)’ {aka ‘int (*)(void*, MHD_ValueKind, const char*, const char*, const char*, const char*, const char*, long unsigned int, long unsigned int)’} to ‘MHD_PostDataIterator’ {aka ‘MHD_Result (*)(void*, MHD_ValueKind, const char*, const char*, const char*, const char*, const char*, long unsigned int, long unsigned int)’} [-fpermissive]
  503 |   connectionHandler->postprocessor = MHD_create_post_processor(request.connection, MAX_POST_BUFFER_SIZE, &CWebServer::HandlePostField, static_cast<void*>(connectionHandler));
      |                                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                                          |
      |                                                                                                          int (*)(void*, MHD_ValueKind, const char*, const char*, const char*, const char*, const char*, uint64_t, size_t) {aka int (*)(void*, MHD_ValueKind, const char*, const char*, const char*, const char*, const char*, long unsigned int, long unsigned int)}
In file included from /home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/httprequesthandler/IHTTPRequestHandler.h:21,
                 from /home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/WebServer.h:14,
                 from /home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/WebServer.cpp:9:
/usr/include/microhttpd.h:3465:49: note:   initializing argument 3 of ‘MHD_PostProcessor* MHD_create_post_processor(MHD_Connection*, size_t, MHD_PostDataIterator, void*)’
3465 |                            MHD_PostDataIterator iter, void *iter_cls);
      |                            ~~~~~~~~~~~~~~~~~~~~~^~~~
/home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/WebServer.cpp: In member function ‘MHD_Daemon* CWebServer::StartMHD(unsigned int, int)’:
/home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/WebServer.cpp:1127:27: error: invalid conversion from ‘int (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, size_t*, void**)’ {aka ‘int (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, long unsigned int*, void**)’} to ‘MHD_AccessHandlerCallback’ {aka ‘MHD_Result (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, long unsigned int*, void**)’} [-fpermissive]
1127 |                           &CWebServer::AnswerToConnection,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                           |
      |                           int (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, size_t*, void**) {aka int (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, long unsigned int*, void**)}
In file included from /home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/httprequesthandler/IHTTPRequestHandler.h:21,
                 from /home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/WebServer.h:14,
                 from /home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/WebServer.cpp:9:
/usr/include/microhttpd.h:2428:45: note:   initializing argument 5 of ‘MHD_Daemon* MHD_start_daemon(unsigned int, uint16_t, MHD_AcceptPolicyCallback, void*, MHD_AccessHandlerCallback, void*, ...)’
2428 |                   MHD_AccessHandlerCallback dh, void *dh_cls,
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/WebServer.cpp:1154:27: error: invalid conversion from ‘int (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, size_t*, void**)’ {aka ‘int (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, long unsigned int*, void**)’} to ‘MHD_AccessHandlerCallback’ {aka ‘MHD_Result (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, long unsigned int*, void**)’} [-fpermissive]
1154 |                           &CWebServer::AnswerToConnection,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                           |
      |                           int (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, size_t*, void**) {aka int (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, long unsigned int*, void**)}
In file included from /home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/httprequesthandler/IHTTPRequestHandler.h:21,
                 from /home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/WebServer.h:14,
                 from /home/spikerguy/Desktop/pkg-buuild/kodi/src/xbmc-18.6-Leia/xbmc/network/WebServer.cpp:9:
/usr/include/microhttpd.h:2428:45: note:   initializing argument 5 of ‘MHD_Daemon* MHD_start_daemon(unsigned int, uint16_t, MHD_AcceptPolicyCallback, void*, MHD_AccessHandlerCallback, void*, ...)’
2428 |                   MHD_AccessHandlerCallback dh, void *dh_cls,
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
[ 36%] Building CXX object build/peripherals/devices/CMakeFiles/peripherals_devices.dir/PeripheralTuner.cpp.o                                                                 
[ 36%] Building CXX object build/peripherals/devices/CMakeFiles/peripherals_devices.dir/PeripheralCecAdapter.cpp.o                                                           
        Scanning dependencies of target pvr_channels
[ 36%] Building CXX object build/pvr/channels/CMakeFiles/pvr_channels.dir/PVRChannel.cpp.o                                                                                   
make[2]: *** [build/network/CMakeFiles/network.dir/build.make:290: build/network/CMakeFiles/network.dir/WebServer.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 36%] Building CXX object build/pvr/channels/CMakeFiles/pvr_channels.dir/PVRChannelGroup.cpp.o                                                                               
[ 36%] Linking CXX static library profiles.a
[ 36%] Built target profiles
Scanning dependencies of target pvr_dialogs
[ 36%] Building CXX object build/pvr/dialogs/CMakeFiles/pvr_dialogs.dir/GUIDialogPVRChannelManager.cpp.o                                                                     
Scanning dependencies of target pvr_epg
[ 36%] Building CXX object build/pvr/epg/CMakeFiles/pvr_epg.dir/EpgContainer.cpp.o
[ 36%] Building CXX object build/pvr/CMakeFiles/pvr.dir/PVRGUIInfo.cpp.o
It was microhttpd upgrade and upstream fixed was pushed few days ago so I upgraded the package to 18.8 and I hope that should fix the issue and build fine now.
Kodi team replied to the issue I raised.
Will be back with some update regarding rkvdec once I try it again.
Thanks.
Manjaro ARM Team.
Devices: Pinebook Pro & PinePhone.
  Reply


Messages In This Thread
pinebook pro tools - by xmixahlx - 06-11-2020, 03:09 AM
RE: pinebook pro tools - by Eight Bit - 06-11-2020, 11:29 AM
RE: pinebook pro tools - by xmixahlx - 06-11-2020, 11:47 AM
RE: pinebook pro tools - by xmixahlx - 06-13-2020, 03:22 PM
RE: pinebook pro tools - by Syonyk - 06-13-2020, 03:44 PM
RE: pinebook pro tools - by xmixahlx - 06-13-2020, 06:42 PM
RE: pinebook pro tools - by Odel - 06-14-2020, 04:12 PM
RE: pinebook pro tools - by xmixahlx - 06-14-2020, 04:48 PM
RE: pinebook pro tools - by xmixahlx - 06-18-2020, 01:27 AM
RE: pinebook pro tools - by as400 - 06-18-2020, 12:09 PM
RE: pinebook pro tools - by xmixahlx - 06-19-2020, 02:48 PM
RE: pinebook pro tools - by codanostra - 06-19-2020, 02:58 AM
RE: pinebook pro tools - by xmixahlx - 06-19-2020, 05:13 PM
RE: pinebook pro tools - by Syonyk - 06-20-2020, 05:46 PM
RE: pinebook pro tools - by xmixahlx - 06-19-2020, 06:38 PM
RE: pinebook pro tools - by as400 - 06-21-2020, 09:00 AM
RE: pinebook pro tools - by xmixahlx - 06-21-2020, 09:36 AM
RE: pinebook pro tools - by xmixahlx - 06-24-2020, 04:28 PM
RE: pinebook pro tools - by xmixahlx - 06-27-2020, 05:03 PM
RE: pinebook pro tools - by xmixahlx - 06-29-2020, 08:11 PM
RE: pinebook pro tools - by xmixahlx - 06-30-2020, 04:17 PM
RE: pinebook pro tools - by Odel - 07-02-2020, 12:56 AM
RE: pinebook pro tools - by xmixahlx - 07-02-2020, 09:20 AM
RE: pinebook pro tools - by Odel - 07-03-2020, 10:19 PM
RE: pinebook pro tools - by xmixahlx - 07-07-2020, 03:34 PM
RE: pinebook pro tools - by xmixahlx - 07-13-2020, 11:18 PM
RE: pinebook pro tools - by charlespine - 07-19-2020, 01:55 AM
RE: pinebook pro tools - by xmixahlx - 07-19-2020, 02:33 AM
RE: pinebook pro tools - by charlespine - 07-19-2020, 10:41 AM
RE: pinebook pro tools - by charlespine - 07-20-2020, 01:53 PM
RE: pinebook pro tools - by xmixahlx - 07-21-2020, 12:13 AM
RE: pinebook pro tools - by xmixahlx - 07-25-2020, 01:53 AM
RE: pinebook pro tools - by spikerguy - 07-30-2020, 12:43 PM
RE: pinebook pro tools - by xmixahlx - 07-30-2020, 12:55 PM
RE: pinebook pro tools - by spikerguy - 07-30-2020, 04:37 PM
RE: pinebook pro tools - by xmixahlx - 07-30-2020, 04:52 PM
RE: pinebook pro tools - by spikerguy - 08-19-2020, 10:20 AM
RE: pinebook pro tools - by xmixahlx - 08-26-2020, 06:00 PM
RE: pinebook pro tools - by tekk - 08-29-2020, 01:39 PM
RE: pinebook pro tools - by xmixahlx - 08-30-2020, 11:50 AM
RE: pinebook pro tools - by mjhammel - 08-31-2020, 09:32 AM
RE: pinebook pro tools - by xmixahlx - 08-31-2020, 11:16 AM
RE: pinebook pro tools - by mjhammel - 09-02-2020, 10:29 AM
RE: pinebook pro tools - by mjhammel - 09-02-2020, 10:48 AM
RE: pinebook pro tools - by jh76 - 09-14-2020, 10:00 AM
RE: pinebook pro tools - by xmixahlx - 09-19-2020, 10:11 AM
RE: pinebook pro tools - by spikerguy - 11-27-2020, 01:31 PM
RE: pinebook pro tools - by xmixahlx - 12-06-2020, 01:16 PM
RE: pinebook pro tools - by mjhammel - 03-08-2021, 05:33 PM
RE: pinebook pro tools - by mjhammel - 03-12-2021, 06:58 PM
RE: pinebook pro tools - by xmixahlx - 04-03-2021, 04:13 PM
RE: pinebook pro tools - by mjhammel - 04-05-2021, 09:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Debian on Pinebook Pro u974615 7 1,107 03-31-2024, 10:11 AM
Last Post: u974615
  Pinebook Pro upgrading from the factory image yamsoup 12 1,653 02-22-2024, 04:02 PM
Last Post: tllim
  Help installing Manjaro on eMMC of Pinebook Pro pine4546464 4 2,174 12-13-2023, 07:22 PM
Last Post: trillobite
  Need Help Recovering Manjaro /boot Contents on Pinebook Pro calinb 6 2,252 12-11-2023, 03:47 AM
Last Post: calinb
  Gentoo on Pinebook Pro RELEASE jannik2099 54 89,314 12-08-2023, 11:25 PM
Last Post: tllim
  Boot Order in Pinebook Pro food 8 1,281 11-23-2023, 07:37 AM
Last Post: KC9UDX
  PineBook Pro seems to go to deep sleep, but doesn't wake up pogo 11 5,361 08-31-2023, 04:20 PM
Last Post: TRS-80
  Would a Pinebook Pro be good for a Linux newbie? cassado10 6 1,503 08-08-2023, 04:58 AM
Last Post: moobythegoldensock
  Install deepin OS on pinebook pro wangyukunshan 4 1,603 08-07-2023, 01:12 PM
Last Post: myself600
  Kali Linux for Pinebook Pro - stuck on the login screen owaspfap 0 673 07-13-2023, 05:21 PM
Last Post: owaspfap

Forum Jump:


Users browsing this thread: 2 Guest(s)