Summary: | ST build failure on SuSE Linux 8.2 ... | ||
---|---|---|---|
Product: | STSF | Reporter: | Roland Mainz <roland.mainz> |
Component: | ST: Other | Assignee: | STSF mailinglist <stsf> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | blocker | ||
Priority: | high | ||
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 429 | ||
Attachments: |
Build log of failed build, date=2004-04-04, platform=SuSE Linux 8.2
Build log of failed build, date=2004-04-08, platform=SuSE Linux 8.2 Build log of failed build, date=2004-04-10 (TZ=MEST), platform=SuSE Linux 8.2 Build log of working build |
Description
Roland Mainz
2004-04-03 18:44:01 UTC
Created attachment 172 [details]
Build log of failed build, date=2004-04-04, platform=SuSE Linux 8.2
Created attachment 181 [details]
Build log of failed build, date=2004-04-08, platform=SuSE Linux 8.2
Alexander:
The build still fails on my SuSE 8.2/Linux machine with todays trunk... ;-(
Looks like there are several errors there: No MD5 library is found, but one is required (this should be documented in build instructions if we ever write any): checking for md5_calc in -lmd5... no checking for MD5Init in -lmd... no checking for MD5Init in -lmd5... no checking for MD5Init in -lsasl... no stsfutil.c:375:2: #error "Either one of: USE_MD5_CALC or USE_MD5DATA or USE_MD4DATA should be defined!" stsfutil.c:421:2: #error "Either one of: USE_MD5_CALC or USE_MD5DATA or USE_MD4DATA should be defined!" Here it looks like it's trying to use Solaris doors on Linux - I thought Alex made autoconf keep us from doing that: stfsloader.c:51:18: door.h: No such file or directory This should be defined by #include <fcntl.h> on any POSIX-ish system: stfsloader.c:111: error: `O_RDWR' undeclared (first use in this function) serverconnection.c:556: error: `O_RDWR' undeclared (first use in this function) Created attachment 186 [details]
Build log of failed build, date=2004-04-10 (TZ=MEST), platform=SuSE Linux 8.2
The ST CVS still fails to build on SuSE 8.2... ;-(
I made massive changes to the build scripts and the bug is likely to be fixed now. I don't have SuSE 8.2 around. Could the submitter verify that STSF_0_8_5 or later builds out of the box? Created attachment 211 [details]
Build log of working build
The build seems to work now... I didn't test "make install" nor AMD64 yet...
I'll try to do that later today...
"make install" seems to work... ... but the code in "sample_code/webdemo/" doesn't... should I file a new bug for that ? Anyway... the original issue reported here seems to be fixed... ... marking bug as FIXED. s/doesn't.../does not compile.../ |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.