* [gentoo-dev] Info warnings fixed (for now)
@ 2001-08-03 17:49 Chad M. Huneycutt
2001-08-04 5:33 ` [gentoo-dev] Info warnings fixed (for now) Probelm with util-linux Joe DeRosa
2001-08-04 10:34 ` [gentoo-dev] Info warnings fixed (for now) jano
0 siblings, 2 replies; 6+ messages in thread
From: Chad M. Huneycutt @ 2001-08-03 17:49 UTC (permalink / raw
To: gentoo-dev
Tired of all those info warnings every time you emerge? Then update
your portage tree after 8pm EST (Aug-3-01)and emerge the latest gzip,
gdbm, bc, which, sharutils, util-linux, ed, and diffutils. If you are
keeping track, that leaves one more warning about readline. I haven't
figured that one out yet, so it will still be there.
Chad (chadh)
P.S. I went ahead and committed these simple changes, but if these are
your packages, feel free to check them out and make sure I did not break
anything.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Info warnings fixed (for now) Probelm with util-linux
2001-08-03 17:49 [gentoo-dev] Info warnings fixed (for now) Chad M. Huneycutt
@ 2001-08-04 5:33 ` Joe DeRosa
2001-08-04 10:11 ` Chad M. Huneycutt
2001-08-04 10:34 ` [gentoo-dev] Info warnings fixed (for now) jano
1 sibling, 1 reply; 6+ messages in thread
From: Joe DeRosa @ 2001-08-04 5:33 UTC (permalink / raw
To: gentoo-dev
Here is an error I get from emerging your latest util-linux, also some of
these ebuilds are missing digests. (I think most of them)
------------------------------------------------------------------------------------------
cc -c -mcpu=i686 -march=i686 -O3 -pipe -mcpu=i686 -march=i686 -O3 -pipe
-I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1
-D_FILE_OFFSET_BITS=64
-DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\"
-DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" getopt.c -o getopt.o
cc "" getopt.o -o getopt
cc: : No such file or directory
make[1]: *** [getopt] Error 1
make[1]: Leaving directory
`/tmp/portage/util-linux-2.11g-r2/work/util-linux-2.11g/getopt-1.1.2'
make: *** [all] Error 1
!!! ERROR: the make command did not complete successfully.
------------------------------------------------------------------------------------------
Once building the digests, everything else compiles.
On Friday 03 August 2001 07:44 pm, you wrote:
> Tired of all those info warnings every time you emerge? Then update
> your portage tree after 8pm EST (Aug-3-01)and emerge the latest gzip,
> gdbm, bc, which, sharutils, util-linux, ed, and diffutils. If you are
> keeping track, that leaves one more warning about readline. I haven't
> figured that one out yet, so it will still be there.
>
> Chad (chadh)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Info warnings fixed (for now) Probelm with util-linux
2001-08-04 5:33 ` [gentoo-dev] Info warnings fixed (for now) Probelm with util-linux Joe DeRosa
@ 2001-08-04 10:11 ` Chad M. Huneycutt
2001-08-04 10:16 ` Daniel Robbins
0 siblings, 1 reply; 6+ messages in thread
From: Chad M. Huneycutt @ 2001-08-04 10:11 UTC (permalink / raw
To: gentoo-dev
Joe DeRosa wrote:
>Here is an error I get from emerging your latest util-linux, also some of
>these ebuilds are missing digests. (I think most of them)
>------------------------------------------------------------------------------------------
>cc -c -mcpu=i686 -march=i686 -O3 -pipe -mcpu=i686 -march=i686 -O3 -pipe
>-I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1
>-D_FILE_OFFSET_BITS=64
>-DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\"
>-DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" getopt.c -o getopt.o
>cc "" getopt.o -o getopt
>cc: : No such file or directory
>make[1]: *** [getopt] Error 1
>make[1]: Leaving directory
>`/tmp/portage/util-linux-2.11g-r2/work/util-linux-2.11g/getopt-1.1.2'
>make: *** [all] Error 1
>
>!!! ERROR: the make command did not complete successfully.
>------------------------------------------------------------------------------------------
>
>Once building the digests, everything else compiles.
>
Ummm, You will have to talk to the author of util-linux for this one. I
don't think I caused it.
The digests problem I am aware of, but once drobbins' script runs will
be remedied.
Chad
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Info warnings fixed (for now) Probelm with util-linux
2001-08-04 10:11 ` Chad M. Huneycutt
@ 2001-08-04 10:16 ` Daniel Robbins
0 siblings, 0 replies; 6+ messages in thread
From: Daniel Robbins @ 2001-08-04 10:16 UTC (permalink / raw
To: gentoo-dev
On Sat, Aug 04, 2001 at 12:06:14PM -0400, Chad M. Huneycutt wrote:
> Joe DeRosa wrote:
>
> >Here is an error I get from emerging your latest util-linux, also some of
> >these ebuilds are missing digests. (I think most of them)
> >------------------------------------------------------------------------------------------
> >cc -c -mcpu=i686 -march=i686 -O3 -pipe -mcpu=i686 -march=i686 -O3 -pipe
> >-I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1
> >-D_FILE_OFFSET_BITS=64
> >-DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\"
> >-DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" getopt.c -o getopt.o
> >cc "" getopt.o -o getopt
> >cc: : No such file or directory
> >make[1]: *** [getopt] Error 1
> >make[1]: Leaving directory
> >`/tmp/portage/util-linux-2.11g-r2/work/util-linux-2.11g/getopt-1.1.2'
> >make: *** [all] Error 1
> >
> >!!! ERROR: the make command did not complete successfully.
> >------------------------------------------------------------------------------------------
> >
> >Once building the digests, everything else compiles.
> >
> Ummm, You will have to talk to the author of util-linux for this one. I
> don't think I caused it.
>
> The digests problem I am aware of, but once drobbins' script runs will
> be remedied.
Looks like a problem caused by /" /" in try or emake.
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Info warnings fixed (for now)
2001-08-03 17:49 [gentoo-dev] Info warnings fixed (for now) Chad M. Huneycutt
2001-08-04 5:33 ` [gentoo-dev] Info warnings fixed (for now) Probelm with util-linux Joe DeRosa
@ 2001-08-04 10:34 ` jano
2001-08-04 10:37 ` jano
1 sibling, 1 reply; 6+ messages in thread
From: jano @ 2001-08-04 10:34 UTC (permalink / raw
To: gentoo-dev
---FYI---
-
neither version of gdbm would emerge emerge, appears to be a "" problem
with new portage system; had to change the "make" line from:try make CFLAGS=\"${CFLAGS} -fomit-frame-pointer\" ${MAKEOPTS}
to:
try make "CFLAGS=${CFLAGS} -fomit-frame-pointer ${MAKEOPTS}"
#(note, you NEED the quotes around the make options for some reason)
-
bc-r2 needs a digest
info problem still persists
-
which-r2, ed-r2, diffutils-r4, sharutils-r4 all need a digest
-
util-linux-r2 needs a digest; woudln't compiile in original fashion, so I
changed the make line:from:
try make LDFLAGS=\"\"
to:
try make ${MAKEOPTS} LDFLAGS=""
# (-j2 works for me!)
screen still has an info problem. Unfortunatley, I know nothing about
info files, so sorry I did not attach a patch.I also get this:
install-info: menu item `Readline' already exists, for file `readline'
???
Hope I was helpful.
> Tired of all those info warnings every time you emerge? Then update
> your portage tree after 8pm EST (Aug-3-01)and emerge the latest gzip,
> gdbm, bc, which, sharutils, util-linux, ed, and diffutils. If you are
> keeping track, that leaves one more warning about readline. I haven't
> figured that one out yet, so it will still be there.
>
> Chad (chadh)
>
> P.S. I went ahead and committed these simple changes, but if these are
> your packages, feel free to check them out and make sure I did not
> break anything.
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Info warnings fixed (for now)
2001-08-04 10:34 ` [gentoo-dev] Info warnings fixed (for now) jano
@ 2001-08-04 10:37 ` jano
0 siblings, 0 replies; 6+ messages in thread
From: jano @ 2001-08-04 10:37 UTC (permalink / raw
To: gentoo-dev
Err.. man my email was a mess. Sorry about that, i think this webmail
client here does some weird stuff to formatting. Or maybe it's opera with
the webmail client :(
>
>
>
>
> ---FYI---
>
> -
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-08-04 16:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-03 17:49 [gentoo-dev] Info warnings fixed (for now) Chad M. Huneycutt
2001-08-04 5:33 ` [gentoo-dev] Info warnings fixed (for now) Probelm with util-linux Joe DeRosa
2001-08-04 10:11 ` Chad M. Huneycutt
2001-08-04 10:16 ` Daniel Robbins
2001-08-04 10:34 ` [gentoo-dev] Info warnings fixed (for now) jano
2001-08-04 10:37 ` jano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox