On Dec 23, 2005, at 1:01 AM, Martin Costabel wrote:
Mike O'Brien wrote:
On Dec 22, 2005, at 12:58 PM, Martin Costabel wrote:
[]
To find out which package requires autoconf, I would do the
following: Rename the autconf.info files to something else, like
[]
Then repeat your update-all command and see who is complaining.
--Martin
After doing a "fink selfupdate" to see if Daniel Macks's work on
autoconf would just make the problem
go away, I did as you suggest above. The result didn't look
particularly helpful:
Ah I see, you have to move the deb file out of the way, too, so
that fink really believes that autoconf does not exist. So move
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/
autoconf_2.13-4_darwin-powerpc.deb
to some other place and try the update-all command again.
All it did was build the .deb package again. I swear autoconf.info
has been moved out of the
way. In fact I did a "find" and moved all occurrances of it in all
trees out of the way.
Do you want to continue? [Y/n]
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-autoconf-2.13-4 /
sw/src/fink.build
dpkg-deb: building package `fink-buildlock-autoconf-2.13-4' in `/sw/
src/fink.build/fink-buildlock-
autoconf-2.13-4_2005.12.23-01.57.40_darwin-powerpc.deb'.
Setting build lock...
/sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-
autoconf-2.13-4_2005.12.23-01.57.40_darwin-powerpc.deb
Selecting previously deselected package fink-buildlock-autoconf-2.13-4.
(Reading database ... 125175 files and directories currently installed.)
Unpacking fink-buildlock-autoconf-2.13-4 (from .../fink-buildlock-
autoconf-2.13-4_2005.12.23-01.57.40_darwin-powerpc.deb) ...
Setting up fink-buildlock-autoconf-2.13-4 (2005.12.23-01.57.40) ...
gzip -dc /sw/src/autoconf-2.13.tar.gz | /sw/bin/tar -xvf - --no-same-
owner --no-same-permissions
autoconf-2.13/
autoconf-2.13/ChangeLog
autoconf-2.13/AUTHORS
autoconf-2.13/COPYING
autoconf-2.13/testsuite/
autoconf-2.13/testsuite/autoconf.g/
autoconf-2.13/testsuite/autoconf.g/init.exp
autoconf-2.13/testsuite/autoconf.g/sizeof.exp
autoconf-2.13/testsuite/Makefile.in
autoconf-2.13/testsuite/autoconf.s/
autoconf-2.13/testsuite/autoconf.s/defines.exp
autoconf-2.13/testsuite/autoconf.s/syntax.exp
autoconf-2.13/testsuite/config/
autoconf-2.13/testsuite/config/unix.exp
autoconf-2.13/testsuite/lib/
autoconf-2.13/testsuite/lib/common.exp
autoconf-2.13/ChangeLog.0
autoconf-2.13/ChangeLog.1
autoconf-2.13/INSTALL
autoconf-2.13/Makefile.in
autoconf-2.13/NEWS
autoconf-2.13/README
autoconf-2.13/TODO
autoconf-2.13/acconfig.h
autoconf-2.13/acfunctions
autoconf-2.13/acgeneral.m4
autoconf-2.13/acheaders
autoconf-2.13/acidentifiers
autoconf-2.13/acmakevars
autoconf-2.13/acoldnames.m4
autoconf-2.13/acprograms
autoconf-2.13/acspecific.m4
autoconf-2.13/autoconf.m4
autoconf-2.13/autoconf.sh
autoconf-2.13/autoconf.texi
autoconf-2.13/autoheader.m4
autoconf-2.13/autoheader.sh
autoconf-2.13/autoreconf.sh
autoconf-2.13/autoscan.pl
autoconf-2.13/autoupdate.sh
autoconf-2.13/config.guess
autoconf-2.13/config.sub
autoconf-2.13/configure
autoconf-2.13/configure.in
autoconf-2.13/ifnames.sh
autoconf-2.13/install-sh
autoconf-2.13/install.texi
autoconf-2.13/make-stds.texi
autoconf-2.13/mkinstalldirs
autoconf-2.13/standards.texi
autoconf-2.13/texinfo.tex
autoconf-2.13/autoconf.info
autoconf-2.13/standards.info
Default compiler has been set to:
gcc version 4.0.0 (Apple Computer, Inc. build 5026)
./configure --prefix=/sw --infodir=/sw/share/info
creating cache ./config.cache
checking for gm4... /sw/bin/gm4
checking for mawk... no
checking for gawk... gawk
checking for perl... /usr/bin/perl
checking for a BSD compatible install... /sw/bin/install -c
updating cache ./config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
make
rm -f autoconf autoconf.tmp
sed -e 's,@''datadir''@,/sw/share/autoconf,g' -e 's,@''M4''@,/sw/bin/
gm4,g' -e 's,@''AWK''@,gawk,g' -e 's,@''SHELL''@,/bin/sh,g'
autoconf.sh > autoconf.tmp && chmod +x autoconf.tmp && mv
autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
sed -e 's,@''datadir''@,/sw/share/autoconf,g' -e 's,@''M4''@,/sw/bin/
gm4,g' -e 's,@''AWK''@,gawk,g' -e 's,@''SHELL''@,/bin/sh,g'
autoheader.sh > autoheader.tmp && chmod +x autoheader.tmp && mv
autoheader.tmp autoheader
rm -f autoreconf autoreconf.tmp
sed -e 's,@''datadir''@,/sw/share/autoconf,g' -e 's,@''M4''@,/sw/bin/
gm4,g' -e 's,@''AWK''@,gawk,g' -e 's,@''SHELL''@,/bin/sh,g'
autoreconf.sh > autoreconf.tmp && chmod +x autoreconf.tmp && mv
autoreconf.tmp autoreconf
rm -f autoupdate autoupdate.tmp
sed -e 's,@''datadir''@,/sw/share/autoconf,g' -e 's,@''M4''@,/sw/bin/
gm4,g' -e 's,@''AWK''@,gawk,g' -e 's,@''SHELL''@,/bin/sh,g'
autoupdate.sh > autoupdate.tmp && chmod +x autoupdate.tmp && mv
autoupdate.tmp autoupdate
rm -f ifnames ifnames.tmp
sed -e 's,@''datadir''@,/sw/share/autoconf,g' -e 's,@''M4''@,/sw/bin/
gm4,g' -e 's,@''AWK''@,gawk,g' -e 's,@''SHELL''@,/bin/sh,g'
ifnames.sh > ifnames.tmp && chmod +x ifnames.tmp && mv ifnames.tmp
ifnames
rm -f autoscan autoscan.tmp
sed -e 's,@''datadir''@,/sw/share/autoconf,g' -e 's,@''PERL''@,/usr/
bin/perl,g' autoscan.pl > autoscan.tmp && chmod +x autoscan.tmp && mv
autoscan.tmp autoscan
freezing autoconf.m4
freezing autoheader.m4
/bin/rm -rf /sw/src/fink.build/root-autoconf-2.13-4
/bin/mkdir -p /sw/src/fink.build/root-autoconf-2.13-4/sw
/bin/mkdir -p /sw/src/fink.build/root-autoconf-2.13-4/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-autoconf-2.13-4
make install prefix=/sw/src/fink.build/root-autoconf-2.13-4/sw
infodir=/sw/src/fink.build/root-autoconf-2.13-4/sw/share/info
/bin/sh ./mkinstalldirs /sw/src/fink.build/root-autoconf-2.13-4/sw/
bin /sw/src/fink.build/root-autoconf-2.13-4/sw/share/info /sw/src/
fink.build/root-autoconf-2.13-4/sw/share/autoconf
mkdir /sw/src/fink.build/root-autoconf-2.13-4/sw/bin
mkdir /sw/src/fink.build/root-autoconf-2.13-4/sw/share
mkdir /sw/src/fink.build/root-autoconf-2.13-4/sw/share/info
mkdir /sw/src/fink.build/root-autoconf-2.13-4/sw/share/autoconf
if test -f autoconf.info; then \
for i in *.info*; do \
/sw/bin/install -c -m 644 $i /sw/src/fink.build/root-
autoconf-2.13-4/sw/share/info/$i; \
done; \
else \
for i in ./*.info*; do \
/sw/bin/install -c -m 644 $i /sw/src/fink.build/root-
autoconf-2.13-4/sw/share/info/`echo $i | sed 's|^./||'`; \
done; \
fi
for p in autoconf autoheader autoreconf autoupdate ifnames ; do \
/sw/bin/install -c $p /sw/src/fink.build/root-autoconf-2.13-4/sw/
bin/`echo $p|sed 's,x,x,'`; \
done
for i in autoconf.m4f autoheader.m4f; do \
/sw/bin/install -c -m 644 $i /sw/src/fink.build/root-
autoconf-2.13-4/sw/share/autoconf/$i; \
done
for i in autoconf.m4 acgeneral.m4 acoldnames.m4 acspecific.m4
autoheader.m4 acconfig.h; do \
/sw/bin/install -c -m 644 ./$i /sw/src/fink.build/root-
autoconf-2.13-4/sw/share/autoconf/$i; \
done
if test -f autoscan; then \
/sw/bin/install -c autoscan /sw/src/fink.build/root-autoconf-2.13-4/
sw/bin/`echo autoscan|sed 's,x,x,'`; \
for i in acfunctions acheaders acidentifiers acprograms \
acmakevars; do \
/sw/bin/install -c -m 644 ./$i /sw/src/fink.build/root-
autoconf-2.13-4/sw/share/autoconf/$i; \
done; \
else :; fi
mkdir -p /sw/src/fink.build/root-autoconf-2.13-4/sw/share/doc/autoconf
install -m 644 README COPYING AUTHORS NEWS /sw/src/fink.build/root-
autoconf-2.13-4/sw/share/doc/autoconf/
/bin/rm -f /sw/src/fink.build/root-autoconf-2.13-4/sw/info/dir /sw/
src/fink.build/root-autoconf-2.13-4/sw/info/dir.old /sw/src/
fink.build/root-autoconf-2.13-4/sw/share/info/dir /sw/src/fink.build/
root-autoconf-2.13-4/sw/share/info/dir.old
Writing control file...
Writing package script postinst...
Writing package script prerm...
dpkg-deb -b root-autoconf-2.13-4 /sw/fink/dists/unstable/main/binary-
darwin-powerpc/devel
dpkg-deb: building package `autoconf' in `/sw/fink/dists/unstable/
main/binary-darwin-powerpc/devel/autoconf_2.13-4_darwin-powerpc.deb'.
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-autoconf-2.13-4
(Reading database ... 125176 files and directories currently installed.)
Removing fink-buildlock-autoconf-2.13-4 ...
/sw/bin/dpkg-lockwait -i /sw/fink/dists/unstable/main/binary-darwin-
powerpc/devel/autoconf_2.13-4_darwin-powerpc.deb
dpkg: considering removing autoconf2.5 in favour of autoconf ...
dpkg: no, cannot remove autoconf2.5 (--auto-deconfigure will help):
automake1.9 depends on autoconf2.5 (>= 2.58-1)
autoconf2.5 is to be removed.
dpkg: regarding .../autoconf_2.13-4_darwin-powerpc.deb containing
autoconf:
autoconf conflicts with autoconf2.5
autoconf2.5 (version 2.59-6) is installed.
/sw/bin/dpkg: error processing /sw/fink/dists/unstable/main/binary-
darwin-powerpc/devel/autoconf_2.13-4_darwin-powerpc.deb (--install):
conflicting packages - not installing autoconf
Errors were encountered while processing:
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/
autoconf_2.13-4_darwin-powerpc.deb
### execution of /sw/bin/dpkg-lockwait failed, exit code 1
Failed: can't install package autoconf-2.13-4
[BuffyBox:~] root#
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users