ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] kudzu-knoppix-1.1.3-alt2: rebuild failed
  @ 2006-11-14 18:26 ` Michael Shigorin
  2006-11-14 21:02   ` Dmitry V. Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2006-11-14 18:26 UTC (permalink / raw)
  To: devel

On Tue, Nov 14, 2006 at 07:11:39PM +0300, QA Team Robot wrote:
> Package: kudzu-knoppix-1.1.3-alt2
> cc -c -pipe -Wall -O2 -march=i586 -mtune=pentium4 -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.3\" -fpic -o pci.o pci.c
> In file included from pci.c:23:
> /usr/include/pci/pci.h:14:19: error: types.h: No such file or directory

Я не собираюсь реанимировать этот пакет (можно сразу в orphaned),
но это часом не опять что-то с заголовками взорвалось?

> In file included from pci.c:23:
> /usr/include/pci/pci.h:84: error: expected specifier-qualifier-list before 'u16'
> /usr/include/pci/pci.h:109: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pci_read_byte'
> /usr/include/pci/pci.h:110: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pci_read_word'
> /usr/include/pci/pci.h:111: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pci_read_long'
> /usr/include/pci/pci.h:112: error: expected declaration specifiers or '...' before 'u8'
> /usr/include/pci/pci.h:113: error: expected declaration specifiers or '...' before 'u8'
> /usr/include/pci/pci.h:114: error: expected declaration specifiers or '...' before 'u16'
> /usr/include/pci/pci.h:115: error: expected declaration specifiers or '...' before 'u32'
> /usr/include/pci/pci.h:116: error: expected declaration specifiers or '...' before 'u8'
> /usr/include/pci/pci.h:128: error: expected declaration specifiers or '...' before 'u8'
> pci.c:658: error: expected declaration specifiers or '...' before 'byte'
> pci.c: In function 'isDisabled':
> pci.c:668: error: 'config' undeclared (first use in this function)
> pci.c:668: error: (Each undeclared identifier is reported only once
> pci.c:668: error: for each function it appears in.)
> pci.c:680: error: 'struct pci_dev' has no member named 'irq'
> pci.c:688: error: 'pciaddr_t' undeclared (first use in this function)
> pci.c:688: error: expected ';' before 'pos'
> pci.c:689: error: expected ';' before 'len'
> pci.c:690: error: 'u32' undeclared (first use in this function)
> pci.c:690: error: expected ';' before 'flag'
> pci.c:691: error: 'flag' undeclared (first use in this function)
> pci.c:691: error: 'pos' undeclared (first use in this function)
> pci.c:691: error: 'len' undeclared (first use in this function)
> pci.c:687: warning: unused variable 'x'
> pci.c: In function 'pciProbe':
> pci.c:739: error: 'byte' undeclared (first use in this function)
> pci.c:739: error: expected ';' before 'config'
> pci.c:741: error: 'config' undeclared (first use in this function)
> pci.c:742: error: too many arguments to function 'pci_read_block'
> pci.c:745: error: too many arguments to function 'pci_read_block'
> pci.c:752: error: expected ';' before 'config'
> pci.c:758: error: too many arguments to function 'pci_read_block'
> pci.c:761: error: too many arguments to function 'pci_read_block'
> pci.c:770: error: 'struct pci_dev' has no member named 'bus'
> pci.c:773: error: 'struct pci_dev' has no member named 'vendor_id'
> pci.c:773: error: 'struct pci_dev' has no member named 'device_id'
> make: *** [pci.o] Error 1make: Leaving directory `/usr/src/RPM/BUILD/kudzu-knoppix-1.1.3'

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] kudzu-knoppix-1.1.3-alt2: rebuild failed
  2006-11-14 18:26 ` [devel] kudzu-knoppix-1.1.3-alt2: rebuild failed Michael Shigorin
@ 2006-11-14 21:02   ` Dmitry V. Levin
  2006-11-14 21:37     ` Michael Shigorin
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2006-11-14 21:02 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

On Tue, Nov 14, 2006 at 08:26:16PM +0200, Michael Shigorin wrote:
> On Tue, Nov 14, 2006 at 07:11:39PM +0300, QA Team Robot wrote:
> > Package: kudzu-knoppix-1.1.3-alt2
> > cc -c -pipe -Wall -O2 -march=i586 -mtune=pentium4 -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.3\" -fpic -o pci.o pci.c
> > In file included from pci.c:23:
> > /usr/include/pci/pci.h:14:19: error: types.h: No such file or directory
> 
> Я не собираюсь реанимировать этот пакет (можно сразу в orphaned),
> но это часом не опять что-то с заголовками взорвалось?

Тебе виднее, ведь это ты обновил файл /usr/include/pci/pci.h :)


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] kudzu-knoppix-1.1.3-alt2: rebuild failed
  2006-11-14 21:02   ` Dmitry V. Levin
@ 2006-11-14 21:37     ` Michael Shigorin
  2006-11-14 22:01       ` [devel] pciutils-devel Dmitry V. Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2006-11-14 21:37 UTC (permalink / raw)
  To: ALT Devel discussion list

On Wed, Nov 15, 2006 at 12:02:23AM +0300, Dmitry V. Levin wrote:
> > > Package: kudzu-knoppix-1.1.3-alt2
> > > cc -c -pipe -Wall -O2 -march=i586 -mtune=pentium4 -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.3\" -fpic -o pci.o pci.c
> > > In file included from pci.c:23:
> > > /usr/include/pci/pci.h:14:19: error: types.h: No such file or directory
> > Я не собираюсь реанимировать этот пакет (можно сразу в orphaned),
> > но это часом не опять что-то с заголовками взорвалось?
> Тебе виднее, ведь это ты обновил файл /usr/include/pci/pci.h :)

Что плохо, pciutils при этом проморгал полностью.
Т.е. даже не подумал о том, что могу кого-то сломать
не по основной функциональности.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] pciutils-devel
  2006-11-14 21:37     ` Michael Shigorin
@ 2006-11-14 22:01       ` Dmitry V. Levin
  2006-11-15  6:19         ` Michael Shigorin
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2006-11-14 22:01 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 854 bytes --]

On Tue, Nov 14, 2006 at 11:37:22PM +0200, Michael Shigorin wrote:
> On Wed, Nov 15, 2006 at 12:02:23AM +0300, Dmitry V. Levin wrote:
> > > > Package: kudzu-knoppix-1.1.3-alt2
> > > > cc -c -pipe -Wall -O2 -march=i586 -mtune=pentium4 -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.3\" -fpic -o pci.o pci.c
> > > > In file included from pci.c:23:
> > > > /usr/include/pci/pci.h:14:19: error: types.h: No such file or directory
> > > Я не собираюсь реанимировать этот пакет (можно сразу в orphaned),
> > > но это часом не опять что-то с заголовками взорвалось?
> > Тебе виднее, ведь это ты обновил файл /usr/include/pci/pci.h :)
> 
> Что плохо, pciutils при этом проморгал полностью.
> Т.е. даже не подумал о том, что могу кого-то сломать
> не по основной функциональности.

Миш, ты просто забыл запаковать /usr/include/pci/types.h


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] pciutils-devel
  2006-11-14 22:01       ` [devel] pciutils-devel Dmitry V. Levin
@ 2006-11-15  6:19         ` Michael Shigorin
  2006-11-15 23:31           ` Денис Смирнов
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2006-11-15  6:19 UTC (permalink / raw)
  To: ALT Devel discussion list

On Wed, Nov 15, 2006 at 01:01:56AM +0300, Dmitry V. Levin wrote:
> > > > > Package: kudzu-knoppix-1.1.3-alt2
> > > > > cc -c -pipe -Wall -O2 -march=i586 -mtune=pentium4 -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.3\" -fpic -o pci.o pci.c
> > > > > In file included from pci.c:23:
> > > > > /usr/include/pci/pci.h:14:19: error: types.h: No such file or directory
> > > > Я не собираюсь реанимировать этот пакет (можно сразу в orphaned),
> > > > но это часом не опять что-то с заголовками взорвалось?
> > > Тебе виднее, ведь это ты обновил файл /usr/include/pci/pci.h :)
> > Что плохо, pciutils при этом проморгал полностью.
> > Т.е. даже не подумал о том, что могу кого-то сломать
> > не по основной функциональности.
> Миш, ты просто забыл запаковать /usr/include/pci/types.h

Спасибо на комплименте, сейчас буду смотреть опять (вчера
засунул в gear, удивился, что не отарболило, сегодня дошло,
что .gear-rules не было) -- но вообще-то:

%files devel
%_includedir/*

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] pciutils-devel
  2006-11-15  6:19         ` Michael Shigorin
@ 2006-11-15 23:31           ` Денис Смирнов
  0 siblings, 0 replies; 6+ messages in thread
From: Денис Смирнов @ 2006-11-15 23:31 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

On Wed, Nov 15, 2006 at 08:19:39AM +0200, Michael Shigorin wrote:

MS> Спасибо на комплименте, сейчас буду смотреть опять (вчера
MS> засунул в gear, удивился, что не отарболило, сегодня дошло,
MS> что .gear-rules не было) -- но вообще-то:
MS> %files devel
MS> %_includedir/*

Вот поэтому истинные параноики считают что wildcards в %files -- зло.

-- 
С уважением, Денис

http://freesource.info
----------------------------------------------------------------------------
initlog, конечно, не подарок, но делать workaround'ы для глючных демонов
я не хочу.
		-- ldv in #9949

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-11-15 23:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-14 18:26 ` [devel] kudzu-knoppix-1.1.3-alt2: rebuild failed Michael Shigorin
2006-11-14 21:02   ` Dmitry V. Levin
2006-11-14 21:37     ` Michael Shigorin
2006-11-14 22:01       ` [devel] pciutils-devel Dmitry V. Levin
2006-11-15  6:19         ` Michael Shigorin
2006-11-15 23:31           ` Денис Смирнов

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