Date: Fri, 14 Jul 2017 02:14:10 +0200 From: Polytropon <freebsd@edvax.de> To: Friedrich Locke <friedrich.locke@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: what shoud i do ? Message-ID: <20170714021410.f91d606d.freebsd@edvax.de> In-Reply-To: <CANMDHqdcGAWJ6os=Lc8Vv1LVh7RJuGoH_d6KWWn__qTzMSbqLw@mail.gmail.com> References: <CANMDHqdcGAWJ6os=Lc8Vv1LVh7RJuGoH_d6KWWn__qTzMSbqLw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 13 Jul 2017 14:32:22 -0300, Friedrich Locke wrote: > I am trying to get xdm insalled from ports. > > After a "make build" command i am getting: > > > .... > ... > ... > ===> Patching for xcb-proto-1.12 > ===> Applying FreeBSD patches for xcb-proto-1.12 > ===> xcb-proto-1.12 depends on file: /usr/local/bin/python2.7 - found > ===> xcb-proto-1.12 depends on package: pkgconf>=1.3.0_1 - found > ===> xcb-proto-1.12 depends on executable: xml2-config - not found > ===> libxml2-2.9.4 depends on file: /usr/local/sbin/pkg - found > ===> Fetching all distfiles required by libxml2-2.9.4 for building > ===> Extracting for libxml2-2.9.4 > => SHA256 Checksum OK for gnome2/libxml2-2.9.4.tar.gz. > ===> Patching for libxml2-2.9.4 > ===> Applying FreeBSD patches for libxml2-2.9.4 > File to patch: > > > The cursor get stopped waiting me to provide the file to patch. What should > i type ? Use Ctrl+D to terminate input, or Ctrl+C to stop the operation here. It seems that a patch file is damaged - patch file itself usually contains the information _which_ source file to patch _how_ (diff). Try the following: Run "make clean" and update your ports tree (for example with portsnap), then run a normal "make" again; "make" will execute all steps needed until installation time (like "make fetch", "make extract", or "make patch"). In worst case, use "pkg install xdm". ;-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170714021410.f91d606d.freebsd>