Xfce Forum

Sub domains
 

You are not logged in.

#1 2007-07-16 20:40:45

xTermOS
Member
Registered: 2007-07-16
Posts: 8

Failed to run installer-gui

I have FreeBSD 6.2 and want to install XFCE-4.4.1 using a graphical installer. But I've received error message:

Compiling installer-gui... OK.
Running installer-gui... failed, see /root/.xfce4.installer-log for details

/root/.xfce4.installer-log :

...............................................
## Running installer-gui (without debugging)
./installer-gui
GTK Accessibility Module initialized
/libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.0: Undefined symbol "pthread_getschedparam"

Offline

#2 2007-07-17 10:39:25

xTermOS
Member
Registered: 2007-07-16
Posts: 8

Re: Failed to run installer-gui

Now I tried to build XFCE from it's sources myself and found another bug: compilation of libxfce4util-4.4.1 stopped because gi18n.h couldn't find libintl.h (/usr/local/include/libintl.h). So I had to type `sh configure CFLAGS=-I/usr/local/include/` and compilation went OK.

Offline

#3 2007-07-17 10:44:45

xTermOS
Member
Registered: 2007-07-16
Posts: 8

Re: Failed to run installer-gui

Oh, libxfce4mcs-4.4.1 has the same problem:

In file included from /usr/local/include/xfce4/libxfce4util/xfce-i18n.h:35,
                 from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:34,
                 from mcs-manager.c:87:
/usr/local/include/glib-2.0/glib/gi18n.h:23:21: libintl.h: No such file or directory
*** Error code 1

Offline

#4 2007-07-17 11:06:42

xTermOS
Member
Registered: 2007-07-16
Posts: 8

Re: Failed to run installer-gui

I cannot make xfce-mcs-manager-4.4.1. After successful `sh configure` I saw these messages:

# make
make  all-recursive
Making all in doc
Making all in C
Making all in images
Making all in fr
Making all in images
Making all in it
Making all in images
Making all in po
Error expanding embedded variable.
*** Error code 1

Stop in /root/pkg/xfce-mcs-manager-4.4.1.
*** Error code 1

Stop in /root/pkg/xfce-mcs-manager-4.4.1.

Offline

#5 2007-07-17 11:25:17

xTermOS
Member
Registered: 2007-07-16
Posts: 8

Re: Failed to run installer-gui

While installing xfce4-icon-theme-4.4.1:

make: don't know how to make index.theme. Stop
*** Error code 1

Stop in /root/pkg/xfce4-icon-theme-4.4.1/Rodent.
*** Error code 1

Stop in /root/pkg/xfce4-icon-theme-4.4.1.

Offline

#6 2007-07-17 16:58:27

xTermOS
Member
Registered: 2007-07-16
Posts: 8

Re: Failed to run installer-gui

When installing xfce4-mcs-manager from ports I've got more detailed information:

file=`echo ar | sed 's,.*/,,'`.gmo \
&& rm -f $file && -o $file ar.po
-o: not found

Makefile:

GMSGFMT =  :?
MSGFMT =  :?
................................
.po.gmo:
file=`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) -o $$file $<

GMSGFMT and MSGFMT are empty variables. And it is not only in xfce4-mcs-manager.
I fixed it with
GMSGFMT = msgfmt
MSGFMT = msgfmt

Offline

#7 2007-07-18 15:02:47

xTermOS
Member
Registered: 2007-07-16
Posts: 8

Re: Failed to run installer-gui

I have installed it at last. Thanks, it was a nice quest  ;D
I hope you'll fix all these bugs.

Offline

Board footer

Powered by FluxBB