pkgsrc-WIP-review archive

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

Re: bulk build != 'make install'



On Tue, Jan 23, 2007 at 09:43:44PM +0200, Aleksey Cheusov wrote:
> Hi all. I'm about pkgsrc-wip bulk build results (failure)
> 
> ============================================================
>    
> ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/wip/i386-4.0/20070118.2002/report.html
> 
>    Package                    Breaks  Maintainer
>    --------------------------------------------------------------
>    wip/heirloom-doc           104     cheusov%tut.by@localhost
> ============================================================
> 
> Belowe are error messages. Can anybody explain why this happens?

DEPENDS should be sufficient, you don't need both.

> /usr/pkg/heirloom/man/man1 directory and all other /usr/pkg/heirloom/xxxx dirs
> should be created during built because
>
> This method works with 'make install' but doesn't with bulk builds. Why?

Because the package is installed from a binary package, and the binary
package does not include any files in those directories (so the directories
would be re-created automatically), nor does it include the appropriate
@exec ${MKDIR} %D/${HLROOT}/bin/posix
...
lines that would create the directories manually.

> BTW: what package is used for bulk building?

cd /usr/pkgsrc/
cp mk/bulk/build.conf-example mk/bulk/build.conf
vi mk/bulk/build.conf
sh mk/bulk/build

Cheers,
 Thomas

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pkgsrc-wip-review mailing list
pkgsrc-wip-review%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-review



Home | Main Index | Thread Index | Old Index