[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re : apt-get build-dep gnumach did not install mig
From: |
Samuel Thibault |
Subject: |
Re: Re : apt-get build-dep gnumach did not install mig |
Date: |
Tue, 9 Feb 2021 17:50:58 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Paul Dufresne, le mar. 09 févr. 2021 05:34:56 -0500, a ecrit:
> ---- Le mar., 09 févr. 2021 03:54:27 -0500 Samuel Thibault
> <samuel.thibault@gnu.org> écrit ----
>
> > Paul Dufresne, le mar. 09 févr. 2021 00:06:37 -0500, a ecrit:
> > > But
> > > # apt-get build-dep gnumach
> > > did not install mig package.
> >
> > Didn't it install mig-for-host and mig-i686-something?
>
> Yes it did.
Then that's what you should use, it provides some /usr/bin/mig-something
that you can tell configure to use with MIG=, just like CC= and LD=
> But as I was trying to reproduce what I was doing on a non-Debian system,
> rather than do:
> dpkg-buildpackage -us -uc -b -rfakeroot
>
> I did: {On Debian Hurd}
> autoreconf --install
> mkdir build
> cd build
> $ GNU=~/gnu
> $ TARGET_CPPFLAGS=-I"$GNU"/include ../configure --prefix="$GNU"
> that then complains it could not find mig.
Yes, because the debian package passes explictly --build= and --host=,
and thus configure finds mig-i686-gnu, so the packaging only has to
build-depend on the mig-i686-gnu on Debian Hurd.
> So I installed mig package and complained here mig was not installed by
> apt-get build-dep gnumach.
Then the problem is in the documentation that told that apt-get
build-dep was enough. Where was it?
> ...
> I was not really aware of mig-for-host and mig-i686-something...
> which are for when you are on Debian Linux?
They are for the debian builds in general, be they cross builds or
non-cross builds.
If somebody could go through these documentations and update them that'd
be very useful.
Samuel
- My newly compiled Mach hang on start ext2fs:, Paul Dufresne, 2021/02/08
- Re : My newly compiled Mach hang on start ext2fs:, Paul Dufresne, 2021/02/08
- Re : My newly compiled Mach hang on start ext2fs:, Paul Dufresne, 2021/02/08
- Re : apt-get build-dep gnumach did not install mig, Paul Dufresne, 2021/02/09
- Re: Re : apt-get build-dep gnumach did not install mig, Samuel Thibault, 2021/02/09
- Re: Re : apt-get build-dep gnumach did not install mig, Paul Dufresne, 2021/02/09
- Re: Re : apt-get build-dep gnumach did not install mig,
Samuel Thibault <=
- Re: Re : apt-get build-dep gnumach did not install mig, Paul Dufresne, 2021/02/09
- Re: Re : apt-get build-dep gnumach did not install mig, Samuel Thibault, 2021/02/09
- Re: mig/build/lexxer.c:1825: undefined reference to `yywrap', Paul Dufresne, 2021/02/09
- Re: mig/build/lexxer.c:1825: undefined reference to `yywrap', Paul Dufresne, 2021/02/09
- "fatal error: ac_nonexistent.h: No such file or directory" is the expected result, Paul Dufresne, 2021/02/09
- Re: mig/build/lexxer.c:1825: undefined reference to `yywrap', Samuel Thibault, 2021/02/10
- Re: mig/build/lexxer.c:1825: undefined reference to `yywrap', Samuel Thibault, 2021/02/10
- Re: mig/build/lexxer.c:1825: undefined reference to `yywrap', Paul Dufresne, 2021/02/11
- Re: mig/build/lexxer.c:1825: undefined reference to `yywrap', Samuel Thibault, 2021/02/11
Re: My newly compiled Mach hang on start ext2fs:, Samuel Thibault, 2021/02/09