You are not logged in.

#1 2007-09-16 21:23:15

ramoneur
Member
Registered: 2007-06-04
Posts: 89

cant start medit (solved)

after upgrading my whole system just minutes ago and restarting my computer, i try to start medit (which is a text editor for those who dont know) but it doesnt work.
i get the error message: [ramoneur@Arch ~]$ medit
medit: error while loading shared libraries: libobjc.so.2: cannot open shared object file: No such file or directory

i searched pacman and google and so on for some libobjc to download but didnt find anything.
i need help cause i dont know what to do.

Last edited by ramoneur (2007-09-16 21:58:38)


A w e s o m e
r
c
h

Offline

#2 2007-09-16 21:24:13

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: cant start medit (solved)

I've fixed it by rebuilding using abs.  It seems to be related to the gcc update.

Offline

#3 2007-09-16 21:31:30

ramoneur
Member
Registered: 2007-06-04
Posts: 89

Re: cant start medit (solved)

rebuilding what? and what is abs? :$


A w e s o m e
r
c
h

Offline

#4 2007-09-16 21:43:09

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: cant start medit (solved)

ABS: Arch Build System, it's the infrastructure for building Arch Linux packages, all Arch packages are built using ABS.  You can have ABS on your computer and use it to build packages from source, customize them etc.  Very useful tool overall.  Read more about it here: http://wiki.archlinux.org/index.php/ABS

If you want to build medit from source you'd need to install ABS as the wiki says, you'd also need to edit /etc/abs/abs.conf to enable the community repository and then refresh the ABS tree once more (by running "abs" command as root).

After that it's as simple as doing:

cd /var/abs/community/office/medit

followed by:

makepkg -i

as root.

Alternatively you could just wait until the package maintainer rebuilds it and use a different text editor in the meantime.  In theory installing it using AUR should also do the trick, but I haven't tried it, so I don't know.

Offline

#5 2007-09-16 21:56:16

ramoneur
Member
Registered: 2007-06-04
Posts: 89

Re: cant start medit (solved)

woah! alot of output after doing makepkg -i tongue
thank you for the tip! big_smile
medit works perfect now smile


A w e s o m e
r
c
h

Offline

#6 2007-09-16 22:25:38

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: cant start medit (solved)

Glad it worked smile

Offline

#7 2007-09-20 14:58:22

ekerazha
Member
Registered: 2007-02-27
Posts: 290

Re: cant start medit (solved)

I've this bug too and it should be solved. ABS is just a "workaround".

Offline

#8 2007-09-21 08:43:52

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,607

Re: cant start medit (solved)

ekerazha wrote:

I've this bug too and it should be solved. ABS is just a "workaround".

It IS solved.

pacman -Sy gcc-objc

see libojc missing after split of gcc SOLVED


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB