Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23365 - gnome-base/nautilus-2.2.4-r5 issues with automake
Summary: gnome-base/nautilus-2.2.4-r5 issues with automake
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-24 03:55 UTC by TGL
Modified: 2003-06-24 04:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TGL 2003-06-24 03:55:15 UTC
Here is what it gives me:

>>> Unpacking source...
>>> Unpacking nautilus-2.2.4.tar.bz2 to /var/tmp/portage/nautilus-2.2.4-r5/work
 * Applying nautilus-2-snap_to_grid-r1.patch...                        [ ok ] 
 * Applying nautilus-2-x-printers.patch...                             [ ok ] 
aclocal.m4:74: version mismatch.  This is Automake 1.6.3, but aclocal.m4
aclocal.m4:74: was generated for Automake 1.4-p6.  You should recreate
aclocal.m4:74: aclocal.m4 with aclocal and run automake again.
components/adapter/Makefile.am: required file `./depcomp' not found
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL

(and the four "/usr/share..." lines are then repeted many times, until it die) 

I use the following versions of autotools:
  sys-devel/autoconf-2.57-r1
  sys-devel/automake-1.7.2



Reproducible: Always
Steps to Reproduce:




Portage 2.0.48-r1 (default-1.0, gcc-2.95.3, glibc-2.2.5-r4,2.2.5-r8)
=================================================================
System uname: 2.4.21-ck3 i686 AMD Athlon(tm) XP 1800+
GENTOO_MIRRORS=" http://ftp.easynet.nl/mirror/gentoo/
ftp://ftp.easynet.nl/mirror/gentoo// http://ftp.tu-clausthal.de/pub/linux/gentoo/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi crypt cups encode jpeg libg++ mikmod mmx mpeg ncurses
pdflib quicktime spell truetype xml2 xmms xv alsa berkdb bonobo cdr esd gdbm ggi
gif gnome gnome-libs gpm gphoto2 gtk gtkhtml guile imlib java libwww motif
mozilla mysql nas oggvorbis opengl pam perl png python qt readline ruby scanner
sdl slang snmp ssl svga tcltk tcpd tetex tiff X aalib acpi acpi4linux apache2
clamav curl dga directfb doc dvd fbcon flash gd ggz imap jack junit lcms leim
lirc mbox memlimit moznocompose moznoirc moznomail mozsvg nls objc pda plotutils
pnp samba sasl slp smooth tmpfs usb wmf Xaw3d xface xml xosd zeo zlib -arts -kde
-ldap -pcmcia xfs"
COMPILER=""
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O2 -pipe"
CXXFLAGS="-march=i686 -O2 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.fr.gentoo.org/gentoo-portage"
FEATURES="ccache userpriv usersandbox sandbox digest manifest fixpackages"
Comment 1 foser (RETIRED) gentoo-dev 2003-06-24 04:01:19 UTC
and if you add 'WANT_AUTOMAKE=1.4' to the line before 'automake' in the ebuild (similar to the autoconf line) ?
Comment 2 TGL 2003-06-24 04:08:41 UTC
Tried again after adding an "aclocal" call to the ebuild, and it still fails, with this error:

 * Applying nautilus-2-snap_to_grid-r1.patch...                         [ ok ]
 * Applying nautilus-2-x-printers.patch...                              [ ok ]
components/adapter/Makefile.am: required file `./depcomp' not found
data/Makefile.am:19: DESKTOP_FILES multiply defined in condition TRUE
 
  DESKTOP_FILES (User, where = data/Makefile.am:19) =
  {
    TRUE => $(DESKTOP_IN_FILES:.desktop.in=.desktop)
  }
 
!!! ERROR: gnome-base/nautilus-2.2.4-r5 failed.
!!! Function src_unpack, Line 55, Exitcode 1
!!! (no error message)
Comment 3 TGL 2003-06-24 04:12:30 UTC
Oops, sorry Foser for my previous message, I was trying stuffs and have not seen yours.

So, yes, it does work your WANT_AUTOMAKE=1.4 patch.

Thanks.
Comment 4 foser (RETIRED) gentoo-dev 2003-06-24 04:25:59 UTC
ok fixed in the ebuild. I really wonder why auto<conf,make> is so unpredictable, it shouldn't be.

thnx for your report.
Comment 5 TGL 2003-06-24 04:38:40 UTC
[OT]
> I really wonder why auto<conf,make> is so unpredictable, it shouldn't be.

Have you read that?: http://freshmeat.net/articles/view/889/  ;)
[/OT]

Oh, and while I'm commenting, let's do my "success report": so far the cups plugin works fine, I was able, as a simple user, to add a new printer, use it, display its status... That's really a nice new feature.

Thanks for your work.