After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 104895 - configure script fails to set $SED for libglademm-2.0.0
configure script fails to set $SED for libglademm-2.0.0
Status: RESOLVED FIXED
Product: libglademm
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2003-01-31 11:33 UTC by Michael Koziarski
Modified: 2011-01-16 23:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Koziarski 2003-01-31 11:33:41 UTC
libglademm's configure script fails to set $SED.  The result is included
below.  the workaround was to manually set $SED with:

)-> SED=sed make

The configure arguments I used (provided by garnome-0.20.0) were

./configure --prefix=/home/michael/garnome
--exec_prefix=/home/michael/garnome --bindir=/home/michael/garnome/bin
--sbindir=/home/michael/garnome/sbin
--libexecdir=/home/michael/garnome/libexec
--datadir=/home/michael/garnome/share
--sysconfdir=/home/michael/garnome/etc
--sharedstatedir=/home/michael/garnome/share
--localstatedir=/home/michael/garnome/var
--libdir=/home/michael/garnome/lib --infodir=/home/michael/garnome/info
--includedir=/home/michael/garnome/include
--mandir=/home/michael/garnome/man --disable-static --disable-gtk-doc
--enable-debug=yes


-- ERROR MESSAGE --



Making all in tools
make[1]: Entering directory
`/store/garnome-0.20.0/gnome/libglademm/work/libglad        emm-2.0.0/tools'
Making all in extra_defs_gen
make[2]: Entering directory
`/store/garnome-0.20.0/gnome/libglademm/work/libglad       
emm-2.0.0/tools/extra_defs_gen'
/bin/sh ../../libtool --mode=link g++  -g -I/home/michael/garnome/include
-I/usr        /X11R6/include -L/home/michael/garnome/lib -L/usr/X11R6/lib
-O2 -pipe  -L/home/m        ichael/garnome/lib -L/usr/X11R6/lib -o
generate_extra_defs  generate_defs_libgla        de.o  -Wl,--export-dynamic
-L/home/michael/garnome/lib -lgtkmm-2.0 -lgdkmm-2.0 -        latkmm-1.0
-lpangomm-1.0 -lglibmm-2.0 -lsigc-1.2 -lglade-2.0 -lgtk-x11-2.0 -lxml     
  2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0
-lpangox-1.0 -        lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl
-lglib-2.0   -lgtkmm_generate_extra_        defs-2.0
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
mkdir /.libs
mkdir: cannot create directory `/.libs': Permission denied
make[2]: *** [generate_extra_defs] Error 1
make[2]: Leaving directory
`/store/garnome-0.20.0/gnome/libglademm/work/libglade       
mm-2.0.0/tools/extra_defs_gen'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/store/garnome-0.20.0/gnome/libglademm/work/libglade        mm-2.0.0/tools'
make: *** [all-recursive] Error 1
Comment 1 Murray Cumming 2003-02-07 12:10:39 UTC
I don't know what's causing this. Is this one better?:
http://www.murrayc.com/temp/libglademm-2.0.0.tar.gz
Comment 2 btb 2003-02-07 21:01:47 UTC
I think aclocal.m4 was built from a faulty version of libtool.m4.

copying macros.m4 from cvs into scripts/ and running these commands:
aclocal-1.7 -I scripts
automake-1.7
autoconf-2.50
fixed it for me.  I'm got libtool 1.4.3 installed.
Comment 3 btb 2003-02-07 21:05:34 UTC
Yes, your new tarball works fine.
Comment 4 Murray Cumming 2003-02-08 14:11:02 UTC
I'll make a new release today. Maybe I had broken autotools at the time.