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

Building localy



Hello mentors,

Can somebody help me with this error please?

$ sudo dpkg-buildpackage -S
is runnig fine...

$ sudo dpkg-buildpackage -nc
giving me this error

make[1]: Leaving directory `/home/mira/BUILD/jconv2/jconv-0.8.1'
#docbook-to-man debian/jconv.sgml > jconv.1
touch build-stamp
 debian/rules binary
dh_testdir
dh_testroot
dh_clean -k 
Undefined subroutine &Getopt::Long::GetOptionsFromArray called at /usr/share/perl5/Debian/Debhelper/Dh_Getopt.pm line 76.
make: *** [install] Error 255
dpkg-buildpackage: failure: debian/rules binary gave error exit status 2

Here is part of my debian/rules:

install: build
	dh_testdir
	dh_testroot
	dh_clean -k 
	dh_installdirs

	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install


# Build architecture-independent files here.
binary-indep: build install
	dh_testdir

Thank you for any advice

mira


Reply to: