Bug 15271 - dev86 Vs. $TMP/$TMPDIR
Summary: dev86 Vs. $TMP/$TMPDIR
Status: NEW
Alias: None
Product: ALT Linux Server
Classification: Distributions
Component: bugs (show other bugs)
Version: 4.0.1
Hardware: all Linux
: P2 normal
Assignee: Anton V. Boyarshinov
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 16:20 MSD by Kachalov Anton
Modified: 2008-04-08 16:20 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kachalov Anton 2008-04-08 16:20:37 MSD
Есть проблема с bcc.
По умолчанию, TMP & TMPDIR принимают значение /tmp/.private/username
Если попытаться что-либо скомпилировать bcc, получаю ошибку:
foo.c:1: CPP-FATAL error: Cannot open output file

strace показал следующее:
open("/tmp/.private/username$$000009694", O_WR..., 0666) = -1 EACCES

Если к переменным TMP/TMPDIR добавить завершающий "/", то всё ок. Т.е. бага в bcc.