From: Peter Korsgaard <peter@korsgaard.com>
To: C D <dellicker@live.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
"buildroot@buildroot.org" <buildroot@buildroot.org>
Subject: Re: [Buildroot] Forcing linker to look at right library path?
Date: Wed, 15 Mar 2023 08:18:18 +0100 [thread overview]
Message-ID: <87jzzi4h51.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <SJ0PR05MB7625BB7889E5DD3876C01E89D4BE9@SJ0PR05MB7625.namprd05.prod.outlook.com> (C. D.'s message of "Tue, 14 Mar 2023 18:43:29 +0000")
>>>>> "C" == C D <dellicker@live.com> writes:
Hi,
> I'm trying to build sedcli (https://github.com/sedcli/sedcli); the version
> I'm building is a slightly modified private branch (added some debugging), but
> the Makefile and configure script are basically identical. I went through
> the Makefile and added $(DESTDIR) in appropriate locations to make the files
> go where they need to, but after running a "make sedcli-reconfigure" I realized
> the configure script isn't taking any off options Buildroot is using to attempt
> to make it do the right thing, and I'm assuming this is where my problem is.
> The output I get from it is:
> Wrong option: --target=x86_64-buildroot-linux-gnu
> Wrong option: --host=x86_64-buildroot-linux-gnu
> Wrong option: --build=x86_64-pc-linux-gnu
> Wrong option: --prefix=/usr
> Wrong option: --exec-prefix=/usr
> Wrong option: --sysconfdir=/etc
> Wrong option: --localstatedir=/var
> Wrong option: --program-prefix=
> Wrong option: --disable-gtk-doc
> Wrong option: --disable-gtk-doc-html
> Wrong option: --disable-doc
> Wrong option: --disable-docs
> Wrong option: --disable-documentation
> Wrong option: --with-xmlto=no
> Wrong option: --with-fop=no
> Wrong option: --disable-dependency-tracking
> Wrong option: --enable-ipv6
> Wrong option: --disable-nls
> Wrong option: --disable-static
> Wrong option: --enable-shared
It sounds like you have configured this as an autotools package, but
looking at https://github.com/sedcli/sedcli/blob/master/src/configure I
see that it is a custom hand written script, so that is why it doesn't
understand all of these options. Use generic-package instead.
Notice that we already have a package for sedutil, which sounds as if it
does more-or-less the same as this sedcli.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-03-15 7:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-13 23:33 [Buildroot] Forcing linker to look at right library path? C D
2023-03-14 7:58 ` Thomas Petazzoni via buildroot
2023-03-14 18:43 ` C D
2023-03-14 21:07 ` Thomas Petazzoni via buildroot
2023-03-15 7:18 ` Peter Korsgaard [this message]
2023-03-15 19:59 ` C D
[not found] <mailman.10087.1678750430.50374.buildroot@buildroot.org>
2023-03-14 7:46 ` Andreas Ziegler
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=87jzzi4h51.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
--cc=dellicker@live.com \
--cc=thomas.petazzoni@bootlin.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.