Adding oxide: the ubuntu-app-platform snap is simply using the packages
from the stable-phone-overlay PPA, so I doubt that the bug is there.

Looking at oxide source code, I see in oxide/build/cmake/Options.cmake
the following lines:


    set(_IS_LINUX false)
    if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
      set(_IS_LINUX true)
    endif()
    cmake_dependent_option(ENABLE_HYBRIS "Enable code that uses libhybris"
                           ON "_IS_LINUX" OFF)
    unset(_IS_LINUX)


Please correct me if I'm wrong, but it seems to me that libhybris is being 
enabled on Linux by default.

Furthermore, the debian/rules file contains:

    COMMON_OPTIONS := -DENABLE_TESTS=1 -DENABLE_HYBRIS_CAMERA=1
-DBOOTSTRAP_GN=1

which is being set on all architectures.

** Also affects: oxide
   Importance: Undecided
       Status: New

** Also affects: oxide-qt (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1658617

Title:
  webapps crashing - oxide being compiled with wrong libs?

Status in Oxide:
  New
Status in Ubuntu App Platform:
  New
Status in oxide-qt package in Ubuntu:
  New

Bug description:
  I published "google-webapp" in the "beta" channel. The "google-
  webapp.gmail" and "google-webapp.googleplus" commands crash right
  after logging into Google (logs attached).

  Santosh believes that it's because oxide is buing built with the wrong
  build flags:

      09:53 < santoshmahto> mardy : all works, I saw the oxide crash in G+, 
surprisingly  crash is happenig because it try to load hybris libs for camera 
access
      09:54 < santoshmahto> mardy, So I doubt, you have wrong version of oxide 
      09:56 < santoshmahto> mardy : The codepath in oxide is under flag 
ENABLE_HYBRIS_CAMREA/ENABLE_HYBRIS , which should be disabled in Desktop build

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1658617/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to     : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to