> Date: Thu, 13 Feb 2014 01:53:06 +0600 > From: w...@wrar.name > To: debian-mentors@lists.debian.org > Subject: Re: Cinnamon-desktop - no rule to build target error message > > On Wed, Feb 12, 2014 at 07:06:48PM +0000, Roelof Wobben wrote: > > Hello, > > > > When I try to build cinnamon-desktop with debuild I see this error message: > > > > make[1]: Map > > '/home/roelof/porting_work/cinnamon-desktop/cinnamon-desktop-2.0.4' wordt > > verlaten > > dh_auto_test > > make -j1 check > > make[1]: Map > > '/home/roelof/porting_work/cinnamon-desktop/cinnamon-desktop-2.0.4' wordt > > binnengegaan > > Making check in libcinnamon-desktop > > make[2]: Map > > '/home/roelof/porting_work/cinnamon-desktop/cinnamon-desktop-2.0.4/libcinnamon-desktop' > > wordt binnengegaan > > test -s ../libcinnamon-desktop/pnp.ids > > make[2]: Map > > '/home/roelof/porting_work/cinnamon-desktop/cinnamon-desktop-2.0.4/libcinnamon-desktop' > > wordt verlaten > > Making check in po > > make[2]: Map > > '/home/roelof/porting_work/cinnamon-desktop/cinnamon-desktop-2.0.4/po' > > wordt binnengegaan > > make[2]: *** There is no rule to make target > > '../libgnome-desktop/display-name.c' neeeded for 'cinnamon-desktop.pot'. > > Aborting. > So this is a `make check` in the po directory. If the package doesn't have > any other tests it's better to just disable dh_auto_test (with an empty > override). > > -- > WBR, wRAR
Oke, I can do that but on another topic of cjs some DD told me to never disable tests because they can hide serious bugs. Roelof