# New Ticket Created by Richard # Please include the string: [perl #134062] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=134062 > Related to the efforts in RT#133787 to build Perl on Android 8.1 (Oreo) under the Termux app environment, there are test failures in the following if Android's log library isn't added to libswanted: ../cpan/Sys-Syslog/t/00-load.t ../cpan/Sys-Syslog/t/constants.t ../cpan/Sys-Syslog/t/facilities-routing.t ../cpan/Sys-Syslog/t/syslog.t The attached patch just adds that lib to the android hints file, whereupon the tests pass. There's no rush for this to be applied, it can wait until after the 5.30 change freeze. Regards, Richard