Hi!
We have currently only rust on x86_64, and we need to port it to the
rest of our supported architectures. Recent versions of both
firefox-esr and librsvg requires rust.
The following packages will disappear from architectures not having
rust:
abiword
darktable
deluge
emacs
eog
eom
firefox
firefox-esr
gegl
gimp
gnome-system-monitor
goffice
graphviz
gst-plugins-bad
gst-plugins-bad0.10
imagemagick
imagemagick6
jwm
librsvg
mate-panel
mate-system-monitor
netsurf
nicotine-plus
ocaml-lablgtk
openbox
pike
tint2
vlc
xfce4-xkb-plugin
Please let me know if you think you will be able to help us port rust
to any of our currently unsupported architectures within a couple of
weeks. Otherwise the above packages will be available on x86_64 on the
alpine v3.9 release.
Thanks!
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
On 10/04/18 09:20, Natanael Copa wrote:
> The following packages will disappear from architectures not having> rust:> > darktable
No loss; the upstream developers only support x86_64 and are actually
not amenable to ports to other arches. Personal experience.
> emacs
I implore you to simply stop shipping the -gtk variant. I doubt it is
used so much and then you wouldn't have the librsvg dep.
> gst-plugins-bad> imagemagick
Again, you could simply remove the librsvg dep from these, and they
would lose a bit of functionality but still function on other architectures.
--arw
--
A. Wilcox (awilfox)
Project Lead, Adélie Linux
https://www.adelielinux.org
On 10/04/18 10:27, Kevin Chadwick wrote:
>> openbox> > Out of interest, may I ask why openbox is on that list as AFAIK, it's C> has not been touched in 3 years and doesn't utilise rust?
It depends on librsvg. Adélie is specifically shipping an older version
of librsvg to prevent the Rust dependency unless and until we are able
to ship Rust on all of our architectures, but Alpine has forged ahead
and bumped to the version that requires Rust.
Porting Rust is hell, BTW. We've spent at least two months on it, and
right now we have:
* working on x86_64
* working on ppc64
* syntax error in rust compiler during stage2 build on arm64
* crashing (segfault) during stage1 build on pmmx (i586)
* crashing during bootstrap on ppc in pthreads code
Since Firefox 52 ESR is EOL we are pretty desperate to make this happen,
and I'd say a good 10+ hours of my time every week has gone in to trying
to make it work. We also have a contributor who has spent basically all
his free time in the past month working on it. It's bad.
--arw
--
A. Wilcox (awilfox)
Open-source programmer (C, C++, Python)
https://code.foxkit.us/u/awilfox/
JWM can be built without SVG support. Actually I would prefer it that
way, since JWM is intended to be tiny and librsvg pulls in some
relatively large dependencies.
- Jeff
On Thu, Oct 4, 2018 at 9:21 AM Natanael Copa <ncopa@alpinelinux.org> wrote:
>> Hi!>> We have currently only rust on x86_64, and we need to port it to the> rest of our supported architectures. Recent versions of both> firefox-esr and librsvg requires rust.>> The following packages will disappear from architectures not having> rust:>> abiword> darktable> deluge> emacs> eog> eom> firefox> firefox-esr> gegl> gimp> gnome-system-monitor> goffice> graphviz> gst-plugins-bad> gst-plugins-bad0.10> imagemagick> imagemagick6> jwm> librsvg> mate-panel> mate-system-monitor> netsurf> nicotine-plus> ocaml-lablgtk> openbox> pike> tint2> vlc> xfce4-xkb-plugin>> Please let me know if you think you will be able to help us port rust> to any of our currently unsupported architectures within a couple of> weeks. Otherwise the above packages will be available on x86_64 on the> alpine v3.9 release.>> Thanks!>>>> ---> Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org> Help: alpine-devel+help@lists.alpinelinux.org> --->
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
On Thu, 4 Oct 2018 14:15:48 -0500
"A. Wilcox" <awilfox@adelielinux.org> wrote:
> On 10/04/18 09:20, Natanael Copa wrote:> > The following packages will disappear from architectures not having> > rust:> > > > darktable > > No loss; the upstream developers only support x86_64 and are actually> not amenable to ports to other arches. Personal experience.> > > emacs > > I implore you to simply stop shipping the -gtk variant. I doubt it is> used so much and then you wouldn't have the librsvg dep.> > > gst-plugins-bad> > imagemagick > > Again, you could simply remove the librsvg dep from these, and they> would lose a bit of functionality but still function on other architectures.
Right, we could just remove svg support on libs/apps where its optional.
But what I'd prefer is some help with porting rust to the other arches.
Thanks!
-nc
On Thu, 2018-10-04 at 21:24, Natanael Copa wrote:
> On Thu, 4 Oct 2018 14:15:48 -0500> "A. Wilcox" <awilfox@adelielinux.org> wrote:> > > On 10/04/18 09:20, Natanael Copa wrote:> > > The following packages will disappear from architectures not having> > > rust:> > > > > > darktable > > > > No loss; the upstream developers only support x86_64 and are actually> > not amenable to ports to other arches. Personal experience.> > > > > emacs > > > > I implore you to simply stop shipping the -gtk variant. I doubt it is> > used so much and then you wouldn't have the librsvg dep.> > > > > gst-plugins-bad> > > imagemagick > > > > Again, you could simply remove the librsvg dep from these, and they> > would lose a bit of functionality but still function on other architectures.> > Right, we could just remove svg support on libs/apps where its optional.> > But what I'd prefer is some help with porting rust to the other arches.
As a user, how I can help?
I don't have experience with rust but I have aarch64 machine and I want
to help if I can, of course.
--
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
> Please let me know if you think you will be able to help us port rust> to any of our currently unsupported architectures within a couple of> weeks. Otherwise the above packages will be available on x86_64 on the> alpine v3.9 release.
Can you elaborate what is currently blocking alpine from shipping rust
on non x86_64 architectures? I'm using rust successfully on a few arm
variants I keep as a test farm (with glibc though).
You may also want to have a look at the debian-rust project, cargo and
ripgrep are currently available for quite a few architectures in debian
testing. The architectures that were causing issues are mostly mips
variants, which seems to be llvm related.
Have you tried reaching out to the rust project/community in general? It
seems a lot of people are currently unaware of the issues that alpine is
facing with rust and I think you might have more luck getting people to
contribute.
Thanks for your work!
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---