public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Imlib install problem or something...
@ 2001-06-10  1:19 moath
  2001-06-10  2:36 ` [gentoo-dev] Problem with build-20010524 Jake Bishop
  0 siblings, 1 reply; 5+ messages in thread
From: moath @ 2001-06-10  1:19 UTC (permalink / raw
  To: gentoo-dev

While compiling glibwww tonight/this morning, the make failed and I tracked it
down to imlib not putting it's include files anywhere.  I had to copy
/tmp/portage/imlib-1.9.10/work/imlib-1.9.10/gdk_imlib/gdk_imlib*.h to
/usr/include.  This let it compile just fine.  It looks like glibwww isn't
looking in the right place or something when it tries to find it's includes.
Probally just my wierd box though ;).

-Aaron

BTW: Sorry if this message is badly formatted.  It's late and it's a paste since I didn't mail it to the correct address the first time ;).



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

* [gentoo-dev] Problem with build-20010524
  2001-06-10  1:19 [gentoo-dev] Imlib install problem or something moath
@ 2001-06-10  2:36 ` Jake Bishop
  2001-06-10  3:26   ` Achim Gottinger
  0 siblings, 1 reply; 5+ messages in thread
From: Jake Bishop @ 2001-06-10  2:36 UTC (permalink / raw
  To: gentoo-dev

Hello,
I attemted to make a gentoo system from  build-ix86-20010524.I used a Slackware-current
with reiserfs, kernel 2.4.5-ac9 . the target partition for gentoo was /dev/hda4, I made the reiserfs
on it mounted it on /tmp/build and unpacked the build file to it.I edited all the proper files ran
emerge rsync , ran the bootstrap.sh, emerge --pretend system then emerge system.
About 20 minutes into the build I got this:
!!! ERROR: the ./configure command did not complete successfully
!!! ("./configure --host=i686-pc-linux-gnu --prefix=/usr --mandir=/usr/share/man")
!!! Since this is a critical task, ebuild will be stopped.
!!! emerge aborting on /usr/portage/sys-apps/groff/groff-1.16.1-r1.ebuild

Jake




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

* Re: [gentoo-dev] Problem with build-20010524
  2001-06-10  2:36 ` [gentoo-dev] Problem with build-20010524 Jake Bishop
@ 2001-06-10  3:26   ` Achim Gottinger
  2001-06-10  9:14     ` Daniel Robbins
  0 siblings, 1 reply; 5+ messages in thread
From: Achim Gottinger @ 2001-06-10  3:26 UTC (permalink / raw
  To: gentoo-dev

Jake Bishop wrote:
> 
> Hello,
> I attemted to make a gentoo system from  build-ix86-20010524.I used a Slackware-current
> with reiserfs, kernel 2.4.5-ac9 . the target partition for gentoo was /dev/hda4, I made the reiserfs
> on it mounted it on /tmp/build and unpacked the build file to it.I edited all the proper files ran
> emerge rsync , ran the bootstrap.sh, emerge --pretend system then emerge system.
> About 20 minutes into the build I got this:
> !!! ERROR: the ./configure command did not complete successfully
> !!! ("./configure --host=i686-pc-linux-gnu --prefix=/usr --mandir=/usr/share/man")
> !!! Since this is a critical task, ebuild will be stopped.
> !!! emerge aborting on /usr/portage/sys-apps/groff/groff-1.16.1-r1.ebuild
> 
Hmm, unfortunately you only posted the ebuild error report and not what
was going wrong during build.
I recommend you try to build groff again and log the output to a file,
post this file and I can help.

bye achim~

> Jake
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev



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

* Re: [gentoo-dev] Problem with build-20010524
  2001-06-10  3:26   ` Achim Gottinger
@ 2001-06-10  9:14     ` Daniel Robbins
  2001-06-10 11:44       ` Jake Bishop
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Robbins @ 2001-06-10  9:14 UTC (permalink / raw
  To: gentoo-dev

On Sun, Jun 10, 2001 at 10:56:21AM +0200, Achim Gottinger wrote:

> Jake Bishop wrote:
> > About 20 minutes into the build I got this:
> > !!! ERROR: the ./configure command did not complete successfully
> > !!! ("./configure --host=i686-pc-linux-gnu --prefix=/usr --mandir=/usr/share/man")
> > !!! Since this is a critical task, ebuild will be stopped.
> > !!! emerge aborting on /usr/portage/sys-apps/groff/groff-1.16.1-r1.ebuild

> Hmm, unfortunately you only posted the ebuild error report and not what was
> going wrong during build.  I recommend you try to build groff again and log
> the output to a file, post this file and I can help.

Jake, just to clarify... the file that would be helpful for us to look at is:
/tmp/portage/groff-1.16.1-r1/work/groff-1.16.1/config.log.  It logs all 
configuration failures (normally, an explanation isn't logged to stdout
during the ./configure process).

Best Regards,

-- 
Daniel Robbins					<drobbins@gentoo.org>
President/CEO					http://www.gentoo.org 
Gentoo Technologies, Inc.			



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

* Re: [gentoo-dev] Problem with build-20010524
  2001-06-10  9:14     ` Daniel Robbins
@ 2001-06-10 11:44       ` Jake Bishop
  0 siblings, 0 replies; 5+ messages in thread
From: Jake Bishop @ 2001-06-10 11:44 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]

Daniel Robbins wrote:<snip>

>

> Jake, just to clarify... the file that would be helpful for us to look at is:
> /tmp/portage/groff-1.16.1-r1/work/groff-1.16.1/config.log.  It logs all
> configuration failures (normally, an explanation isn't logged to stdout
> during the ./configure process).
>
> Best Regards,
>
> --
> Daniel Robbins                                  <drobbins@gentoo.org>
> President/CEO                                   http://www.gentoo.org
> Gentoo Technologies, Inc.
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev

Thanks,
I see from the config log that there is no c++ compiler installed, I'll try again


[-- Attachment #2: config.log --]
[-- Type: text/plain, Size: 1097 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:532: checking for gcc
configure:645: checking whether the C compiler (gcc -mpentiumpro -march=pentiumpro -O2 ) works
configure:661: gcc -o conftest -mpentiumpro -march=pentiumpro -O2   conftest.c  1>&5
configure:687: checking whether the C compiler (gcc -mpentiumpro -march=pentiumpro -O2 ) is a cross-compiler
configure:692: checking whether we are using GNU C
configure:701: gcc -E conftest.c
configure:720: checking whether gcc accepts -g
configure:756: checking for c++
configure:756: checking for g++
configure:756: checking for gcc
configure:788: checking whether the C++ compiler (gcc -mpentiumpro -march=pentiumpro -O2 ) works
configure:804: gcc -o conftest -mpentiumpro -march=pentiumpro -O2   conftest.C  1>&5
gcc: conftest.C: C++ compiler not installed on this system
gcc: installation problem, cannot exec `#C++collect2': No such file or directory
configure: failed program was:

#line 799 "configure"
#include "confdefs.h"

int main(){return(0);}

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

end of thread, other threads:[~2001-06-10 17:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-10  1:19 [gentoo-dev] Imlib install problem or something moath
2001-06-10  2:36 ` [gentoo-dev] Problem with build-20010524 Jake Bishop
2001-06-10  3:26   ` Achim Gottinger
2001-06-10  9:14     ` Daniel Robbins
2001-06-10 11:44       ` Jake Bishop

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox