public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Question regarding update of util-macros
@ 2021-06-21 12:57 Adolf Belka
  2021-06-22 12:24 ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Adolf Belka @ 2021-06-21 12:57 UTC (permalink / raw)
  To: development

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

Hi everyone,

I noted that util-macros is from 2014 and a version from 2021 is available.

So I was going to update it but realised that it is a package related to Xorg, which as far as I am aware is not used on IPFire. util-macros is an addon but the rootfile is in the common section of the folder structure and has all the files commented out, so it looks like it is installed to enable other packages to be installed that expect it to be present.


I just wanted to check that this package is actually still required to be in IPFire before I spend time trying to update it.


Regards,

Adolf.


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

* Re: Question regarding update of util-macros
  2021-06-21 12:57 Question regarding update of util-macros Adolf Belka
@ 2021-06-22 12:24 ` Michael Tremer
  2021-06-22 16:38   ` Adolf Belka
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2021-06-22 12:24 UTC (permalink / raw)
  To: development

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

Hello,

I do not know what would require this.

You can try commenting it out in make.sh and see if the build runs through. If anything, it should be a build time dependency.

Best,
-Michael

> On 21 Jun 2021, at 13:57, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> Hi everyone,
> 
> I noted that util-macros is from 2014 and a version from 2021 is available.
> 
> So I was going to update it but realised that it is a package related to Xorg, which as far as I am aware is not used on IPFire. util-macros is an addon but the rootfile is in the common section of the folder structure and has all the files commented out, so it looks like it is installed to enable other packages to be installed that expect it to be present.
> 
> 
> I just wanted to check that this package is actually still required to be in IPFire before I spend time trying to update it.
> 
> 
> Regards,
> 
> Adolf.
> 


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

* Re: Question regarding update of util-macros
  2021-06-22 12:24 ` Michael Tremer
@ 2021-06-22 16:38   ` Adolf Belka
  2021-06-24 11:24     ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Adolf Belka @ 2021-06-22 16:38 UTC (permalink / raw)
  To: development

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

Hi Michael,

On 22/06/2021 14:24, Michael Tremer wrote:
> Hello,
> 
> I do not know what would require this.
> 
> You can try commenting it out in make.sh and see if the build runs through. If anything, it should be a build time dependency.
Good idea. I tried that and there was no problem with the build.

Searching in IPFire git I found that util-macros was originally introduced as a build dependency for pciaccess which was a dependency of libvirt.

Looks like the updates of pciaccess have removed the util-macros build dependency, although I could not find any mention in the Changelog of pciaccess.

I would propose a patch to remove this from IPFire. Let me know if you agree and I will submit a patch.

Regards,
Adolf.
> 
> Best,
> -Michael
> 
>> On 21 Jun 2021, at 13:57, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>
>> Hi everyone,
>>
>> I noted that util-macros is from 2014 and a version from 2021 is available.
>>
>> So I was going to update it but realised that it is a package related to Xorg, which as far as I am aware is not used on IPFire. util-macros is an addon but the rootfile is in the common section of the folder structure and has all the files commented out, so it looks like it is installed to enable other packages to be installed that expect it to be present.
>>
>>
>> I just wanted to check that this package is actually still required to be in IPFire before I spend time trying to update it.
>>
>>
>> Regards,
>>
>> Adolf.
>>
> 

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

* Re: Question regarding update of util-macros
  2021-06-22 16:38   ` Adolf Belka
@ 2021-06-24 11:24     ` Michael Tremer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2021-06-24 11:24 UTC (permalink / raw)
  To: development

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

Hello,

> On 22 Jun 2021, at 17:38, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> Hi Michael,
> 
> On 22/06/2021 14:24, Michael Tremer wrote:
>> Hello,
>> I do not know what would require this.
>> You can try commenting it out in make.sh and see if the build runs through. If anything, it should be a build time dependency.
> Good idea. I tried that and there was no problem with the build.
> 
> Searching in IPFire git I found that util-macros was originally introduced as a build dependency for pciaccess which was a dependency of libvirt.
> 
> Looks like the updates of pciaccess have removed the util-macros build dependency, although I could not find any mention in the Changelog of pciaccess.
> 
> I would propose a patch to remove this from IPFire. Let me know if you agree and I will submit a patch.

It looks like they dropped that dependency when they changed from autotools to meson.

-Michael

> 
> Regards,
> Adolf.
>> Best,
>> -Michael
>>> On 21 Jun 2021, at 13:57, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>> 
>>> Hi everyone,
>>> 
>>> I noted that util-macros is from 2014 and a version from 2021 is available.
>>> 
>>> So I was going to update it but realised that it is a package related to Xorg, which as far as I am aware is not used on IPFire. util-macros is an addon but the rootfile is in the common section of the folder structure and has all the files commented out, so it looks like it is installed to enable other packages to be installed that expect it to be present.
>>> 
>>> 
>>> I just wanted to check that this package is actually still required to be in IPFire before I spend time trying to update it.
>>> 
>>> 
>>> Regards,
>>> 
>>> Adolf.
>>> 


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

end of thread, other threads:[~2021-06-24 11:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 12:57 Question regarding update of util-macros Adolf Belka
2021-06-22 12:24 ` Michael Tremer
2021-06-22 16:38   ` Adolf Belka
2021-06-24 11:24     ` Michael Tremer

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