Package: plr Version: 1:0.6.2-1 Severity: serious Hi Martin,
Your package fails to build in unstable because it cannot find R.h (seems the file moved). I was able to fix it for 7.4 but I've no idea where 8.1 gets the include path from. :/ > Automatic build of plr_1:0.6.2-1 on bigsur by sbuild/mips 1.80 ... > # 7.4 requires manual work > /usr/bin/make -C build-7.4/plr -f > /build/tbm/plr-0.6.2/debian/Makefile.Debian.7.4 > make[1]: Entering directory `/build/tbm/plr-0.6.2/build-7.4/plr' > cc -O2 -g -W -fPIC -I`/usr/lib/postgresql/7.4/bin/pg_config --includedir` > -I`/usr/lib/postgresql/7.4/bin/pg_config --includedir-server` > -I/usr/lib/R/include -DDLSUFFIX=\".so\" > -DPKGLIBDIR=\"/usr/lib/postgresql/7.4/lib\" -c -o plr.o plr.c > In file included from plr.c:33: > plr.h:63:15: error: R.h: No such file or directory > plr.h:64:24: error: Rinternals.h: No such file or directory .... --- plr-0.6.2~/debian/Makefile.Debian.7.4 2006-03-09 18:19:26.000000000 +0000 +++ plr/debian/Makefile.Debian.7.4 2006-03-09 18:17:38.000000000 +0000 @@ -9,7 +9,7 @@ CFLAGS = -O2 -g -CPPFLAGS= -W -fPIC -I`$(PG_CONFIG) --includedir` -I`$(PG_CONFIG) --includedir-server` -I/usr/lib/R/include -DDLSUFFIX=\".so\" -DPKGLIBDIR=\"$(PSQLLIB)\" +CPPFLAGS= -W -fPIC -I`$(PG_CONFIG) --includedir` -I`$(PG_CONFIG) --includedir-server` -I/usr/share/R/include -DDLSUFFIX=\".so\" -DPKGLIBDIR=\"$(PSQLLIB)\" all: $(LIB) plr.sql -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

