* Re: [devel] gpart-0.1h-alt5: i586 rebuild failed [1]
@ 2008-03-29 15:04 ` Michael Shigorin
2008-03-29 18:32 ` Kirill A. Shutemov
0 siblings, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2008-03-29 15:04 UTC (permalink / raw)
To: devel
On Sat, Mar 29, 2008 at 05:26:51PM +0300, QA Team Robot wrote:
> Package: gpart-0.1h-alt5
> gcc -pipe -Wall -O2 -march=i586 -mtune=i686 -std=gnu99 -pedantic -D_LARGEFILE64_SOURCE -DVERSION=\"0.1h\" -c -o l64seek.o l64seek.c
> l64seek.c:29: error: expected declaration specifiers or '...' before '_llseek'
> l64seek.c:29: error: expected declaration specifiers or '...' before 'fd'
> l64seek.c:29: error: expected declaration specifiers or '...' before 'hi'
> l64seek.c:29: error: expected declaration specifiers or '...' before 'lo'
> l64seek.c:29: error: expected declaration specifiers or '...' before 'res'
> l64seek.c:29: error: expected declaration specifiers or '...' before 'wh'
> l64seek.c:34: warning: return type defaults to 'int'
> l64seek.c: In function '_syscall5':
> l64seek.c:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
> l64seek.c:59: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
> l64seek.c:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
> l64seek.c:29: error: parameter name omitted
> l64seek.c:80: error: expected '{' at end of input
> make[1]: *** [l64seek.o] Error 1
2 kas: это мне в main/g/gpart/gpart_0.1h-4.1.diff.gz, так?
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] gpart-0.1h-alt5: i586 rebuild failed [1]
2008-03-29 15:04 ` [devel] gpart-0.1h-alt5: i586 rebuild failed [1] Michael Shigorin
@ 2008-03-29 18:32 ` Kirill A. Shutemov
2008-03-29 21:30 ` [devel] gpart for sale, needs syscall-related build fix Michael Shigorin
0 siblings, 1 reply; 5+ messages in thread
From: Kirill A. Shutemov @ 2008-03-29 18:32 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 1639 bytes --]
On Sat, Mar 29, 2008 at 05:04:28PM +0200, Michael Shigorin wrote:
> On Sat, Mar 29, 2008 at 05:26:51PM +0300, QA Team Robot wrote:
> > Package: gpart-0.1h-alt5
>
> > gcc -pipe -Wall -O2 -march=i586 -mtune=i686 -std=gnu99 -pedantic -D_LARGEFILE64_SOURCE -DVERSION=\"0.1h\" -c -o l64seek.o l64seek.c
> > l64seek.c:29: error: expected declaration specifiers or '...' before '_llseek'
> > l64seek.c:29: error: expected declaration specifiers or '...' before 'fd'
> > l64seek.c:29: error: expected declaration specifiers or '...' before 'hi'
> > l64seek.c:29: error: expected declaration specifiers or '...' before 'lo'
> > l64seek.c:29: error: expected declaration specifiers or '...' before 'res'
> > l64seek.c:29: error: expected declaration specifiers or '...' before 'wh'
> > l64seek.c:34: warning: return type defaults to 'int'
> > l64seek.c: In function '_syscall5':
> > l64seek.c:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
> > l64seek.c:59: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
> > l64seek.c:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
> > l64seek.c:29: error: parameter name omitted
> > l64seek.c:80: error: expected '{' at end of input
> > make[1]: *** [l64seek.o] Error 1
>
> 2 kas: это мне в main/g/gpart/gpart_0.1h-4.1.diff.gz, так?
На первый взгляд похоже, но лучше потестить после сборки. Какие-то
странные там ifdef'ы.
--
Regards, Kirill A. Shutemov
+ Belarus, Minsk
+ ALT Linux Team, http://www.altlinux.com/
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [devel] gpart for sale, needs syscall-related build fix
2008-03-29 18:32 ` Kirill A. Shutemov
@ 2008-03-29 21:30 ` Michael Shigorin
2008-03-30 9:28 ` Grigory Batalov
0 siblings, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2008-03-29 21:30 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Sat, Mar 29, 2008 at 08:32:20PM +0200, Kirill A. Shutemov wrote:
> > > Package: gpart-0.1h-alt5
> > > make[1]: *** [l64seek.o] Error 1
> > 2 kas: это мне в main/g/gpart/gpart_0.1h-4.1.diff.gz, так?
> На первый взгляд похоже, но лучше потестить после сборки.
> Какие-то странные там ifdef'ы.
Я провозился с час-полтора и понял, что сегодня голова не
настолько ясная.
С учётом того, что не являюсь пользователем этого пакета --
лучше бы заинтересованным его забрать. Рабочий каталог с кусками
патчей из hasher chroot вытащил, могу предоставить.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] gpart for sale, needs syscall-related build fix
2008-03-29 21:30 ` [devel] gpart for sale, needs syscall-related build fix Michael Shigorin
@ 2008-03-30 9:28 ` Grigory Batalov
2008-03-30 17:09 ` Michael Shigorin
0 siblings, 1 reply; 5+ messages in thread
From: Grigory Batalov @ 2008-03-30 9:28 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 665 bytes --]
On Sat, 29 Mar 2008 23:30:40 +0200, Michael Shigorin wrote:
> > > > Package: gpart-0.1h-alt5
> > > > make[1]: *** [l64seek.o] Error 1
> > > 2 kas: это мне в main/g/gpart/gpart_0.1h-4.1.diff.gz, так?
> > На первый взгляд похоже, но лучше потестить после сборки.
> > Какие-то странные там ifdef'ы.
>
> Я провозился с час-полтора и понял, что сегодня голова не
> настолько ясная.
>
> С учётом того, что не являюсь пользователем этого пакета --
> лучше бы заинтересованным его забрать. Рабочий каталог с кусками
> патчей из hasher chroot вытащил, могу предоставить.
Ой, а мне вчера gpart жизнь спас =)
--
Grigory Batalov,
ALT Linux Team
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] gpart for sale, needs syscall-related build fix
2008-03-30 9:28 ` Grigory Batalov
@ 2008-03-30 17:09 ` Michael Shigorin
0 siblings, 0 replies; 5+ messages in thread
From: Michael Shigorin @ 2008-03-30 17:09 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Sun, Mar 30, 2008 at 01:28:30PM +0400, Grigory Batalov wrote:
> > > > > Package: gpart-0.1h-alt5
> > > > > make[1]: *** [l64seek.o] Error 1
> > > > 2 kas: это мне в main/g/gpart/gpart_0.1h-4.1.diff.gz, так?
> > > На первый взгляд похоже, но лучше потестить после сборки.
> > > Какие-то странные там ifdef'ы.
> > С учётом того, что не являюсь пользователем этого пакета --
> > лучше бы заинтересованным его забрать. Рабочий каталог с
> > кусками патчей из hasher chroot вытащил, могу предоставить.
> Ой, а мне вчера gpart жизнь спас =)
Сделаешь ему аналогичную услугу? :)
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-03-30 17:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-29 15:04 ` [devel] gpart-0.1h-alt5: i586 rebuild failed [1] Michael Shigorin
2008-03-29 18:32 ` Kirill A. Shutemov
2008-03-29 21:30 ` [devel] gpart for sale, needs syscall-related build fix Michael Shigorin
2008-03-30 9:28 ` Grigory Batalov
2008-03-30 17:09 ` Michael Shigorin
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