<div dir="ltr">The tarball has a broken directory permission  the execute bit is missing:<br><br>  drw-r--r-- root/root  0 ...  elilong/<br><br>Without the execute bit, no one can chdir into it, which is exactly what sbolint tries to do  hence the "Permission denied".<br><br>The reason it works on your side is likely that you're running sbolint as root, and root bypasses execute permission checks on directories. Running it as a regular user reproduces the error immediately.<br><br>For SBo submissions, directories should be 755<br><br>sbolint elilong.tar.gz <br>sbolint: chdir(/tmp/sbolint.810376379/elilong): Permission denied<br>tar -tvzf elilong.tar.gz | head -3<br>drw-r--r-- root/root         0 2026-06-01 13:50 elilong/<br>-rw-r--r-- root/root       287 2026-05-03 16:16 elilong/doinst.sh<br>-rw-r--r-- root/root       404 2026-05-31 23:17 elilong/README<br><br>Also worth noting: the tarball was created in two steps (tar + gzip separately) instead of the usual:<br><br>  tar -czf elilong.tar.gz elilong/<br><br>This suggests your packaging workflow may not be applying the correct permissions before packing. It's worth double-checking how the tarball is being created.<br><br>file elilong.tar.gz <br>elilong.tar.gz: gzip compressed data, was "elilong.tar", last modified: Mon Jun  1 10:52:19 2026, from Unix, original size modulo 2^32 10240<br><br><br><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Στις Δευ 1 Ιουν 2026 στις 4:29 μ.μ., ο/η Tim Dickson via SlackBuilds-users <<a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.org</a>> έγραψε:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">that slackbuild is the project slackbuild, rather than sbo slackbuild.<br>
The significant differences are the tag and the file permissions<br>
the relevant output of the slackbuild for sbo are as follows.<br>
<br>
~/elilong# ls -l<br>
total 20<br>
-rw-r--r-- 1 root root  404 May 31 21:17 README<br>
-rw-r--r-- 1 root root  287 May  3 14:16 doinst.sh<br>
-rwxr-xr-x 1 root root 2980 Jun  1 11:50 elilong.SlackBuild*<br>
-rw-r--r-- 1 root root  307 Jun  1 11:50 <a href="http://elilong.info" rel="noreferrer" target="_blank">elilong.info</a><br>
-rw-r--r-- 1 root root  917 May 30 14:48 slack-desc<br>
sbolint<br>
elilong: NOTE: elilong.SlackBuild:55: LIBDIRSUFFIX gets set, but never used.<br>
sbolint: elilong checks out OK<br>
<br>
sbopkglint /tmp/elilong-0.1.9-x86_64-1_SBo.tgz<br>
Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d<br>
Exploding /tmp/changes/tmp/elilong-0.1.9-x86_64-1_SBo.tgz to <br>
/tmp/SBo/sbopkglint.3vZRYL ...OK<br>
Running pre-doinst test...OK<br>
Installing /tmp/changes/tmp/elilong-0.1.9-x86_64-1_SBo.tgz to <br>
/tmp/SBo/sbopkglint.3vZRYL ...OK<br>
Running test: 05-basic-sanity...OK<br>
Running test: 10-docs...OK<br>
Running test: 15-noarch...<br>
___ note: package might be a good candidate for noarch<br>
OK<br>
Running test: 20-arch...OK<br>
Running test: 25-lafiles...OK<br>
Running test: 30-manpages...OK<br>
Running test: 35-desktop...OK<br>
Running test: 40-newconfig...OK<br>
Running test: 45-doinst...OK<br>
Running test: 50-icons...OK<br>
Running test: 60-usr_info...OK<br>
Running test: 65-python...OK<br>
Running test: 70-tmp_path...OK<br>
Running test: 75-static_libs...OK<br>
Running test: 85-perl...OK<br>
=== elilong-0.1.9-x86_64-1_SBo.tgz: All tests passed<br>
<br>
as you can see, the permissions are ok, and both sbolint and sbopkglint <br>
pass.<br>
<br>
Regardless of all that, the submission form should not report<br>
<br>
Submission failed:<br>
Could not find elilong/<a href="http://elilong.info" rel="noreferrer" target="_blank">elilong.info</a><br>
Could not find elilong/README<br>
Could not find elilong/elilong.SlackBuild<br>
<br>
as the tar.gz file is ok.<br>
I've uploaded the sbo slackbuild I am trying to submit (to <br>
<a href="http://slackbuilds.org" rel="noreferrer" target="_blank">slackbuilds.org</a>) to the sbo subdirectory on the sourceforge site if you <br>
want to see the actual elilong.tar.gz sbo slackbuild archive<br>
<a href="https://sourceforge.net/projects/elilong/files/sbo/" rel="noreferrer" target="_blank">https://sourceforge.net/projects/elilong/files/sbo/</a><br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div>