* [sisyphus] postgresql 8.3 + devel
@ 2010-06-10 5:10 Igor Zubkov
2010-06-10 4:24 ` REAL
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Igor Zubkov @ 2010-06-10 5:10 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
Hi!
[root@prometheus ~]# rpm -qa | grep ^postgres
postgresql8.3-server-8.3.10-alt1
postgresql8.3-8.3.10-alt1
postgresql-common-1.0-alt7
[root@prometheus ~]# apt-get install postgresql8.3-devel
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package postgresql8.3-devel
[root@prometheus ~]#
Sisyphus утренней разливки. Собственно, а где devel пакет от postgresql 8.3?
--
Igor Zubkov
http://hi.im/ice
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] postgresql 8.3 + devel
2010-06-10 5:10 [sisyphus] postgresql 8.3 + devel Igor Zubkov
@ 2010-06-10 4:24 ` REAL
2010-06-10 11:35 ` Денис Смирнов
2010-06-10 20:46 ` Konstantin Pavlov
2 siblings, 0 replies; 6+ messages in thread
From: REAL @ 2010-06-10 4:24 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
Igor Zubkov пишет:
> Sisyphus утренней разливки. Собственно, а где devel пакет от postgresql 8.3?
http://git.altlinux.org/gears/p/postgresql8.3.git?p=postgresql8.3.git;a=commit;h=3e7d12f2b6d1e76d0fc9b9386e174cb188d9c517
Давно уже:
"* Thu Mar 04 2010 Konstantin Pavlov <thresh@altlinux.org> 8.3.8-alt2
- Rebuild without devel."
Только причин не знаю. Переход на 8.4?
--
REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] postgresql 8.3 + devel
2010-06-10 5:10 [sisyphus] postgresql 8.3 + devel Igor Zubkov
2010-06-10 4:24 ` REAL
@ 2010-06-10 11:35 ` Денис Смирнов
2010-06-10 20:46 ` Konstantin Pavlov
2 siblings, 0 replies; 6+ messages in thread
From: Денис Смирнов @ 2010-06-10 11:35 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
[-- Attachment #1: Type: text/plain, Size: 395 bytes --]
On Thu, Jun 10, 2010 at 08:10:58AM +0300, Igor Zubkov wrote:
IZ> Sisyphus утренней разливки. Собственно, а где devel пакет от postgresql 8.3?
Насколько я помню -- у нас обычно отрывают devel от предыдущей версии
(чтобы никто в Сизифе не собирался со старой).
--
С уважением, Денис
http://mithraen.ru/
----------------------------------------------------------------------------
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] postgresql 8.3 + devel
2010-06-10 5:10 [sisyphus] postgresql 8.3 + devel Igor Zubkov
2010-06-10 4:24 ` REAL
2010-06-10 11:35 ` Денис Смирнов
@ 2010-06-10 20:46 ` Konstantin Pavlov
2010-06-10 20:57 ` Igor Zubkov
2 siblings, 1 reply; 6+ messages in thread
From: Konstantin Pavlov @ 2010-06-10 20:46 UTC (permalink / raw)
To: sisyphus
On Thu, Jun 10, 2010 at 08:10:58AM +0300, Igor Zubkov wrote:
> Hi!
>
> [root@prometheus ~]# rpm -qa | grep ^postgres
> postgresql8.3-server-8.3.10-alt1
> postgresql8.3-8.3.10-alt1
> postgresql-common-1.0-alt7
> [root@prometheus ~]# apt-get install postgresql8.3-devel
> Reading Package Lists... Done
> Building Dependency Tree... Done
> E: Couldn't find package postgresql8.3-devel
> [root@prometheus ~]#
>
> Sisyphus утренней разливки. Собственно, а где devel пакет от postgresql 8.3?
А зачем оно нужно?
--
mouse_ [n=mouse@83.149.*.*] зашел на #altlinux
<wRAR> межделмыш!
<wRAR> всё ещё отпускной?
<mouse> :) ага
<wRAR> где щас?
<mouse> под Можайском
<raorn> можайская канализация?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] postgresql 8.3 + devel
2010-06-10 20:46 ` Konstantin Pavlov
@ 2010-06-10 20:57 ` Igor Zubkov
2010-06-10 21:19 ` Konstantin Pavlov
0 siblings, 1 reply; 6+ messages in thread
From: Igor Zubkov @ 2010-06-10 20:57 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
10 июня 2010 г. 23:46 пользователь Konstantin Pavlov написал:
> On Thu, Jun 10, 2010 at 08:10:58AM +0300, Igor Zubkov wrote:
>> Hi!
>>
>> [root@prometheus ~]# rpm -qa | grep ^postgres
>> postgresql8.3-server-8.3.10-alt1
>> postgresql8.3-8.3.10-alt1
>> postgresql-common-1.0-alt7
>> [root@prometheus ~]# apt-get install postgresql8.3-devel
>> Reading Package Lists... Done
>> Building Dependency Tree... Done
>> E: Couldn't find package postgresql8.3-devel
>> [root@prometheus ~]#
>>
>> Sisyphus утренней разливки. Собственно, а где devel пакет от postgresql 8.3?
>
> А зачем оно нужно?
Затем что бы пересобрать ruby-pg который сейчас собран с ruby 1.9.1 и
postgresql 8.3 с другой версией ruby (1.8.7 ree 2010.02), но под
postgresql 8.3.
--
Igor Zubkov
http://hi.im/ice
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] postgresql 8.3 + devel
2010-06-10 20:57 ` Igor Zubkov
@ 2010-06-10 21:19 ` Konstantin Pavlov
0 siblings, 0 replies; 6+ messages in thread
From: Konstantin Pavlov @ 2010-06-10 21:19 UTC (permalink / raw)
To: sisyphus
On Thu, Jun 10, 2010 at 11:57:22PM +0300, Igor Zubkov wrote:
> 10 июня 2010 г. 23:46 пользователь Konstantin Pavlov написал:
> > On Thu, Jun 10, 2010 at 08:10:58AM +0300, Igor Zubkov wrote:
> >> Hi!
> >>
> >> [root@prometheus ~]# rpm -qa | grep ^postgres
> >> postgresql8.3-server-8.3.10-alt1
> >> postgresql8.3-8.3.10-alt1
> >> postgresql-common-1.0-alt7
> >> [root@prometheus ~]# apt-get install postgresql8.3-devel
> >> Reading Package Lists... Done
> >> Building Dependency Tree... Done
> >> E: Couldn't find package postgresql8.3-devel
> >> [root@prometheus ~]#
> >>
> >> Sisyphus утренней разливки. Собственно, а где devel пакет от postgresql 8.3?
> >
> > А зачем оно нужно?
>
> Затем что бы пересобрать ruby-pg который сейчас собран с ruby 1.9.1 и
> postgresql 8.3 с другой версией ruby (1.8.7 ree 2010.02), но под
> postgresql 8.3.
Ну, можно взять из архива Сизифа нужную версию, раз используется не
текущий Сизиф.
--
<lioka> тут такое чудо чудное видел: в брамзере запущенный жабий апплет,
изображающий из себя X-server, на нем отрисовывается icewm c еще
одной мазилой и xterm'ом :)
<lioka> на попытке запустить во внутренней мазиле все это еще раз я ушел
курить -- очень уж неспешно :)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-06-10 21:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-10 5:10 [sisyphus] postgresql 8.3 + devel Igor Zubkov
2010-06-10 4:24 ` REAL
2010-06-10 11:35 ` Денис Смирнов
2010-06-10 20:46 ` Konstantin Pavlov
2010-06-10 20:57 ` Igor Zubkov
2010-06-10 21:19 ` Konstantin Pavlov
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git