Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2014 20:48:19 +0200
From:      olli hauer <ohauer@gmx.de>
To:        freebsd-ports <freebsd-ports@freebsd.org>
Cc:        Lucas Willian Bocchi <lucas.bocchi@gmail.com>
Subject:   Re: pkg-static: pkg-1.4.0.p.a11 conflicts with pkg-1.3.7 (installs files into the same place).
Message-ID:  <5419D773.8080707@gmx.de>
In-Reply-To: <CA%2Bm52=eZM32WR3Wg8yw8gwKd3JjZ7V00dKoxV9rgvRowZtBOzQ@mail.gmail.com>
References:  <CA%2Bm52=fUd5PoMDA57rfSLXYK7jvo-is9iOo8S-aYJDnEuj5Hog@mail.gmail.com> <5419CECF.8060704@gmx.de> <CA%2Bm52=eZM32WR3Wg8yw8gwKd3JjZ7V00dKoxV9rgvRowZtBOzQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2014-09-17 20:24, Lucas Willian Bocchi wrote:
> No. The packages are downloaded using pkg.

Look if you have a copy of pkg-1.3.7 in /var/cache/pkg/
If not run '$ pkg -vv' there are lines similar to the next lines

Repositories:
  FreeBSD: {
    url             : "pkg+http://pkg.FreeBSD.org/freebsd:10:x86:64/latest",
...
  }

Now append "/Latest/pkg.txz" and use fetch to get pkg-1.3.7 for your system
$ fetch http://pkg.freebsd.org/freebsd:10:x86:64/latest/Latest/pkg.txz

Extract the archive and use pkg-static from here.
All othere steps are the same as described in the first reply

// hth. olli

> 
> 2014-09-17 15:11 GMT-03:00 olli hauer <ohauer@gmx.de>:
>> On 2014-09-17 16:15, Lucas Willian Bocchi wrote:
>>> Hi
>>>
>>> I have the same problem on my FreeBSD 10.
>>>
>>> My server are in production environment and now packages such as PHP
>>> and others won't work anymore because the packages have updates to do
>>> but with this conflict the server won't complete the update process.
>>> No way to force the installation of pkg 1.4 and no way to solve the
>>> problem using pkg 1.3.7.
>>>
>>> Any ideas?
>>
>> Are the packages build by yourself and if yes with which pkg version?
>>
>> In case packages where build with pkg 1.3.7 there is a way back.
>>
>> $ cp -R /var/db/pkg /var/db/pkg.save
>> $ mkdir backdir && cd backdir
>> $ cp /usr/local/sbin/pkg-static pkg-static-$pkgver
>> $ ./pkg-static-$pkgver delete -f pkg
>>
>> Transfer pkg-static from 1.3.7 to the system and read 'man pkg-backup'
>>
>> $ ./pkg-static-1.3.7 backup -r src_file
>>
>> where src_file is one of the backups stored as as /var/backups/pkgdb.bak.tbz(.num)
>>
>>
>> --
>> hth.
>> olli
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5419D773.8080707>