From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] [sisyphus] I: glibc-2.5-alt1
Date: Thu, 5 Oct 2006 02:44:28 +0400
Message-ID: <20061004224428.GD22656@basalt.office.altlinux.org> (raw)
In-Reply-To: <20061003202405.GC28384@basalt.office.altlinux.org>
[-- Attachment #1: Type: text/plain, Size: 4795 bytes --]
On Wed, Oct 04, 2006 at 12:24:05AM +0400, Dmitry V. Levin wrote:
> On Tue, Oct 03, 2006 at 11:22:04PM +0400, QA Team Robot wrote:
> [...]
> > glibc - The GNU libc libraries [20M]
> > * Fri Sep 29 2006 Dmitry V. Levin <ldv@altlinux> 6:2.5-alt1
> > - Updated to 2.5 release.
> > - Bumped assumed kernel version to 2.6.9.
> > - Reviewed and rediffed patches.
> > * Fri May 26 2006 Dmitry V. Levin <ldv@altlinux> 6:2.3.6-alt7
>
> Будьте внимательны при осуществлении этого обновления.
> С сегодняшнего дня в Сизифе ядро 2.4 официально больше не поддерживается.
> Попытка установить glibc-2.5-alt1 в систему, работающую под управлением
> ядра версии <2.6.9, приведёт такую систему в нерабочее состояние.
>
> Обо всех странностях, связанных с обновлением glibc, сообщайте сюда (если
> неочевидно, является ли странность ошибкой) или в bugzilla (если это
> очевидно).
Я провёл тестовую пересборку Сизифа-i586 до непосредственно до обновления
gcc+glibc+kernheaders и сразу после этого обновления. По результатам этой
пересборки установлено, что около 40 пакетов перестали собираться.
Проблемы сборки в основном выглядят так:
- alsa-utils, hdparm, kernel-source-cloop, quota:
undefined reference to `__le32_to_cpu' или
undefined reference to `__le16_to_cpus' или
undefined reference to `__cpu_to_be64'
Cвязано с обновлением kernheaders, я буду разбираться.
- quake3, smartmontools:
/usr/include/linux/joystick.h:114: error: expected specifier-qualifier-list before 'int32_t'
или
/usr/include/linux/cciss_ioctl.h:171: error: expected ':', ',', ';', '}' or '__attribute__' before '*' token
Cвязано с обновлением kernheaders, я буду разбираться.
- clip, diald, dsniff, john, libdc1394, ubench:
error: 'CLK_TCK' undeclared
Cвязано с обновлением glibc, вместо CLK_TCK следует использовать
sysconf(_SC_CLK_TCK), мантейнерам надо обновлять пакеты.
- apr, krb5, libdb4.3:
error: 'PTHREAD_MUTEX_ROBUST_NP' undeclared
или
error: 'pthread_mutexattr_setrobust_np' undeclared
Cвязано с переходом на NPTL, мантейнерам надо обновлять пакеты.
- cdmrw:
./cdmrw.h:102: error: conflicting types for 'disc_information'
/usr/include/linux/cdrom.h:849: error: previous declaration of 'disc_information' was here
Cвязано с обновлением kernheaders, виноват, скорее всего, cdmrw.
- cdp:
/usr/include/linux/types.h:183: error: redefinition of 'struct ustat'
Cвязано с обновлением kernheaders, конфликт между sys/ustat.h и linux/types.h
- erlang:
undefined reference to `__next_sigaction'
Cвязано с обновлением glibc или переходом на NPTL, мантейнеру надо
обновлять пакет.
- ext2ed:
error: field 't_ext2_acl_header' has incomplete type
Cвязано с обновлением kernheaders, мантейнеру надо обновлять пакет.
- fbgetty, ncpfs:
options.c:154: warning: implicit declaration of function 'offsetof'
options.c:154: error: expected expression before 'struct'
Cвязано с обновлением glibc или kernheaders, мантейнерам надо обновлять пакеты.
- gcc2.95:
/usr/include/bits/pthreadtypes.h:69: warning: unnamed struct/union that defines no instances
../../gcc/frame.c:55: extra brace group at end of initializer
Cвязано с обновлением glibc/NPTL, наверное этот пакет доживает последние дни.
- ifplugd, iptraf, vbetool:
/usr/include/sys/types.h:62: error: conflicting types for 'dev_t'
/usr/include/linux/types.h:23: error: previous declaration of 'dev_t' was here
или
/usr/include/time.h:105: error: conflicting types for 'timer_t'
/usr/include/linux/types.h:32: error: previous declaration of 'timer_t' was here
или
/usr/include/sys/select.h:78: error: conflicting types for 'fd_set'
/usr/include/linux/types.h:22: error: previous declaration of 'fd_set' was here
или
/usr/include/unistd.h:201: error: conflicting types for 'gid_t'
/usr/include/linux/types.h:53: error: previous declaration of 'gid_t' was here
или
/usr/include/sys/stat.h:44: error: conflicting types for 'dev_t'
/usr/include/linux/types.h:23: error: previous declaration of 'dev_t'
was here
Cвязано с обновлением kernheaders, конфликт между glibc headers и linux/types.h
- koffice:
/usr/include/unistd.h:266: error: declaration of 'int eaccess(const char*, int) throw ()' throws different exceptions
/usr/include/ruby/1.8/missing.h:43: error: from previous declaration 'int eaccess(const char*, int)'
Cвязано с обновлением glibc, мантейнеру пакета libruby-devel надо
исправлять файл /usr/include/ruby/1.8/missing.h.
- libextractor:
extract.c:227: error: conflicting types for 'splice'
/usr/include/bits/fcntl.h:229: error: previous declaration of 'splice' was here
Cвязано с обновлением glibc, мантейнеру надо обновлять пакет.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-10-04 22:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-03 20:48 ` [devel] [Sisyphus-cybertalk] I: Sisyphus-20061003 packages: +3 (5774) Konstantin A. Lepikhov
2006-10-03 20:55 ` [devel] glibc-kernheaders-2.6.17-alt1 Dmitry V. Levin
2006-10-03 21:31 ` Konstantin A. Lepikhov
2006-10-03 21:43 ` Alexey Rusakov
2006-10-03 21:47 ` Konstantin A. Lepikhov
2006-10-05 22:37 ` Dmitry V. Levin
2006-10-05 22:41 ` [devel] Q: glibc-kernheaders vs linux-libc-headers Dmitry V. Levin
2006-10-04 22:44 ` Dmitry V. Levin [this message]
2006-10-05 6:27 ` [devel] [sisyphus] I: glibc-2.5-alt1 Alexey I. Froloff
2006-10-05 11:43 ` Dmitry V. Levin
2006-10-05 13:42 ` Alexey I. Froloff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061004224428.GD22656@basalt.office.altlinux.org \
--to=ldv@altlinux.org \
--cc=devel@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git