! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
bug in make file ?
Status:
RESOLVED: INVALID
Product:
Xfce4-weather-plugin
Component:
General

Comments

Description emilio 2009-01-01 17:36:45 CET
I have found this problem in all version 0.6.0 and 0.6.1 of weather.

Compiling stop with this error:

Making all in po
make[2]: Entering directory `/root/install/weather/xfce4-weather-plugin-0.6.1/po'
file=`echo en_GB | sed 's,.*/,,'`.gmo \
	  && rm -f $file &&  -o $file en_GB.po
/bin/sh: -o: not found
make[2]: *** [en_GB.gmo] Error 127
make[2]: Leaving directory `/root/install/weather/xfce4-weather-plugin-0.6.1/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/install/weather/xfce4-weather-plugin-0.6.1'
make: *** [all] Error 2

I suspect an error in make file because the command before -o is absent.

I use xubuntu 8.04.

Is realy a bug ?

Thank in advance,

emilio
Comment 1 Enrico Tröger editbugs 2009-01-01 17:59:09 CET
This is a bug in older intltool versions which don't properly check for gettext tools. Plus a weird default dependency in Ubuntu because there the package 'gettext' isn't installed by default.

To solve your problems: simply install the 'gettext' package and re-configure again.
Comment 2 emilio 2009-01-02 09:28:05 CET
(In reply to comment #1)
> This is a bug in older intltool versions which don't properly check for gettext
> tools. Plus a weird default dependency in Ubuntu because there the package
> 'gettext' isn't installed by default.
> 
> To solve your problems: simply install the 'gettext' package and re-configure
> again.

ok, I have installed gettex, run  ./configure and recompiling working fine.

Thank you very much,

wishes, 

Emilio
Comment 3 Jannis Pohlmann editbugs 2009-06-12 13:21:46 CEST
Re-assigning to Colin Leroy who is the new maintainer of the plugin.

Bug #4761

Reported by:
emilio
Reported on: 2009-01-01
Last modified on: 2010-11-09

People

Assignee:
Colin Leroy
CC List:
3 users

Version

Version:
0.7.3 or older

Attachments

Additional information