From: <mcn...@au...> - 2004-01-08 01:16:34
|
Hi Anon, I don't have a machine easily available to rebuild this old code, but I do have a guess as to what is going wrong. Build order is very important with this code. I think something got built out of sequence. It looks like one of the *-config scripts may not be outputting the correct -I compiler flag to find the capplet include files because the capplet package was not available on the system when the script was created. Dan > From: Anon Sricharoenchai <ano...@sc...> > To: <aix...@ww...> > Subject: [tbox-l] I wonder how can the maintainer build gnome-core-1.4.0.4-1 package, on AIX 5.0.1 > Sender: aix...@ww... > Errors-To: aix...@ww... > X-BeenThere: aix...@ww... > X-Mailman-Version: 2.0.4 > List-Unsubscribe: <http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list>, <mailto:aix...@ww...?subject=unsubscribe> > List-Id: AIX Toolbox general mailing list <aixtoolbox-list.www-124.ibm.com> > List-Post: <mailto:aix...@ww...> > List-Help: <mailto:aix...@ww...?subject=help> > List-Subscribe: <http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list>, <mailto:aix...@ww...?subject=subscribe> > List-Archive: <http://www-124.ibm.com/pipermail/aixtoolbox-list/> > Date: Tue, 6 Jan 2004 12:48:58 +0700 (ICT) > > I've tried to build the gnome-core-1.4.0.4-1 by invoking the command like this, > > bash-2.05a$ PATH="/usr/linux/bin/:$PATH" rpm --short-circuit -bc SPECS/gnome-core.spec > Executing(%build): /bin/sh -e /var/opt/freeware/tmp/ans/rpm-tmp/rpm-tmp.30612 > + umask 022 > + cd /home/ans/rpm/building/BUILD > + cd gnome-core-1.4.0.4 > + [[ -z ]] > + whence -v cc > + 2> /dev/null > + test X != X > + export CC=gcc > + test Xgcc != Xgcc > + libtoolize --force > You should update your `aclocal.m4' by running aclocal. > + ./configure --prefix=/opt/freeware --with-window-manager=sawfish --sysconfdir=/opt/freeware/etc > + CFLAGS=-DHAVE_CONTROL_CENTER -O2 -fsigned-char LDFLAGS=-Wl,-brtl > loading cache ./config.cache > checking for a BSD compatible install... (cached) /usr/linux/bin//install -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... (cached) yes > checking for working aclocal... found > <--cut--> > ... > <--cut--> > /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-libice-check gnome-libice-check.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-libice-check gnome-libice-check.o -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk /opt/freeware/lib/libgmodule.so -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c session-properties-capplet.c > session-properties-capplet.c:29: capplet-widget.h: A file or directory in the path name does not exist. > <--cut--> > ... > <--cut--> > > But it has the above error, capplet-widget.h can't be found in the included > path. In fact, capplet-widget.h is installed in /opt/freeware/include/libcapplet1/, > > bash-2.05a$ rpm -qla | grep capplet-widget > /opt/freeware/include/libcapplet1/capplet-widget.h > > But I wonder that the configure script doesn't add that path to be included. I > also wonder how can IBM maintainer build this gnome-core package using their > provided spec file, which should be exactly the same as the one I got. > Are there any environment variables set (such as CFLAGS) before building their > package? > > > The following is the full output from my build command. > > bash-2.05a$ PATH="/usr/linux/bin/:$PATH" rpm --short-circuit -bc SPECS/gnome-core.spec > Executing(%build): /bin/sh -e /var/opt/freeware/tmp/ans/rpm-tmp/rpm-tmp.30612 > + umask 022 > + cd /home/ans/rpm/building/BUILD > + cd gnome-core-1.4.0.4 > + [[ -z ]] > + whence -v cc > + 2> /dev/null > + test X != X > + export CC=gcc > + test Xgcc != Xgcc > + libtoolize --force > You should update your `aclocal.m4' by running aclocal. > + ./configure --prefix=/opt/freeware --with-window-manager=sawfish --sysconfdir=/opt/freeware/etc > + CFLAGS=-DHAVE_CONTROL_CENTER -O2 -fsigned-char LDFLAGS=-Wl,-brtl > loading cache ./config.cache > checking for a BSD compatible install... (cached) /usr/linux/bin//install -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... (cached) yes > checking for working aclocal... found > checking for working autoconf... found > checking for working automake... found > checking for working autoheader... found > checking for working makeinfo... missing > checking whether to enable maintainer-specific portions of Makefiles... no > checking for perl... (cached) /usr/bin/perl > checking for gnome-config... (cached) /usr/bin/gnome-config > checking if /usr/bin/gnome-config works... yes > checking for orbit-config... (cached) /usr/bin/orbit-config > checking for orbit-idl... (cached) /usr/bin/orbit-idl > checking for working ORBit environment... (cached) yes > checking for gnorba libraries... (cached) yes > checking extra library "capplet"... -Wl,-brtl -lcapplet -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -ldb-3 -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib -lm -lgnorba > checking for gcc... (cached) gcc > checking whether the C compiler (gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wl,-brtl) works... yes > checking whether the C compiler (gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wl,-brtl) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for POSIXized ISC... no > checking for gcc... (cached) gcc > checking whether the C compiler (gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wl,-brtl) works... yes > checking whether the C compiler (gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wl,-brtl) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking how to run the C preprocessor... (cached) gcc -E > checking for ANSI C header files... (cached) yes > checking host system type... powerpc-ibm-aix5.1.0.0 > checking build system type... powerpc-ibm-aix5.1.0.0 > checking for ranlib... (cached) ranlib > checking for ld used by GCC... (cached) /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... (cached) no > checking for BSD-compatible nm... (cached) /usr/linux/bin//nm -B > checking whether ln -s works... (cached) yes > loading cache ./config.cache within ltconfig > checking for object suffix... o > checking for executable suffix... (cached) no > checking for gcc option to produce PIC... none > checking if gcc supports -c -o file.o... yes > checking if gcc supports -c -o file.lo... yes > checking if gcc supports -fno-rtti -fno-exceptions ... yes > checking if gcc static flag -static -Wl,-lC works... -static -Wl,-lC > checking if the linker (/usr/bin/ld) is GNU ld... no > checking whether the linker (/usr/bin/ld) supports shared libraries... no > checking command to parse /usr/linux/bin//nm -B output... ok > checking how to hardcode library paths into programs... unsupported > checking for /usr/bin/ld option to reload object files... -r > checking dynamic linker characteristics... no > checking if libtool supports shared libraries... no > checking whether to build shared libraries... no > checking whether to build static libraries... yes > checking for objdir... .libs > creating libtool > loading cache ./config.cache > checking for flex... flex > checking for flex... (cached) flex > checking for yywrap in -lfl... yes > checking lex output file root... lex.yy > checking whether yytext is a pointer... yes > checking for bison... bison -y > checking for xrdb... /usr/bin/X11/xrdb > checking what warning flags to pass to the C compiler... -Wall -Wunused > checking what language compliance flags to pass to the C compiler... > checking for pthread_create in -lpthread... yes > checking for gtk-config... /usr/bin/gtk-config > checking for GTK - version >= 1.2.0... yes > checking for SmcSaveYourselfDone in -lSM... yes > checking for X11/SM/SMlib.h... yes > checking for XpmFreeXpmImage in -lXpm... yes > checking for gnome-config... (cached) /usr/bin/gnome-config > checking for xmlNewDoc in -lxml... yes > checking for gtk-config... (cached) /usr/bin/gtk-config > checking for GTK - version >= 1.2.5... yes > checking for gnome_window_icon_set_default_from_file in -lgnomeui... yes > checking for working const... yes > checking for inline... inline > checking for off_t... yes > checking for size_t... yes > checking for working alloca.h... yes > checking for alloca... yes > checking for unistd.h... yes > checking for getpagesize... yes > checking for working mmap... no > checking for argz.h... no > checking for limits.h... yes > checking for locale.h... yes > checking for nl_types.h... yes > checking for malloc.h... yes > checking for string.h... yes > checking for unistd.h... (cached) yes > checking for sys/param.h... yes > checking for getcwd... yes > checking for munmap... yes > checking for putenv... yes > checking for setenv... yes > checking for setlocale... yes > checking for strchr... yes > checking for strcasecmp... yes > checking for strdup... yes > checking for __argz_count... no > checking for __argz_stringify... no > checking for __argz_next... no > checking for stpcpy... yes > checking for LC_MESSAGES... yes > checking whether NLS is requested... yes > checking for libintl.h... yes > checking for gettext in libc... no > checking for bindtextdomain in -lintl... yes > checking for gettext in libintl... checking for gettext in -lintl... yes > yes > checking for msgfmt... /usr/bin/msgfmt > checking for dcgettext... no > checking for gmsgfmt... /usr/bin/msgfmt > checking for xgettext... /usr/bin/xgettext > checking for catalogs to be installed... az bg ca cs da de el en_GB es et eu fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sp sr sv ta tr uk wa zh_TW.Big5 zh_CN.GB2312 > checking for dlfcn.h... yes > checking for dl.h... no > checking for syslog.h... yes > checking for tcpd.h... no > checking for dlopen in -ldl... yes > checking for CApplet library... /usr/bin/gnome-config --modversion capplet > found > checking for Configure Easter Egg version >= 3.14... found > checking for GdkPixbuf library >= 0.7.0... found > checking for Glade libraries >= 0.14... found libglade-0.17 > checking whether to use TCP wrappers... no > Unknown library `gtkhtml' > Unknown library `gtkhtml' > checking for gtk_html_construct in -lgtkhtml... no > configure: warning: Recent enough GtkHTML library not found (using GtkXmHTML) > > checking which HTML widget to use... GtkXmHTML > checking for connect... yes > checking for gethostbyname... yes > checking for inet_aton... yes > checking for zvt_term_reset... yes > checking for zvt_term_set_del_is_del... yes > checking for bzopen in -lbz2... no > checking for BZ2_bzopen in -lbz2... yes > checking for scrollkeeper-config... /usr/bin/scrollkeeper-config > checking for gtkdoc-mkdb... false > checking for _IceTransNoListen... no > updating cache ./config.cache > creating ./config.status > creating Makefile > creating gnome-core.spec > creating po/Makefile.in > creating macros/Makefile > creating panel/Makefile > creating panel/doc/Makefile > creating panel/help/Makefile > creating panel/help/C/Makefile > creating panel/help/de/Makefile > creating panel/help/it/Makefile > creating panel/help/ja/Makefile > creating applets/Makefile > creating applets/applet-dirs/Makefile > creating applets/gen_util/Makefile > creating applets/gen_util/help/Makefile > creating applets/gen_util/help/C/Makefile > creating applets/gen_util/help/C/clock/Makefile > creating applets/gen_util/help/C/mailcheck/Makefile > creating applets/gen_util/help/C/printer/Makefile > creating applets/gen_util/help/de/Makefile > creating applets/gen_util/help/no/Makefile > creating applets/gen_util/help/da/Makefile > creating applets/gen_util/help/da/clock/Makefile > creating applets/gen_util/help/da/mailcheck/Makefile > creating applets/gen_util/help/da/printer/Makefile > creating applets/gen_util/help/es/Makefile > creating applets/gen_util/help/es/printer/Makefile > creating applets/gen_util/help/it/Makefile > creating applets/gen_util/help/it/clock/Makefile > creating applets/gen_util/help/it/mailcheck/Makefile > creating applets/gen_util/help/it/printer/Makefile > creating applets/fish/Makefile > creating applets/fish/help/Makefile > creating applets/fish/help/C/Makefile > creating applets/fish/help/no/Makefile > creating applets/fish/help/da/Makefile > creating applets/fish/help/it/Makefile > creating applets/desk-guide/Makefile > creating applets/desk-guide/help/Makefile > creating applets/desk-guide/help/C/Makefile > creating applets/desk-guide/help/de/Makefile > creating applets/desk-guide/help/it/Makefile > creating applets/tasklist/Makefile > creating applets/tasklist/help/Makefile > creating applets/tasklist/help/C/Makefile > creating core-docs/Makefile > creating core-docs/fdl/Makefile > creating core-docs/fdl/C/Makefile > creating core-docs/gpl/Makefile > creating core-docs/gpl/C/Makefile > creating core-docs/lgpl/Makefile > creating core-docs/lgpl/C/Makefile > creating core-docs/gnome-feedback/Makefile > creating core-docs/gnome-feedback/C/Makefile > creating desktop-links/Makefile > creating gnome-terminal/Makefile > creating gnome-terminal/C/Makefile > creating gnome-terminal/de/Makefile > creating gnome-terminal/da/Makefile > creating gnome-terminal/es/Makefile > creating gnome-terminal/it/Makefile > creating gnome-terminal/no/Makefile > creating help-browser/Makefile > creating help-browser/gnome-man2html/Makefile > creating help-browser/gnome-info2html/Makefile > creating help-browser/help/Makefile > creating help-browser/help/C/Makefile > creating help-browser/help/ca/Makefile > creating help-browser/help/da/Makefile > creating help-browser/help/el/Makefile > creating help-browser/help/es/Makefile > creating help-browser/help/et/Makefile > creating help-browser/help/eu/Makefile > creating help-browser/help/hu/Makefile > creating help-browser/help/fr/Makefile > creating help-browser/help/gl/Makefile > creating help-browser/help/it/Makefile > creating help-browser/help/ja/Makefile > creating help-browser/help/ko/Makefile > creating help-browser/help/lt/Makefile > creating help-browser/help/no/Makefile > creating help-browser/help/uk/Makefile > creating help-browser/help/wa/Makefile > creating gnome-hint/Makefile > creating gnome-about/Makefile > creating gmenu/Makefile > creating gnome-edit/Makefile > creating idl/Makefile > creating pixmaps/Makefile > creating gsm/Makefile > creating gsm/help/Makefile > creating gsm/help/C/Makefile > creating gsm/help/ja/Makefile > creating gsm/default.session.5 > creating gsm/gnome-session.1 > creating smproxy/Makefile > creating intl/Makefile > creating omf-install/Makefile > creating config.h > + [ -n ] > + make > make all-recursive > Making all in intl > Target "all" is up to date. > Making all in po > XML_I18N_EXTRACT=../xml-i18n-extract ../xml-i18n-update --pot > rm -f cat-id-tbl.tmp > sed -f ../intl/po2tbl.sed ./gnome-core.pot | sed -e "s/@PACKAGE NAME@/gnome-core/" > cat-id-tbl.tmp > if cmp -s cat-id-tbl.tmp ./cat-id-tbl.c; then rm cat-id-tbl.tmp; else echo cat-id-tbl.c changed; rm -f ./cat-id-tbl.c; mv cat-id-tbl.tmp ./cat-id-tbl.c; fi > cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id > /usr/bin/msgfmt -o az.mo az.po > /usr/bin/msgfmt -o bg.mo bg.po > bg.po: warning: Charset "windows-1251" is not a portable encoding name. > Message conversion to user's charset might not work. > /usr/bin/msgfmt -o ca.mo ca.po > ca.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o cs.mo cs.po > cs.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o da.mo da.po > da.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o de.mo de.po > de.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o el.mo el.po > el.po: warning: Charset "ISO-8859-7" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-7". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o en_GB.mo en_GB.po > en_GB.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), > and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o es.mo es.po > es.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o et.mo et.po > et.po: warning: Charset "ISO-8859-15" is not supported. msgfmt relies on iconv(), > and iconv() does not support "ISO-8859-15". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o eu.mo eu.po > eu.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o fi.mo fi.po > fi.po: warning: Charset "ISO-8859-15" is not supported. msgfmt relies on iconv(), > and iconv() does not support "ISO-8859-15". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o fr.mo fr.po > fr.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o ga.mo ga.po > ga.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o gl.mo gl.po > gl.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o hu.mo hu.po > hu.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o it.mo it.po > it.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o ja.mo ja.po > ja.po: warning: Charset "EUC-JP" is not supported. msgfmt relies on iconv(), > and iconv() does not support "EUC-JP". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o ko.mo ko.po > ko.po: warning: Charset "EUC-KR" is not supported. msgfmt relies on iconv(), > and iconv() does not support "EUC-KR". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o lt.mo lt.po > lt.po: warning: Charset "ISO-8859-13" is not supported. msgfmt relies on iconv(), > and iconv() does not support "ISO-8859-13". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o lv.mo lv.po > lv.po: warning: Charset "ISO-8859-13" is not supported. msgfmt relies on iconv(), > and iconv() does not support "ISO-8859-13". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o nl.mo nl.po > nl.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o nn.mo nn.po > nn.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o no.mo no.po > no.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o pl.mo pl.po > pl.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o pt.mo pt.po > pt.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o pt_BR.mo pt_BR.po > pt_BR.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), > and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o ro.mo ro.po > ro.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o ru.mo ru.po > ru.po: warning: Charset "KOI8-R" is not supported. msgfmt relies on iconv(), > and iconv() does not support "KOI8-R". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o sk.mo sk.po > sk.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o sl.mo sl.po > sl.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o sp.mo sp.po > sp.po: warning: Charset "ISO-8859-5" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-5". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o sr.mo sr.po > sr.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o sv.mo sv.po > sv.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o ta.mo ta.po > ta.po: warning: Charset "TSCII" is not a portable encoding name. > Message conversion to user's charset might not work. > /usr/bin/msgfmt -o tr.mo tr.po > tr.po: warning: Charset "ISO-8859-9" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-9". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o uk.mo uk.po > uk.po: warning: Charset "KOI8-U" is not supported. msgfmt relies on iconv(), > and iconv() does not support "KOI8-U". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o wa.mo wa.po > wa.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o zh_TW.Big5.mo zh_TW.Big5.po > zh_TW.Big5.po: warning: Charset "BIG5" is not supported. msgfmt relies on iconv(), > and iconv() does not support "BIG5". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway, expect parse errors. > /usr/bin/msgfmt -o zh_CN.GB2312.mo zh_CN.GB2312.po > zh_CN.GB2312.po: warning: Charset "GB2312" is not supported. msgfmt relies on iconv(), > and iconv() does not support "GB2312". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > Target "all" is up to date. > Making all in macros > Target "all" is up to date. > Making all in gsm > Making all in help > Making all in C > cp session/index.html . > for file in session-C.omf; do scrollkeeper-preinstall /opt/freeware/share/gnome/help/session/C/session.sgml $file ../../../omf-install/$file; done > touch omf_timestamp > Target "all" is up to date. > Making all in ja > cp session/index.html . > for file in session-ja.omf; do scrollkeeper-preinstall /opt/freeware/share/gnome/help/session/ja/session.sgml $file ../../../omf-install/$file; done > touch omf_timestamp > Target "all" is up to date. > Target "all-am" is up to date. > Target "all" is up to date. > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c manager.c > manager.c: In function `register_client': > manager.c:726: warning: long int format, pid_t arg (arg 6) > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c ice.c > ice.c: In function `initialize_ice': > ice.c:285: warning: format not a string literal, argument types not checked > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c main.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c prop.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c save.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c command.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c remote.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c logout.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c splash.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c gsm-protocol.c > /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-session manager.o ice.o main.o prop.o save.o command.o remote.o logout.o splash.o gsm-protocol.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl -Wl,-brtl -L/opt/freeware/lib -lgdk_pixbuf -lgtk -lgdk -lgmodule -lglib -lintl -lXext -lX11 -lm -lgnomecanvaspixbuf > mkdir .libs > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-session manager.o ice.o main.o prop.o save.o command.o remote.o logout.o splash.o gsm-protocol.o -Wl,-brtl -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 -lgdk_pixbuf -lgtk -lgdk /opt/freeware/lib/libgmodule.so /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv -lXext -lX11 -lm -lgnomecanvaspixbuf gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c save-session.c > /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o save-session save-session.o gsm-protocol.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o save-session save-session.o gsm-protocol.o -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk /opt/freeware/lib/libgmodule.so -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c gnome-login-check.c > gnome-login-check.c: In function `check_for_dns': > gnome-login-check.c:196: warning: control reaches end of non-void function > /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-login-check gnome-login-check.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-login-check gnome-login-check.o -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk /opt/freeware/lib/libgmodule.so -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c session-properties.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c gsm-client-list.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c gsm-client-editor.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c gsm-client-row.c /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o session-properties session-properties.o gsm-client-list.o gsm-client-editor.o gsm-client-row.o gsm-protocol.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o session-properties session-properties.o gsm-client-list.o gsm-client-editor.o gsm-client-row.o gsm-protocol.o -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk /opt/freeware/lib/libgmodule.so -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c gnome-libice-check.c > /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-libice-check gnome-libice-check.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-libice-check gnome-libice-check.o -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk /opt/freeware/lib/libgmodule.so -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c session-properties-capplet.c > session-properties-capplet.c:29: capplet-widget.h: A file or directory in the path name does not exist. > make: 1254-004 The error code from the last command is 1. > > > Stop. > make: 1254-004 The error code from the last command is 1. > > > Stop. > make: 1254-004 The error code from the last command is 1. > > > Stop. > make: 1254-004 The error code from the last command is 2. > > > Stop. > Bad exit status from /var/opt/freeware/tmp/ans/rpm-tmp/rpm-tmp.30612 (%build) > > > > ________________________________________________________________ > > > DISCLAIMER: > This e-mail is intended solely for the recipient(s) name above. If you are not the intended recipient, any type of your use is prohibited. Any information, comment or statement contained in this e-mail, including any attachments (if any) are those of the author and are not necessarily endorsed by the Bank. The Bank shall, therefore, not be liable or responsible for any of such contents, including damages resulting from any virus transmitted by this e-mail. > |