Solution for error from i386-Wine (amd64, virtualbox)

陳 冠穎 me at kevchentw.com
Sun Oct 12 02:49:50 UTC 2014


https://wiki.freebsd.org/action/newaccount/i386-Wine
When I want to install i386 wine by the step of wiki

it just keep telling me that "invalid repository format for /usr/local/etc/pkg/repos//wine.conf" after i excute "pkg install -r wine i386-wine"
I solve it by editing /usr/local/etc/pkg/repos//wine.conf from
------------------------------------------------------------------------------------------------------------------------------------wine: {  URL:		"http://distcache.FreeBSD.org/local-distfiles/dbn/repos/wine/${ABI}/latest"  ENABLED:	yes  MIRROR_TYPE:	HTTP  PUBKEY:	"/usr/local/etc/pkg/repos/wine.cert"}------------------------------------------------------------------------------------------------------------------------------------
to------------------------------------------------------------------------------------------------------------------------------------wine: {  URL:         "http://distcache.FreeBSD.org/local-distfiles/dbn/repos/wine/${ABI}/latest",  ENABLED:      true,  MIRROR_TYPE:  "http://",  PUBKEY:       "/usr/local/etc/pkg/repos/wine.cert"}------------------------------------------------------------------------------------------------------------------------------------
everything works well again!
 		 	   		  


More information about the freebsd-questions mailing list