|
Bugzilla – Full Text Bug Listing |
| Summary: | sax2 needs binutils | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Andreas Jaeger <aj> |
| Component: | SaX2 | Assignee: | Marcus Schaefer <ms> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | dmueller |
| Version: | Alpha 3plus | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 273170 | ||
|
Description
Andreas Jaeger
2007-05-11 06:55:37 UTC
because of tools like strings and objdump which are required to check the different variants of libGl (nvidia / ATI brings in its own lib) additional features of the libX11 like support for wheel emulation or others are checked as well because X doesn't have a clean interface for that and requires in any case a display first which you don't have when you start to setup a configuration It's a wontfix because you would break the program under certain circumstances the strings call can be easily replaced by "grep -a". Where do you use objdump ? I can only find one strings call. as mentioned in comment #2, this should use grep -a instead. its much faster as well. will have a look at it fixed |