ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Странное поведение bcc?
@ 2007-04-05 21:55 Alexei V. Mezin
  2007-04-05 21:59 ` Andrey Rahmatullin
  0 siblings, 1 reply; 4+ messages in thread
From: Alexei V. Mezin @ 2007-04-05 21:55 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Пытаюсь собрать VirtualBox. Столкнулся вот с этим:
выдержка из configure.log

***** Checking bcc *****
compiling the following source file:

int foo(a)
   int a;
{
   return 0;
}

using the following command line:
bcc -B /usr/bin/ -C-c -3 -S -o .tmp_out .tmp_src.c
.tmp_src.c:1: CPP-FATAL error: Cannot open output file
** not found!

Создал test.c с этим содержимым, запускаю компиляцию (для простоты 
переопределил TMPDIR)
TMPDIR=/tmp strace bcc -B /usr/bin/ -C-c -3 -S -o .tmp_out test.c

и вижу странное:
unlink("/tmp$$000012063")               = -1 ENOENT (No such file or 
directory)

А если попробовать так (см. слешик в определении TMPDIR):
TMPDIR=/tmp/ strace bcc -B /usr/bin/ -C-c -3 -S -o .tmp_out test.c
то все работает.
unlink("/tmp/$$000012072")              = 0

Получается, что если TMPDIR без слэша на конце, то не работает ничего. 
По умолчанию его там нету. Кто виноват?


P.S. Но ВиртуалБокс так и не собрался. Может кто еще пытался его собрать?


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

end of thread, other threads:[~2007-04-06 14:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-05 21:55 [sisyphus] Странное поведение bcc? Alexei V. Mezin
2007-04-05 21:59 ` Andrey Rahmatullin
2007-04-05 22:40   ` [sisyphus] [JT]Re: " Alexei V. Mezin
2007-04-06 14:47     ` Michael Shigorin

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