pkg database issue: database version 34 is newer than libpkg(3) version 33 ?

2017-01-22 Thread Kurt Jaeger
Hi! # pkg delete pkg pkg: warning: database version 34 is newer than libpkg(3) version 33, but still compatible pkg: sqlite error while executing INSERT OR ROLLBACK INTO pkg_search(id, name, origin) VALUES (?1, ?2 || '-' || ?3, ?4); in file pkgdb.c:1544: no such table: pkg_search I've tried to

Re: USES=pathfix broken?

2017-01-22 Thread Baptiste Daroussin
On Sun, Jan 22, 2017 at 08:46:49AM +0100, Antoine Brodin wrote: > On Sun, Jan 22, 2017 at 8:40 AM, Don Lewis wrote: > > I've started getting a bunch of pkg-fallout@ email reporting missing > > libdata/pkgconfig/*.pc files. It looks like the *.pc files are getting > > installed under lib/pkgconfig

Re: FreeBSD Port: www/links-hacked

2017-01-22 Thread Matthew Seaman
On 21/01/2017 23:57, Kevin Oberman wrote: > On Sat, Jan 21, 2017 at 1:06 PM, Gene Paulson wrote: > >> How do I uninstall links-hacked ? >> > # pkg delete links-hacked (See FreeBSD Handbook section on ports and > packages.) There isn't an official links-hacked port, so this is probably derived fr

Re: [CFT] emulators/open-vm-tools{,-nox11} update to 10.1.0

2017-01-22 Thread Julian Elischer
On 20/01/2017 5:59 AM, Steve Wills wrote: Hi, I'd like anyone possible to test an updated version of emulators/open-vm-tools{,-nox11}. I have the patch here for those who wish to build themselves: https://people.freebsd.org/~swills/open-vm-tools/open-vm-tools-10.1.0.diff And for those who wish

Re: pkg database issue: database version 34 is newer than libpkg(3) version 33 ?

2017-01-22 Thread Matthew Seaman
On 22/01/2017 09:36, Kurt Jaeger wrote: > # pkg delete pkg > pkg: warning: database version 34 is newer than libpkg(3) version 33, but > still compatible > pkg: sqlite error while executing INSERT OR ROLLBACK INTO pkg_search(id, > name, origin) VALUES (?1, ?2 || '-' || ?3, ?4); in file pkgdb.c:15

Re: pkg database issue: database version 34 is newer than libpkg(3) version 33 ?

2017-01-22 Thread Baptiste Daroussin
On Sun, Jan 22, 2017 at 10:36:52AM +0100, Kurt Jaeger wrote: > Hi! > > # pkg delete pkg > pkg: warning: database version 34 is newer than libpkg(3) version 33, but > still compatible > pkg: sqlite error while executing INSERT OR ROLLBACK INTO pkg_search(id, > name, origin) VALUES (?1, ?2 || '-'

Re: pkg database issue: database version 34 is newer than libpkg(3) version 33 ?

2017-01-22 Thread Kurt Jaeger
Hi! > On 22/01/2017 09:36, Kurt Jaeger wrote: > > # pkg delete pkg > > pkg: warning: database version 34 is newer than libpkg(3) version 33, but > > still compatible > > pkg: sqlite error while executing INSERT OR ROLLBACK INTO pkg_search(id, > > name, origin) VALUES (?1, ?2 || '-' || ?3, ?4); i

Re: pkg database issue: database version 34 is newer than libpkg(3) version 33 ?

2017-01-22 Thread Kurt Jaeger
Hi! > > Any ideas on how to proceed ? > > pkg shell > CREATE VIRTUAL TABLE pkg_search USING fts4(id, name, origin); > pragma user_version=33; > > > that should do it Ah, oh! > You downgraded from pkg-devel? Yes. -- p...@opsec.eu+49 171 3101372 3 years to

Nieuwe vacatures voor verkoper 2017-01-22

2017-01-22 Thread alert
___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: pkg database issue: database version 34 is newer than libpkg(3) version 33 ?

2017-01-22 Thread Matthew Seaman
On 22/01/2017 12:55, Kurt Jaeger wrote: > Yes. The question is: why is > > CREATE VIRTUAL TABLE pkg_search USING fts4(id, name, origin); > > in sqlite3 failing, even if > > pkg info sqlite3 > > is configured with: > > FTS4 : on > pkg doesn't use the sqlite3 port. It has i

Correct order when upgrading to 11.0 Release with Poudriere

2017-01-22 Thread Grzegorz Junka
Is there a canonical way of upgrading FreeBSD to a newer major version? The handbook https://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html says: Major versions use different Application Binary Interfaces (ABIs), which will break most third-party applications. After a maj

Conference Invitation, Bulgaria 2017

2017-01-22 Thread International Scientific Events
Conference Invitation, Bulgaria 2017 We have the pleasure of inviting you to participate in conferences, part of International Scientific Events 2017, to be held in Hotel "Royal Castle", Elenite on the Bulgarian Black Sea Coast (EU). Conferences in June Agriculture & Food, 5th International Co

Re: FreeBSD Port: www/links-hacked

2017-01-22 Thread Kevin Oberman
On Sun, Jan 22, 2017 at 4:22 AM, Matthew Seaman wrote: > On 21/01/2017 23:57, Kevin Oberman wrote: > > On Sat, Jan 21, 2017 at 1:06 PM, Gene Paulson > wrote: > > > >> How do I uninstall links-hacked ? > >> > > # pkg delete links-hacked (See FreeBSD Handbook section on ports and > > packages.) >

Re: Correct order when upgrading to 11.0 Release with Poudriere

2017-01-22 Thread Kurt Jaeger
Hi! > Is there a canonical way of upgrading FreeBSD to a newer major version? Normally, FreeBSD major-version X+1 will support binaries for major-version X. > So, it seems that I need to upgrade the base first before being able to > build packages. Yes. > If I upgrade base and it breaks poudr

Re: FreeBSD Port: www/links-hacked

2017-01-22 Thread Matthew Seaman
On 22/01/2017 17:28, Kevin Oberman wrote: > I'm confused by this. What makes www/links-hacked not "official". It's been > in the ports tree for over 5 years and is a supported fork of links. Me being blind. Sorry. Matthew signature.asc Description: OpenPGP digital signature

Re: Correct order when upgrading to 11.0 Release with Poudriere

2017-01-22 Thread Ultima
This is more or less how it is if you have custom options for ports. It is best to have a second machine for poudriere building if you're looking for no downtime. I suppose another alternative could be running a virtual machine, bhyve/virtualbox and building the packages moving them over to host be

Re: Correct order when upgrading to 11.0 Release with Poudriere

2017-01-22 Thread Grzegorz Junka
On 22/01/2017 17:30, Kurt Jaeger wrote: Hi! Is there a canonical way of upgrading FreeBSD to a newer major version? Normally, FreeBSD major-version X+1 will support binaries for major-version X. So, it seems that I need to upgrade the base first before being able to build packages. Yes.

Re: Correct order when upgrading to 11.0 Release with Poudriere

2017-01-22 Thread David Wolfskill
You could also (take backups at suitable points along the way and): * Install the misc/compat10x port. * Upgrade the base FreeBSD system (i.e., not ports) from 10.x to 11. Your ports SHOULD all still work at this point, because of the compat 10x libraries the compoat10x port installed. * As tim

Re: FreeBSD Port: www/links-hacked

2017-01-22 Thread Matthias Apitz
Hi Kevin, Inspired by your e-mail, I installed www/links-hacked in my netbook. But when I go to my home page http://www.unixarea.de/ it only shows a blank page, in the last line something like: OK| 0 0 E Any ideas, what's wrong (with

Re: FreeBSD Port: www/links-hacked

2017-01-22 Thread Kevin Oberman
On Sun, Jan 22, 2017 at 10:57 AM, Matthias Apitz wrote: > > Hi Kevin, > > Inspired by your e-mail, I installed www/links-hacked in my netbook. > But when I go to my home page http://www.unixarea.de/ it only shows a > blank page, in the last line something like: > > OK

Re: Correct order when upgrading to 11.0 Release with Poudriere

2017-01-22 Thread Grzegorz Junka
On 22/01/2017 18:33, David Wolfskill wrote: You could also (take backups at suitable points along the way and): * Install the misc/compat10x port. * Upgrade the base FreeBSD system (i.e., not ports) from 10.x to 11. Your ports SHOULD all still work at this point, because of the compat 10x

dns/cli53: maintainership request

2017-01-22 Thread Koichiro IWAO
Hi, Would someone please look at this? I'm willing to grab maintainership. No response from maintainer more than 4 months. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214800 -- `whois vmeta.jp | nkf -w` meta ___ freebsd-ports@freebsd.org mailin

Your 2017 Excel Report

2017-01-22 Thread Standard Bank
Ticket ID: 4691541 Department: NOC Status: In Progress Good day, Attached herewith is your Financial Report , find attached an invoice for your Standard Bank Excel Statement The services that has been scheduled for automatic processing and e-mailing to your e-mail address. Please double cl