All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] ocfs2-tools-1.2.0-1 compile error
@ 2006-07-04 17:55 boka
  2006-07-05 18:32 ` Joel Becker
  0 siblings, 1 reply; 2+ messages in thread
From: boka @ 2006-07-04 17:55 UTC (permalink / raw)
  To: ocfs2-devel

Hello,

i want to install ocfs2-tools-1.2.0-1 on slackware 10.2 (up-to-date) with
2.6.17.2 kernel and i got error:

./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for debugging... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for com_err... yes
checking COM_ERR_CFLAGS... -I/include
checking COM_ERR_LIBS... -L/lib -lcom_err
checking for uuid_unparse in -luuid... yes
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for debug executables... no
checking whether to build fsck dynamically... no
checking whether to build cluster control tools dynamically... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version >= 2.2.3... yes (version 2.6.6)
checking for readline in -lreadline... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.4/site-packages
checking for headers required to compile python extensions... found
configure: WARNING: could not find PyGTK, ocfs2console will not be built
configure: creating ./config.status
config.status: creating Config.make
config.status: creating debugfs.ocfs2/debugfs.ocfs2.8
config.status: creating mkfs.ocfs2/mkfs.ocfs2.8
config.status: creating mounted.ocfs2/mounted.ocfs2.8
config.status: creating fsck.ocfs2/fsck.ocfs2.8
config.status: creating fsck.ocfs2/fsck.ocfs2.checks.8
config.status: creating o2cb_ctl/o2cb_ctl.8
config.status: creating ocfs2_hb_ctl/ocfs2_hb_ctl.8
config.status: creating ocfs2cdsl/ocfs2cdsl.8
config.status: creating ocfs2console/ocfs2console.8
config.status: creating tunefs.ocfs2/tunefs.ocfs2.8
config.status: creating vendor/common/ocfs2-tools.spec
root at node1:~/ocfs2/ocfs2-tools-1.2.1# make
make -C libo2dlm
make[1]: Entering directory `/root/ocfs2/ocfs2-tools-1.2.1/libo2dlm'
compile_et o2dlm_err.et
make[1]: compile_et: Command not found
make[1]: *** [o2dlm_err.h] Error 127
make[1]: Leaving directory `/root/ocfs2/ocfs2-tools-1.2.1/libo2dlm'
make: *** [libo2dlm] Error 2

Any idea ?

-- 
best regrads
Daniel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Ocfs2-devel] ocfs2-tools-1.2.0-1 compile error
  2006-07-04 17:55 [Ocfs2-devel] ocfs2-tools-1.2.0-1 compile error boka
@ 2006-07-05 18:32 ` Joel Becker
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Becker @ 2006-07-05 18:32 UTC (permalink / raw)
  To: ocfs2-devel

On Tue, Jul 04, 2006 at 07:55:48PM +0200, boka wrote:
> i want to install ocfs2-tools-1.2.0-1 on slackware 10.2 (up-to-date) with
> 2.6.17.2 kernel and i got error:
> 
> ./configure
<snip>
> checking for com_err... yes
> checking COM_ERR_CFLAGS... -I/include
> checking COM_ERR_LIBS... -L/lib -lcom_err
<snip>
> root at node1:~/ocfs2/ocfs2-tools-1.2.1# make
> make -C libo2dlm
> make[1]: Entering directory `/root/ocfs2/ocfs2-tools-1.2.1/libo2dlm'
> compile_et o2dlm_err.et
> make[1]: compile_et: Command not found
> make[1]: *** [o2dlm_err.h] Error 127
> make[1]: Leaving directory `/root/ocfs2/ocfs2-tools-1.2.1/libo2dlm'
> make: *** [libo2dlm] Error 2

	compile_et is a binary that comes with libcom_err, which is part
of e2fsprogs.  Generally, it is included in the development package for
libcom_err (eg "comerr-dev" on Debian, "e2fsprogs-devel" for Red Hat,
etc).  Clearly you have something approximating this, as you have the
com_err headers and libcom_err.so.  However, something in your install
has not included compile_et.  Find out what includes that, install it,
and you're good to go.

Joel

-- 

"There is shadow under this red rock.
 (Come in under the shadow of this red rock)
 And I will show you something different from either
 Your shadow at morning striding behind you
 Or your shadow at evening rising to meet you.
 I will show you fear in a handful of dust."

Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-07-05 18:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-04 17:55 [Ocfs2-devel] ocfs2-tools-1.2.0-1 compile error boka
2006-07-05 18:32 ` Joel Becker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.