Re: [Dev] [Important]Build problems Tizen 3.0 public

2013-10-10 Thread Dong, Junfeng
Dear applications domain maintainers: Could you please review https://review.tizen.org/gerrit/#/c/10059/, which is to fix the build error of libug-setting-wifidirect-efl https://build.tizen.org/package/show?package=libug-setting-wifidirect-efl&project=Tizen%3AMobile Thanks Junfeng -Original

Re: [Dev] UPDATE => RE: git projects and branches for Tizen 3.0 image enabling with Gstreamer 0.10

2013-10-10 Thread Yin, Yan
Hi, Following the new solution, below repos are updated with content of latest tizen_2.2 branch (framework/multimedia/gst-plugins-xxx), as well as previous fixes in tizen_2.1_compat branch (of platform/upstream/gst-plugins-base). Once those requests are accepted into OBS Tizen:Mobile project, yo

Re: [Dev] Multi user support propositin

2013-10-10 Thread Ylinen, Mikko
Hi, On Thu, Oct 10, 2013 at 11:42 PM, Dominig Ar Foll wrote: > b) Proposition > --- > Create a dedicated package which will use as data source a unique > include .h file which will describe all the generic paths in absolute > for the common path and relative to $HOME for the user

Re: [Dev] [Important]Build problems Tizen 3.0 public

2013-10-10 Thread Dong, Junfeng
Dear Jinmin and GangHeok, I wrote to you, because you are set as the maintainer and integrator of "platform/upstream/cups" in Tizen public. This package isn't updated with what is in 2.2 and make "mobileprint" fail to build. The error is as follows: [ 70s] /usr/lib/gcc/i586-tizen-linux/4.8/../

Re: [Dev] [Important]Build problems Tizen 3.0 public

2013-10-10 Thread Wang, Quanxian
Also this stops wrt packaging building. Thanks From: dev-boun...@lists.tizen.org [mailto:dev-boun...@lists.tizen.org] On Behalf Of ??? Sent: Friday, October 11, 2013 9:37 AM To: Bartlomiej Grzelewski; 임범진; 임세실; 김기동 Cc: dev@lists.tizen.org Subject: Re: [Dev] [Important]Build problems Tizen 3.0 pub

Re: [Dev] Installing files in /bin and /usr/bin

2013-10-10 Thread Yang Chengwei
On Mon, Oct 07, 2013 at 02:50:52PM +0200, Aleksander Zdyb wrote: > Hello all! > > There is a fair number of programs, which are (traditionally) placed > in /bin directory (cat, cp, rm, etc.). > However, rpm, AFAIK, does not support this in %install and %files > sections. There are only build-in ma

Re: [Dev] [Important]Build problems Tizen 3.0 public

2013-10-10 Thread 주현구
Title: Samsung Enterprise Portal mySingle Dear domain reviewers of Group Security,   According to below email, below the change code was waiting for 2days to merge  https://review.tizen.org/gerrit/#/c/10665/   Why don't you give +2 point and merge it, if it has no problem?  --

Re: [Dev] [Important]Build problems Tizen 3.0 public

2013-10-10 Thread ANUJ MISHRA
Dear Bumjin, Kidong, Could you please merge below changes into gerrit? If possible please raise SR also. Bumjin already given +2 to the changes in gerrit. Thank you. https://review.tizen.org/gerrit/#/c/10665/ Warm Regards: Anuj Mishra |Phone: +82-10-2509-7805 | Work: +82-31-301-9258 Servic

Re: [Dev] Problem root caused with review pending => Re: Critical vconf issue causing subtle failures throughout much of the tizen middleware

2013-10-10 Thread Rusty Lynch
On Fri, 2013-10-11 at 00:02 +, 조영익 wrote: > Dear Rusty, > > > > While I am not a person who was responsible for vconf, I reviewed the > vconf commits on TIZEN 2.X several times and I heard the history and > current situation a little bit. Vconftool on the post script even > worked on the im

Re: [Dev] Problem root caused with review pending => Re: Critical vconf issue causing subtle failures throughout much of the tizen middleware

2013-10-10 Thread 조영익
Title: Samsung Enterprise Portal mySingle Dear Rusty,   While I am not a person who was responsible for vconf, I reviewed the vconf commits on TIZEN 2.X several times and I heard the history and current situation a little bit. Vconftool on the post script even worked on the image creation time, at

Re: [Dev] Qt for Tizen Alpha 4 Released: Support for 3.0, New SDK, IVI & Wayland

2013-10-10 Thread Rusty Lynch
Bravo! Bravo! So... what all is blocking you from doing the Qt Creator to device thing for IVI. I'm guessing that at least one issue is the tpk installation issue. --rusty On Fri, 2013-10-11 at 00:55 +0200, Jaroslaw Staniek wrote: > Hi, updates: > 1. Video: Deploying Apps to Smartphone With

Re: [Dev] Qt for Tizen Alpha 4 Released: Support for 3.0, New SDK, IVI & Wayland

2013-10-10 Thread Jaroslaw Staniek
Hi, updates: 1. Video: Deploying Apps to Smartphone With Qt for Tizen SDK: https://www.youtube.com/watch?v=aA-8h-Vh4I0 2. Video: Tizen IVI Device Powered By Qt & Wayland: https://www.youtube.com/watch?v=5c35fqNZlmU Best regards! J. Staniek Qt for Tizen | http://qt-project.org/wiki/Tizen Qt Certif

[Dev] Problem root caused with review pending => Re: Critical vconf issue causing subtle failures throughout much of the tizen middleware

2013-10-10 Thread Rusty Lynch
The reason key creation fails at image creation time is because of some broken logic in vconf attempting to handle the many race conditions that existing using the old broken startup scripts where there was no good way of ensuring a service was started after another dependent service. In this spec

[Dev] Multi user support propositin

2013-10-10 Thread Dominig Ar Foll
Hello, following a few email exchanges on the topic relative to multi user support for Tizen 3.x, I would like to submit a new proposition for feedback. 1) Tizen 2.x legacy Tizen 2.x was built for single user mode without any consideration for multi user support. We inherit codes wit

Re: [Dev] Critical vconf issue causing subtle failures throughout much of the tizen middleware

2013-10-10 Thread Rusty Lynch
Looking at this just a little further, the i can clarify the second issue: Any attempt to set a vconf key from a post section of an rpm running at image creation time will result in an empty key. Since packages are doing this with the "-i" option set to cause the key to be added to the memory back

Re: [Dev] Critical vconf issue causing subtle failures throughout much of the tizen middleware

2013-10-10 Thread Peters, Brad T
The early vconf copy has long been painful, and we used to have a script which copied initial values out of a static directory filled with initial values into a live image at startup. Not sure if that script made the transition to a systemd service What you're describing sounds like 2 bugs; 1) a

[Dev] Critical vconf issue causing subtle failures throughout much of the tizen middleware

2013-10-10 Thread Rusty Lynch
While attempting to debug a bug with the audio session manager where any operation would take a crazy long time to finish, I found that the problem was that an in-memory vconf key was set with no data. Vconf would then do a series of retries to re-read data from the key when the key is in fact jus

Re: [Dev] Tizen 3.0 proposal for applications launch

2013-10-10 Thread Dominig ar Foll
Le 10/10/2013 18:22, Jussi Laako a écrit : > . > > For starters I would like to understand why this launcher thingie > needs to run as root in first place? Why not just a normal session bus > service without need to worry about getting uids or gids right? > > __

Re: [Dev] Tizen 3.0 proposal for applications launch

2013-10-10 Thread Rusty Lynch
On Thu, 2013-10-10 at 17:06 +, Schaufler, Casey wrote: > > -Original Message- > > From: dev-boun...@lists.tizen.org [mailto:dev-boun...@lists.tizen.org] On > > Behalf Of Jussi Laako > > Sent: Thursday, October 10, 2013 9:22 AM > > To: dev@lists.tizen.org > > Subject: Re: [Dev] Tizen 3.0

Re: [Dev] Tizen 3.0 proposal for applications launch

2013-10-10 Thread Schaufler, Casey
> -Original Message- > From: dev-boun...@lists.tizen.org [mailto:dev-boun...@lists.tizen.org] On > Behalf Of Jussi Laako > Sent: Thursday, October 10, 2013 9:22 AM > To: dev@lists.tizen.org > Subject: Re: [Dev] Tizen 3.0 proposal for applications launch > > On 10.10.2013 19:03, Schaufler,

Re: [Dev] Tizen 3.0 proposal for applications launch

2013-10-10 Thread Jussi Laako
On 10.10.2013 19:03, Schaufler, Casey wrote: You can't. The whole notion of using a daemon in this way is a non-starter. > Your premise on how to accomplish your goal is flawed. It won't work. Your plan > might be convenient if it was based on a system that worked the way you're asking > it to

Re: [Dev] Tizen 3.0 proposal for fixing OSP/WRT/Core hard-coded UID issue

2013-10-10 Thread Schaufler, Casey
> -Original Message- > From: dev-boun...@lists.tizen.org [mailto:dev-boun...@lists.tizen.org] On > Behalf Of Jussi Laako > Sent: Thursday, October 10, 2013 7:36 AM > To: dev@lists.tizen.org > Subject: Re: [Dev] Tizen 3.0 proposal for fixing OSP/WRT/Core hard-coded > UID issue > > > Not at

Re: [Dev] Tizen 3.0 proposal for applications launch

2013-10-10 Thread Schaufler, Casey
> -Original Message- > From: dev-boun...@lists.tizen.org [mailto:dev-boun...@lists.tizen.org] On > Behalf Of Dominig ar Foll > Sent: Thursday, October 10, 2013 7:55 AM > To: dev@lists.tizen.org > Subject: Re: [Dev] Tizen 3.0 proposal for applications launch > > > Le 10/10/2013 15:01, Jark

Re: [Dev] Tizen 3.0 proposal for applications launch

2013-10-10 Thread Dominig ar Foll
Le 10/10/2013 15:01, Jarkko Sakkinen a écrit : > On Thu, Oct 10, 2013 at 02:09:29PM +0200, Xavier Roche wrote: >>Hi all, >> >>Regarding the last threads for fixing OSP/WRT/Core hardcoded UID issue, I >>was wondering to what extent it could be possible to act as follow: >> >>1. Assu

Re: [Dev] Tizen 3.0 proposal for fixing OSP/WRT/Core hard-coded UID issue

2013-10-10 Thread Jussi Laako
Not at all. You call recvmsg and the getsocopt to get the SO_PEERCRED. The “other” process exits. Another process gets created with the same pid. You open /proc/PID/something. You get the wrong data. The mechanism is 100% unreliable. Except that you know that the other process has quit because t

Re: [Dev] [Important]Build problems Tizen 3.0 public

2013-10-10 Thread Liu, Bing Wei
Need Security team's review. - Bingwei > -Original Message- > From: dev-boun...@lists.tizen.org [mailto:dev-boun...@lists.tizen.org] On > Behalf Of Bartlomiej Grzelewski > Sent: Thursday, October 10, 2013 9:45 PM > To: mishra.a...@samsung.com; "'undisclosed-recipients:'"@samsung.com > Cc:

Re: [Dev] [Important]Build problems Tizen 3.0 public

2013-10-10 Thread 김원국
Dear Dongeum Ham, Please check this issue and apply Bartlomiej Grzelewski's patch to public git. Thanks, Michael Kim. --- Original Message --- Sender : Bartlomiej Grzelewski Software Engineer/SRPOL-Kernel & System Framework (SSD)/삼성전자 Date : 2013-10-10 22:44 (GMT+09:00) Title : Re:

Re: [Dev] [Important]Build problems Tizen 3.0 public

2013-10-10 Thread Bartlomiej Grzelewski
Dear Anuj, Patch for libprivilege-control that solves compilation problem with osp-installer(lack of app_path_type_t) is ready and waiting for merge for 2 days now. https://review.tizen.org/gerrit/#/c/10665/ I cannot merge it. I don't have permissions to do that. Best regards, Bartlomiej Grzelews

Re: [Dev] Tizen 3.0 proposal for applications launch

2013-10-10 Thread Dominig ar Foll
Le 10/10/2013 15:01, Jarkko Sakkinen a écrit : > On Thu, Oct 10, 2013 at 02:09:29PM +0200, Xavier Roche wrote: >>Hi all, >> >>Regarding the last threads for fixing OSP/WRT/Core hardcoded UID issue, I >>was wondering to what extent it could be possible to act as follow: >> >>1. Assu

Re: [Dev] Tizen 3.0 proposal for applications launch

2013-10-10 Thread Jarkko Sakkinen
On Thu, Oct 10, 2013 at 02:09:29PM +0200, Xavier Roche wrote: >Hi all, > >Regarding the last threads for fixing OSP/WRT/Core hardcoded UID issue, I >was wondering to what extent it could be possible to act as follow: > >1. Assuming we already got the uid (from getsockopt with SO_P

Re: [Dev] [Important]Build problems Tizen 3.0 public

2013-10-10 Thread Krzysztof Opasiak
> -Original Message- > From: dev-boun...@lists.tizen.org [mailto:dev- > boun...@lists.tizen.org] On Behalf Of ANUJ MISHRA > Sent: Thursday, October 10, 2013 4:52 AM > edje_multisense_plugin > gst-ffmpeg0.10 > gst-openmax > gst-plugins-good0.10 > libug-setting-wifidirect-efl > mobileprint >

[Dev] Tizen 3.0 proposal for applications launch

2013-10-10 Thread Xavier Roche
Hi all, Regarding the last threads for fixing OSP/WRT/Core hardcoded UID issue, I was wondering to what extent it could be possible to act as follow: 1. Assuming we already got the uid (from getsockopt with SO_PEERCRED...), get the 'systemd --user' pid (running with the same uid) 2. We could

[Tizen Application-dev] Qt for Tizen Alpha 4 Released: Support for 3.0, New SDK, IVI & Wayland

2013-10-10 Thread Jaroslaw Staniek
Hello, Alpha 4 is a nice addition of Qt solutions that makes Tizen even more interesting for application developers, designers and system integrators. Broad array of development options is now available from single Qt Creator-based SDK. If you're demanding one native SDK that can target Tizen, Andr

[Dev] Qt for Tizen Alpha 4 Released: Support for 3.0, New SDK, IVI & Wayland

2013-10-10 Thread Jaroslaw Staniek
Hello, Alpha 4 is a nice addition of Qt solutions that makes Tizen even more interesting for application developers, designers and system integrators. Broad array of development options is now available from single Qt Creator-based SDK. If you're demanding one native SDK that can target Tizen, Andr

[Dev] RE : [Important]Build problems Tizen 3.0 public

2013-10-10 Thread DURAND Baptiste
Hello all, I delivered a fix for wrt-commons package. https://review.tizen.org/gerrit/#/c/10587/ I notice there are -1 & +1 note in gerrit. %license is a keyword that already permits to package Lisence file as indicate in the comments. So there is no need to copy file in the %install section i

[Dev] UPDATE => RE: git projects and branches for Tizen 3.0 image enabling with Gstreamer 0.10

2013-10-10 Thread Yin, Yan
Hi, Here is the new proposal, the key message is to keep "same git branch" with "different git path": 1. Use /profile/mobile/gst-plugins-xxx0.10 "tizen" branch, to host the content which are now in "tizen_2.1_compat" branch of /platform/upstream/gst-plugins-xxx, or later changes from "tizen_2.

Re: [Dev] [Important]Build problem caused by "contacts-service" in Tizen 3.0 public

2013-10-10 Thread DongHee Ye
Dear  Junfeng   Ultimately, the request rules are needed for security. I guess the reason is that some packages which have the domain names are not merged yet. So, I move the rules to .rule file. Then we can fixed the build issue. As I know, it did not check dependency of list of .rule fil

[Dev] [Important]Build problem caused by "contacts-service" in Tizen 3.0 public

2013-10-10 Thread Dong, Junfeng
Dear Donghee, I wrote to you, because more than ten packages failed to build with the following error messages after you submitted the latest code of "platform/core/pim/contacts-service" today. For example: https://build.tizen.org/package/live_build_log?arch=i586&package=bluetooth-share&project=

[Dev] [Important] [App Framework] Issue block Tizen 3.0 public mobile image.

2013-10-10 Thread Dong, Junfeng
Hi the maintainers of "platform/core/appfw/sppc" Could you please help to fix https://bugs.tizen.org/jira/browse/PTREL-87. The mobile image is blocked several days by this bug. push-bin run-time depends on libslp-tapi (libSLP-tapi.so.0), which is replaced by libtapi in 3.0. Please recompile the

Re: [Dev] [Important]Build problems Tizen 3.0 public

2013-10-10 Thread Clark, Joel
Merged code into git does not automatically generate a submit to OBS. It is upto the project maintainer to judge when all the patches required for a submit have been merged to ensure when the code is submitted to OBS it will build properly. The maintainer may decide to take even a few days to