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

Re: sudo pbuilder build - error



> Od: Jonathan Wiltshire <debian@jwiltshire.org.uk>

> Your build-depends should have upstream version numbers, not revisions,
> like this:
>     libclxclient-dev (>= 3.3.2)  instead of libclxclient-dev (>= 3.3.2-1)
> Are all those build-depends really neccessary? INSTALL only mentions
> libclthreads and libclxclient.

Actually these dependencies was made by script from http://www.debian.org/doc/maint-guide/ch-dreq.en.html

 strace -f -o /tmp/log make
       for x in `dpkg -S $(grep open /tmp/log|\
                           perl -pe 's!.* open\(\"([^\"]*).*!$1!' |\
                           grep "^/"| sort | uniq|\
                           grep -v "^\(/tmp\|/dev\|/proc\)" ) 2>/dev/null|\
                           cut -f1 -d":"| sort | uniq`; \
             do \
               echo -n "$x (>=" `dpkg -s $x|grep ^Version|cut -f2 -d":"` "), "; \
             done

You really think I should "install" only libclthreads and libclxclient?

cheers

mira


Reply to: