archives: error in ./configure

From: Joey Kelly <looseduk_at_ductape.net>
Date: Fri, 21 Dec 2001 17:57:36 +0000
Message-Id: <011221175736DL.01203@rahab>

-- 
Joey Kelly
< Minister of the Gospel | Computer Networking Consultant >
http://joeykelly.dhs.org
"When Government fears the people, it's liberty.
When people fear the Government, it's tyranny."
-- Benjamin Franklin

attached mail follows:


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

What could cause this error?

+ libtoolize --copy --force
Remember to add `AC_PROG_LIBTOOL' to `configure.in'.
You should add the contents of `/usr/share/aclocal/libtool.m4'\
     to `aclocal.m4'.
+ ./configure --host=i586-mandrake-linux-gnu \
    --target=586-mandrake-linux-gnu --prefix=/usr \
    --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin \
    --sysconfdir=/usr/etc --datadir=/usr/share \
    --includedir=/usr/include --libdir=/usr/lib \
    --libexecdir=/usr/libexec --localstatedir=/usr/var \
    --sharedstatedir=/usr/com --mandir=/usr/man \
    --infodir=/usr/info --with-gpm-support
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -O2 ) works... yes
checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
+ %make
/var/tmp/rpm-tmp.97810: fg: no job control
error: Bad exit status from /var/tmp/rpm-tmp.97810 (%build)

RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.97810 (%build)

- --
+------------------------------------------------------------+
| Ron Johnson, Jr. Home: ron.l.johnson@home.com |
| Jefferson, LA USA http://ronandheather.dhs.org |
| |
! Thanks to the good people in Microsoft, a great deal of |
! the data that flows is dependent on one company. That is |
! not a healthy ecosystem. The issue is that creativity gets |
! filtered through the business plan of one company. |
! Mitchell Baker, "Chief Lizard Wrangler" at Mozilla |
+------------------------------------------------------------+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8GhD1jTz5dS9Us5wRAvKCAJ9poMd3XS8mNeWk+cKJLIIp7KFCBgCfeVQO
JOokqNC0wOkkHHoLBJl4HYI=
=aYQu
-----END PGP SIGNATURE-----
___________________
Nolug mailing list
nolug@nolug.org

attached mail follows:


What box are you building on? Is /bin/sh actually bash or a true
bourne shell? (which does not have job control)

On Fri, Dec 14, 2001 at 08:47:17AM -0600, Ron Johnson wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> What could cause this error?
>
> + libtoolize --copy --force
> Remember to add `AC_PROG_LIBTOOL' to `configure.in'.
> You should add the contents of `/usr/share/aclocal/libtool.m4'\
> to `aclocal.m4'.
> + ./configure --host=i586-mandrake-linux-gnu \
> --target=586-mandrake-linux-gnu --prefix=/usr \
> --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin \
> --sysconfdir=/usr/etc --datadir=/usr/share \
> --includedir=/usr/include --libdir=/usr/lib \
> --libexecdir=/usr/libexec --localstatedir=/usr/var \
> --sharedstatedir=/usr/com --mandir=/usr/man \
> --infodir=/usr/info --with-gpm-support
> creating cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc -O2 ) works... yes
> checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating config.h
> + %make
> /var/tmp/rpm-tmp.97810: fg: no job control
> error: Bad exit status from /var/tmp/rpm-tmp.97810 (%build)
>
>
> RPM build errors:
> Bad exit status from /var/tmp/rpm-tmp.97810 (%build)
>
>
> - --
> +------------------------------------------------------------+
> | Ron Johnson, Jr. Home: ron.l.johnson@home.com |
> | Jefferson, LA USA http://ronandheather.dhs.org |
> | |
> ! Thanks to the good people in Microsoft, a great deal of |
> ! the data that flows is dependent on one company. That is |
> ! not a healthy ecosystem. The issue is that creativity gets |
> ! filtered through the business plan of one company. |
> ! Mitchell Baker, "Chief Lizard Wrangler" at Mozilla |
> +------------------------------------------------------------+
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE8GhD1jTz5dS9Us5wRAvKCAJ9poMd3XS8mNeWk+cKJLIIp7KFCBgCfeVQO
> JOokqNC0wOkkHHoLBJl4HYI=
> =aYQu
> -----END PGP SIGNATURE-----
> ___________________
> Nolug mailing list
> nolug@nolug.org

-- 
Scott Harney<scotth@scottharney.com>
 PGP Key fingerprint = 6D 31 C3 00 77 8C D1 C2 59 0A 01 E3 AF 81 94 63
___________________
Nolug mailing list
nolug@nolug.org

attached mail follows:


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Friday 14 December 2001 09:12 am, Scott Harney wrote:
> What box are you building on? Is /bin/sh actually bash or a true
> bourne shell? (which does not have job control)

mdk 8.0

$ dir /bin/sh
lrwxrwxrwx 1 root root 4 May 14 2001 /bin/sh -> bash

I've built many src.rpm files, and this is the the 1st time
I remember having this problem.

> On Fri, Dec 14, 2001 at 08:47:17AM -0600, Ron Johnson wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > What could cause this error?
> >
> > + libtoolize --copy --force
> > Remember to add `AC_PROG_LIBTOOL' to `configure.in'.
> > You should add the contents of `/usr/share/aclocal/libtool.m4'\
> > to `aclocal.m4'.
> > + ./configure --host=i586-mandrake-linux-gnu \
> > --target=586-mandrake-linux-gnu --prefix=/usr \
> > --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin \
> > --sysconfdir=/usr/etc --datadir=/usr/share \
> > --includedir=/usr/include --libdir=/usr/lib \
> > --libexecdir=/usr/libexec --localstatedir=/usr/var \
> > --sharedstatedir=/usr/com --mandir=/usr/man \
> > --infodir=/usr/info --with-gpm-support
> > creating cache ./config.cache
> > checking for gcc... gcc
> > checking whether the C compiler (gcc -O2 ) works... yes
> > checking whether the C compiler (gcc -O2 ) is a cross-compiler...
> > no checking whether we are using GNU C... yes
> > checking whether gcc accepts -g... yes
> > checking for a BSD compatible install... /usr/bin/install -c
> > checking whether ln -s works... yes
> > updating cache ./config.cache
> > creating ./config.status
> > creating Makefile
> > creating config.h
> > + %make
> > /var/tmp/rpm-tmp.97810: fg: no job control
> > error: Bad exit status from /var/tmp/rpm-tmp.97810 (%build)
> >
> >
> > RPM build errors:
> > Bad exit status from /var/tmp/rpm-tmp.97810 (%build)
> >
> >
> > - --
> > +------------------------------------------------------------+
> >
> > | Ron Johnson, Jr. Home: ron.l.johnson@home.com |
> > | Jefferson, LA USA http://ronandheather.dhs.org |
> >
> > ! Thanks to the good people in Microsoft, a great deal of |
> > ! the data that flows is dependent on one company. That is |
> > ! not a healthy ecosystem. The issue is that creativity gets |
> > ! filtered through the business plan of one company. |
> > ! Mitchell Baker, "Chief Lizard Wrangler" at Mozilla |
> > +------------------------------------------------------------+
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.0.6 (GNU/Linux)
> > Comment: For info see http://www.gnupg.org
> >
> > iD8DBQE8GhD1jTz5dS9Us5wRAvKCAJ9poMd3XS8mNeWk+cKJLIIp7KFCBgCfeVQO
> > JOokqNC0wOkkHHoLBJl4HYI=
> > =aYQu
> > -----END PGP SIGNATURE-----
> > ___________________
> > Nolug mailing list
> > nolug@nolug.org

- --
+------------------------------------------------------------+
| Ron Johnson, Jr. Home: ron.l.johnson@home.com |
| Jefferson, LA USA http://ronandheather.dhs.org |
| |
! Thanks to the good people in Microsoft, a great deal of |
! the data that flows is dependent on one company. That is |
! not a healthy ecosystem. The issue is that creativity gets |
! filtered through the business plan of one company. |
! Mitchell Baker, "Chief Lizard Wrangler" at Mozilla |
+------------------------------------------------------------+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8GhvOjTz5dS9Us5wRAk3JAJ9VHXiipwHMjWmdHFu31deH2HuGLgCgge++
UIY6DxmSg4OMxf+DyEj8E2k=
=cD8a
-----END PGP SIGNATURE-----
___________________
Nolug mailing list
nolug@nolug.org

attached mail follows:


Perhaps an error in the configure script itself. What app are you
trying to build? When I run into build errors, I usually start
searching the archives of the development list for the app I'm using.

On Fri, Dec 14, 2001 at 09:33:34AM -0600, Ron Johnson wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Friday 14 December 2001 09:12 am, Scott Harney wrote:
> > What box are you building on? Is /bin/sh actually bash or a true
> > bourne shell? (which does not have job control)
>
> mdk 8.0
>
> $ dir /bin/sh
> lrwxrwxrwx 1 root root 4 May 14 2001 /bin/sh -> bash
>
> I've built many src.rpm files, and this is the the 1st time
> I remember having this problem.
>
> > On Fri, Dec 14, 2001 at 08:47:17AM -0600, Ron Johnson wrote:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > What could cause this error?
> > >
> > > + libtoolize --copy --force
> > > Remember to add `AC_PROG_LIBTOOL' to `configure.in'.
> > > You should add the contents of `/usr/share/aclocal/libtool.m4'\
> > > to `aclocal.m4'.
> > > + ./configure --host=i586-mandrake-linux-gnu \
> > > --target=586-mandrake-linux-gnu --prefix=/usr \
> > > --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin \
> > > --sysconfdir=/usr/etc --datadir=/usr/share \
> > > --includedir=/usr/include --libdir=/usr/lib \
> > > --libexecdir=/usr/libexec --localstatedir=/usr/var \
> > > --sharedstatedir=/usr/com --mandir=/usr/man \
> > > --infodir=/usr/info --with-gpm-support
> > > creating cache ./config.cache
> > > checking for gcc... gcc
> > > checking whether the C compiler (gcc -O2 ) works... yes
> > > checking whether the C compiler (gcc -O2 ) is a cross-compiler...
> > > no checking whether we are using GNU C... yes
> > > checking whether gcc accepts -g... yes
> > > checking for a BSD compatible install... /usr/bin/install -c
> > > checking whether ln -s works... yes
> > > updating cache ./config.cache
> > > creating ./config.status
> > > creating Makefile
> > > creating config.h
> > > + %make
> > > /var/tmp/rpm-tmp.97810: fg: no job control
> > > error: Bad exit status from /var/tmp/rpm-tmp.97810 (%build)
> > >
> > >
> > > RPM build errors:
> > > Bad exit status from /var/tmp/rpm-tmp.97810 (%build)
> > >
> > >
> > > - --
> > > +------------------------------------------------------------+
> > >
> > > | Ron Johnson, Jr. Home: ron.l.johnson@home.com |
> > > | Jefferson, LA USA http://ronandheather.dhs.org |
> > >
> > > ! Thanks to the good people in Microsoft, a great deal of |
> > > ! the data that flows is dependent on one company. That is |
> > > ! not a healthy ecosystem. The issue is that creativity gets |
> > > ! filtered through the business plan of one company. |
> > > ! Mitchell Baker, "Chief Lizard Wrangler" at Mozilla |
> > > +------------------------------------------------------------+
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v1.0.6 (GNU/Linux)
> > > Comment: For info see http://www.gnupg.org
> > >
> > > iD8DBQE8GhD1jTz5dS9Us5wRAvKCAJ9poMd3XS8mNeWk+cKJLIIp7KFCBgCfeVQO
> > > JOokqNC0wOkkHHoLBJl4HYI=
> > > =aYQu
> > > -----END PGP SIGNATURE-----
> > > ___________________
> > > Nolug mailing list
> > > nolug@nolug.org
>
> - --
> +------------------------------------------------------------+
> | Ron Johnson, Jr. Home: ron.l.johnson@home.com |
> | Jefferson, LA USA http://ronandheather.dhs.org |
> | |
> ! Thanks to the good people in Microsoft, a great deal of |
> ! the data that flows is dependent on one company. That is |
> ! not a healthy ecosystem. The issue is that creativity gets |
> ! filtered through the business plan of one company. |
> ! Mitchell Baker, "Chief Lizard Wrangler" at Mozilla |
> +------------------------------------------------------------+
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE8GhvOjTz5dS9Us5wRAk3JAJ9VHXiipwHMjWmdHFu31deH2HuGLgCgge++
> UIY6DxmSg4OMxf+DyEj8E2k=
> =cD8a
> -----END PGP SIGNATURE-----
> ___________________
> Nolug mailing list
> nolug@nolug.org

-- 
Scott Harney<scotth@scottharney.com>
 PGP Key fingerprint = 6D 31 C3 00 77 8C D1 C2 59 0A 01 E3 AF 81 94 63
___________________
Nolug mailing list
nolug@nolug.org

attached mail follows:


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Friday 14 December 2001 09:46 am, Scott Harney wrote:
> Perhaps an error in the configure script itself. What app are you
> trying to build? When I run into build errors, I usually start
> searching the archives of the development list for the app I'm using.

$ rpm --rebuild --target 586 newt-0.50.34-1mdk.src.rpm

Before "blaming the compiler", I wanted to see if my computer
was missing something.

> On Fri, Dec 14, 2001 at 09:33:34AM -0600, Ron Johnson wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > On Friday 14 December 2001 09:12 am, Scott Harney wrote:
> > > What box are you building on? Is /bin/sh actually bash or a true
> > > bourne shell? (which does not have job control)
> >
> > mdk 8.0
> >
> > $ dir /bin/sh
> > lrwxrwxrwx 1 root root 4 May 14 2001 /bin/sh -> bash
> >
> > I've built many src.rpm files, and this is the the 1st time
> > I remember having this problem.
> >
> > > On Fri, Dec 14, 2001 at 08:47:17AM -0600, Ron Johnson wrote:
> > > > -----BEGIN PGP SIGNED MESSAGE-----
> > > > Hash: SHA1
> > > >
> > > > What could cause this error?
> > > >
> > > > + libtoolize --copy --force
> > > > Remember to add `AC_PROG_LIBTOOL' to `configure.in'.
> > > > You should add the contents of `/usr/share/aclocal/libtool.m4'\
> > > > to `aclocal.m4'.
> > > > + ./configure --host=i586-mandrake-linux-gnu \
> > > > --target=586-mandrake-linux-gnu --prefix=/usr \
> > > > --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin \
> > > > --sysconfdir=/usr/etc --datadir=/usr/share \
> > > > --includedir=/usr/include --libdir=/usr/lib \
> > > > --libexecdir=/usr/libexec --localstatedir=/usr/var \
> > > > --sharedstatedir=/usr/com --mandir=/usr/man \
> > > > --infodir=/usr/info --with-gpm-support
> > > > creating cache ./config.cache
> > > > checking for gcc... gcc
> > > > checking whether the C compiler (gcc -O2 ) works... yes
> > > > checking whether the C compiler (gcc -O2 ) is a
> > > > cross-compiler... no checking whether we are using GNU C... yes
> > > > checking whether gcc accepts -g... yes
> > > > checking for a BSD compatible install... /usr/bin/install -c
> > > > checking whether ln -s works... yes
> > > > updating cache ./config.cache
> > > > creating ./config.status
> > > > creating Makefile
> > > > creating config.h
> > > > + %make
> > > > /var/tmp/rpm-tmp.97810: fg: no job control
> > > > error: Bad exit status from /var/tmp/rpm-tmp.97810 (%build)
> > > >
> > > >
> > > > RPM build errors:
> > > > Bad exit status from /var/tmp/rpm-tmp.97810 (%build)
> > > >
> > > >
> > > > - --
> > > > +------------------------------------------------------------+
> > > >
> > > > | Ron Johnson, Jr. Home: ron.l.johnson@home.com |
> > > > | Jefferson, LA USA http://ronandheather.dhs.org |
> > > >
> > > > ! Thanks to the good people in Microsoft, a great deal of |
> > > > ! the data that flows is dependent on one company. That is |
> > > > ! not a healthy ecosystem. The issue is that creativity gets |
> > > > ! filtered through the business plan of one company. |
> > > > ! Mitchell Baker, "Chief Lizard Wrangler" at Mozilla |
> > > > +------------------------------------------------------------+
> > > > -----BEGIN PGP SIGNATURE-----
> > > > Version: GnuPG v1.0.6 (GNU/Linux)
> > > > Comment: For info see http://www.gnupg.org
> > > >
> > > > iD8DBQE8GhD1jTz5dS9Us5wRAvKCAJ9poMd3XS8mNeWk+cKJLIIp7KFCBgCfeVQ
> > > >O JOokqNC0wOkkHHoLBJl4HYI=
> > > > =aYQu
> > > > -----END PGP SIGNATURE-----
> > > > ___________________
> > > > Nolug mailing list
> > > > nolug@nolug.org
> >
> > - --
> > +------------------------------------------------------------+
> >
> > | Ron Johnson, Jr. Home: ron.l.johnson@home.com |
> > | Jefferson, LA USA http://ronandheather.dhs.org |
> >
> > ! Thanks to the good people in Microsoft, a great deal of |
> > ! the data that flows is dependent on one company. That is |
> > ! not a healthy ecosystem. The issue is that creativity gets |
> > ! filtered through the business plan of one company. |
> > ! Mitchell Baker, "Chief Lizard Wrangler" at Mozilla |
> > +------------------------------------------------------------+
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.0.6 (GNU/Linux)
> > Comment: For info see http://www.gnupg.org
> >
> > iD8DBQE8GhvOjTz5dS9Us5wRAk3JAJ9VHXiipwHMjWmdHFu31deH2HuGLgCgge++
> > UIY6DxmSg4OMxf+DyEj8E2k=
> > =cD8a
> > -----END PGP SIGNATURE-----
> > ___________________
> > Nolug mailing list
> > nolug@nolug.org

- --
+------------------------------------------------------------+
| Ron Johnson, Jr. Home: ron.l.johnson@home.com |
| Jefferson, LA USA http://ronandheather.dhs.org |
| |
! Thanks to the good people in Microsoft, a great deal of |
! the data that flows is dependent on one company. That is |
! not a healthy ecosystem. The issue is that creativity gets |
! filtered through the business plan of one company. |
! Mitchell Baker, "Chief Lizard Wrangler" at Mozilla |
+------------------------------------------------------------+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8GiUhjTz5dS9Us5wRAiEYAJ9eSGDjbC+sRjump3Bw0416DGJudwCfcnQS
IjFDziDho8V44BkjAElpfjU=
=QtNA
-----END PGP SIGNATURE-----
___________________
Nolug mailing list
nolug@nolug.org
Received on 12/21/01

This archive was generated by hypermail 2.2.0 : 12/19/08 EST