what shoud i do ?

Polytropon freebsd at edvax.de
Fri Jul 14 00:14:23 UTC 2017


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, ...


More information about the freebsd-questions mailing list