<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi Rob,<br>
<br>
Sorry for the delay.<br>
I already tested it again and now it's working flawless.<br>
<br>
Thank you.<br>
<br>
Will<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> sborg63 <sborg63@disroot.org><br>
<b>Sent:</b> Friday, March 10, 2023 4:52 PM<br>
<b>To:</b> w_calandrini@hotmail.com <w_calandrini@hotmail.com>; slackbuilds-users@slackbuilds.org <slackbuilds-users@slackbuilds.org><br>
<b>Subject:</b> Re: ViennaRNA SlackBuilds-users Digest, Vol 203, Issue 10</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi Will, <br>
<br>
As the maintainer of this package (atm at version 2.5.1) for<br>
SlackBuilds.org, can I ask whether you have built this before? (I am<br>
just curious as I am not using it a lot and it would be good to have<br>
some feedback)<br>
<br>
I assume that the compilation works but that the error appears at the<br>
end of the built, which would be very frustrating;<br>
That error possibly relates to these lines in the SlackBuild:<br>
<br>
#####<br>
<br>
# re-organise info files the Slackware/SBo way<br>
mkdir $PKG/usr/info/<br>
rm $PKG/usr/share/info/dir<br>
#gzip and move info file<br>
gzip -9 $PKG/usr/share/info/*.info<br>
mv $PKG/usr/share/info/*.info* $PKG/usr/info/<br>
rmdir $PKG/usr/share/info<br>
<br>
#####<br>
<br>
I tend to test-run the script with `sh Vienna.Slackbuild` and <br>
this builds a package with the below core-structure; the<br>
'usr/info' section is the result of above lines (the original,<br>
compiled package puts the info in '/usr/share/info'): <br>
<br>
./<br>
install/<br>
install/slack-desc<br>
usr/<br>
usr/bin/ [loads of programs]<br>
usr/doc/<br>
usr/doc/ViennaRNA-2.5.1/<br>
usr/include/ [loads of .h files also is sub-folders)<br>
usr/include/ViennaRNA/ <br>
usr/info/<br>
usr/info/RNAlib.info.gz<br>
usr/lib/<br>
usr/lib/libg2.a<br>
usr/lib64/<br>
usr/lib64/libRNA.a<br>
usr/lib64/perl5/<br>
usr/lib64/pkgconfig/<br>
usr/lib64/pkgconfig/RNAlib2.pc<br>
usr/lib64/python3.9/<br>
usr/lib64/python3.9/site-packages/<br>
usr/lib64/python3.9/site-packages/RNA/<br>
usr/man/<br>
usr/share/<br>
usr/share/ViennaRNA/<br>
usr/share/ViennaRNA/examples/<br>
usr/share/ViennaRNA/tutorial/<br>
usr/share/ViennaRNA/viennarna.bib<br>
usr/share/perl5/<br>
<br>
Slackware package /tmp/ViennaRNA-2.5.1-x86_64-1_SBo.tgz created.<br>
<br>
This seems to work at my end. And the command `info RNAlib` gives the<br>
info entry for ViennaRNA.<br>
<br>
Can you maybe explain how you built the package at your end? Is it<br>
possible that the build did not complete, say because the tmp-folder<br>
was filled up and <br>
'/tmp/SBo/package-ViennaRNA/usr/share/info/dir' was never created to<br>
begin with? <br>
<br>
Cheers,<br>
<br>
Rob<br>
<br>
On Fri, 10 Mar 2023 14:55:50 +0000<br>
slackbuilds-users-request@slackbuilds.org wrote:<br>
<br>
> Send SlackBuilds-users mailing list submissions to<br>
>        slackbuilds-users@slackbuilds.org<br>
> <br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
>        <a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users">
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
> or, via email, send a message with subject or body 'help' to<br>
>        slackbuilds-users-request@slackbuilds.org<br>
> <br>
> You can reach the person managing the list at<br>
>        slackbuilds-users-owner@slackbuilds.org<br>
> <br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of SlackBuilds-users digest..."<br>
> <br>
> <br>
> Today's Topics:<br>
> <br>
>    1. Re: Script that will not build on 32bit Slackware (William PC)<br>
>    2. ViennaRNA (William PC)<br>
>    3. Starting a daemon in rc (phalange@komputermatrix.com)<br>
>    4. Error libghemical (William PC)<br>
> <br>
> <br>
> ----------------------------------------------------------------------<br>
> <br>
> Message: 1<br>
> Date: Fri, 10 Mar 2023 14:31:36 +0000<br>
> From: William PC <w_calandrini@hotmail.com><br>
> To: SlackBuilds.org Users List <slackbuilds-users@slackbuilds.org><br>
> Subject: Re: [Slackbuilds-users] Script that will not build on 32bit<br>
>        Slackware<br>
> Message-ID:<br>
>        <AS8P193MB125346B01C27163F0FE63A63FEBA9@AS8P193MB1253.EURP193.PROD.OUTLOOK.COM><br>
>        <br>
> Content-Type: text/plain; charset="us-ascii"<br>
> <br>
> Keep the MD5SUM empty shall be a good idea, I just made some scripts<br>
> that check if it's empty or not, it's shorter than check if DOWNLOAD<br>
> has UNSUPPORTED.<br>
> <br>
> Will<br>
> ________________________________<br>
> From: SlackBuilds-users <slackbuilds-users-bounces@slackbuilds.org><br>
> on behalf of andrew <andrew.david.strong@gmail.com> Sent: Thursday,<br>
> March 9, 2023 7:12 PM To: slackbuilds-users@slackbuilds.org<br>
> <slackbuilds-users@slackbuilds.org> Subject: Re: [Slackbuilds-users]<br>
> Script that will not build on 32bit Slackware<br>
> <br>
> On Tue, Mar 07, 2023 at 08:14:36AM +0000, Arnaud via<br>
> SlackBuilds-users wrote:<br>
> <br>
> > It is possible to have a slackbuild only for x86_64.<br>
> > Simply put UNSUPPORTED on the DOWNLOAD value of the. info file,<br>
> > with empty MD5SUM, and add the source url on DOWNLOAD_x86_64, with<br>
> > proper MD5SUM_x86_64.<br>
> ><br>
> > You can add a comment on the README stating that 32 bit build is in<br>
> > progress upstream and may become available in the future.  <br>
> <br>
> Thanks for this! And my apologies as I see this is spelled out quite<br>
> clearly at the base of this page:<br>
> <br>
> <a href="https://slackbuilds.org/guidelines/">https://slackbuilds.org/guidelines/</a><br>
> <br>
> All the best,<br>
> <br>
> Andrew<br>
> --<br>
> You think that's air you're breathing now?<br>
> _______________________________________________<br>
> SlackBuilds-users mailing list<br>
> SlackBuilds-users@slackbuilds.org<br>
> <a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
> Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/">
https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
> FAQ - <a href="https://slackbuilds.org/faq/">https://slackbuilds.org/faq/</a><br>
> <br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL:<br>
> <<a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20230310/00244d78/attachment-0001.htm">http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20230310/00244d78/attachment-0001.htm</a>><br>
> <br>
> ------------------------------<br>
> <br>
> Message: 2<br>
> Date: Fri, 10 Mar 2023 14:32:14 +0000<br>
> From: William PC <w_calandrini@hotmail.com><br>
> To: slackbuilds-users <slackbuilds-users@slackbuilds.org><br>
> Subject: [Slackbuilds-users] ViennaRNA<br>
> Message-ID:<br>
>        <AS8P193MB1253127D3F3ABAFF473CCDBAFEBA9@AS8P193MB1253.EURP193.PROD.OUTLOOK.COM><br>
>        <br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
> <br>
> Hi,<br>
> <br>
> Getting this error compiling ViennaRNA<br>
> rm: cannot remove '/tmp/SBo/package-ViennaRNA/usr/share/info/dir': No<br>
> such file or directory FATAL:   While performing build: while running<br>
> engine: exit status 1<br>
> <br>
> Any suggestions ?<br>
> <br>
> <br>
> <br>
> <br>
> William PC<br>
> <br>
> <a href="http://www.slack-it.com">http://www.slack-it.com</a><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL:<br>
> <<a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20230310/e90423d5/attachment-0001.htm">http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20230310/e90423d5/attachment-0001.htm</a>><br>
> <br>
> ------------------------------<br>
> <br>
> Message: 3<br>
> Date: Fri, 10 Mar 2023 09:39:15 -0500<br>
> From: phalange@komputermatrix.com<br>
> To: "SlackBuilds.org Users List" <slackbuilds-users@slackbuilds.org><br>
> Subject: [Slackbuilds-users] Starting a daemon in rc<br>
> Message-ID: <b8f03627f9341d9ef154942831c6603a@komputermatrix.com><br>
> Content-Type: text/plain; charset=US-ASCII; format=flowed<br>
> <br>
> I have slackbuild for tailscale that includes a daemon. The daemon <br>
> should ideally be started by the init system. But it requires an <br>
> internet connection, and in the case of using wifi, starting this<br>
> daemon from rc.local halts the init -- *I think* because it's<br>
> searching for a connection before wifi is connected.<br>
> <br>
> Any suggestions for starting a daemon like this?<br>
> <br>
> <br>
> ------------------------------<br>
> <br>
> Message: 4<br>
> Date: Fri, 10 Mar 2023 14:55:45 +0000<br>
> From: William PC <w_calandrini@hotmail.com><br>
> To: slackbuilds-users <slackbuilds-users@slackbuilds.org><br>
> Subject: [Slackbuilds-users] Error libghemical<br>
> Message-ID:<br>
>        <AS8P193MB1253DA5C955906A3B9CE779EFEBA9@AS8P193MB1253.EURP193.PROD.OUTLOOK.COM><br>
>        <br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
> <br>
> Hi,<br>
> <br>
> I'm getting the following error trying to build libghemical:<br>
> <br>
> checking for intltool >= 0.40.0... ./configure: line 14869:<br>
> intltool-update: command not found found<br>
> configure: error: Your intltool is too old.  You need intltool 0.40.0<br>
> or later. FATAL:   While performing build: while running engine: exit<br>
> status 1<br>
> <br>
> <br>
> <br>
> William PC<br>
> <br>
> <a href="http://www.slack-it.com">http://www.slack-it.com</a><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL:<br>
> <<a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20230310/fc70fa7a/attachment.htm">http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20230310/fc70fa7a/attachment.htm</a>><br>
> <br>
> ------------------------------<br>
> <br>
> Subject: Digest Footer<br>
> <br>
> _______________________________________________<br>
> SlackBuilds-users mailing list<br>
> SlackBuilds-users@slackbuilds.org<br>
> <a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
> <br>
> <br>
> ------------------------------<br>
> <br>
> End of SlackBuilds-users Digest, Vol 203, Issue 10<br>
> **************************************************<br>
<br>
<br>
</div>
</span></font></div>
</body>
</html>