2013-06-19 1 views
0

pkgsrc 디렉토리 아래에 구성 요소 (pkg-config)를 빌드 할 때 아래 추적 에서처럼 checking for a compliant posix_memalign() implementation...이 표시됩니다. CPU는 99 %를 유지하며 몇 시간 동안 진행되지 않습니다. 무엇이 잘못 될 수 있는지에 대한 아이디어는 높이 평가됩니다.bmake가 멈추었 고 진행되지 않음 (pkg-config 빌드시)

pkgsrc를 설치하려면 HEaD_650을 사용하여 Bootstrap instruction here을 추적했습니다. 내가 붙어있어 어디까지를 pkgsrc를 설치 한 이후 정확한 명령 :

# uname -a 
QNX localhost 6.5.0 2012/06/20-13:50:59EDT x86pc x86 
# svn checkout --username <username> http://community.qnx.com/svn/repos/pkgsrc/HEAD_650 
# cd pkgsrc/bootstrap && ./bootstrap 
# cd ../devel/pkg-config 
# pwd 
/usr/share/pkgsrc/devel/pkg-config 
# bmake 
: 
checking for fd_set... yes, found in sys/select.h 
checking whether realloc (NULL,) will work... yes 
checking for nl_langinfo (CODESET)... no 
checking for nl_langinfo (PM_STR)... no 
checking for nl_langinfo (_NL_CTYPE_OUTDIGITn_MB)... no 
checking for a compliant posix_memalign() implementation... 

이 QNX6.5.0 SDP1를 사용

(그건 그렇고, 내가 위하고 있어요 방법은 방법에 적합한 지 확실하지 않다 일반적으로 에 pkg-config을 입력하십시오.

답변

0

this link에 제안 된 대안을 기반으로합니다.

# pwd 
/usr/share/pkgsrc/devel/pkg-config 
# export MALLOC_BAND_CONFIG_STR="8:16,32,0:24,32,0:32,32,0:48,24,0:64,24,0:80,24,0:96,16,0:128,8,0" 
# bmake   (this finishes this time) 
:

나는 다음과 같은했다
관련 문제