RE: Detailed error code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=507451

---Test result---

Test Summary:
CheckPatch                    FAIL      1.35 seconds
GitLint                       PASS      0.39 seconds
Prep - Setup ELL              PASS      45.57 seconds
Build - Prep                  PASS      0.13 seconds
Build - Configure             PASS      7.62 seconds
Build - Make                  FAIL      161.23 seconds
Make Check                    FAIL      0.53 seconds
Make Distcheck                FAIL      149.84 seconds
Build w/ext ELL - Configure   PASS      7.74 seconds
Build w/ext ELL - Make        FAIL      153.16 seconds

Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script with rule in .checkpatch.conf
Output:
error: BR/EDR and LE connection failure reasons
ERROR:TRAILING_WHITESPACE: trailing whitespace
#51: FILE: doc/error-code.txt:28:
+BR/EDR connection profile unavailable $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#270: FILE: doc/error-code.txt:247:
+LE connection link layer protocol error $

WARNING:PREFER_FALLTHROUGH: Prefer 'fallthrough;' over fallthrough comment
#366: FILE: src/error.c:152:
+	case EISCONN: // Fall through

WARNING:PREFER_FALLTHROUGH: Prefer 'fallthrough;' over fallthrough comment
#379: FILE: src/error.c:165:
+	case EPROTONOSUPPORT: // Fall through

WARNING:PREFER_FALLTHROUGH: Prefer 'fallthrough;' over fallthrough comment
#412: FILE: src/error.c:198:
+	case EPROTONOSUPPORT: // Fall through

WARNING:PREFER_FALLTHROUGH: Prefer 'fallthrough;' over fallthrough comment
#415: FILE: src/error.c:201:
+	case EISCONN: // Fall through

- total: 2 errors, 4 warnings, 483 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

NOTE: Whitespace errors detected.
      You may wish to use scripts/cleanpatch or scripts/cleanfile

"[PATCH] error: BR/EDR and LE connection failure reasons" has style problems, please review.

NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.


##############################
Test: GitLint - PASS
Desc: Run gitlint with rule in .gitlint

##############################
Test: Prep - Setup ELL - PASS
Desc: Clone, build, and install ELL

##############################
Test: Build - Prep - PASS
Desc: Prepare environment for build

##############################
Test: Build - Configure - PASS
Desc: Configure the BlueZ source tree

##############################
Test: Build - Make - FAIL
Desc: Build the BlueZ source tree
Output:
src/error.c: In function ‘btd_error_bredr_conn_from_errno’:
src/error.c:151:7: error: ‘EALREADY’ undeclared (first use in this function)
  151 |  case EALREADY:
      |       ^~~~~~~~
src/error.c:151:7: note: each undeclared identifier is reported only once for each function it appears in
src/error.c:152:7: error: ‘EISCONN’ undeclared (first use in this function)
  152 |  case EISCONN: // Fall through
      |       ^~~~~~~
src/error.c:154:7: error: ‘EHOSTDOWN’ undeclared (first use in this function)
  154 |  case EHOSTDOWN:
      |       ^~~~~~~~~
src/error.c:156:7: error: ‘ENOPROTOOPT’ undeclared (first use in this function)
  156 |  case ENOPROTOOPT:
      |       ^~~~~~~~~~~
src/error.c:158:7: error: ‘EIO’ undeclared (first use in this function)
  158 |  case EIO:
      |       ^~~
src/error.c:160:7: error: ‘EINVAL’ undeclared (first use in this function)
  160 |  case EINVAL:
      |       ^~~~~~
src/error.c:162:7: error: ‘EHOSTUNREACH’ undeclared (first use in this function)
  162 |  case EHOSTUNREACH:
      |       ^~~~~~~~~~~~
src/error.c:164:7: error: ‘EOPNOTSUPP’ undeclared (first use in this function)
  164 |  case EOPNOTSUPP:
      |       ^~~~~~~~~~
src/error.c:165:7: error: ‘EPROTONOSUPPORT’ undeclared (first use in this function)
  165 |  case EPROTONOSUPPORT: // Fall through
      |       ^~~~~~~~~~~~~~~
src/error.c:167:7: error: ‘EBADFD’ undeclared (first use in this function)
  167 |  case EBADFD:
      |       ^~~~~~
src/error.c:169:7: error: ‘ENOMEM’ undeclared (first use in this function)
  169 |  case ENOMEM:
      |       ^~~~~~
src/error.c:171:7: error: ‘EBUSY’ undeclared (first use in this function)
  171 |  case EBUSY:
      |       ^~~~~
src/error.c:173:7: error: ‘EMLINK’ undeclared (first use in this function)
  173 |  case EMLINK:
      |       ^~~~~~
src/error.c:175:7: error: ‘ETIMEDOUT’ undeclared (first use in this function)
  175 |  case ETIMEDOUT:
      |       ^~~~~~~~~
src/error.c:177:7: error: ‘ECONNREFUSED’ undeclared (first use in this function)
  177 |  case ECONNREFUSED:
      |       ^~~~~~~~~~~~
src/error.c:179:7: error: ‘ECONNRESET’ undeclared (first use in this function)
  179 |  case ECONNRESET:
      |       ^~~~~~~~~~
src/error.c:181:7: error: ‘ECONNABORTED’ undeclared (first use in this function)
  181 |  case ECONNABORTED:
      |       ^~~~~~~~~~~~
src/error.c:183:7: error: ‘EPROTO’ undeclared (first use in this function)
  183 |  case EPROTO:
      |       ^~~~~~
src/error.c: In function ‘btd_error_le_conn_from_errno’:
src/error.c:193:7: error: ‘EINVAL’ undeclared (first use in this function)
  193 |  case EINVAL:
      |       ^~~~~~
src/error.c:195:7: error: ‘EHOSTUNREACH’ undeclared (first use in this function)
  195 |  case EHOSTUNREACH:
      |       ^~~~~~~~~~~~
src/error.c:197:7: error: ‘EOPNOTSUPP’ undeclared (first use in this function)
  197 |  case EOPNOTSUPP:
      |       ^~~~~~~~~~
src/error.c:198:7: error: ‘EPROTONOSUPPORT’ undeclared (first use in this function)
  198 |  case EPROTONOSUPPORT: // Fall through
      |       ^~~~~~~~~~~~~~~
src/error.c:200:7: error: ‘EALREADY’ undeclared (first use in this function)
  200 |  case EALREADY:
      |       ^~~~~~~~
src/error.c:201:7: error: ‘EISCONN’ undeclared (first use in this function)
  201 |  case EISCONN: // Fall through
      |       ^~~~~~~
src/error.c:203:7: error: ‘EBADFD’ undeclared (first use in this function)
  203 |  case EBADFD:
      |       ^~~~~~
src/error.c:205:7: error: ‘ENOMEM’ undeclared (first use in this function)
  205 |  case ENOMEM:
      |       ^~~~~~
src/error.c:207:7: error: ‘EBUSY’ undeclared (first use in this function)
  207 |  case EBUSY:
      |       ^~~~~
src/error.c:209:7: error: ‘ECONNREFUSED’ undeclared (first use in this function)
  209 |  case ECONNREFUSED:
      |       ^~~~~~~~~~~~
src/error.c:211:7: error: ‘EIO’ undeclared (first use in this function)
  211 |  case EIO:
      |       ^~~
src/error.c:213:7: error: ‘ETIMEDOUT’ undeclared (first use in this function)
  213 |  case ETIMEDOUT:
      |       ^~~~~~~~~
src/error.c:215:7: error: ‘EMLINK’ undeclared (first use in this function)
  215 |  case EMLINK:
      |       ^~~~~~
src/error.c:217:7: error: ‘ECONNRESET’ undeclared (first use in this function)
  217 |  case ECONNRESET:
      |       ^~~~~~~~~~
src/error.c:219:7: error: ‘ECONNABORTED’ undeclared (first use in this function)
  219 |  case ECONNABORTED:
      |       ^~~~~~~~~~~~
src/error.c:221:7: error: ‘EPROTO’ undeclared (first use in this function)
  221 |  case EPROTO:
      |       ^~~~~~
make[1]: *** [Makefile:9301: src/bluetoothd-error.o] Error 1
make: *** [Makefile:4134: all] Error 2


##############################
Test: Make Check - FAIL
Desc: Run 'make check'
Output:
src/error.c: In function ‘btd_error_bredr_conn_from_errno’:
src/error.c:151:7: error: ‘EALREADY’ undeclared (first use in this function)
  151 |  case EALREADY:
      |       ^~~~~~~~
src/error.c:151:7: note: each undeclared identifier is reported only once for each function it appears in
src/error.c:152:7: error: ‘EISCONN’ undeclared (first use in this function)
  152 |  case EISCONN: // Fall through
      |       ^~~~~~~
src/error.c:154:7: error: ‘EHOSTDOWN’ undeclared (first use in this function)
  154 |  case EHOSTDOWN:
      |       ^~~~~~~~~
src/error.c:156:7: error: ‘ENOPROTOOPT’ undeclared (first use in this function)
  156 |  case ENOPROTOOPT:
      |       ^~~~~~~~~~~
src/error.c:158:7: error: ‘EIO’ undeclared (first use in this function)
  158 |  case EIO:
      |       ^~~
src/error.c:160:7: error: ‘EINVAL’ undeclared (first use in this function)
  160 |  case EINVAL:
      |       ^~~~~~
src/error.c:162:7: error: ‘EHOSTUNREACH’ undeclared (first use in this function)
  162 |  case EHOSTUNREACH:
      |       ^~~~~~~~~~~~
src/error.c:164:7: error: ‘EOPNOTSUPP’ undeclared (first use in this function)
  164 |  case EOPNOTSUPP:
      |       ^~~~~~~~~~
src/error.c:165:7: error: ‘EPROTONOSUPPORT’ undeclared (first use in this function)
  165 |  case EPROTONOSUPPORT: // Fall through
      |       ^~~~~~~~~~~~~~~
src/error.c:167:7: error: ‘EBADFD’ undeclared (first use in this function)
  167 |  case EBADFD:
      |       ^~~~~~
src/error.c:169:7: error: ‘ENOMEM’ undeclared (first use in this function)
  169 |  case ENOMEM:
      |       ^~~~~~
src/error.c:171:7: error: ‘EBUSY’ undeclared (first use in this function)
  171 |  case EBUSY:
      |       ^~~~~
src/error.c:173:7: error: ‘EMLINK’ undeclared (first use in this function)
  173 |  case EMLINK:
      |       ^~~~~~
src/error.c:175:7: error: ‘ETIMEDOUT’ undeclared (first use in this function)
  175 |  case ETIMEDOUT:
      |       ^~~~~~~~~
src/error.c:177:7: error: ‘ECONNREFUSED’ undeclared (first use in this function)
  177 |  case ECONNREFUSED:
      |       ^~~~~~~~~~~~
src/error.c:179:7: error: ‘ECONNRESET’ undeclared (first use in this function)
  179 |  case ECONNRESET:
      |       ^~~~~~~~~~
src/error.c:181:7: error: ‘ECONNABORTED’ undeclared (first use in this function)
  181 |  case ECONNABORTED:
      |       ^~~~~~~~~~~~
src/error.c:183:7: error: ‘EPROTO’ undeclared (first use in this function)
  183 |  case EPROTO:
      |       ^~~~~~
src/error.c: In function ‘btd_error_le_conn_from_errno’:
src/error.c:193:7: error: ‘EINVAL’ undeclared (first use in this function)
  193 |  case EINVAL:
      |       ^~~~~~
src/error.c:195:7: error: ‘EHOSTUNREACH’ undeclared (first use in this function)
  195 |  case EHOSTUNREACH:
      |       ^~~~~~~~~~~~
src/error.c:197:7: error: ‘EOPNOTSUPP’ undeclared (first use in this function)
  197 |  case EOPNOTSUPP:
      |       ^~~~~~~~~~
src/error.c:198:7: error: ‘EPROTONOSUPPORT’ undeclared (first use in this function)
  198 |  case EPROTONOSUPPORT: // Fall through
      |       ^~~~~~~~~~~~~~~
src/error.c:200:7: error: ‘EALREADY’ undeclared (first use in this function)
  200 |  case EALREADY:
      |       ^~~~~~~~
src/error.c:201:7: error: ‘EISCONN’ undeclared (first use in this function)
  201 |  case EISCONN: // Fall through
      |       ^~~~~~~
src/error.c:203:7: error: ‘EBADFD’ undeclared (first use in this function)
  203 |  case EBADFD:
      |       ^~~~~~
src/error.c:205:7: error: ‘ENOMEM’ undeclared (first use in this function)
  205 |  case ENOMEM:
      |       ^~~~~~
src/error.c:207:7: error: ‘EBUSY’ undeclared (first use in this function)
  207 |  case EBUSY:
      |       ^~~~~
src/error.c:209:7: error: ‘ECONNREFUSED’ undeclared (first use in this function)
  209 |  case ECONNREFUSED:
      |       ^~~~~~~~~~~~
src/error.c:211:7: error: ‘EIO’ undeclared (first use in this function)
  211 |  case EIO:
      |       ^~~
src/error.c:213:7: error: ‘ETIMEDOUT’ undeclared (first use in this function)
  213 |  case ETIMEDOUT:
      |       ^~~~~~~~~
src/error.c:215:7: error: ‘EMLINK’ undeclared (first use in this function)
  215 |  case EMLINK:
      |       ^~~~~~
src/error.c:217:7: error: ‘ECONNRESET’ undeclared (first use in this function)
  217 |  case ECONNRESET:
      |       ^~~~~~~~~~
src/error.c:219:7: error: ‘ECONNABORTED’ undeclared (first use in this function)
  219 |  case ECONNABORTED:
      |       ^~~~~~~~~~~~
src/error.c:221:7: error: ‘EPROTO’ undeclared (first use in this function)
  221 |  case EPROTO:
      |       ^~~~~~
make[1]: *** [Makefile:9301: src/bluetoothd-error.o] Error 1
make: *** [Makefile:10406: check] Error 2


##############################
Test: Make Distcheck - FAIL
Desc: Run distcheck to check the distribution
Output:
../../src/error.c: In function ‘btd_error_bredr_conn_from_errno’:
../../src/error.c:151:7: error: ‘EALREADY’ undeclared (first use in this function)
  151 |  case EALREADY:
      |       ^~~~~~~~
../../src/error.c:151:7: note: each undeclared identifier is reported only once for each function it appears in
../../src/error.c:152:7: error: ‘EISCONN’ undeclared (first use in this function)
  152 |  case EISCONN: // Fall through
      |       ^~~~~~~
../../src/error.c:154:7: error: ‘EHOSTDOWN’ undeclared (first use in this function)
  154 |  case EHOSTDOWN:
      |       ^~~~~~~~~
../../src/error.c:156:7: error: ‘ENOPROTOOPT’ undeclared (first use in this function)
  156 |  case ENOPROTOOPT:
      |       ^~~~~~~~~~~
../../src/error.c:158:7: error: ‘EIO’ undeclared (first use in this function)
  158 |  case EIO:
      |       ^~~
../../src/error.c:160:7: error: ‘EINVAL’ undeclared (first use in this function)
  160 |  case EINVAL:
      |       ^~~~~~
../../src/error.c:162:7: error: ‘EHOSTUNREACH’ undeclared (first use in this function)
  162 |  case EHOSTUNREACH:
      |       ^~~~~~~~~~~~
../../src/error.c:164:7: error: ‘EOPNOTSUPP’ undeclared (first use in this function)
  164 |  case EOPNOTSUPP:
      |       ^~~~~~~~~~
../../src/error.c:165:7: error: ‘EPROTONOSUPPORT’ undeclared (first use in this function)
  165 |  case EPROTONOSUPPORT: // Fall through
      |       ^~~~~~~~~~~~~~~
../../src/error.c:167:7: error: ‘EBADFD’ undeclared (first use in this function)
  167 |  case EBADFD:
      |       ^~~~~~
../../src/error.c:169:7: error: ‘ENOMEM’ undeclared (first use in this function)
  169 |  case ENOMEM:
      |       ^~~~~~
../../src/error.c:171:7: error: ‘EBUSY’ undeclared (first use in this function)
  171 |  case EBUSY:
      |       ^~~~~
../../src/error.c:173:7: error: ‘EMLINK’ undeclared (first use in this function)
  173 |  case EMLINK:
      |       ^~~~~~
../../src/error.c:175:7: error: ‘ETIMEDOUT’ undeclared (first use in this function)
  175 |  case ETIMEDOUT:
      |       ^~~~~~~~~
../../src/error.c:177:7: error: ‘ECONNREFUSED’ undeclared (first use in this function)
  177 |  case ECONNREFUSED:
      |       ^~~~~~~~~~~~
../../src/error.c:179:7: error: ‘ECONNRESET’ undeclared (first use in this function)
  179 |  case ECONNRESET:
      |       ^~~~~~~~~~
../../src/error.c:181:7: error: ‘ECONNABORTED’ undeclared (first use in this function)
  181 |  case ECONNABORTED:
      |       ^~~~~~~~~~~~
../../src/error.c:183:7: error: ‘EPROTO’ undeclared (first use in this function)
  183 |  case EPROTO:
      |       ^~~~~~
../../src/error.c: In function ‘btd_error_le_conn_from_errno’:
../../src/error.c:193:7: error: ‘EINVAL’ undeclared (first use in this function)
  193 |  case EINVAL:
      |       ^~~~~~
../../src/error.c:195:7: error: ‘EHOSTUNREACH’ undeclared (first use in this function)
  195 |  case EHOSTUNREACH:
      |       ^~~~~~~~~~~~
../../src/error.c:197:7: error: ‘EOPNOTSUPP’ undeclared (first use in this function)
  197 |  case EOPNOTSUPP:
      |       ^~~~~~~~~~
../../src/error.c:198:7: error: ‘EPROTONOSUPPORT’ undeclared (first use in this function)
  198 |  case EPROTONOSUPPORT: // Fall through
      |       ^~~~~~~~~~~~~~~
../../src/error.c:200:7: error: ‘EALREADY’ undeclared (first use in this function)
  200 |  case EALREADY:
      |       ^~~~~~~~
../../src/error.c:201:7: error: ‘EISCONN’ undeclared (first use in this function)
  201 |  case EISCONN: // Fall through
      |       ^~~~~~~
../../src/error.c:203:7: error: ‘EBADFD’ undeclared (first use in this function)
  203 |  case EBADFD:
      |       ^~~~~~
../../src/error.c:205:7: error: ‘ENOMEM’ undeclared (first use in this function)
  205 |  case ENOMEM:
      |       ^~~~~~
../../src/error.c:207:7: error: ‘EBUSY’ undeclared (first use in this function)
  207 |  case EBUSY:
      |       ^~~~~
../../src/error.c:209:7: error: ‘ECONNREFUSED’ undeclared (first use in this function)
  209 |  case ECONNREFUSED:
      |       ^~~~~~~~~~~~
../../src/error.c:211:7: error: ‘EIO’ undeclared (first use in this function)
  211 |  case EIO:
      |       ^~~
../../src/error.c:213:7: error: ‘ETIMEDOUT’ undeclared (first use in this function)
  213 |  case ETIMEDOUT:
      |       ^~~~~~~~~
../../src/error.c:215:7: error: ‘EMLINK’ undeclared (first use in this function)
  215 |  case EMLINK:
      |       ^~~~~~
../../src/error.c:217:7: error: ‘ECONNRESET’ undeclared (first use in this function)
  217 |  case ECONNRESET:
      |       ^~~~~~~~~~
../../src/error.c:219:7: error: ‘ECONNABORTED’ undeclared (first use in this function)
  219 |  case ECONNABORTED:
      |       ^~~~~~~~~~~~
../../src/error.c:221:7: error: ‘EPROTO’ undeclared (first use in this function)
  221 |  case EPROTO:
      |       ^~~~~~
make[2]: *** [Makefile:9301: src/bluetoothd-error.o] Error 1
make[1]: *** [Makefile:4134: all] Error 2
make: *** [Makefile:10327: distcheck] Error 1


##############################
Test: Build w/ext ELL - Configure - PASS
Desc: Configure BlueZ source with '--enable-external-ell' configuration

##############################
Test: Build w/ext ELL - Make - FAIL
Desc: Build BlueZ source with '--enable-external-ell' configuration
Output:
src/error.c: In function ‘btd_error_bredr_conn_from_errno’:
src/error.c:151:7: error: ‘EALREADY’ undeclared (first use in this function)
  151 |  case EALREADY:
      |       ^~~~~~~~
src/error.c:151:7: note: each undeclared identifier is reported only once for each function it appears in
src/error.c:152:7: error: ‘EISCONN’ undeclared (first use in this function)
  152 |  case EISCONN: // Fall through
      |       ^~~~~~~
src/error.c:154:7: error: ‘EHOSTDOWN’ undeclared (first use in this function)
  154 |  case EHOSTDOWN:
      |       ^~~~~~~~~
src/error.c:156:7: error: ‘ENOPROTOOPT’ undeclared (first use in this function)
  156 |  case ENOPROTOOPT:
      |       ^~~~~~~~~~~
src/error.c:158:7: error: ‘EIO’ undeclared (first use in this function)
  158 |  case EIO:
      |       ^~~
src/error.c:160:7: error: ‘EINVAL’ undeclared (first use in this function)
  160 |  case EINVAL:
      |       ^~~~~~
src/error.c:162:7: error: ‘EHOSTUNREACH’ undeclared (first use in this function)
  162 |  case EHOSTUNREACH:
      |       ^~~~~~~~~~~~
src/error.c:164:7: error: ‘EOPNOTSUPP’ undeclared (first use in this function)
  164 |  case EOPNOTSUPP:
      |       ^~~~~~~~~~
src/error.c:165:7: error: ‘EPROTONOSUPPORT’ undeclared (first use in this function)
  165 |  case EPROTONOSUPPORT: // Fall through
      |       ^~~~~~~~~~~~~~~
src/error.c:167:7: error: ‘EBADFD’ undeclared (first use in this function)
  167 |  case EBADFD:
      |       ^~~~~~
src/error.c:169:7: error: ‘ENOMEM’ undeclared (first use in this function)
  169 |  case ENOMEM:
      |       ^~~~~~
src/error.c:171:7: error: ‘EBUSY’ undeclared (first use in this function)
  171 |  case EBUSY:
      |       ^~~~~
src/error.c:173:7: error: ‘EMLINK’ undeclared (first use in this function)
  173 |  case EMLINK:
      |       ^~~~~~
src/error.c:175:7: error: ‘ETIMEDOUT’ undeclared (first use in this function)
  175 |  case ETIMEDOUT:
      |       ^~~~~~~~~
src/error.c:177:7: error: ‘ECONNREFUSED’ undeclared (first use in this function)
  177 |  case ECONNREFUSED:
      |       ^~~~~~~~~~~~
src/error.c:179:7: error: ‘ECONNRESET’ undeclared (first use in this function)
  179 |  case ECONNRESET:
      |       ^~~~~~~~~~
src/error.c:181:7: error: ‘ECONNABORTED’ undeclared (first use in this function)
  181 |  case ECONNABORTED:
      |       ^~~~~~~~~~~~
src/error.c:183:7: error: ‘EPROTO’ undeclared (first use in this function)
  183 |  case EPROTO:
      |       ^~~~~~
src/error.c: In function ‘btd_error_le_conn_from_errno’:
src/error.c:193:7: error: ‘EINVAL’ undeclared (first use in this function)
  193 |  case EINVAL:
      |       ^~~~~~
src/error.c:195:7: error: ‘EHOSTUNREACH’ undeclared (first use in this function)
  195 |  case EHOSTUNREACH:
      |       ^~~~~~~~~~~~
src/error.c:197:7: error: ‘EOPNOTSUPP’ undeclared (first use in this function)
  197 |  case EOPNOTSUPP:
      |       ^~~~~~~~~~
src/error.c:198:7: error: ‘EPROTONOSUPPORT’ undeclared (first use in this function)
  198 |  case EPROTONOSUPPORT: // Fall through
      |       ^~~~~~~~~~~~~~~
src/error.c:200:7: error: ‘EALREADY’ undeclared (first use in this function)
  200 |  case EALREADY:
      |       ^~~~~~~~
src/error.c:201:7: error: ‘EISCONN’ undeclared (first use in this function)
  201 |  case EISCONN: // Fall through
      |       ^~~~~~~
src/error.c:203:7: error: ‘EBADFD’ undeclared (first use in this function)
  203 |  case EBADFD:
      |       ^~~~~~
src/error.c:205:7: error: ‘ENOMEM’ undeclared (first use in this function)
  205 |  case ENOMEM:
      |       ^~~~~~
src/error.c:207:7: error: ‘EBUSY’ undeclared (first use in this function)
  207 |  case EBUSY:
      |       ^~~~~
src/error.c:209:7: error: ‘ECONNREFUSED’ undeclared (first use in this function)
  209 |  case ECONNREFUSED:
      |       ^~~~~~~~~~~~
src/error.c:211:7: error: ‘EIO’ undeclared (first use in this function)
  211 |  case EIO:
      |       ^~~
src/error.c:213:7: error: ‘ETIMEDOUT’ undeclared (first use in this function)
  213 |  case ETIMEDOUT:
      |       ^~~~~~~~~
src/error.c:215:7: error: ‘EMLINK’ undeclared (first use in this function)
  215 |  case EMLINK:
      |       ^~~~~~
src/error.c:217:7: error: ‘ECONNRESET’ undeclared (first use in this function)
  217 |  case ECONNRESET:
      |       ^~~~~~~~~~
src/error.c:219:7: error: ‘ECONNABORTED’ undeclared (first use in this function)
  219 |  case ECONNABORTED:
      |       ^~~~~~~~~~~~
src/error.c:221:7: error: ‘EPROTO’ undeclared (first use in this function)
  221 |  case EPROTO:
      |       ^~~~~~
make[1]: *** [Makefile:9301: src/bluetoothd-error.o] Error 1
make: *** [Makefile:4134: all] Error 2




---
Regards,
Linux Bluetooth


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux