[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: octave build dependency for Fedora
From: |
Daniel J Sebald |
Subject: |
Re: octave build dependency for Fedora |
Date: |
Tue, 11 Jun 2013 00:48:48 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16 |
On 06/10/2013 08:53 PM, Michael D. Godfrey wrote:
I just tried octave devel GUI on Fedora 18 and found that
without the package ibus-devel everything complies fine, but
at startup a message appears saying: Can not get ibus-...
Installing ibus-devel fixes this.
Michael
http://en.wikipedia.org/wiki/Intelligent_Input_Bus
It implements XIM protocol, and has GTK+ and Qt input method modules.
Must you recompile after installing ibus-devel? Or is this a run-time
only problem? Have you always been running FC 18 and this just started
happening because of a changeset in the repository?
Are you doing anything special when compiling? I am running fc14 and
though there is an ibus-devel, it isn't installed. Here are the
non-header-file contents for that package.
/usr/lib64/libibus.so
/usr/lib64/pkgconfig/ibus-1.0.pc
/usr/share/gir-1.0/IBus-1.0.gir
/usr/share/vala/vapi/ibus-1.0.vapi
I would guess it is libibus.so that is needed, but I don't see any
libibus.so as part of the octave script. Maybe Qt needs a function
inside that library. If so, perhaps FC should be making the ibus-devel
package a dependency for the Qt Toolkit package.
Dan