From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3FEC7E0B.1090808@newmail.ru> Date: Fri, 26 Dec 2003 21:29:31 +0300 From: =?KOI8-R?Q?=EE=C5=CD=CF=D3?= User-Agent: Mozilla/5.0 (Windows; U; Win98; ru-RU; rv:1.5) Gecko/20031006 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: community@altlinux.ru References: <3FE88232.3090202@newmail.ru> In-Reply-To: <3FE88232.3090202@newmail.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: [Comm] =?koi8-r?b?8NLPwszFzdkg0NLJINPCz9LLxSDQwcvF1ME=?= X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.3 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2003 18:36:36 -0000 Archived-At: List-Archive: List-Post: Продолжая пересборку системы для k6 решил пересобрать glibc( часто пакеты требуют glibc-devel-static) и после трех с половиной часов (примерно)вот что получилось make: *** [check] Error 2 ошибка: Неверный код возврата из /home/*/tmp/rpm-tmp.11961 (%build) Ошибки сборки пакетов: Неверный код возврата из /home/*/tmp/rpm-tmp.11961 (%build) чуть выше я нашел вот что ..... make -s -C math tests make[2]: Entering directory `/home/*/RPM/BUILD/glibc-2.2.6/math' make[2]: *** [/home/*/RPM/BUILD/glibc-2.2.6/build-k6-linux/math/test-ldouble.out] Error 1 make[2]: *** [/home/*/RPM/BUILD/glibc-2.2.6/build-k6-linux/math/test-ildoubl.out] Error 1 make[2]: Target `tests' not remade because of errors. make[2]: Leaving directory `/home/*/RPM/BUILD/glibc-2.2.6/math' make[1]: *** [math/tests] Error 2 ... а вот содержание test-ldouble.out testing long double (without inline functions) Failure: Test: sinh (0x8p-32) == 1.86264514923095703232705808926175479e-9 Result: is: 1.86264514923095703246e-09 0x8.00000000000000600000p-32 should be: 1.86264514923095703226e-09 0x8.00000000000000500000p-32 difference: 2.01948391736579022185e-28 0x8.00000000000000000000p-95 ulp : 1.0000 max.ulp : 0.0000 Test suite completed: 2502 test cases plus 2290 tests for exception flags executed. 1 errors occurred. и test-ildoubl.out testing long double (inline functions) Failure: Test: sinh (0x8p-32) == 1.86264514923095703232705808926175479e-9 Result: is: 1.86264514923095703246e-09 0x8.00000000000000600000p-32 should be: 1.86264514923095703226e-09 0x8.00000000000000500000p-32 difference: 2.01948391736579022185e-28 0x8.00000000000000000000p-95 ulp : 1.0000 max.ulp : 0.0000 Test suite completed: 2440 test cases plus 2228 tests for exception flags executed. 1 errors occurred. как видно это означает что часть проца работает не правильно. Нет ли прог под linux для проверки проца по полной программе.