You are not logged in.
Pages: 1
Hi,
I'm trying to compile xfce4-indicator-plugin but getting the error message:
checking for indicator3-0.4 >= 12.10.1... not found
*** The required package indicator3-0.4 was not found on your system.
*** Please install indicator3-0.4 (atleast version 12.10.1) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
This is in spite of installing all the packages in debian/control.
I'd appreciate suggestions how to resolve this.
Thanks
Offline
I'm trying to compile xfce4-indicator-plugin but getting the error message:
checking for indicator3-0.4 >= 12.10.1... not found
*** The required package indicator3-0.4 was not found on your system.
*** Please install indicator3-0.4 (atleast version 12.10.1) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
libindicator3-dev?
This is in spite of installing all the packages in debian/control.
Aren't those install dependencies - not build dependencies?
Which distro and distro version are you compiling for?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
libindicator3-dev?
There doesn't seem to be a package as such.
The closet result I get from apt file search libindicator3 is
libayatana-appindicator3-1: /usr/lib/x86_64-linux-gnu/libayatana-appindicator3.so.1
Which distro and distro version are you compiling for?
Sparky rolling (=Debian testing).
Thanks
Offline
Looks like debian patches the source so that it can build (using libayatana-indicator3). You can view the patch here (in the debian/patches directory).
Buildlog is here.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks.
I've applied the patch: quilt push -a
Running configure again still gives the same error:
checking for indicator3-0.4 >= 12.10.1... not found
*** The required package indicator3-0.4 was not found on your system.
*** Please install indicator3-0.4 (atleast version 12.10.1) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
Any suggestions?.
Cheers
Offline
There is something definitely wrong with the debian build system/packages there. You might want to create a bug report in the debian system for this.
Grabbing the git version seems to work though:
git clone https://gitlab.xfce.org/panel-plugins/xfce4-indicator-plugin.git
cd xfce4-indicator-plugin
patch -p1 < /path/to/01_ayatana.patch
...note there will be an error here - it can't find configure.ac to patch - you need to specify the file configure.ac.in instead. Then:
./autogen.sh --prefix=/usr --libdir=/lib/$(uname -m)-linux-gnu
make
sudo make install
Out of curiosity, why are you trying to compile when its available in the repositories?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
There is something definitely wrong...
Thanks. It's been an interesting experiment trying to compile this but it's a fragile setup.
You're right - I just grabbed the deb package.
BTW: workrave (keyboard typing breaks app) doesn't display any timer in the xfce panel. Would you know why?.
Cheers
Offline
BTW: workrave (keyboard typing breaks app) doesn't display any timer in the xfce panel. Would you know why?.
Disable the system tray icon in it's preferences and add the workrave plugin to the panel.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 551.79 KiB (Peak: 569.07 KiB) ]