drinkcat / chroagh

Chromium OS Archlinux Chroot Environment
BSD 3-Clause "New" or "Revised" License
241 stars 27 forks source link

Intellij Idea? #19

Closed scottrice10 closed 10 years ago

scottrice10 commented 11 years ago

Anyone successfully install intellij-idea-community-edtion with this setup? Thanks.

drinkcat commented 11 years ago

Well, packages are available in Arch, so I don't see why it wouldn't work.

scottrice10 commented 11 years ago

When I first install Arch Linux on my Samsung Chromebook Arm and enter pacman -S intellij-idea-community-edition, Intellij will load once without errors. Then, it will never load again. There are no errors reported in idea.log. I am not familiar enough with Arch Linux to further debug why it only loads once.

I filed a bug report on the intellij-idea-community-edition package site at archlinux.org/packages. The bug report was quickly closed, and I received an email response saying that "Arch Linux Arm is not officially supported."

Wondering if anyone else has had better luck.

drinkcat commented 11 years ago

ArchLinux ARM bugs can be reported there: https://github.com/archlinuxarm/PKGBUILDs/issues?state=open .

I'll give it a quick try, see if I can find something obvious.

drinkcat commented 11 years ago

Ok. Try this:

cd /usr/lib
sudo ln -s libgif.so libgif.so.4

Will dig further and report bug to ArchLinux ARM.

scottrice10 commented 11 years ago

Nice! Your solution posted here - linking libgif.so with libgif.so.4 - is working for me so far. I'll post on the archlinuxarm thread if anything else pops up.