ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] git.alt problems?
@ 2007-11-05 14:11 Pavlov Konstantin
  2007-11-05 14:48 ` Gennady Kovalev
  2007-11-05 14:50 ` Dmitry V. Levin
  0 siblings, 2 replies; 5+ messages in thread
From: Pavlov Konstantin @ 2007-11-05 14:11 UTC (permalink / raw)
  To: devel

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

thresh@hasher64 ~ $ git clone git://git.altlinux.ru/people/lakostis/packages/kernel-image-2.6.22.git
Initialized empty Git repository in /home/thresh/kernel-image-2.6.22/.git/
remote: Generating pack...
remote: Counting objects: 47911
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack died with error code 128
fetch-pack from 'git://git.altlinux.ru/people/lakostis/packages/kernel-image-2.6.22.git' failed.

-- 
Penguin Trivia #46:
	Animals who are not penguins can only wish they were.
		-- Chicago Reader 10/15/82

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

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

* Re: [devel] git.alt problems?
  2007-11-05 14:11 [devel] git.alt problems? Pavlov Konstantin
@ 2007-11-05 14:48 ` Gennady Kovalev
  2007-11-05 14:51   ` Pavlov Konstantin
  2007-11-05 14:50 ` Dmitry V. Levin
  1 sibling, 1 reply; 5+ messages in thread
From: Gennady Kovalev @ 2007-11-05 14:48 UTC (permalink / raw)
  To: ALT Linux Team development discussions

В сообщении от Monday 05 November 2007 17:11:23 Pavlov Konstantin написал(а):
> thresh@hasher64 ~ $ git clone
> git://git.altlinux.ru/people/lakostis/packages/kernel-image-2.6.22.git
> Initialized empty Git repository in /home/thresh/kernel-image-2.6.22/.git/
> remote: Generating pack...
> remote: Counting objects: 47911
> remote: aborting due to possible repository corruption on the remote side.
> fatal: early EOF
> fatal: index-pack died with error code 128
> fetch-pack from
> 'git://git.altlinux.ru/people/lakostis/packages/kernel-image-2.6.22.git'
> failed.

В очередь! Я тоже качаю :-) В эти самые секунды. У меня пока тьфу... тьфу...

-- 
Геннадий Ковалев.

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

* Re: [devel] git.alt problems?
  2007-11-05 14:11 [devel] git.alt problems? Pavlov Konstantin
  2007-11-05 14:48 ` Gennady Kovalev
@ 2007-11-05 14:50 ` Dmitry V. Levin
  1 sibling, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2007-11-05 14:50 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Mon, Nov 05, 2007 at 05:11:23PM +0300, Pavlov Konstantin wrote:
> thresh@hasher64 ~ $ git clone git://git.altlinux.ru/people/lakostis/packages/kernel-image-2.6.22.git
> Initialized empty Git repository in /home/thresh/kernel-image-2.6.22/.git/
> remote: Generating pack...
> remote: Counting objects: 47911
> remote: aborting due to possible repository corruption on the remote side.
> fatal: early EOF
> fatal: index-pack died with error code 128
> fetch-pack from 'git://git.altlinux.ru/people/lakostis/packages/kernel-image-2.6.22.git' failed.

Упёрлось в ENOMEM, fixed.


-- 
ldv

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

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

* Re: [devel] git.alt problems?
  2007-11-05 14:48 ` Gennady Kovalev
@ 2007-11-05 14:51   ` Pavlov Konstantin
  2007-11-05 15:21     ` Konstantin A. Lepikhov
  0 siblings, 1 reply; 5+ messages in thread
From: Pavlov Konstantin @ 2007-11-05 14:51 UTC (permalink / raw)
  To: devel

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

On Mon, Nov 05, 2007 at 05:48:23PM +0300, Gennady Kovalev wrote:
> В сообщении от Monday 05 November 2007 17:11:23 Pavlov Konstantin написал(а):
> > thresh@hasher64 ~ $ git clone
> > git://git.altlinux.ru/people/lakostis/packages/kernel-image-2.6.22.git
> > Initialized empty Git repository in /home/thresh/kernel-image-2.6.22/.git/
> > remote: Generating pack...
> > remote: Counting objects: 47911
> > remote: aborting due to possible repository corruption on the remote side.
> > fatal: early EOF
> > fatal: index-pack died with error code 128
> > fetch-pack from
> > 'git://git.altlinux.ru/people/lakostis/packages/kernel-image-2.6.22.git'
> > failed.
> 
> В очередь! Я тоже качаю :-) В эти самые секунды. У меня пока тьфу... тьфу...

На x86_64 не собирается:
drivers/acpi/ec.c: In function 'acpi_ec_ecdt_probe':
drivers/acpi/ec.c:879: error: 'ec_device_ids' undeclared (first use in
this function)
drivers/acpi/ec.c:879: error: (Each undeclared identifier is reported only
once
drivers/acpi/ec.c:879: error: for each function it appears in.)

-- 
> В последнем wks26, как написано ниже, зависание при выходе из иксов.
> В остальных (два непоследних wks26 и непоследний std226) почему-то
> исчезли виртуальные консоли.
вы сами не запутались? "непоследний один" и "непоследний другой"
- это сильное высказывание.
		-- lakostis in sisyphus@

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

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

* Re: [devel] git.alt problems?
  2007-11-05 14:51   ` Pavlov Konstantin
@ 2007-11-05 15:21     ` Konstantin A. Lepikhov
  0 siblings, 0 replies; 5+ messages in thread
From: Konstantin A. Lepikhov @ 2007-11-05 15:21 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

Hi Pavlov!

Monday 05, at 05:51:00 PM you wrote:

> On Mon, Nov 05, 2007 at 05:48:23PM +0300, Gennady Kovalev wrote:
> > В сообщении от Monday 05 November 2007 17:11:23 Pavlov Konstantin написал(а):
> > > thresh@hasher64 ~ $ git clone
> > > git://git.altlinux.ru/people/lakostis/packages/kernel-image-2.6.22.git
> > > Initialized empty Git repository in /home/thresh/kernel-image-2.6.22/.git/
> > > remote: Generating pack...
> > > remote: Counting objects: 47911
> > > remote: aborting due to possible repository corruption on the remote side.
> > > fatal: early EOF
> > > fatal: index-pack died with error code 128
> > > fetch-pack from
> > > 'git://git.altlinux.ru/people/lakostis/packages/kernel-image-2.6.22.git'
> > > failed.
> > 
> > В очередь! Я тоже качаю :-) В эти самые секунды. У меня пока тьфу... тьфу...
> 
> На x86_64 не собирается:
> drivers/acpi/ec.c: In function 'acpi_ec_ecdt_probe':
> drivers/acpi/ec.c:879: error: 'ec_device_ids' undeclared (first use in
> this function)
> drivers/acpi/ec.c:879: error: (Each undeclared identifier is reported only
> once
> drivers/acpi/ec.c:879: error: for each function it appears in.)
фикс в пути :) По-быстрому subst 's,ec_device_ids[0].id,ACPI_EC_HID,g'
drivers/acpi/ec.c

-- 
WBR et al.

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

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

end of thread, other threads:[~2007-11-05 15:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-05 14:11 [devel] git.alt problems? Pavlov Konstantin
2007-11-05 14:48 ` Gennady Kovalev
2007-11-05 14:51   ` Pavlov Konstantin
2007-11-05 15:21     ` Konstantin A. Lepikhov
2007-11-05 14:50 ` Dmitry V. Levin

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