[devel] (zerg,george,ender,boyarsh,lav) Re: exiv2-0.19 -- присоединяйтесь, господа, присоединяйтесь!

Michael Shigorin mike на osdn.org.ua
Пн Янв 11 16:43:18 UTC 2010


On Mon, Jan 11, 2010 at 06:54:54PM +0300, Dmitry V. Levin wrote:
> Это, скорее всего, новый autoconf.  Если в логе сборки есть
> фраза was expanded before it was required то это почти
> наверняка новый autoconf.

Хм, а почему может наблюдаться только на i586 и не наблюдаться
на x86_64? (filelight-1.0-alt9.src.rpm)

$ fgrep 'was expanded before it was required' $TMP/32.log 
configure.in:51: warning: AC_REQUIRE: `AC_PROG_CC' was expanded before it was required
configure.in:51: warning: AC_REQUIRE: `AC_PROG_CXX' was expanded before it was required
configure.in:54: warning: AC_REQUIRE: `AC_OBJEXT' was expanded before it was required
configure.in:54: warning: AC_REQUIRE: `AC_EXEEXT' was expanded before it was required
configure.in:51: warning: AC_REQUIRE: `AC_PROG_CC' was expanded before it was required
configure.in:51: warning: AC_REQUIRE: `AC_PROG_CXX' was expanded before it was required
configure.in:54: warning: AC_REQUIRE: `AC_OBJEXT' was expanded before it was required
configure.in:54: warning: AC_REQUIRE: `AC_EXEEXT' was expanded before it was required
configure.in:51: warning: AC_REQUIRE: `AC_PROG_CC' was expanded before it was required
configure.in:51: warning: AC_REQUIRE: `AC_PROG_CXX' was expanded before it was required
configure.in:54: warning: AC_REQUIRE: `AC_OBJEXT' was expanded before it was required
configure.in:54: warning: AC_REQUIRE: `AC_EXEEXT' was expanded before it was required
configure.in:51: warning: AC_REQUIRE: `AC_PROG_CC' was expanded before it was required
configure.in:51: warning: AC_REQUIRE: `AC_PROG_CXX' was expanded before it was required
configure.in:54: warning: AC_REQUIRE: `AC_OBJEXT' was expanded before it was required
configure.in:54: warning: AC_REQUIRE: `AC_EXEEXT' was expanded before it was required
$ fgrep 'was expanded before it was required' $TMP/64.log 
$ 

diff -u 64.log 32.log:

        if test "$ret" = 0; then echo '#include "dialog.moc"' >> dialog.cpp; else rm -f dialog.cpp ; exit $ret ; fi
-In file included from summaryWidget.cpp:6:
-fileTree.h: At global scope:
-fileTree.h:73: warning: type qualifiers ignored on function return type
-fileTree.h:173: warning: type qualifiers ignored on function return type
-/bin/sh ../../libtool --silent --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/lib64/qt3/include/ -I.  -I../../src  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pipe -Wall -O2 -fPIC -DPIC -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o dialog.lo dialog.cpp
-summaryWidget.cpp: In member function 'void SummaryWidget::createDiskMaps()':
-summaryWidget.cpp:108: warning: the result of the conversion is unspecified because '2000' is outside the range of type 'Filelight::MapScheme'
-summaryWidget.cpp: In constructor 'DiskList::DiskList()':
-summaryWidget.cpp:161: warning: conversion to 'int' from 'size_t' may alter its value
-/bin/sh ../../libtool --silent --tag=CXX --mode=link x86_64-alt-linux-g++  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pipe -Wall -O2 -fPIC -DPIC -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o libfilelight.la.closure libfilelight_la_closure.lo -L/usr/lib64/qt3/lib/ -L/usr/lib64    -avoid-version -module -no-undefined    part.lo scan.lo progressBox.lo Config.lo settingsDialog.lo fileTree.lo localLister.lo remoteLister.lo summaryWidget.lo dialog.lo ./radialMap/libradialmap.la -lkio -lkparts -lkdeui -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread 
-/bin/sh ../../libtool --silent --tag=CXX --mode=link x86_64-alt-linux-g++  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pipe -Wall -O2 -fPIC -DPIC -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o libfilelight.la -rpath /usr/lib64/kde3 -L/usr/lib64/qt3/lib/ -L/usr/lib64    -avoid-version -module -no-undefined    part.lo scan.lo progressBox.lo Config.lo settingsDialog.lo fileTree.lo localLister.lo remoteLister.lo summaryWidget.lo dialog.lo ./radialMap/libradialmap.la -lkio -lkparts -lkdeui -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread 
+/bin/sh ../../libtool --silent --tag=CXX --mode=compile i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/lib/qt3/include/ -I.  -I../../src  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -pipe -Wall -O2 -march=i586 -mtune=i686 -fPIC -DPIC -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o dialog.lo dialog.cpp
+/bin/sh ../../libtool --silent --tag=CXX --mode=link i586-alt-linux-g++  -DNDEBUG -DNO_DEBUG -pipe -Wall -O2 -march=i586 -mtune=i686 -fPIC -DPIC -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o libfilelight.la.closure libfilelight_la_closure.lo -L/usr/lib/qt3/lib/ -L/usr/lib    -avoid-version -module -no-undefined    part.lo scan.lo progressBox.lo Config.lo settingsDialog.lo fileTree.lo localLister.lo remoteLister.lo summaryWidget.lo dialog.lo ./radialMap/libradialmap.la -lkio -lkparts -lkdeui -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread 
+/bin/sh ../../libtool --silent --tag=CXX --mode=link i586-alt-linux-g++  -DNDEBUG -DNO_DEBUG -pipe -Wall -O2 -march=i586 -mtune=i686 -fPIC -DPIC -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o libfilelight.la -rpath /usr/lib/kde3 -L/usr/lib/qt3/lib/ -L/usr/lib    -avoid-version -module -no-undefined    part.lo scan.lo progressBox.lo Config.lo settingsDialog.lo fileTree.lo localLister.lo remoteLister.lo summaryWidget.lo dialog.lo ./radialMap/libradialmap.la -lkio -lkparts -lkdeui -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread 
 make[4]: Leaving directory `/usr/src/RPM/BUILD/filelight-1.0/src/part'

-- 
 ---- WBR, Michael Shigorin <mike на altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


Подробная информация о списке рассылки Devel