pkgsrc-Users archive

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

Re: pkgsrc-2013Q2 randomly not creating packages for me. What can be wrong?



On Tue, 16 Jul 2013 08:26:24 -0400, D'Arcy J.M. Cain 
<darcy%NetBSD.org@localhost> wrote:
> On Tue, 16 Jul 2013 11:27:02 +0000
> Dominik Bialy <dmb%yenn.ulegend.net@localhost> wrote:
> I assume that you have "WRKOBJDIR = /p/obj/pkgsrc" mk.conf.

/p is a symlink to /pkg_comp
> I assume that you have already built pkgchk.conf.
>
Yes, it's present in /usr/pkgsrc/pkgchk.conf.  Everything
has been working so far with it.

>
> I find that some packages build binary packages and some don't.  The
> fact that none of them are built for you may be a pkgchk issue.  I
> don't use it.  I manually figure out which packages to build and run
> "make package install" in each directory.  There may be a flag that
> forces the package to be built every time but I haven't found it yet.
>
It might be issue with pkgchk, or with something in my system.
In January I filed PR about pkgchk failing to upgrade binary
packages, as of:

        # pkg_chk -uabk

I've seen nothing about others complaining it doesn't work for
them, so I'd think it's my fault.  But what is it...?

(So far, I'm using pkgin to do upgrade outside sandbox.)

>> Packages are yet installed.
>
> Parse error.  Do you mean "Yet, packages are installed" or that they
> are not installed as in "yet to be..."?
>
Sorry, my poor English.  Packages are installed.  But (some)
*.tgz in /usr/pkgsrc/packages/All are missing.

        Dominik

PS: Below my /etc/mk.conf.  It has become a mess for years.
Maybe it's something in it that is wrong.  I guess I should
post that earlier ;)  Although it was working before 2013Q2.

#
# /etc/mk.conf
# File automatically generated by pkg_comp on Fri Apr 15 17:48:30 CEST 2005
#
.ifdef BSD_PKG_MK

#PKG_INSTALLATION_PREFS= pkgviews overwrite

WRKDIR_BASENAME ?= default
MKOBJDIRS ?= yes
BSDSRCDIR ?= /usr/src
WRKOBJDIR ?= /pkg_comp/obj/pkgsrc
DISTDIR ?= /pkg_comp/distfiles
PACKAGES ?= /pkg_comp/packages
PKG_DEVELOPER ?= yes
CLEANDEPENDS ?= yes
LOCALBASE ?= /usr/pkg
USE_AUDIT_PACKAGES ?= yes
#PKGVULNDIR ?= /usr/pkg/share
PKGVULNDIR ?= /usr/pkgsrc/distfiles
USE_XPKGWEDGE ?= yes
PKGSRC_COMPILER ?= gcc
CFLAGS += 
CPPFLAGS += 
CXXFLAGS += 

#dmb:
LOCALPATCHES?=/usr/pkgsrc/patches
UPDATE_TARGET=package
#X11_TYPE=xorg
X11_TYPE=modular

#PKG_OPTIONS.perl=-threads

PYTHON_VERSION_DEFAULT=27

PKG_APACHE_DEFAULT=apache22
PKG_OPTIONS.apache+=suexec
APACHE_SUEXEC_DOCROOT=/

PHP_VERSION_DEFAULT=54
#PKG_OPTIONS.php+=cgi
#PKG_OPTIONS.php+=fastcgi

PKG_OPTIONS.pureftpd+=mysql ssl virtualchroot

PKG_OPTIONS.proftpd+=pam wrap quota
PROFTPD_USE_MYSQL=YES
PROFTPD_USE_README=YES

MOZILLA_USE_LINUX=YES

PKG_OPTIONS.irssi+=inet6 irssi-perl ssl
#PKG_OPTIONS.irssi+=inet6 ssl

#PKG_OPTIONS.elinks+=bittorrent nntp spidermonkey finger gopher
#PKG_OPTIONS.elinks+=inet6 x11 elinks-fastmem elinks-exmode expat
#PKG_OPTIONS.elinks+=elinks-html-highlight elinks-root-exec
#PKG_OPTIONS.elinks+=gnutls ssl

#PKG_OPTIONS.ekg2+=-libgadu

#PKG_OPTIONS.bozohttpd+=bozohttpd-do-htpasswd

PKG_OPTIONS.unrealircd+=inet6 ssl
PKG_OPTIONS.unrealircd+=unrealircd-chroot
PKG_OPTIONS.unrealircd+=unrealircd-prefixaq
PKG_OPTIONS.unrealircd+=unrealircd-remoteinc
PKG_OPTIONS.unrealircd+=unrealircd-showlistmodes
PKG_OPTIONS.unrealircd+=unrealircd-shunnotices  
PKG_OPTIONS.unrealircd+=unrealircd-topicisnuhost
PKG_OPTIONS.unrealircd+=unrealircd-ziplinks
PKG_OPTIONS.unrealircd+=unrealircd-hub

#PKG_OPTIONS.weechat+=charset gnutls lua python wide-curses

PKG_OPTIONS.django+=sqlite mysql

PKG_OPTIONS.tin+=icu ncursesw

PKG_OPTIONS.inn+=uucp

PKG_OPTIONS.centerim+=-gpgme

PKG_OPTIONS.finch+=-gstreamer

PKG_OPTIONS.stunnel+=inet6

PKG_OPTIONS.dillo+=inet6 ssl

#PKG_OPTIONS.samba+=-ldap

ACCEPTABLE_LICENSES+=pine-license
ACCEPTABLE_LICENSES+=no-commercial-use
ACCEPTABLE_LICENSES+=no-profit
ACCEPTABLE_LICENSES+=majordomo-license
ACCEPTABLE_LICENSES+=skype-license
ACCEPTABLE_LICENSES+=jdk13-license
ACCEPTABLE_LICENSES+=adobe-acrobat-license
ACCEPTABLE_LICENSES+=openmotif-license
ACCEPTABLE_LICENSES+=sendmail-license
ACCEPTABLE_LICENSES+=flash-license
ACCEPTABLE_LICENSES+=mplayer-codec-license
ACCEPTABLE_LICENSES+=djb-nonlicense
ACCEPTABLE_LICENSES+=unrar-license
ACCEPTABLE_LICENSES+=vim-license
ACCEPTABLE_LICENSES+=sun-jre6-license
ACCEPTABLE_LICENSES+=lame-license
ACCEPTABLE_LICENSES+=sun-jdk6-license
ACCEPTABLE_LICENSES+=tin-license
ACCEPTABLE_LICENSES+=sendmail-open-source-license
ACCEPTABLE_LICENSES+=hydra-license
ACCEPTABLE_LICENSES+=trn-license
ACCEPTABLE_LICENSES+=erlang-public-license
ACCEPTABLE_LICENSES+=3-clause-bsd
ACCEPTABLE_LICENSES+=nethack-license
ACCEPTABLE_LICENSES+=pcc-license
# not exactly...
ACCEPTABLE_LICENSES+=rar-license
ACCEPTABLE_LICENSES+=oracle-binary-code-license

#_USE_NEW_TOOLS=no

SKIP_AUDIT_PACKAGES=yes
ALLOW_VULNERABLE_PACKAGES=yes

PKG_RESUME_TRANSFERS=   YES
#FETCH_USING=           wget
#FETCH_BEFORE_ARGS=     -4 --passive-ftp
#FETCH_RESUME_ARGS=     -c
#FETCH_OUTPUT_ARGS=     -O

PKGCHK_UPDATE_CONF=     /tmp/pkgchktmp.conf

# for resolving issues with pkg_chk:
USE_DESTDIR=no
.endif # BSD_PKG_MK



Home | Main Index | Thread Index | Old Index