All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eugen.Hristev--- via buildroot" <buildroot@buildroot.org>
To: <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/dhcp: use internal bind
Date: Tue, 19 Apr 2022 10:19:10 +0000	[thread overview]
Message-ID: <2a14aebd-8213-0966-b0d4-392ca9ce36e6@microchip.com> (raw)
In-Reply-To: <CAPi7W81tjVJ66QKgGVWHqytr-rakz4b6dK2TKVR7dc=tPiaxQA@mail.gmail.com>

On 4/19/22 12:08 PM, Fabrice Fontaine wrote:
> Hello Eugen,
> 
> Le mar. 19 avr. 2022 à 07:21, <Eugen.Hristev@microchip.com> a écrit :
>>
>> On 4/14/22 7:44 PM, Fabrice Fontaine wrote:
>>> Le jeu. 14 avr. 2022 à 11:59, Fabrice Fontaine
>>> <fontaine.fabrice@gmail.com> a écrit :
>>>>
>>>> Hello Eugen,
>>>>
>>>> Le jeu. 14 avr. 2022 à 11:10, <Eugen.Hristev@microchip.com> a écrit :
>>>>>
>>>>> On 4/13/22 11:29 AM, Peter Korsgaard wrote:
>>>>>>>>>>>      <Eugen.Hristev@microchip.com> writes:
>>>>>>
>>>>>>     > On 4/12/22 9:17 PM, Fabrice Fontaine wrote:
>>>>>>     >> Le mar. 12 avr. 2022 à 14:34, Peter Korsgaard <peter@korsgaard.com> a écrit :
>>>>>>     >>>
>>>>>>     >>>>>>>> <Eugen.Hristev@microchip.com> writes:
>>>>>>     >>>
>>>>>>     >>> Hi,
>>>>>>     >>>
>>>>>>     >>> >> Yeah. Eugen, is there any specific reason why you use the dhcp package
>>>>>>     >>> >> over the other DHCP clients we provide?
>>>>>>     >>>
>>>>>>     >>> > Historical reasons, and the fact that people have working configurations
>>>>>>     >>> > using this package... I was unaware that it was due to be removed.
>>>>>>     >>> > We will try to switch to a different package in the future. Thanks for
>>>>>>     >>> > letting me know.
>>>>>>     >>> > However, if the package is still in this buildroot release, it has to
>>>>>>     >>> > work right ?
>>>>>>     >>>
>>>>>>     >>> Yes, that is the idea. If it is dead upstream and hard to fix then that
>>>>>>     >>> naturally makes it harder to do, but the intention is to fix it.
>>>>>>     >>
>>>>>>     >> The following patch should fix the issue:
>>>>>>     >> https://patchwork.ozlabs.org/project/buildroot/patch/20220412181607.1451580-1-fontaine.fabrice@gmail.com/
>>>>>>
>>>>>>     > Hi,
>>>>>>
>>>>>>     > your patch together with the other one (
>>>>>>     > https://patchwork.ozlabs.org/project/buildroot/patch/DU0P251MB07797CAAE80C985DC8976335E3E79@DU0P251MB0779.EURP251.PROD.OUTLOOK.COM/
>>>>>>     > ),
>>>>>>
>>>>>>     > solve the build problem for this package.
>>>>>>
>>>>>> They are now both added to the 2022.02.x branch, thanks.
>>>>>>
>>>>>> --
>>>>>> Bye, Peter Korsgaard
>>>>>>
>>>>>
>>>>> Hello again Fabrice,
>>>>>
>>>>> After managing to successfully build all our defconfigs now, while
>>>>> testing on another board (sama7g5ek), I noticed this message at boot log :
>>>>>
>>>>> Starting DHCP server: /usr/sbin/dhcpd: error while loading shared
>>>>> libraries: libirs.so.161: cannot open shared object file: No such file
>>>>> or directory
>>>>>
>>>>> Digging yields that libirs is part of bind package. Do you know why this
>>>>> happens and what could be the cause? Could latest patches affect the dhcpd ?
>>>>
>>>> Indeed, the internal bind libraries (including libirs.so.161) are
>>>> correctly installed in staging directory but not in the target
>>>> directory because dhcp.mk is overriding DHCP_INSTALL_TARGET_CMDS.
>>>> I'll send a patch by the end of the day.
>>>
>>> The following patch should fix the issue:
>>> https://patchwork.ozlabs.org/project/buildroot/patch/20220414164109.1724873-1-fontaine.fabrice@gmail.com/
>>>
>>
>> Hello Fabrice,
>>
>> The libirs problem is gone now, thanks. However, I get a new error:
>>
>>
>> Starting DHCP server: /usr/sbin/dhcpd: error while loading shared
>> libraries: libisccfg.so.163: cannot open shared object file: No such
>> file or directory
>>
>> Looks like there are still problems on my side
> 
> libisccfg.so.163 is installed on target rootfs (in /usr/lib). Can you
> check that this is also the case on your side?

# ls -la /usr/lib/libisc*
lrwxrwxrwx    1 root     root            18 Apr 18  2022 
/usr/lib/libisc.so -> libisc.so.1107.0.7
lrwxrwxrwx    1 root     root            18 Apr 18  2022 
/usr/lib/libisc.so.1107 -> libisc.so.1107.0.7
-rwxr-xr-x    1 root     root        317960 Apr 18  2022 
/usr/lib/libisc.so.1107.0.7
#


It looks like it's not.

> 
>>
>> Thanks,
>> Eugen
>>
>>>>
>>>>>
>>>>> Thanks !
>>>>> Eugen
>>>>
>>>> Best Regards,
>>>>
>>>> Fabrice
>>>
>>> Best Regards,
>>>
>>> Fabrice
>>>
>>
> 
> Best Regards,
> 
> Fabrice
> 

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-04-19 10:19 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-03 10:03 [Buildroot] [PATCH 1/1] package/dhcp: use internal bind Fabrice Fontaine
2022-04-04  6:19 ` James Hilliard
2022-04-04 19:31 ` Arnout Vandecappelle
2022-04-04 19:55 ` Yann E. MORIN
2022-04-09 14:09 ` Peter Korsgaard
2022-04-12 11:15   ` Eugen.Hristev--- via buildroot
2022-04-12 11:22     ` Fabrice Fontaine
2022-04-12 11:33       ` Peter Korsgaard
2022-04-12 11:43         ` Eugen.Hristev--- via buildroot
2022-04-12 12:32           ` Eugen.Hristev--- via buildroot
2022-04-12 12:34           ` Peter Korsgaard
2022-04-12 18:17             ` Fabrice Fontaine
2022-04-13  7:54               ` Eugen.Hristev--- via buildroot
2022-04-13  8:29                 ` Peter Korsgaard
2022-04-14  9:10                   ` Eugen.Hristev--- via buildroot
2022-04-14  9:59                     ` Fabrice Fontaine
2022-04-14 16:44                       ` Fabrice Fontaine
2022-04-19  5:21                         ` Eugen.Hristev--- via buildroot
2022-04-19  9:08                           ` Fabrice Fontaine
2022-04-19 10:19                             ` Eugen.Hristev--- via buildroot [this message]
2022-04-19 16:12                               ` Fabrice Fontaine
2022-04-21  9:25                                 ` Eugen.Hristev--- via buildroot
2022-04-04 13:07 Edmundo Ferreira
2022-04-05  3:54 Tim Hammer
2022-04-05  6:19 ` Fabrice Fontaine
2022-04-05 12:15   ` Tim Hammer
2022-04-05 16:18     ` Peter Seiderer
2022-04-06  1:58       ` Tim Hammer
2022-04-06  7:08         ` Fabrice Fontaine
2022-04-06 12:58           ` Tim Hammer
2022-04-06 13:30             ` Fabrice Fontaine
2022-04-06 14:06               ` Fabrice Fontaine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2a14aebd-8213-0966-b0d4-392ca9ce36e6@microchip.com \
    --to=buildroot@buildroot.org \
    --cc=Eugen.Hristev@microchip.com \
    --cc=fontaine.fabrice@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.