Re: garnome-list digest, Vol 1 #754 - 3 msgs



I am running Mandrake 9.1 download ed.

It breaks in a different place, I don't know if this is a different error or if I broke it even more.

Here is what I did, I went into the Makefile as you suggested, I couldn't find any reference to ICONV

[root localhost glib]# pwd
/usr/garnome-0.28.2/gnome/glib
[root localhost glib]# more Makefile
GARNAME = glib
GARVERSION = 2.3.0
CATEGORIES = gnome
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = bootstrap/pkgconfig #gnome/gtk-doc

DESCRIPTION = glib
define BLURB
#FIXME: blurb goes here
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) #--with-libiconv=gnu

include ../category.mk

#pre-configure:
#.    @cd $(WORKSRC); libtoolize -f; aclocal
#.    @$(MAKECOOKIE)



removed the "#--with" in the CONFIGURE_ARGS line

went back to the /usr/garnome-0.28.2 directory and re-ran 'make install'

here is what it does:

[===== NOW BUILDING:    glib-2.3.0      =====]
        [fetch] complete for glib.
        [checksum] complete for glib.
        [extract] complete for glib.
        [patch] complete for glib.
        [configure] complete for glib.
==> Running make in work/main.d/glib-2.3.0
make[6]: Entering directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0'
make  all-recursive
make[7]: Entering directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0'
Making all in .
make[8]: Entering directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0'
make[8]: Nothing to be done for `all-am'.
make[8]: Leaving directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0'
Making all in m4macros
make[8]: Entering directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/m4macros'
make[8]: Nothing to be done for `all'.
make[8]: Leaving directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/m4macros'
Making all in glib
make[8]: Entering directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/glib'
Making all in libcharset
make[9]: Entering directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/glib/libcharset'
make[9]: Nothing to be done for `all'.
make[9]: Leaving directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/glib/libcharset'
make[9]: Entering directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/glib'
if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_ENABLE_DEBUG -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION   -I/root/GARNOME/include -I/usr/X11R6/include -pthread  -g -I/root/GARNOME/include -I/usr/X11R6/include -L/root/GARNOME/lib -L/usr/X11R6/lib -O2 -pipe -Wall -MT gconvert.lo -MD -MP -MF ".deps/gconvert.Tpo" \
  -c -o gconvert.lo `test -f 'gconvert.c' || echo './'`gconvert.c; \
then mv ".deps/gconvert.Tpo" ".deps/gconvert.Plo"; \
else rm -f ".deps/gconvert.Tpo"; exit 1; \
fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_ENABLE_DEBUG -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -I/root/GARNOME/include -I/usr/X11R6/include -pthread -g -I/root/GARNOME/include -I/usr/X11R6/include -L/root/GARNOME/lib -L/usr/X11R6/lib -O2 -pipe -Wall -MT gconvert.lo -MD -MP -MF .deps/gconvert.Tpo -c gconvert.c  -fPIC -DPIC -o .libs/gconvert.o
gconvert.c:47:2: #error GNU libiconv not in use but included iconv.h is from libiconv
make[9]: *** [gconvert.lo] Error 1
make[9]: Leaving directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/glib'
make[8]: *** [all-recursive] Error 1
make[8]: Leaving directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/glib'
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0'
make[6]: *** [all] Error 2
make[6]: Leaving directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0'
make[5]: *** [build-work/main.d/glib-2.3.0/Makefile] Error 2
make[5]: Leaving directory `/usr/garnome-0.28.2/gnome/glib'
make[4]: *** [../../gnome/glib/cookies/main.d/install] Error 2
make[4]: Leaving directory `/usr/garnome-0.28.2/mono/mono'
make[3]: *** [../../mono/mono/cookies/main.d/install] Error 2
make[3]: Leaving directory `/usr/garnome-0.28.2/mono/gtk-sharp'
make[2]: *** [../../mono/gtk-sharp/cookies/main.d/install] Error 2
make[2]: Leaving directory `/usr/garnome-0.28.2/mono/monodoc'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/garnome-0.28.2/mono'
make: *** [install] Error 2
[root localhost garnome-0.28.2]#


tried:
--libiconv=gnu
-libiconv=gnu
even tried the
--with-libiconv=gnu




On Wed, 2003-12-03 at 12:00, garnome-list-request gnome org wrote:
Send garnome-list mailing list submissions to
	garnome-list gnome org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mail.gnome.org/mailman/listinfo/garnome-list
or, via email, send a message with subject or body 'help' to
	garnome-list-request gnome org

You can reach the person managing the list at
	garnome-list-admin gnome org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of garnome-list digest..."


Today's Topics:

   1. [Bug 127132] Changed - --with-libiconv=gnu needed to build glib on mandrake 8.2 (bugzilla-daemon widget gnome org)
   2. 0.28.2 build fails at glib-2.3.0 (Dave Williams)
   3. Re: 0.28.2 build fails at glib-2.3.0 (Jeff Waugh)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: lwillis plus net, garnome-list gnome org
Cc: 
Subject: [Bug 127132] Changed - --with-libiconv=gnu needed to build glib on mandrake 8.2
Date: Tue,  2 Dec 2003 13:30:08 -0500 (EST)

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=127132

Changed by nauta77 fibertel com ar 

--- shadow/127132	Mon Dec  1 11:16:28 2003
+++ shadow/127132.tmp.17056	Tue Dec  2 13:30:08 2003
@@ -18,6 +18,9 @@
 Build of glib fails on mandrake 8.2 with iconv errors. Adding
 --with-libiconv=gnu makes things work (It's currently commented out in
 gnome/glib/Makefile
 
 ------- Additional Comments From bmm80 ifrance com  2003-12-01 11:16 -------
 it's the same on gentoo
+
+------- Additional Comments From nauta77 fibertel com ar  2003-12-02 13:30 -------
+Same in HP-UX 11.00

--__--__--

Message: 2
Subject: 0.28.2 build fails at glib-2.3.0
From: Dave Williams <dcwilliams phreaker net>
To: garnome-list gnome org
Date: Wed, 03 Dec 2003 06:26:40 -0500


--=-mlD4YAZRvX+ZFxAy0/aS
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Does anyone have any suggestions?  

This is the first time I am trying to install garnome and the make
install keeps failing, here are the last lines from the install:



make[9]: Entering directory
`/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/glib'
if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..
-I.. -DG_LOG_DOMAIN=\"GLib\" -DG_ENABLE_DEBUG -DG_DISABLE_DEPRECATED
-DGLIB_COMPILATION   -I/root/GARNOME/include -I/usr/X11R6/include
-pthread  -g -I/root/GARNOME/include -I/usr/X11R6/include
-L/root/GARNOME/lib -L/usr/X11R6/lib -O2 -pipe -Wall -MT gconvert.lo -MD
-MP -MF ".deps/gconvert.Tpo" \
  -c -o gconvert.lo `test -f 'gconvert.c' || echo './'`gconvert.c; \
then mv ".deps/gconvert.Tpo" ".deps/gconvert.Plo"; \
else rm -f ".deps/gconvert.Tpo"; exit 1; \
fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\"
-DG_ENABLE_DEBUG -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION
-I/root/GARNOME/include -I/usr/X11R6/include -pthread -g
-I/root/GARNOME/include -I/usr/X11R6/include -L/root/GARNOME/lib
-L/usr/X11R6/lib -O2 -pipe -Wall -MT gconvert.lo -MD -MP -MF
.deps/gconvert.Tpo -c gconvert.c  -fPIC -DPIC -o .libs/gconvert.o
gconvert.c:47:2: #error GNU libiconv not in use but included iconv.h is
from libiconv
make[9]: *** [gconvert.lo] Error 1
make[9]: Leaving directory
`/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/glib'
make[8]: *** [all-recursive] Error 1
make[8]: Leaving directory
`/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/glib'
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory
`/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0'
make[6]: *** [all] Error 2
make[6]: Leaving directory
`/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0'
make[5]: *** [build-work/main.d/glib-2.3.0/Makefile] Error 2
make[5]: Leaving directory `/usr/garnome-0.28.2/gnome/glib'
make[4]: *** [../../gnome/glib/cookies/main.d/install] Error 2
make[4]: Leaving directory `/usr/garnome-0.28.2/mono/mono'
make[3]: *** [../../mono/mono/cookies/main.d/install] Error 2
make[3]: Leaving directory `/usr/garnome-0.28.2/mono/gtk-sharp'
make[2]: *** [../../mono/gtk-sharp/cookies/main.d/install] Error 2
make[2]: Leaving directory `/usr/garnome-0.28.2/mono/monodoc'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/garnome-0.28.2/mono'
make: *** [install] Error 2


--=-mlD4YAZRvX+ZFxAy0/aS
Content-Type: text/html; charset=utf-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Does anyone have any suggestions?&nbsp; <BR>
<BR>
This is the first time I am trying to install garnome and the make install keeps failing, here are the last lines from the install:<BR>
<BR>
<BR>
<BR>
<TT>make[9]: Entering directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/glib'<BR>
if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\&quot;GLib\&quot; -DG_ENABLE_DEBUG -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION&nbsp;&nbsp; -I/root/GARNOME/include -I/usr/X11R6/include -pthread&nbsp; -g -I/root/GARNOME/include -I/usr/X11R6/include -L/root/GARNOME/lib -L/usr/X11R6/lib -O2 -pipe -Wall -MT gconvert.lo -MD -MP -MF &quot;.deps/gconvert.Tpo&quot; \<BR>
&nbsp; -c -o gconvert.lo `test -f 'gconvert.c' || echo './'`gconvert.c; \<BR>
then mv &quot;.deps/gconvert.Tpo&quot; &quot;.deps/gconvert.Plo&quot;; \<BR>
else rm -f &quot;.deps/gconvert.Tpo&quot;; exit 1; \<BR>
fi<BR>
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\&quot;GLib\&quot; -DG_ENABLE_DEBUG -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -I/root/GARNOME/include -I/usr/X11R6/include -pthread -g -I/root/GARNOME/include -I/usr/X11R6/include -L/root/GARNOME/lib -L/usr/X11R6/lib -O2 -pipe -Wall -MT gconvert.lo -MD -MP -MF .deps/gconvert.Tpo -c gconvert.c&nbsp; -fPIC -DPIC -o .libs/gconvert.o<BR>
gconvert.c:47:2: #error GNU libiconv not in use but included iconv.h is from libiconv<BR>
make[9]: *** [gconvert.lo] Error 1<BR>
make[9]: Leaving directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/glib'<BR>
make[8]: *** [all-recursive] Error 1<BR>
make[8]: Leaving directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0/glib'<BR>
make[7]: *** [all-recursive] Error 1<BR>
make[7]: Leaving directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0'<BR>
make[6]: *** [all] Error 2<BR>
make[6]: Leaving directory `/usr/garnome-0.28.2/gnome/glib/work/main.d/glib-2.3.0'<BR>
make[5]: *** [build-work/main.d/glib-2.3.0/Makefile] Error 2<BR>
make[5]: Leaving directory `/usr/garnome-0.28.2/gnome/glib'<BR>
make[4]: *** [../../gnome/glib/cookies/main.d/install] Error 2<BR>
make[4]: Leaving directory `/usr/garnome-0.28.2/mono/mono'<BR>
make[3]: *** [../../mono/mono/cookies/main.d/install] Error 2<BR>
make[3]: Leaving directory `/usr/garnome-0.28.2/mono/gtk-sharp'<BR>
make[2]: *** [../../mono/gtk-sharp/cookies/main.d/install] Error 2<BR>
make[2]: Leaving directory `/usr/garnome-0.28.2/mono/monodoc'<BR>
make[1]: *** [install] Error 2<BR>
make[1]: Leaving directory `/usr/garnome-0.28.2/mono'<BR>
make: *** [install] Error 2</TT><BR>
<BR>
</BODY>
</HTML>

--=-mlD4YAZRvX+ZFxAy0/aS--

--__--__--

Message: 3
Date: Wed, 3 Dec 2003 23:02:27 +1100
From: Jeff Waugh <jdub perkypants org>
To: Dave Williams <dcwilliams phreaker net>
Cc: garnome-list gnome org
Subject: Re: 0.28.2 build fails at glib-2.3.0

<quote who="Dave Williams">

> Does anyone have any suggestions?  
> 
> This is the first time I am trying to install garnome and the make
> install keeps failing, here are the last lines from the install:

> gconvert.c:47:2: #error GNU libiconv not in use but included iconv.h is
> from libiconv

What platform are you installing on? You probably have to uncomment the
iconv support option in gnome/glib/Makefile.

- Jeff

-- 
linux.conf.au 2004: Adelaide, Australia         http://lca2004.linux.org.au/
 
  "Ever since GNOME development began, I have urged people to aim to make
   it as good as the Macintosh.  To try to be like Windows is to try for
                      second-best." - Richard Stallman


--__--__--



The mind is not a vessel to be filled, but a fire to be kindled.
- Plutarch


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]