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

Re: Failure to build cdebconf: anyone can reproduce?



Christian PERRIER <bubulle@debian.org> (2015-05-01):
> I'm wondering whether this could be specific to my setup (though I'm
> indeed building with git-buildpackage and using a clean sid chroot):
> 
> gcc -Wall  -Os -fomit-frame-pointer -D_GNU_SOURCE -g -D_DEBUG_ -DDI_UDEB -I. -I/tmp/buildd/cdebconf-0.193/debian/build-udeb/src -I/tmp/buildd/cdebconf-0.193/src -shared -o libdebconf.so -Wl,-z,relro -lpthread -Wl,--as-needed -L. commands.opic configuration.opic confmodule.opic debug.opic database.opic debconfclient.opic frontend.opic priority.opic strutl.opic question.opic template.opic rfc822.opic plugin.opic -ldl @DI_LIBS@ @TEXTWRAP_LIBS@
> gcc: error: @DI_LIBS@: No such file or directory

Should be there because we build-dep:  libdebian-installer4-dev (>= 0.41) | libdebian-installer-dev,

> gcc: error: @TEXTWRAP_LIBS@: No such file or directory

Should be there because we build-dep:  libtextwrap-dev (>= 0.1-5),

You probably want to make sure dh_autoreconf got called early in the
build log, which is OK because we build-dep:  dh-autoreconf,

As usual, building a source package with:
  debuild -S -i -I

and stuffing it into sbuild with:
  sbuild -As -d unstable cdebconf_0.193.dsc

just works…

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature


Reply to: