Subject: Build problems on SuSE 7.2 Linux 2.4.18
To: None <tech-pkg@netbsd.org>
From: Roland Illig <roland.illig@gmx.de>
List: tech-pkg
Date: 02/17/2004 22:49:10
I'm trying to build mc-4.6.0 from pkgsrc-wip on a SuSE 7.2 machine, but
it fails.
One reason is the following excerpt from work/.work.log:
[*]
/export/www/domains/rolands.linux-site.net/proj/pkgsrc/wip/mc/work/.buildlink/bin/gcc
-DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include -I..
-I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -O2
-I/usr/pkg/include -Wall -c tcputil.c -Wp,-MD,.deps/tcputil.TPo
<.>
/export/www/domains/rolands.linux-site.net/proj/pkgsrc/wip/mc/work/.gcc/bin/gcc
-DHAVE_CONFIG_H -I. -I. -I.. -I.. -O2 -Wall -c tcputil.c
-Wp,-MD,.deps/tcputil.TPo
As you can easily see, all the directory entries starting with /usr/pkg/
are simply removed. Why?
Roland