I have successfully installed Phoenix on Ubuntu and Debian via pip
So far, so good.
Now Arch Linux seems to be a completely different story, I always get a compile error
i’m not even sure if I installed all the requirements correctly because most packages have different names on Arch or dont exist at all: https://github.com/wxWidgets/Phoenix/blob/master/README.rst#prerequisites
has anyone managed to install Phoenix on Arch?
I feel like I won’t be able to get this working myself
Earlier on, I had wxpython working fine through the pip-install method on Arch linux. Python 3.6 is now live in the arch repos, so you will need to rebuild Phoenix against it. I am personally working on getting an aur package up and running for Phoenix eventually.
if you install the regular wxpython package, it should pull in any of the dependencies that are necessary to run Phoenix on arch. then you can just install Phoenix using pip.
···
On Saturday, December 31, 2016 at 12:42:22 PM UTC-6, Max Mustermann wrote:
I have successfully installed Phoenix on Ubuntu and Debian via pip
So far, so good.
Now Arch Linux seems to be a completely different story, I always get a compile error
i’m not even sure if I installed all the requirements correctly because most packages have different names on Arch or dont exist at all: https://github.com/wxWidgets/Phoenix/blob/master/README.rst#prerequisites
has anyone managed to install Phoenix on Arch?
I feel like I won’t be able to get this working myself
On Saturday, January 7, 2017 at 5:31:26 PM UTC-6, Axum wrote:
Earlier on, I had wxpython working fine through the pip-install method on Arch linux. Python 3.6 is now live in the arch repos, so you will need to rebuild Phoenix against it. I am personally working on getting an aur package up and running for Phoenix eventually.
if you install the regular wxpython package, it should pull in any of the dependencies that are necessary to run Phoenix on arch. then you can just install Phoenix using pip.
On Saturday, December 31, 2016 at 12:42:22 PM UTC-6, Max Mustermann wrote:
I have successfully installed Phoenix on Ubuntu and Debian via pip
So far, so good.
Now Arch Linux seems to be a completely different story, I always get a compile error
i’m not even sure if I installed all the requirements correctly because most packages have different names on Arch or dont exist at all: https://github.com/wxWidgets/Phoenix/blob/master/README.rst#prerequisites
has anyone managed to install Phoenix on Arch?
I feel like I won’t be able to get this working myself
The aur can not be installed. I have all dependencies but dox show error. I have doxygen installed and also made a soft link for dox (which was not there) but from what I understand the process trying to use some doxygen in aur repository not the local installed one. making DOXYGEN environment variable not hellped at all
···
On Sunday, 8 January 2017 07:55:51 UTC, Axum wrote:
On Saturday, January 7, 2017 at 5:31:26 PM UTC-6, Axum wrote:
Earlier on, I had wxpython working fine through the pip-install method on Arch linux. Python 3.6 is now live in the arch repos, so you will need to rebuild Phoenix against it. I am personally working on getting an aur package up and running for Phoenix eventually.
if you install the regular wxpython package, it should pull in any of the dependencies that are necessary to run Phoenix on arch. then you can just install Phoenix using pip.
On Saturday, December 31, 2016 at 12:42:22 PM UTC-6, Max Mustermann wrote:
I have successfully installed Phoenix on Ubuntu and Debian via pip
So far, so good.
Now Arch Linux seems to be a completely different story, I always get a compile error
i’m not even sure if I installed all the requirements correctly because most packages have different names on Arch or dont exist at all: https://github.com/wxWidgets/Phoenix/blob/master/README.rst#prerequisites
has anyone managed to install Phoenix on Arch?
I feel like I won’t be able to get this working myself
Please leave this bug on the comments section on the aur package, and detail how I can reproduce it. doyxgen is pulled in from git, so it will not use your system’s doxygen installation to compile.
···
On Monday, January 23, 2017 at 9:46:13 AM UTC-6, Naser Hamidi wrote:
On Sunday, 8 January 2017 07:55:51 UTC, Axum wrote:
On Saturday, January 7, 2017 at 5:31:26 PM UTC-6, Axum wrote:
Earlier on, I had wxpython working fine through the pip-install method on Arch linux. Python 3.6 is now live in the arch repos, so you will need to rebuild Phoenix against it. I am personally working on getting an aur package up and running for Phoenix eventually.
if you install the regular wxpython package, it should pull in any of the dependencies that are necessary to run Phoenix on arch. then you can just install Phoenix using pip.
On Saturday, December 31, 2016 at 12:42:22 PM UTC-6, Max Mustermann wrote:
I have successfully installed Phoenix on Ubuntu and Debian via pip
So far, so good.
Now Arch Linux seems to be a completely different story, I always get a compile error
i’m not even sure if I installed all the requirements correctly because most packages have different names on Arch or dont exist at all: https://github.com/wxWidgets/Phoenix/blob/master/README.rst#prerequisites
has anyone managed to install Phoenix on Arch?
I feel like I won’t be able to get this working myself
The aur can not be installed. I have all dependencies but dox show error. I have doxygen installed and also made a soft link for dox (which was not there) but from what I understand the process trying to use some doxygen in aur repository not the local installed one. making DOXYGEN environment variable not hellped at all
Hey all, it looks like Arch is moving away from gstreamer0.10. They removed the legacy (gstreamer0.10) listings from their gstreamer documentation page (see: https://wiki.archlinux.org/index.php?title=GStreamer&action=history) and while some mirrors still have the package floating around its been removed from the package databases.
This may be the source of some of the issues above. I’ll need more log information to be sure. Regardless I’m testing some changes pushed to wxWidgets for gstreamer1.0 support now on both Arch and Ubuntu16.10. I’ll report back when finished. Otherwise the packages listed as dependencies on Axum’s AUR package are correct for building Phoenix on Arch.
On the other hand… I do have homework I should be doing…
wxwidgets has supported optional building with gstreamer 1.0 since it seems February of 2016. the wxpython dev updated the wxwidgets build options just this morning, since it seems ubuntu is removing gstreamer0.10 as well. Unfortunately, the readme documentation does not reflect this just yet. Wxpython-phoenix should now build with gstreamer 1.0. I am currently testing building this with the new gst plugins and will update the AUR package later this day.
···
On Monday, January 23, 2017 at 5:52:15 PM UTC-6, Samuel Dunn wrote:
Hey all, it looks like Arch is moving away from gstreamer0.10. They removed the legacy (gstreamer0.10) listings from their gstreamer documentation page (see: https://wiki.archlinux.org/index.php?title=GStreamer&action=history) and while some mirrors still have the package floating around its been removed from the package databases.
This may be the source of some of the issues above. I’ll need more log information to be sure. Regardless I’m testing some changes pushed to wxWidgets for gstreamer1.0 support now on both Arch and Ubuntu16.10. I’ll report back when finished. Otherwise the packages listed as dependencies on Axum’s AUR package are correct for building Phoenix on Arch.
On the other hand… I do have homework I should be doing…
You can now build Phoenix with Gstreamer1.0, though I’m getting Xv related errors when attempting to use wx.MediaCtrl.
I think we may be getting a bit off topic now though…
Naser and Max, if you’re still encountering issues can you please supply the build errors you’re seeing so we can help identify what’s going on?
···
On Tuesday, January 24, 2017 at 6:14:40 AM UTC-8, Axum wrote:
wxwidgets has supported optional building with gstreamer 1.0 since it seems February of 2016. the wxpython dev updated the wxwidgets build options just this morning, since it seems ubuntu is removing gstreamer0.10 as well. Unfortunately, the readme documentation does not reflect this just yet. Wxpython-phoenix should now build with gstreamer 1.0. I am currently testing building this with the new gst plugins and will update the AUR package later this day.
On Monday, January 23, 2017 at 5:52:15 PM UTC-6, Samuel Dunn wrote:
Hey all, it looks like Arch is moving away from gstreamer0.10. They removed the legacy (gstreamer0.10) listings from their gstreamer documentation page (see: https://wiki.archlinux.org/index.php?title=GStreamer&action=history) and while some mirrors still have the package floating around its been removed from the package databases.
This may be the source of some of the issues above. I’ll need more log information to be sure. Regardless I’m testing some changes pushed to wxWidgets for gstreamer1.0 support now on both Arch and Ubuntu16.10. I’ll report back when finished. Otherwise the packages listed as dependencies on Axum’s AUR package are correct for building Phoenix on Arch.
On the other hand… I do have homework I should be doing…
I moved away from Arch (sadly) and back to Ubuntu because i am not a linux pro and don’t have experience in “advanced” stuff like this,
though it might help you to hear that i actually installed the regular wxPython package and then tried again to install Phoenix, but it still didn’t work.
i know i shouldn’t have given up so soon but i didnt really expect anyone to know a solution, so…
···
Am Mittwoch, 25. Januar 2017 02:47:04 UTC+1 schrieb Samuel Dunn:
You can now build Phoenix with Gstreamer1.0, though I’m getting Xv related errors when attempting to use wx.MediaCtrl.
I think we may be getting a bit off topic now though…
Naser and Max, if you’re still encountering issues can you please supply the build errors you’re seeing so we can help identify what’s going on?
On Tuesday, January 24, 2017 at 6:14:40 AM UTC-8, Axum wrote:
wxwidgets has supported optional building with gstreamer 1.0 since it seems February of 2016. the wxpython dev updated the wxwidgets build options just this morning, since it seems ubuntu is removing gstreamer0.10 as well. Unfortunately, the readme documentation does not reflect this just yet. Wxpython-phoenix should now build with gstreamer 1.0. I am currently testing building this with the new gst plugins and will update the AUR package later this day.
On Monday, January 23, 2017 at 5:52:15 PM UTC-6, Samuel Dunn wrote:
Hey all, it looks like Arch is moving away from gstreamer0.10. They removed the legacy (gstreamer0.10) listings from their gstreamer documentation page (see: https://wiki.archlinux.org/index.php?title=GStreamer&action=history) and while some mirrors still have the package floating around its been removed from the package databases.
This may be the source of some of the issues above. I’ll need more log information to be sure. Regardless I’m testing some changes pushed to wxWidgets for gstreamer1.0 support now on both Arch and Ubuntu16.10. I’ll report back when finished. Otherwise the packages listed as dependencies on Axum’s AUR package are correct for building Phoenix on Arch.
On the other hand… I do have homework I should be doing…