Search Criteria
Package Details: tizen-sdb 2.3.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/tizen-sdb.git (read-only, click to copy) |
---|---|
Package Base: | tizen-sdb |
Description: | Tizen Smart Development Bridge |
Upstream URL: | https://github.com/TizenTeam/sdb |
Licenses: | Apache |
Provides: | tizen-sdb |
Submitter: | doragasu |
Maintainer: | doragasu |
Last Packager: | doragasu |
Votes: | 1 |
Popularity: | 0.000048 |
First Submitted: | 2019-09-29 15:42 (UTC) |
Last Updated: | 2025-06-05 09:43 (UTC) |
Latest Comments
1 2 Next › Last »
doragasu commented on 2025-06-05 09:44 (UTC)
@Morganamilo: updated source repository, thanks for reporting.
Morganamilo commented on 2025-06-02 11:17 (UTC)
Seems the git repo is now at git://git.tizen.org/sdk/tools/sdb
doragasu commented on 2025-05-27 20:12 (UTC)
@SebOuellette: Thanks, I have updated the package with your contributions, and also fixed an additional build error caused by a wrong prototype of the
launch_server()
function in utils module.It's a bit extreme having to build and statically link openssl, but well, this is what happens with this old not updated in ages pieces of software.
SebOuellette commented on 2025-04-22 05:08 (UTC)
In addition to my previous comment (sorry for the spam, I'm done now), I fixed an issue with openssl linking.
When using
sdb start-server
, as long as~/.tizen/sdbkey
didn't exist, the following error would occur (traced using journalctl):https://pastebin.com/P0mWniRD
. This was due to-lcrypto
in the SDB makefile linking the much more up to date version3.x
of openssl, rather thanv1.0.1u
as it should.I have fixed this by adding to the patch, to change SDB's makefile to statically link libcrypto rather than dynamically. I've also then added to the PKGBUILD to download and compile
libcrypto.a
and prepare it for SDB compilation. This results in SDB connecting flawlessly on the first-try to my Watch Active 2. (Just need to delete~/.tizen/*
between restarting the server in order for the device to receive the authentication popup.)The update for PKGBUILD can be found here:
https://pastebin.com/BQDk5HN1
, and the update for the patch can be found here:https://pastebin.com/z3vkJqNU
.SebOuellette commented on 2025-04-22 03:36 (UTC)
I made an update to the
gcc10p_build.patch
file which can be found here:https://pastebin.com/WeP6czLa
.This updated patch should allow building 2.3.2 successfully (it worked on my machine :P).
harija commented on 2024-08-11 22:58 (UTC)
Is anyone else failing to build?
mirh commented on 2024-02-24 16:09 (UTC)
They probably screwed something with merges (the 3.1 commit reports a patch/change should have been added, but it is nowhere to be found).. but it should be the case that at least up to 2.3.6 you have substantial stuff?
Anyway, I didn't mean a bin package to build one yourself, but to ship the newer versions which we lack the corresponding sources for.
doragasu commented on 2024-02-23 17:09 (UTC)
It seems commit messages are misleading. I have built master_tizen branch, and it reports version 2.3.2. Then I built commit 60ecc4b0bfcaa8745ebaaa85bd31cd9c4662f4fe (that says uptate to version 3.1.0 in the message) and it also reports version 2.3.2.
I can update to 2.3.2, but without sources that will be all I can do. Also since I am not using Tizen since years ago, I will not create a binary package.
mirh commented on 2024-02-18 17:55 (UTC)
You can find version 3.1 here. But I'm skeptical that could be enough to work with the latest devices.
I'm afraid you'd have to make a tizen-sdb-bin package to truly have the latest version.
doragasu commented on 2023-10-28 09:43 (UTC)
Package has been flagged as obsolete indicating version 4.2.16 is out. But I cannot find sources for newer versions: https://git.tizen.org/cgit/sdk/tools/sdb/refs/
1 2 Next › Last »