public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Building of packages that require a .sh file to be executed
@ 2024-09-03 12:02 sio /
  2024-09-04  7:10 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: sio / @ 2024-09-03 12:02 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

hi all,

I've been playing around with building the netdata package and it seems that in the build environment there is not a way to chmod or run a .sh  file (from the lfs file) that is needed to build netadata. Is this by design or is there something I am missing? i have the lfs file setup to download all the resources per the offline install guidelines but it still requires their .sh file to run.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Building of packages that require a .sh file to be executed
  2024-09-03 12:02 Building of packages that require a .sh file to be executed sio /
@ 2024-09-04  7:10 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2024-09-04  7:10 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 948 bytes --]

Good morning,

You can virtually do anything in the build environment. Including running any scripts.

What you cannot do is modify the checked out build source. So potentially you might need to make your script executable in the source if it is stored in src/ or config/. Otherwise, if you extract a tarball in /usr/src you can modify the source as you like.

It would be more helpful if you sent us logs of the error where your build breaks.

-Michael

> On 3 Sep 2024, at 14:02, sio / <siosios1(a)hotmail.com> wrote:
> 
> hi all,
> 
> I've been playing around with building the netdata package and it seems that in the build environment there is not a way to chmod or run a .sh  file (from the lfs file) that is needed to build netadata. Is this by design or is there something I am missing? i have the lfs file setup to download all the resources per the offline install guidelines but it still requires their .sh file to run.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-04  7:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-03 12:02 Building of packages that require a .sh file to be executed sio /
2024-09-04  7:10 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox