ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] imake: Cannot exec /usr/bin/cpp
@ 2003-01-16 17:56 Yura Zotov
  2003-01-16 18:17 ` "Алексей Любимов"
  0 siblings, 1 reply; 4+ messages in thread
From: Yura Zotov @ 2003-01-16 17:56 UTC (permalink / raw)
  To: Devel-Sisyphus List

Решил я тут поработать над пакетами transfig/xfig и в перспективе
стать их мантейнером...

При попытке пересобрать transfig получил сразу же сообщение

imake: Cannot exec /usr/bin/cpp.
  Stop.
imake: Exit code 1.
  Stop.
error: Bad exit status from /home/yura/Documents/RPM/TMP/rpm-tmp.27366 (%build)

Эти сообщения исходят от xmkmf.

$ rpm -qa | grep cpp
cpp3.2-3.2.1-alt2
cpp2.95-2.95.3-alt3
cpp2.96-2.96-alt3

однако /usr/bin/cpp действительно отсутствует, да и which cpp его
не находит...

Что делать? На какой пакет багу вешать?

Заранее спасибо за помощь.

--
Юрий А. Зотов


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

* Re: [devel] imake: Cannot exec /usr/bin/cpp
  2003-01-16 17:56 [devel] imake: Cannot exec /usr/bin/cpp Yura Zotov
@ 2003-01-16 18:17 ` "Алексей Любимов"
  2003-01-16 20:33   ` Yura Zotov
  2003-01-17 12:13   ` Dmitry V. Levin
  0 siblings, 2 replies; 4+ messages in thread
From: "Алексей Любимов" @ 2003-01-16 18:17 UTC (permalink / raw)
  To: devel

On Thu, 16 Jan 2003 20:56:25 +0300
Yura Zotov <yznews@hotbox.ru> wrote:

> Решил я тут поработать над пакетами transfig/xfig и в перспективе
> стать их мантейнером...
> 
> При попытке пересобрать transfig получил сразу же сообщение
> 
> imake: Cannot exec /usr/bin/cpp.
>   Stop.
> imake: Exit code 1.
>   Stop.
> error: Bad exit status from /home/yura/Documents/RPM/TMP/rpm-tmp.27366 (%build)
> 
> Эти сообщения исходят от xmkmf.
> 
> $ rpm -qa | grep cpp
> cpp3.2-3.2.1-alt2
> cpp2.95-2.95.3-alt3
> cpp2.96-2.96-alt3
> 
> однако /usr/bin/cpp действительно отсутствует, да и which cpp его
> не находит...
> 
> Что делать? На какой пакет багу вешать?

уже писали про багу в update-alternatives на сpp.
apt-get install cpp3.2-3.2.1-alt2 --reinstall


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

* Re: [devel] imake: Cannot exec /usr/bin/cpp
  2003-01-16 18:17 ` "Алексей Любимов"
@ 2003-01-16 20:33   ` Yura Zotov
  2003-01-17 12:13   ` Dmitry V. Levin
  1 sibling, 0 replies; 4+ messages in thread
From: Yura Zotov @ 2003-01-16 20:33 UTC (permalink / raw)
  To: devel

On Thu, Jan 16, 2003 at 09:17:37PM +0300, "Алексей Любимов" wrote:
> On Thu, 16 Jan 2003 20:56:25 +0300
> Yura Zotov <yznews@hotbox.ru> wrote:
> 
> > Решил я тут поработать над пакетами transfig/xfig и в перспективе
> > стать их мантейнером...
> > 
> > При попытке пересобрать transfig получил сразу же сообщение
> > 
> > imake: Cannot exec /usr/bin/cpp.
> >   Stop.
> > imake: Exit code 1.
> >   Stop.
> > error: Bad exit status from /home/yura/Documents/RPM/TMP/rpm-tmp.27366 (%build)
> > 
> > Эти сообщения исходят от xmkmf.
> > 
> > $ rpm -qa | grep cpp
> > cpp3.2-3.2.1-alt2
> > cpp2.95-2.95.3-alt3
> > cpp2.96-2.96-alt3
> > 
> > однако /usr/bin/cpp действительно отсутствует, да и which cpp его
> > не находит...
> > 
> > Что делать? На какой пакет багу вешать?
> 
> уже писали про багу в update-alternatives на сpp.
> apt-get install cpp3.2-3.2.1-alt2 --reinstall

Не помогло.

Ладно, я пока ссылку руками сделаю, а там видно будет.

--
Юрий А. Зотов


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

* Re: [devel] imake: Cannot exec /usr/bin/cpp
  2003-01-16 18:17 ` "Алексей Любимов"
  2003-01-16 20:33   ` Yura Zotov
@ 2003-01-17 12:13   ` Dmitry V. Levin
  1 sibling, 0 replies; 4+ messages in thread
From: Dmitry V. Levin @ 2003-01-17 12:13 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Thu, Jan 16, 2003 at 09:17:37PM +0300, "Алексей Любимов" wrote:
> > Что делать? На какой пакет багу вешать?
> 
> уже писали про багу в update-alternatives на сpp.
> apt-get install cpp3.2-3.2.1-alt2 --reinstall

Не cpp3.2, а gcc-common.


--
ldv

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

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

end of thread, other threads:[~2003-01-17 12:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-16 17:56 [devel] imake: Cannot exec /usr/bin/cpp Yura Zotov
2003-01-16 18:17 ` "Алексей Любимов"
2003-01-16 20:33   ` Yura Zotov
2003-01-17 12:13   ` 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