Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2017 06:58:16 +0100
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-current@freebsd.org
Subject:   Re: ISO image: where is the CLANG compiler?
Message-ID:  <20170119055816.GA2184@c720-r292778-amd64>
In-Reply-To: <ce772c1c-7506-6488-a6ae-6b95b2be8a20@freebsd.org>
References:  <20170118084502.617bfc94@freyja.zeit4.iv.bundesimmobilien.de> <A73ED94A-89CE-41C5-98D2-F1611476797B@digsys.bg> <20170118101915.523d7d7b@freyja.zeit4.iv.bundesimmobilien.de> <20170118123515.GE58505@zxy.spb.ru> <20170118160801.229b4134@freyja.zeit4.iv.bundesimmobilien.de> <20170118153832.GA6905@c720-r292778-amd64> <20170118203726.7dea0515@thor.intern.walstatt.dynvpn.de> <ce772c1c-7506-6488-a6ae-6b95b2be8a20@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
El día Wednesday, January 18, 2017 a las 08:00:04PM -0500, Allan Jude escribió:

> On 2017-01-18 14:37, O. Hartmann wrote:
> > Am Wed, 18 Jan 2017 16:38:32 +0100
> > Matthias Apitz <guru@unixarea.de> schrieb:
> > 
> >> Why you do not just boot from USB some mem stick image, mount some disk
> >> space to /mnt, svn checkout CURRENT to /mnt and build a booteable system
> >> (world and kernel) and install to DESTDIR=/mnt ?
> >>
> >> I do not understand all this hassle?
> >>
> >> 	matthias
> >>
> > 
> > Wow!
> > 
> > As I initially stated, that is EXACTLY what I was inclined to do except the fact that I
> > had already an intact /usr/obj and usr/src with a complete compiled system.
> > 
> > I booted from mem stick and I was lost due to no cc!
> > 
> > Even for "make installworld" it seems I have to rely on the compiler. And the images
> > (ISO, memstick et cetera) provided these days do not contain any clang.

Yes, you will need it and it will complain about missing it, if for
example you moved 'obj and 'src' to other dirs after 'make build...'

But, in your case the mem image really is lacking the cc/clang; I
fetched the image an did:


# mdconfig -a -t vnode -u 1 -f ~guru/Downloads/FreeBSD-11.0-RELEASE-amd64-memstick.img
# mount -o ro /dev/md1p3 /mnt
# find /mnt -name clang
/mnt/usr/share/doc/llvm/clang
/mnt/usr/lib/clang
/mnt/usr/lib/debug/usr/lib/clang
# find /mnt -name cc
/mnt/usr/include/netinet/cc

With this img  alone, you can't compile a system :-(

Setup a system from DVD and build your own image containing a complete
system on an USB key; with this boot your damaged system, recompile and
reinstall world and kernel. If you (O. Hartmann) need a step by step
guide, I could send it to you.

	matthias

-- 
Matthias Apitz, ✉ guru@unixarea.de, ⌂ http://www.unixarea.de/  ☎ +49-176-38902045
"Wo ist der antiimperialistische Schutzwall, wenn man ihn braucht? US-Panzertransport durch ex-DDR"
"Where is the anti-imperialistic  wall, if it's needed? Transport of US-tanks through the ex-GDR"
https://deutsch.rt.com/kurzclips/45282-us-panzertransporte-durch-ex-ddr/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170119055816.GA2184>