-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run command showing too many errors and warnings in Ubuntu 16.04 LTS #49
Comments
Those warnings are not from If your problem is that Sugar does not start, please check |
Checked the logs, it shows these errors:-
|
As now pointed out by our developer documentation, However, it has failed to keep up with a dependency in Sugar on WebKit2 GI API 4.0, and that is the underlying cause of your problem. Or Your choices are;
or
I can't tell you which of these is best, because I don't know why you are doing this. If you have a fix for |
okay @quozl , I will look into packaged style, but this error is showing in Ubuntu 👍 |
Yes, the error is showing on your Ubuntu 16.04 system, but it doesn't show on my Ubuntu 16.04 system, and the main difference is that I'm not using the |
So I will use |
Thanks @quozl I will look into old commits as soon as possible :) |
@Himanshu-Sekhar-Nayak , I think you didn't understand @quozl . |
i.e. no need to look at old commits... |
flashback of 10 years ago and trying jhbuild on Ubuntu... :-D |
okay @icarito |
@icarito, activity here today seemed to have been spawned by a detailed discussion on IRC, so I'll paste this for context;
|
@Himanshu-Sekhar-Nayak one way to quickly find the commit you're looking for, is to look for git tags. Every release is tagged. Have fun! |
@icarito, unfortunately several recent releases were not tagged, perhaps you'd like to add the tags? 😁 |
Sounds like fun. |
@Himanshu40 I guess you're still kicking |
under |
The About 14 days ago you identified the cause as
Which should be an easy thing to fix; install version 4.0 of the WebKit2 Python GI API. Sugar packages for Debian and Ubuntu already depend on this, and it is automatically installed. For a system using Sugar packages, nothing to do. But for |
So @quozl |
Good try at paraphrasing, but I'm not sure you've caught on. I'll rephrase. Sugar itself depends on version 4.0 of the WebKit2 Python GI API, or version 3.0 of the WebKit Python GI API. Your error message from shell.log confirms that. Sugar commits also confirm that, see
To fix it you would have to install Fedora 23, and figure out which package (if any) satisfies the dependency. Or, install Fedora 25, and do the same. Both of which seem way more complicated than installing Ubuntu packages of Sugar on your Ubuntu system. 😁 |
Thanks @quozl when I will try I will report asap 💯 |
Finally it worked by giving version 3 in webkit2. Thanks @quozl :) 👍 |
Good news, thanks. Can you say exactly what you did so that others can do it? |
Answered in IRC #sugar channel; the workaround was to revert
|
So it needs a update to work smoothly in Fedora 25 @quozl |
i was trying to run the build command on Ubuntu 16.04 i keep getting this errors. = Building =
Command failed: python2.7 /home/broot/sugar-build/write/setup.py install --prefix /home/broot/sugar-build/build/out/install /home/broot/sugar-build/write/po/bn_IN.po:243:10: syntax error |
@samswag, in future, please use three backticks lines around log, so it does not wrap badly. Like ``` What you saw is an entirely different thing to what Himanshu40 saw. The problem you saw is about the
Or you can post a pull request to fix the Neither Walter nor I are testing pull requests against |
Woah, sorry, wrong change. It was sugarlabs/write-activity#17 in https://github.com/sugarlabs/write-activity made 18 days ago! I had assumed wrongly it was the most recent change, but looking at your log the file with bad format is in the Write activity. Gonzalo didn't test the pull request against It also shows us that nobody used |
@samswag please test again with sugarlabs/write-activity#18 |
I faced the same problem too. So @quozl I removed |
I will try to fix the current issues with sugar-build asap, I haven't
been very active lately.
But I'll rate to encourage the usage of fedora, or latest ubuntu
versions (see 17.04) to basically build sugar build without broot
…On 4/17/17, Himanshu Sekhar Nayak ***@***.***> wrote:
Yes you are correct @quozl and I removed `Write-Activity` in `modules.json`
So that I can build it. Now it's working well :) 👍
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#49 (comment)
|
Yeah you are right nacio! I am running Sugar on Fedora 25 without any problem. |
Is there a fix for |
@quozl @i5o I am also facing unprecedent errors while trying to setup a fresh clone of Sugar-build. Seems like a recent change in one of it's modules is causing the issue.
|
@iamutkarshtiwari, please show us |
@quozl Here is the output from shell.log -
Seems to be the same webkit version error as stated by Himanshu. We should find a fix soon so that other newcomers may not be discouraged due to sugar-build failure. |
@iamutkarshtiwari, agreed, same problem; feel free to find a solution, but for me I don't use |
@quozl If you suggest, I can go ahead and create a PR with modified |
Can you @iamutkarshtiwari and me rebuild |
@iamutkarshtiwari, certainly not. Fix |
The text was updated successfully, but these errors were encountered: