| Summary: | Build issue: Various build fixes | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Nix <nix-bugs> |
| Component: | tdenetwork | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | bugwatch, darrella |
| Priority: | P5 | ||
| Version: | R14.0.0 [Trinity] | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: |
Fix a fatal error message.
Compile without V4L1 headers. Fix a build-breaking typo in the Kopete SMS protocol code. Fix a parallel build bug. |
||
Created attachment 656 [details]
Compile without V4L1 headers.
Created attachment 657 [details]
Fix a build-breaking typo in the Kopete SMS protocol code.
Created attachment 658 [details]
Fix a parallel build bug.
I'm tagging the Summary as a "Build issue" for easier tracking and identification, and bumping the status to Major. I'd bump to Critical, but others are not reporting these issues --- although admittedly that could mean nothing or only that these build issues are corner cases others have not yet stumbled across. :-) Comment on attachment 655 [details]
Fix a fatal error message.
Committed to GIT in hash 5c988de.
Comment on attachment 657 [details]
Fix a build-breaking typo in the Kopete SMS protocol code.
This was already in GIT as of hash 9d55f383cc9fbcc71bc36cdb0aedda82862c670c
Comment on attachment 658 [details]
Fix a parallel build bug.
Committed to GIT in hash 35c41f3.
(In reply to comment #1) > Created attachment 656 [details] > Compile without V4L1 headers. I would prefer to add V4L2 support before ripping out V4L1 support. (In reply to comment #8) > (In reply to comment #1) > > Created attachment 656 [details] [details] > > Compile without V4L1 headers. > > I would prefer to add V4L2 support before ripping out V4L1 support. We could probably use libv4l to prevent future problems with V4L API changes: http://freecode.com/projects/libv4l Comment on attachment 656 [details]
Compile without V4L1 headers.
It seems I misunderstood the purpose of your patch; you kept the exiting libv4l support, which is sufficient.
Committed to GIT in hash d8cbbab.
(In reply to comment #10) > Comment on attachment 656 [details] > Compile without V4L1 headers. > > It seems I misunderstood the purpose of your patch; you kept the exiting libv4l > support, which is sufficient. > > Committed to GIT in hash d8cbbab. existing, not exiting. Yes, the point of this is not to *drop* the V4L headers, but to allow compilation on systems that lack them (although you then lose V4L support, that's better than losing everything). Thanks for committing! |
Created attachment 655 [details] Fix a fatal error message. Some of these are necessary to build on recent kernels without V4L1 support: some are necessary to build at all. (This fix does not add V4L2 support.)