pkgsrc-Users archive

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

(License) problem with mail/fetchmail



Trying to build mail/fetchmail with up-to-date pkgsrc

I got the error

	ERROR: This package has set PKG_FAIL_REASON:
	ERROR: fetchmail-6.3.26 has an unacceptable license condition:
	ERROR:     gnu-gpl-v1 AND gnu-gpl-v2 AND modified-bsd AND public-domain AND  lgpl-v2.1
	...

I specifically added these into my /etc/mk.conf file (along with all the other licenses I accept)

	OBJMACHINE=yes
	MKPAM=no

	.ifdef BSD_PKG_MK

	# License info for packages

	ACCEPTABLE_LICENSES+=		dungeon-license
	ACCEPTABLE_LICENSES+=		gnu-agpl-v3
	ACCEPTABLE_LICENSES+=		gnu-lgpl-v2.1
	ACCEPTABLE_LICENSES+=		idea-license
	ACCEPTABLE_LICENSES+=		pine-license
	ACCEPTABLE_LICENSES+=		xv-license
	ACCEPTABLE_LICENSES+=		lame-license
	ACCEPTABLE_LICENSES+=		pgp5-license
	ACCEPTABLE_LICENSES+=		public-domain
	ACCEPTABLE_LICENSES+=		gnu-gpl-v1
	ACCEPTABLE_LICENSES+=		gnu-gpl-v2
	ACCEPTABLE_LICENSES+=		modified-bsd
	ACCEPTABLE_LICENSES+=		lgpl-v2.1

	#ACCEPTABLE_LICENSES+=		adobe-acrobat-license
	#ACCEPTABLE_LICENSES+=		faces-license
	#ACCEPTABLE_LICENSES+=		fee-based-commercial-use
	#ACCEPTABLE_LICENSES+=		generic-nonlicense
	#ACCEPTABLE_LICENSES+=		openmotif-license
	#ACCEPTABLE_LICENSES+=		unrar-license

	...

	.endif

But I'm still getting the error message.


Please note that in the error message, following the last AND there are _two_ space characters not one. Is it possibly looking for a license with the name " lgpl-v2.1" ??



+------------------+--------------------------+----------------------------+
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:          |
| (Retired)        | FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
+------------------+--------------------------+----------------------------+


Home | Main Index | Thread Index | Old Index