Re: Inkscape package troubles, "libicuuc.so.62" not found

2018-11-21 Thread bob prohaska
On Tue, Nov 20, 2018 at 09:53:28AM -0800, David Wolfskill wrote:
> I strongly suspect that you are encountering "complications" because of
> a lack of consistency with respect to installed ports/packages on the
> system in question.
> 
> That is, "consistency" with respect to the state of the underlying ports
> tree(s) that was/were used to build the ports & packages in question.
> 
I broke inkscape by mistakenly deleting an old library required by the 
old(ish) port of inkscape. Libmap.conf provided an escape in this case.

More generally, is there a way to determine what revision of the ports
tree will successfully compile/run a given port, if it existed in the 
past? 
 
Thanks for reading,

bob prohaska

 


___
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: Upgrade of security/openssl111 fails to install

2018-11-21 Thread Kyle Evans
On Wed, Nov 21, 2018 at 9:53 AM  wrote:
>
> Hello,
>
> After upgrading my packages with poudriere, the updated version
> (1.1.1.a) is not installed by pkg(8). Apparently, because of the
> versioning, it's seen as a downgrade:
>
> root@teresa:~ # pkg upgrade
> Updating poudriere-php56-openssl111 repository catalogue...
> poudriere-php56-openssl111 repository is up to date.
> All repositories are up to date.
> Checking for upgrades (1 candidates): 100%
> Processing candidates (1 candidates): 100%
> Checking integrity... done (0 conflicting)
> Your packages are up to date.
>
>
> root@teresa:~ # pkg upgrade -f openssl111
> Updating poudriere-php56-openssl111 repository catalogue...
> poudriere-php56-openssl111 repository is up to date.
> All repositories are up to date.
> Checking integrity... done (0 conflicting)
> The following 1 package(s) will be affected (of 0 checked):
>
> Installed packages to be DOWNGRADED:
> openssl111: 1.1.1_2 -> 1.1.1.a [poudriere-php56-openssl111]
>
> Number of packages to be downgraded: 1
>
> Proceed with this action? [Y/n]:
>

This should be corrected in the next build; mat@ fixed the version in r485516
___
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: Upgrade of security/openssl111 fails to install

2018-11-21 Thread Reko Turja via freebsd-ports

Longer explanation:

DISTVERSION=1.1.1a names the port/package 1.1.1.a which pkg/ports installer 
understands being older than 1.1.1_2
PORTVERSION=1.1.1a does naming correctly to 1.1.1a which is uderstood as 
more recent than 1.1.1_2.[1]


This is what I did based on reading port naming from porters handbook and 
changing DIST to PORT.


-Reko

[1] 
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-naming.html


-Original Message- 
From: Reko Turja via freebsd-ports

Sent: Wednesday, November 21, 2018 9:17 PM
To: po...@freebsd.org
Subject: Re: Upgrade of security/openssl111 fails to install

Editing the makefile and removing DISTVERSION line and replacing it with:
PORTVERSION=1.1.1a

fixed the issue for me.

-Reko

-Original Message- 
From: j...@mailman-hosting.com

Sent: Wednesday, November 21, 2018 5:53 PM
To: po...@freebsd.org
Subject: Upgrade of security/openssl111 fails to install

Hello,

After upgrading my packages with poudriere, the updated version
(1.1.1.a) is not installed by pkg(8). Apparently, because of the
versioning, it's seen as a downgrade:

root@teresa:~ # pkg upgrade
Updating poudriere-php56-openssl111 repository catalogue...
poudriere-php56-openssl111 repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.


root@teresa:~ # pkg upgrade -f openssl111
Updating poudriere-php56-openssl111 repository catalogue...
poudriere-php56-openssl111 repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

Installed packages to be DOWNGRADED:
openssl111: 1.1.1_2 -> 1.1.1.a [poudriere-php56-openssl111]

Number of packages to be downgraded: 1

Proceed with this action? [Y/n]:


___
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"
___
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" 


___
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: Upgrade of security/openssl111 fails to install

2018-11-21 Thread Reko Turja via freebsd-ports

Editing the makefile and removing DISTVERSION line and replacing it with:
PORTVERSION=1.1.1a

fixed the issue for me.

-Reko

-Original Message- 
From: j...@mailman-hosting.com 
Sent: Wednesday, November 21, 2018 5:53 PM 
To: po...@freebsd.org 
Subject: Upgrade of security/openssl111 fails to install 


Hello,

After upgrading my packages with poudriere, the updated version 
(1.1.1.a) is not installed by pkg(8). Apparently, because of the 
versioning, it's seen as a downgrade:


root@teresa:~ # pkg upgrade
Updating poudriere-php56-openssl111 repository catalogue...
poudriere-php56-openssl111 repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.


root@teresa:~ # pkg upgrade -f openssl111
Updating poudriere-php56-openssl111 repository catalogue...
poudriere-php56-openssl111 repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

Installed packages to be DOWNGRADED:
openssl111: 1.1.1_2 -> 1.1.1.a [poudriere-php56-openssl111]

Number of packages to be downgraded: 1

Proceed with this action? [Y/n]:


___
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"
___
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"


Upgrade of security/openssl111 fails to install

2018-11-21 Thread jim

Hello,

After upgrading my packages with poudriere, the updated version 
(1.1.1.a) is not installed by pkg(8). Apparently, because of the 
versioning, it's seen as a downgrade:


root@teresa:~ # pkg upgrade
Updating poudriere-php56-openssl111 repository catalogue...
poudriere-php56-openssl111 repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.


root@teresa:~ # pkg upgrade -f openssl111
Updating poudriere-php56-openssl111 repository catalogue...
poudriere-php56-openssl111 repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

Installed packages to be DOWNGRADED:
openssl111: 1.1.1_2 -> 1.1.1.a [poudriere-php56-openssl111]

Number of packages to be downgraded: 1

Proceed with this action? [Y/n]:


___
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"