-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 02/22/2016 09:56 AM, Willy Sudiarto Raharjo wrote: > > the 64 bit is indeed requires multilib and since i don't use > multilib (and it's not officially supported by SBo), i can't give > any support nor test it. > > people may use the 64 bit in multilib environment but not from > official support (ie: they are on their own). >
This if block effectively forces 32bit regardless if multilib is installed or not: if [ "$ARCH" = "i486" ]; then DEBARCH="i386" LIBDIRSUFFIX="" else echo "Package for $(uname -m) architecture is not available." exit 1 fi I am aware multilib is not supported by SBo but the last line in the README leads one to believe the SlackBuild will at least build on multilib as is. I'd recommend changing that line in the README to say it works on multilib with some modifications to the SlackBuild or simply not mention it at all. -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJWyzHOAAoJEPbPpamee1lXvaMQAIDouMYtpSHq+17bibsSh2ot QCn9uoc773c3N9zwEA2dKh/KZzPXuziG1zgG3oPTwpnGwdI/VAbW0/aqNjU6IXzC nJmynnR5JUt/eToWcRzXa6X8JIaanwGSsRV4Rj6fZdTfuXHCNU+DFNmZE8/MFsK0 A+PLpPO5tQg2t6oEgW1ctPBUL2FMbbMEHXwq1AQPYV78pQAUO7jh5IyRVUnzFDCE pj6O0pLOuhkM4kAlW0K9ffuOhftVwvDQxwglDKwnXiTny23+CSHWr90Crdg+yg7v K6TxFvwADTyEf14u5RDT+2uXkwaltWvcY18615dkA5F6x1TMEcXBVGoADDv8JF5e 2+MVYjdY28BqcfUR5ZmfBnYwVuCtk6JoSr+CRdX2JNM8LbY9R1qdaZ1erGNd8f5y uawjn55A7Akz1qeQnP0wAkN9xBGWLdLZeQA1AxAD0yqgwqQb7zLzvfxUrP7s+Tbe 3XPIuq4MpOEeubTUcQl0y4Z1FXFEmWtdFD+w66kIJPf5nKsIx5Dc3FiuO7n7Lf7Y 70c1Q9u745V8IG0kHQal5jKwxwfu17EtfEWut2y/FMBJ+2Zj8y5nqrPZs4WSAwtw nWVTJAyos03Ot6G8OQHeuX6yYmsiPaESrk8n/04bWjnij7uxe+wPEBitdN2LowW6 AIrLOJo4kqaq292U6MJp =SCKt -----END PGP SIGNATURE----- _______________________________________________ SlackBuilds-users mailing list [email protected] http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - http://slackbuilds.org/faq/
