From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=AWL, BAYES_00, FH_DATE_PAST_20XX, FUZZY_XPILL,URIBL_BLACK,WEIRD_PORT autolearn=no version=3.2.5 Date: Mon, 11 Jan 2010 18:43:18 +0200 From: Michael Shigorin To: ALT Linux Team development discussions Message-ID: <20100111164318.GX1710@osdn.org.ua> Mail-Followup-To: ALT Linux Team development discussions References: <8b9c685c1001050402m675e5ebdt1517984bd1bc8a94@mail.gmail.com> <20100105132036.GP1710@osdn.org.ua> <8b9c685c1001050613i3ea6dec2l728ae1865effd6d9@mail.gmail.com> <20100105173830.GR1710@osdn.org.ua> <8b9c685c1001110547m799134f7lc97c88bff9dfae33@mail.gmail.com> <20100111155454.GF22145@wo.int.altlinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20100111155454.GF22145@wo.int.altlinux.org> User-Agent: Mutt/1.4.2.1i Subject: Re: [devel] =?koi8-r?b?KHplcmcsZ2VvcmdlLGVuZGVyLGJveWFyc2gsbGF2KSBS?= =?koi8-r?b?ZTogZXhpdjItMC4xOSAtLSDQ0snTz8XEyc7RytTF09gsIMfP09DP?= =?koi8-r?b?xMEsINDSydPPxcTJztHK1MXT2CE=?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2010 16:43:32 -0000 Archived-At: List-Archive: List-Post: 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 ------ Linux.Kiev http://www.linux.kiev.ua/