From: "Alexei V. Mezin" <alexei_vm@micmedia.ru> To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org> Subject: [sisyphus] Странное поведение bcc? Date: Fri, 06 Apr 2007 01:55:37 +0400 Message-ID: <46157059.1090505@micmedia.ru> (raw) Пытаюсь собрать 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. Но ВиртуалБокс так и не собрался. Может кто еще пытался его собрать?
next reply other threads:[~2007-04-05 21:55 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-04-05 21:55 Alexei V. Mezin [this message] 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
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=46157059.1090505@micmedia.ru \ --to=alexei_vm@micmedia.ru \ --cc=alex783@hotbox.ru \ --cc=sisyphus@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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