pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: make package-install dependencies dont work



Thomas Klausner wrote:

On 01.11.15 16:14:55 you wrote:

> But you're right, the
> problem is in all of the packages. The pkgsrc work dir believes it has
> already installed the package, but you deleted it "behind its back"
> with pkg_delete.

How to delete it correctly, so pkgsrc is aware of it?


> 'make reinstall' will probably work, but I'm not sure how to call that
>  recursively.

It probably works recursively, but I'm seeing strange errors:

===> Installing for dvipdfmx-20150315
depbase=`echo dpxconf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc
-DHAVE_CONFIG_H -I.  -I/usr/pkg/lib -I/usr/pkg/include
-I/usr/pkg/include/libpng16 -I/usr/include -I/usr/pkg/include 
-DPNG_NO_ASSEMBLER_CODE -I/usr/pkg/include -I/usr/include -Wimplicit
-Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -O2
-I/usr/pkg/include -I/usr/include -MT dpxconf.o -MD -MP -MF $depbase.Tpo -c
-o dpxconf.o dpxconf.c && mv -f $depbase.Tpo $depbase.Po
In file included from dpxconf.c:31:0:
dpxconf.h:27:19: fatal error: paper.h: No such file or directory
 #include <paper.h>
                   ^
compilation terminated.
*** Error code 1


Hm. "make install" in print/dvipdfmx causes the same error. Seems that there
is no hope... :|

-- 
Frank Wille



Home | Main Index | Thread Index | Old Index