Re: [gentoo-user] Problem emerging man-1.6

2005-06-30 Thread David Busby
I'm was seeing this too, from a emerge --sync I did yesterday.  I tried emerge --sync just now and then emerge man and 
everything went OK, still version 1.6.


/djb

Christian Herzyk wrote:

Hello,

emerge -u world wants to upgrade man to version 1.6.

I get the following errors:
Created Makefile and conf_script. Now do "make" and "make install".

cd src; ../conf_script Makefile
cd man2html; ../conf_script Makefile
Creating Makefile from Makefile.in
Creating Makefile from Makefile.in
cd man; ../conf_script Makefile
cd gencat; make
Creating Makefile from Makefile.in
make[1]: Entering directory
`/data/portage/tmp/portage/man-1.6/work/man-1.6/genc
at'
i686-pc-linux-gnu-gcc -march=athlon-xp -mcpu=athlon-xp -O2
-fomit-frame-pointer
-pipe   -c -o gencat.o gencat.c
cd msgs; ../conf_script Makefile
Creating Makefile from Makefile.in
cd src; make
make[1]: Entering directory
`/data/portage/tmp/portage/man-1.6/work/man-1.6/src'
gcc -o makemsg makemsg.c
i686-pc-linux-gnu-gcc -march=athlon-xp -mcpu=athlon-xp -O2
-fomit-frame-pointer
-pipe   -c -o genlib.o genlib.c
i686-pc-linux-gnu-gcc -c -Wall -Wstrict-prototypes -Wmissing-prototypes
-march=a
thlon-xp -mcpu=athlon-xp -O2 -fomit-frame-pointer -pipe -I.
-DSTDC_HEADERS -DPOS
IX -DDO_COMPRESS manfile.c
In file included from manfile.c:15:
gripes.h:1:23: gripedefs.h: No such file or directory
manfile.c: In function `glob_for_file_ext_glob':
manfile.c:87: error: `CALLTRACE3' undeclared (first use in this function)
manfile.c:87: error: (Each undeclared identifier is reported only once
manfile.c:87: error: for each function it appears in.)
manfile.c:115: error: `ABOUT_TO_GLOB' undeclared (first use in this
function)
manfile.c: In function `glob_for_file':
manfile.c:152: error: `CALLTRACE2' undeclared (first use in this function)
manfile.c:183: error: `NO_MATCH' undeclared (first use in this function)
manfile.c:187: error: `GLOB_FOR_FILE' undeclared (first use in this
function)
manfile.c: In function `manfile_from_sec_and_dir':
manfile.c:209: error: `CALLTRACE1' undeclared (first use in this function)
manfile.c:230: error: `FOUND_FILE' undeclared (first use in this function)
make[1]: *** [manfile.o] Error 1
make[1]: Leaving directory
`/data/portage/tmp/portage/man-1.6/work/man-1.6/src'
make: *** [source] Error 2
make: *** Waiting for unfinished jobs
i686-pc-linux-gnu-gcc  -Wl,-z,now -o gencat gencat.o genlib.o
make[1]: Leaving directory
`/data/portage/tmp/portage/man-1.6/work/man-1.6/genca
t'

!!! ERROR: sys-apps/man-1.6 failed.
!!! Function src_compile, Line 57, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status
message.


Any ideas what could be the problem?

Thanks

Christian



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem emerging man-1.6

2005-06-30 Thread Holly Bostick
Christian Herzyk schreef:
> Replying to my own mail:
> 
> I just found the solution on the forums (the idiot at this keyboard only
> searched google and not the forums).
> 
> The solution can be found here:
> http://forums.gentoo.org/viewtopic-t-354675-highlight-man1+6.html
> 

For the information of anyone who might need to know-- it's fixed already.

I just now synced and emerged it (in a -uaDtv world), and man-1.6
downloaded (I had deleted the previous tarball in
/usr/portage/distfiles), extracted and emerged without a single problem
(without changing my MAKEOPTS or anything of that nature, or of any
nature, to be honest. It Just Worked).

I *love* the Gentoo Dev team! You guys are the *best*!

Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem emerging man-1.6

2005-06-30 Thread Christian Herzyk
Replying to my own mail:

I just found the solution on the forums (the idiot at this keyboard only
searched google and not the forums).

The solution can be found here:
http://forums.gentoo.org/viewtopic-t-354675-highlight-man1+6.html

Christian

Christian Herzyk schrieb:

>Hello,
>
>emerge -u world wants to upgrade man to version 1.6.
>
>I get the following errors:
>Created Makefile and conf_script. Now do "make" and "make install".
>
>cd src; ../conf_script Makefile
>cd man2html; ../conf_script Makefile
>Creating Makefile from Makefile.in
>Creating Makefile from Makefile.in
>cd man; ../conf_script Makefile
>cd gencat; make
>Creating Makefile from Makefile.in
>make[1]: Entering directory
>`/data/portage/tmp/portage/man-1.6/work/man-1.6/genc
>at'
>i686-pc-linux-gnu-gcc -march=athlon-xp -mcpu=athlon-xp -O2
>-fomit-frame-pointer
>-pipe   -c -o gencat.o gencat.c
>cd msgs; ../conf_script Makefile
>Creating Makefile from Makefile.in
>cd src; make
>make[1]: Entering directory
>`/data/portage/tmp/portage/man-1.6/work/man-1.6/src'
>gcc -o makemsg makemsg.c
>i686-pc-linux-gnu-gcc -march=athlon-xp -mcpu=athlon-xp -O2
>-fomit-frame-pointer
>-pipe   -c -o genlib.o genlib.c
>i686-pc-linux-gnu-gcc -c -Wall -Wstrict-prototypes -Wmissing-prototypes
>-march=a
>thlon-xp -mcpu=athlon-xp -O2 -fomit-frame-pointer -pipe -I.
>-DSTDC_HEADERS -DPOS
>IX -DDO_COMPRESS manfile.c
>In file included from manfile.c:15:
>gripes.h:1:23: gripedefs.h: No such file or directory
>manfile.c: In function `glob_for_file_ext_glob':
>manfile.c:87: error: `CALLTRACE3' undeclared (first use in this function)
>manfile.c:87: error: (Each undeclared identifier is reported only once
>manfile.c:87: error: for each function it appears in.)
>manfile.c:115: error: `ABOUT_TO_GLOB' undeclared (first use in this
>function)
>manfile.c: In function `glob_for_file':
>manfile.c:152: error: `CALLTRACE2' undeclared (first use in this function)
>manfile.c:183: error: `NO_MATCH' undeclared (first use in this function)
>manfile.c:187: error: `GLOB_FOR_FILE' undeclared (first use in this
>function)
>manfile.c: In function `manfile_from_sec_and_dir':
>manfile.c:209: error: `CALLTRACE1' undeclared (first use in this function)
>manfile.c:230: error: `FOUND_FILE' undeclared (first use in this function)
>make[1]: *** [manfile.o] Error 1
>make[1]: Leaving directory
>`/data/portage/tmp/portage/man-1.6/work/man-1.6/src'
>make: *** [source] Error 2
>make: *** Waiting for unfinished jobs
>i686-pc-linux-gnu-gcc  -Wl,-z,now -o gencat gencat.o genlib.o
>make[1]: Leaving directory
>`/data/portage/tmp/portage/man-1.6/work/man-1.6/genca
>t'
>
>!!! ERROR: sys-apps/man-1.6 failed.
>!!! Function src_compile, Line 57, Exitcode 2
>!!! emake failed
>!!! If you need support, post the topmost build error, NOT this status
>message.
>
>
>Any ideas what could be the problem?
>
>Thanks
>
>Christian
>
>  
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem emerging man-1.6

2005-06-30 Thread Holly Bostick
Christian Herzyk schreef:
> Hello,
> 
> emerge -u world wants to upgrade man to version 1.6.
> 
> I get the following errors:
> Created Makefile and conf_script. Now do "make" and "make install".

> manfile.c: In function `glob_for_file':
> manfile.c:152: error: `CALLTRACE2' undeclared (first use in this function)
> manfile.c:183: error: `NO_MATCH' undeclared (first use in this function)
> manfile.c:187: error: `GLOB_FOR_FILE' undeclared (first use in this
> function)
> manfile.c: In function `manfile_from_sec_and_dir':
> manfile.c:209: error: `CALLTRACE1' undeclared (first use in this function)
> manfile.c:230: error: `FOUND_FILE' undeclared (first use in this function)
> make[1]: *** [manfile.o] Error 1
> make[1]: Leaving directory
> `/data/portage/tmp/portage/man-1.6/work/man-1.6/src'
> make: *** [source] Error 2
> make: *** Waiting for unfinished jobs
> i686-pc-linux-gnu-gcc  -Wl,-z,now -o gencat gencat.o genlib.o
> make[1]: Leaving directory
> `/data/portage/tmp/portage/man-1.6/work/man-1.6/genca
> t'
> 
> !!! ERROR: sys-apps/man-1.6 failed.
> !!! Function src_compile, Line 57, Exitcode 2
> !!! emake failed
> !!! If you need support, post the topmost build error, NOT this status
> message.
> 
> 
> Any ideas what could be the problem?

WOW, Christian-- you got *much* further than I did; when I tried to
upgrade a couple hours ago, I got a "Files listed in manifest do not
exist" error, so I didn't even make it past downloading the tarball.

Obviously, that problem has been fixed (I expected that the tarball
would be replaced PDQ, and since it's "just" man-- which is working fine
atm, thus not an urgent upgrade-- I figured I'd wait till my after my
cron job ran esync before trying again)-- but some problems remain.

Sorry I can't help more other than to suggest checking b.g.o, but I did
want to mention that this upgrade to man seems to have "layers" as it
were, in terms of issues.

Holly
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem emerging man-1.6

2005-06-30 Thread Christian Herzyk
Hello,

emerge -u world wants to upgrade man to version 1.6.

I get the following errors:
Created Makefile and conf_script. Now do "make" and "make install".

cd src; ../conf_script Makefile
cd man2html; ../conf_script Makefile
Creating Makefile from Makefile.in
Creating Makefile from Makefile.in
cd man; ../conf_script Makefile
cd gencat; make
Creating Makefile from Makefile.in
make[1]: Entering directory
`/data/portage/tmp/portage/man-1.6/work/man-1.6/genc
at'
i686-pc-linux-gnu-gcc -march=athlon-xp -mcpu=athlon-xp -O2
-fomit-frame-pointer
-pipe   -c -o gencat.o gencat.c
cd msgs; ../conf_script Makefile
Creating Makefile from Makefile.in
cd src; make
make[1]: Entering directory
`/data/portage/tmp/portage/man-1.6/work/man-1.6/src'
gcc -o makemsg makemsg.c
i686-pc-linux-gnu-gcc -march=athlon-xp -mcpu=athlon-xp -O2
-fomit-frame-pointer
-pipe   -c -o genlib.o genlib.c
i686-pc-linux-gnu-gcc -c -Wall -Wstrict-prototypes -Wmissing-prototypes
-march=a
thlon-xp -mcpu=athlon-xp -O2 -fomit-frame-pointer -pipe -I.
-DSTDC_HEADERS -DPOS
IX -DDO_COMPRESS manfile.c
In file included from manfile.c:15:
gripes.h:1:23: gripedefs.h: No such file or directory
manfile.c: In function `glob_for_file_ext_glob':
manfile.c:87: error: `CALLTRACE3' undeclared (first use in this function)
manfile.c:87: error: (Each undeclared identifier is reported only once
manfile.c:87: error: for each function it appears in.)
manfile.c:115: error: `ABOUT_TO_GLOB' undeclared (first use in this
function)
manfile.c: In function `glob_for_file':
manfile.c:152: error: `CALLTRACE2' undeclared (first use in this function)
manfile.c:183: error: `NO_MATCH' undeclared (first use in this function)
manfile.c:187: error: `GLOB_FOR_FILE' undeclared (first use in this
function)
manfile.c: In function `manfile_from_sec_and_dir':
manfile.c:209: error: `CALLTRACE1' undeclared (first use in this function)
manfile.c:230: error: `FOUND_FILE' undeclared (first use in this function)
make[1]: *** [manfile.o] Error 1
make[1]: Leaving directory
`/data/portage/tmp/portage/man-1.6/work/man-1.6/src'
make: *** [source] Error 2
make: *** Waiting for unfinished jobs
i686-pc-linux-gnu-gcc  -Wl,-z,now -o gencat gencat.o genlib.o
make[1]: Leaving directory
`/data/portage/tmp/portage/man-1.6/work/man-1.6/genca
t'

!!! ERROR: sys-apps/man-1.6 failed.
!!! Function src_compile, Line 57, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status
message.


Any ideas what could be the problem?

Thanks

Christian

-- 
gentoo-user@gentoo.org mailing list