Package Details: palm-novacom-git 20201030-1

Git Clone URL: https://aur.archlinux.org/palm-novacom-git.git (read-only, click to copy)
Package Base: palm-novacom-git
Description: WebOS <-> PC connection, open source version
Upstream URL: http://openwebosproject.org/
Licenses: Apache
Conflicts: palm-novacom
Provides: palm-novacom
Submitter: t-8ch
Maintainer: t-8ch
Last Packager: t-8ch
Votes: 43
Popularity: 0.000000
First Submitted: 2012-04-11 17:07 (UTC)
Last Updated: 2020-10-30 14:20 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

benklop commented on 2020-10-30 10:35 (UTC)

I can confirm making t_recovery_queue static solves the issue and the novacomd works just fine. Thanks!

t-8ch commented on 2020-10-30 10:14 (UTC)

Making t_recovery_queue static in both recovery.c and usb-linux.c looks more correct to me. I can't test it though, could you @benklop?

benklop commented on 2020-10-30 05:27 (UTC)

There are linker issues at present; this patch fixes it:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index babc1fe..65653d3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,8 +27,8 @@ webos_component(2 0 0)
 webos_machine_impl_dep()

 add_definitions(-DBUILDVERSION="${WEBOS_COMPONENT_VERSION}")
-webos_add_compiler_flags(ALL -DPLATFORM_PTHREADS=1)
-webos_add_compiler_flags(ALL -Wall -g -O2)
+webos_add_compiler_flags(ALL -DPLATFORM_PTHREADS=1 -Xlinker -z -Xlinker muldefs)
+webos_add_compiler_flags(ALL -Wall -g -O2 -Xlinker -z -Xlinker muldefs)

 include_directories(include)

<deleted-account> commented on 2016-05-06 00:49 (UTC)

This needs git in the makedepends array.

t-8ch commented on 2013-01-04 12:16 (UTC)

The problem isn't makepkg, but AUR helpers like yaourt. Anyways I changed the dependency.

ManceRayder commented on 2013-01-04 02:11 (UTC)

i am running into the same issue. is there a way to get makepkg to recognize cmake-modules-webos-git as the same dependency?

t-8ch commented on 2013-01-01 00:36 (UTC)

Yeah, the package is called cmake-modules-webos-git and it provides cmake-modules-webos.

<deleted-account> commented on 2012-12-31 18:51 (UTC)

requires cmake-modules-webos currently to install, which it says is in AUR but yaourt / I can't find

t-8ch commented on 2012-12-29 11:45 (UTC)

Should work again, please report further bugs :-)

joshgillies commented on 2012-12-29 06:44 (UTC)

Changes upstream mean that the patches here don't apply currently.