First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 73312
Alias:
Product:
Component:
Status: CLOSED
Resolution: TEST-REQUEST
Assigned To: Mamoru KOMACHI (RETIRED) <usata@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Rumen Yotov <rumen@qrypto.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 73312 depends on: Show dependency tree
Bug 73312 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-12-04 01:53 0000
Hi,
Just upgraded dillo to 0.8.3-r2, but before that had an error while installing.
Here's the error log:
...BEGIN...
mkdir /var/tmp/portage/dillo-0.8.3-r2/image/usr/lib/dillo/dpi/hello
  /bin/install -c hello.filter.dpi 
/var/tmp/portage/dillo-0.8.3-r2/image//usr/lib/dillo/dpi/hello/hello.filter.dpi
/bin/sh ../mkinstalldirs /var/tmp/portage/dillo-0.8.3-r2/image//usr/lib/dillo/dpi/https
mkdir /var/tmp/portage/dillo-0.8.3-r2/image/usr/lib/dillo/dpi/https
  /bin/install -c https.filter.dpi 
/var/tmp/portage/dillo-0.8.3-r2/image//usr/lib/dillo/dpi/https/https.filter.dpi
make[2]: Leaving directory `/var/tmp/portage/dillo-0.8.3-r2/work/dillo-0.8.3/dpi'
make[1]: Leaving directory `/var/tmp/portage/dillo-0.8.3-r2/work/dillo-0.8.3/dpi'
Making install in config
make[1]: Entering directory `/var/tmp/portage/dillo-0.8.3-r2/work/dillo-0.8.3/config'
make[2]: Entering directory `/var/tmp/portage/dillo-0.8.3-r2/work/dillo-0.8.3/config'
/bin/sh ../mkinstalldirs /var/tmp/portage/dillo-0.8.3-r2/image//usr/bin
  /bin/install -c dillocfg /var/tmp/portage/dillo-0.8.3-r2/image//usr/bin/dillocfg
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/dillo-0.8.3-r2/work/dillo-0.8.3/config'
make[1]: Leaving directory `/var/tmp/portage/dillo-0.8.3-r2/work/dillo-0.8.3/config'
Making install in po
make[1]: Entering directory `/var/tmp/portage/dillo-0.8.3-r2/work/dillo-0.8.3/po'
/bin/sh ./mkinstalldirs /var/tmp/portage/dillo-0.8.3-r2/image//usr/share
/bin/sh: ./mkinstalldirs: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/var/tmp/portage/dillo-0.8.3-r2/work/dillo-0.8.3/po'
make: *** [install-recursive] Error 1

!!! ERROR: www-client/dillo-0.8.3-r2 failed.
!!! Function src_install, Line 86, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

...END...
Following line looked like the culpit to me:
/bin/sh ../mkinstalldirs /var/tmp/portage/dillo-0.8.3-r2/image//usr/bin
..............................................................^^...
two slashes in a path.
So went to work dir, backed up Makefile to Makefile.org.
Looked at the Makefile end changed two lines:
Makefile.org:
...SKIP...
mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
#mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
...END...
Makefile:
...SKIP...
# mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
...END...
Just switching the two lines, comment first uncomment second.
Then run: ebuild /var/portage/....../dillo-0.8.3-r2.ebuild install then qmerge.
All OK.
Unmerged the old dillo-0.8.3-r1 and tried the new dillo - it works.
That's all.
Here's the output of diff -au Makefile Makefile.org:
.........
--- Makefile	2004-12-04 11:15:04.233983848 +0200
+++ Makefile.org	2004-12-04 11:14:07.643586896 +0200
@@ -27,8 +27,8 @@
 INSTALL = /bin/install -c
 INSTALL_DATA = ${INSTALL} -m 644
 MKINSTALLDIRS = ./mkinstalldirs
-# mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
+mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+#mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
 
 GMSGFMT = /usr/bin/gmsgfmt
 MSGFMT = /usr/bin/msgfmt
..........
Thanks.
Rumen

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Gentoo Base System version 1.6.7
Portage 2.0.51-r8 (default-linux/x86/2004.2/gcc34/2.6, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.7-hardened-r16 i686)
=================================================================
System uname: 2.6.7-hardened-r16 i686 AMD Athlon(tm) XP 2200+
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Aug 23 2004, 17:25:16)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=i686 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=i686 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/var/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect distlocks gpg sandbox
sfperms"
GENTOO_MIRRORS="http://gentoo.itdnet.net/gentoo
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://ftp.easynet.nl/mirror/gentoo/ http://gentoo.oregonstate.edu
http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://mirror.datapipe.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/var/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/var/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X X509 aalib acl acpi apache2 avi berkdb bitmap-fonts bonobo caps cdr
chroot clamav crypt cups curl dedicated directfb dvd dvdr encode esd evo f77 fam
ffmpeg flac foomaticdb fortran freetype gd gdbm gif gnome gpm gstreamer gtk gtk2
gtkhtml guile hardened hardenedphp imagemagick imap imlib ipv6 java javascript
jpeg junit kde ldap libg++ libwww mad maildir matroska mikmod mmx motif mozilla
mpeg mpeg4 mysql ncurses nls nptl nvidia oggvorbis opengl oss pam pdflib perl
png postgres ppds prelude python qt quicktime readline samba sdl skey slang snmp
speex spell sse ssl svg svga tcltk tcpd tetex theora tiff transcode truetype
unicode usb x86 xml xml2 xmms xv xvid zlib linguas_bg linguas_en"

------- Comment #1 From Daniel Webert 2004-12-04 08:00:41 0000 -------
same problem overhere

------- Comment #2 From Mike Gardiner (RETIRED) 2004-12-06 08:12:27 0000 -------
@reporter Daniel: please provide your emerge info.

@reporter Rumen: Unfortunately, I don't think that's the problem - two slashes has no effect on paths, and if it actually was a shell error like that - the problem would be occuring for everyone, and it doesn't occur for me.

Can you please try without ccache?
Also, are you using hardened?

------- Comment #3 From Mike Gardiner (RETIRED) 2004-12-06 08:20:21 0000 -------
I may be being dense, but I can't see where your patch would apply?

------- Comment #4 From Daniel Webert 2004-12-06 08:24:27 0000 -------
Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.9-cko3 i686)
=================================================================
System uname: 2.6.9-cko3 i686 Intel(R) Pentium(R) 4 CPU 1.60GHz
Gentoo Base System version 1.6.7
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Nov 27 2004, 09:03:13)]
distcc 2.18.2 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.9.3, 1.8.5-r2, 1.4_p6, 1.5, 1.6.3, 1.7.9
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer -fforce-mem -fforce-addr
-falign-functions=4 -fprefetch-loop-arrays -ffast-math"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer -fforce-mem
-fforce-addr -falign-functions=4 -fprefetch-loop-arrays -ffast-math"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig candy ccache distlocks loadpolicy sandbox
sfperms userpriv usersandbox"
GENTOO_MIRRORS="ftp://cs.ubishops.ca/pub/gentoo/
http://gentoo.tiscali.nl/gentoo/
http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="GAPING_SECURITY_HOLE X X509 Xaw3d aac aalib acl adns aim aliaschain alsa
amd apache2 apm arts artswrappersuid async audiofile avi bash-completion bcmath
berkdb bidi bitmap-fonts bmp bonobo bzlib calendar cddb cdparanoia cdr cdrom
chroot clamav clanJavaScript clanVoice client cnamefix codecs cpdflib crypt css
ctype cups curl curlwrappers dba dedicated devmap dillo dio
disablekernelsupport distcache distribution divx4linux dnd dts dv dvd dvdr
dvdread edl encode erandom escreen esd estraier ethereal etwin evms2 exif f77
faac faad fam fbcon ffmpeg flac flash flatfile flood fmod font-server
foomaticdb fortran fpx freetype fs ftp ftruncate fusion fwdzone gb gd gdbm
geoip ggi gif gimp gkrellm glut gmail gmp gphoto2 gpm gps gs gtk gtk2 gtkhtml
hardenedphp hbci hub iconv icq ieee1394 imagemagick imap imlib imlib2 immqt-bc
inifile innodb intl ipv6 ipv6arpa ithreads jabber java javascript jbig jce
jikes jp2 jpeg jpeg2k junit jython kadu-modules kadu-voice lcd lcms ldap
libcaca libg++ libsamplerate libwww live lm_sensors ltsp lua lufsusermount lzo
lzw lzw-tiff mad maildir maildrop mailwrapper matroska mbox mcal md5sum
memlimit mhash mikmod mime ming mixer mmx mmx2 mng motif moznocompose moznoirc
moznomail mozp3p mozsvg mozxmlterm mp3 mpeg mpeg4 mplayer msn multipleip mysql
nas ncurses net network neural nis nls nntp nowin nptl ntlm nvidia nviz oav
offensive ofx oggvorbis openal opengl oscar oss pam passfile pcap pcre pdflib
perl php physfs pic pie png postgres prelude procmail python qt quicktime
quotes readline real rplay rtc sdl semanticfix server session sftplogging silc
silverxp skey slang smartcard smime sndfile snmp soap sockets socks5 softmmu
speex spell sse sse2 ssl stats streamzap stroke subject-rewrite svg svga szip
tcltk tcpd tga theora threads thumbnail tidy tiff timidity tokenizer transcode
transparent-proxy truetype truetype-fonts type1-fonts uml unicode uptimed usb
userlocales uudeview v4l v4l2 vda vhosts vim-with-x virus-scan wmf wsconvert
x86 xanim xchatdccserver xchattext xface xfs xgetdefault xine xinerama xml xml2
xmlrpc xmms xosd xpm xrandr xsl xv xvid xvmc yahoo yv12 zlib linguas_en
linguas_de linguas_es"

------- Comment #5 From Rumen Yotov 2004-12-06 08:44:45 0000 -------
Hi,
Yes i'm using hardened also all system ~x86 - see 'emerge info' in comment #1.
The diff wasn't intended as a patch just tried the diff output and options, if sometime need to make a patch ;-).
i also think it's not due to the two slashes present but solved the problem for me and don't have other ideas. you wanna me recompile again w/o ccache?
OK done, dillo-0.8.3-r2 compiles w/o errors even with ccache (same config).
As in the last two days several times emerged different versions of automake, upgrading and downgrading, may be this was a problem with autoconf/automake.
Thanks
Rumen

------- Comment #6 From Mike Gardiner (RETIRED) 2004-12-06 08:53:57 0000 -------
It's fine as a patch, but I can't see where it would patch the line:
#mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; 

Which Makefile are you patching? (ie which directory)

------- Comment #7 From Rumen Yotov 2004-12-06 10:03:56 0000 -------
Hi,
Frankly i didn't actually patched it, just edited it by hand, did the diff afterwards.
All this did in dillo's work directory (/var/tmp/portage/dillo-0.8.3-r2/work...), the file was "Makefile".
Assumed it's a bug in Makefile so checked, there were two lines pointing to this path, one commented, the other uncommented so reversed them as the commented seemed to do the things. At this time thought the author wanted to change something but forgot to finish it.
Now as dillo emerged clearly on the second try (w/o editing, patch etc), think it was something to do with errors in autoconf/automake generating the Makefile in question.
Rumen

------- Comment #8 From Neil Bothwick 2004-12-06 10:59:55 0000 -------
I'm getting the same, with or without ccache

Portage 2.0.51-r8 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r9 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r9 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.7
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Nov  8 2004, 18:23:06)]
distcc 2.18.2 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer -funit-at-a-time"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer -funit-at-a-time"
DISTDIR="/mnt/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg ccache distlocks sandbox"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://ftp.heanet.ie/pub/gentoo/ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/mnt/portage/packages/hactar"
PORTAGE_TMPDIR="/mnt/scratch"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/mnt/portage/local /mnt/portage/bmg-main"
SYNC="rsync://desatio/gentoo"
USE="amd64 X aalib acpi alsa apache2 arts artswrappersuid avi berkdb bitmap-fonts bonobo cdr crypt cups directfb divx4linux dv dvd dvdr encode esd f77 fam flac foomaticdb fortran gdbm gif gimpprint gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile imagemagick imlib jabber java jbig jp2 jpeg junit kde ldap lesstif libwww lzw lzw-tiff mad mailwrapper mikmod mozilla mpeg multilib mysql ncurses nls nptl oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime readline samba scanner sdl slang slp spell sqlite ssl tcltk tcpd tifftruetype usb userlocales xfs xml xml2 xmms xpm xprint xrandr xv xvid zlib video_cards_nvidia linguas_en_GB"


------- Comment #9 From Ferris McCormick 2004-12-06 11:39:02 0000 -------
I don't know if we're voting here, or keeping score, or what, but I'll weigh
in.
On sparc, I also see the problem (without ccache, if it matters):

make[1]: Entering directory
`/var/tmp/portage/dillo-0.8.3-r2/work/dillo-0.8.3/po'
/bin/sh ./mkinstalldirs /var/tmp/portage/dillo-0.8.3-r2/image//usr/share
./mkinstalldirs: ./mkinstalldirs: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory
`/var/tmp/portage/dillo-0.8.3-r2/work/dillo-0.8.3/po'
make: *** [install-recursive] Error 1

!!! ERROR: www-client/dillo-0.8.3-r2 failed.
!!! Function src_install, Line 86, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

For what it is worth, this system is hardened.

------- Comment #10 From Daniel Karlsson 2004-12-06 17:26:15 0000 -------
I suspect the problem arises from dillo-0.8.3-i18n-misc-20041201.diff.bz2 which
has used automake 1.7.9 to generate parts of the patch, while automake 1.9.2
was used for dillo-0.8.3-i18n-misc-20041118.diff.bz2(used in dillo-0.8.3-r1).

Thus adding somthing like:
        autoconf || die
        aclocal || die
        automake || die
to src_compile() in the ebuild, would fix the problem.

------- Comment #11 From Mike Gardiner (RETIRED) 2004-12-07 01:32:23 0000 -------
Heya Usata, 

Seems we've found the bug, good luck.

------- Comment #12 From Mamoru KOMACHI (RETIRED) 2004-12-07 04:12:49 0000 -------
This bug is not reproduceable to me on four of
my Gentoo boxen (x86 and alpha), but I add
"sh autogen.sh || die" to dillo-0.8.3-r3.ebuild
so it should be solved now. People who had
a problem with -r2, please test -r3.

------- Comment #13 From Yuri Vasilevski 2004-12-07 07:56:48 0000 -------
-r3 worked fine on all my 3 boxes (all x86) -r2 didn't emerged.

Yuri.

------- Comment #14 From Neil Bothwick 2004-12-07 08:58:54 0000 -------
r3 works on my AMD64 desktop, r2 didn't. But r2 did work on my P4 laptop.

------- Comment #15 From Rumen Yotov 2004-12-07 10:01:59 0000 -------
Hi,
Tried to compile dillo-0.8.3-r3 and receive a config error, see below:
...SKIP...
>>> md5 src_uri ;-) dillo-0.8.3.tar.bz2
>>> md5 src_uri ;-) dillo-gentoo-extras-patch4.tar.bz2
>>> md5 src_uri ;-) dillo-0.8.3-i18n-misc-20041206.diff.bz2
>>> root -sandbox(setup)
>>> root +sandbox(unpack)
>>> Unpacking source...
>>> Unpacking dillo-0.8.3.tar.bz2 to /var/tmp/portage/dillo-0.8.3-r3/work
>>> Unpacking dillo-gentoo-extras-patch4.tar.bz2 to /var/tmp/portage/dillo-0.8.3-r3/work
>>> Unpacking dillo-0.8.3-i18n-misc-20041206.diff.bz2 to /var/tmp/portage/dillo-0.8.3-r3/work
 * Applying dillo-0.8.3-i18n-misc-20041206.diff ...
[ ok ] * Using default Dillo icon set

aclocal         NOT found
autoheader      found
autoconf        found
automake        NOT found

ERROR: to run this program you need the following installed
       aclocal autoheader autoconf automake

!!! ERROR: www-client/dillo-0.8.3-r3 failed.
!!! Function src_unpack, Line 68, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
...END...
i have: SLOTED
sys-devel/autoconf-2.59-r6
sys-devel/autoconf-2.13
and: SLOTED
sys-devel/automake-1.9.3
sys-devel/automake-1.6.3
sys-devel/automake-1.7.9
sys-devel/automake-1.4_p6
sys-devel/automake-1.5
sys-devel/automake-1.8.5-r2
...END..
Early today checked with glsa-check and applied (again ;-) some changed to automake, now it says that the same vuln. is present and want to apply a different things it seems.
Nothing for 'aclocal' in portage, what's this?
Rumen

------- Comment #16 From Daniel Karlsson 2004-12-07 11:13:33 0000 -------
Rumen: Do you have automake-wrapper installed?

------- Comment #17 From Rumen Yotov 2004-12-07 11:35:54 0000 -------
Hi,
Yes, just rebuild it.
But something is certainly broken in my system as now glsa-check run for some time with output and then gives an error. Another error 'automake not found' before that - so automake IS broken.
i'll try again when fix my system.
Thanks
Rumen

------- Comment #18 From Rumen Yotov 2004-12-07 20:42:04 0000 -------
Hi,
Things are fixed for me too. Just rebuild all SLOTS of automake.
dillo-0.8.3-r3 builds OK.
Rumen

------- Comment #19 From Rumen Yotov 2004-12-08 12:19:11 0000 -------
Hi,
Think this bug should be closed.
Seems it's solved for all.
Thanks
Rumen

First Last Prev Next    No search results available      Search page      Enter new bug