| 417 | | echo 'Compiling MirMake, which is required by the ADK, will most' |
|---|
| 418 | | echo 'likely fail for your system, due to incompatibilities in the' |
|---|
| 419 | | echo 'Linux headers. This has been reported as Debian #522773 and' |
|---|
| 420 | | echo 'forwarded to: http://bugzilla.kernel.org/show_bug.cgi?id=14186' |
|---|
| 421 | | echo |
|---|
| 422 | | echo 'You can continue if you are totally sure that this is not an' |
|---|
| 423 | | echo 'issue for your system. Otherwise you should replace all occu-' |
|---|
| 424 | | echo 'rences of "__unused" (but not e.g. "__unused1") in your sy-' |
|---|
| 425 | | echo 'stem headers with e.g. "__unused_" to work around this bug.' |
|---|
| 426 | | echo |
|---|
| 427 | | slp=1 |
|---|
| | 421 | echo 'Compiling MirMake, which is required by the ADK, may fail for' |
|---|
| | 422 | echo 'your system due to incompatibilities in the Linux headers.' |
|---|
| | 423 | echo 'This has been reported as Debian #522773 and forwarded to:' |
|---|
| | 424 | echo 'http://bugzilla.kernel.org/show_bug.cgi?id=14186' |
|---|
| | 425 | echo |
|---|
| | 426 | unused_bug=1 |
|---|
| 432 | | echo 'Compiling MirMake, which is required by the ADK, will most' |
|---|
| 433 | | echo 'likely fail for your system, due to incompatibilities in the' |
|---|
| 434 | | echo 'glibc headers. This has been reported as Debian #522774 and' |
|---|
| 435 | | echo 'and treated as WONTFIX by the eglibc maintainers.' |
|---|
| 436 | | echo |
|---|
| | 431 | echo 'Compiling MirMake, which is required by the ADK, may fail for' |
|---|
| | 432 | echo 'your system due to incompatibilities in the glibc headers. It' |
|---|
| | 433 | echo 'is Debian #522774 and treated WONTFIX by eglibc maintainers.' |
|---|
| | 434 | echo |
|---|
| | 435 | fi |
|---|
| | 436 | |
|---|
| | 437 | if (( unused_bug )); then |
|---|