Re: Packages not updated?

2018-10-21 Thread Lorenzo Salvadore via freebsd-ports
> > > So I just saw another post on this list that mentioned the "pkg version 
> > > -vL="
> > > command. Now, I've got a /usr/ports tree used by poudriere and run on the
> > > same machine. I svn updated my /usr/ports and kicked off poudriere. When 
> > > it
> > > was done I ran "pkg upgrade". But the "pkg version -vL=" still shows this:
> > > py27-ndg_httpsclient-0.4.2 < needs updating (port has 0.5.1)
> > > py27-pbr-1.8.1_1 < needs updating (port has 3.1.1)
> > > py27-pip-9.0.1 < needs updating (port has 9.0.3)
> > > py27-psutil-5.2.2 < needs updating (port has 5.4.7)
> > > py27-pyasn1-0.2.2 < needs updating (port has 0.4.2)
> > > py27-python2-pythondialog-3.4.0 < needs updating (port has 3.4.0_1)
> > > py27-werkzeug-0.12.2 < needs updating (port has 0.14.1)
> > > transmission-web-2.93_1 < needs updating (port has 2.94)
> > > The question is: why are these packages not getting upgraded when I run
> > > pkg upgrade?
> > > And, yes, pkg version is getting its info from my poudriere server. I'm
> > > looking at the web server logs in real time.
> > > Any ideas?
> >
> > pkg upgrade is for upgrading packages and not ports, but pkg version is 
> > comparing
> > your version against the versions of the port tree, not of the package 
> > repository.
>
> It is comparing against the version of the ports treeshared with
> Poudriere. I'm running my own package server. The packages installed,
> the packages built by Poudriere, and the ports tree should all be sync
> because they are all on the same machine. But they aren't it seems. That's
> odd.
>
> > To compare against the package repository, use the -R flag:
> > pkg version -RvL=
>
> Huh. When I try that I get:
>
> idnkit-1.0_7 ? orphaned: dns/idnkit
> py27-funcsigs-1.0.2 ? orphaned: devel/py-funcsigs
> py27-mock-2.0.0 ? orphaned: devel/py-mock
> py27-ndg_httpsclient-0.4.2 ? orphaned: net/py-ndg_httpsclient
> py27-pbr-1.8.1_1 ? orphaned: devel/py-pbr
> py27-pip-9.0.1 ? orphaned: devel/py-pip
> py27-psutil-5.2.2 ? orphaned: sysutils/py-psutil
> py27-pyasn1-0.2.2 ? orphaned: devel/py-pyasn1
> py27-python2-pythondialog-3.4.0 ? orphaned: devel/py-python2-pythondialog
> py27-werkzeug-0.12.2 ? orphaned: www/py-werkzeug
> python2-2_3 ? orphaned: lang/python2
> transmission-web-2.93_1 ? orphaned: www/transmission-web
>
> ... and there's no hit on the web server for the packages database.
>
> I do notice that none of these packages are listed in the file that tells
> Poudriere what to build. It is telling me that these packages were
> dependencies of something but aren't any longer? But they're still getting
> built I guess because why else would Poudriere say they are in the meta.txz
> or packagesite.txz files (I don't know which one)?

I do not use poudriere in the same way (I use it only for testing ports), but I 
guess
that, as you suggested, those softwares were installed as a special kind of 
dependecies,
i.e. build dependencies. Then poudriere probably created a package repository
in your jail with only the explicitly installed software in it and maybe its 
run dependencies,
but not the build dependencies, thus the missing packages.

Lorenzo Salvadore.
___
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"


Unable to update repository FreeBSD Error updating repositories

2018-10-21 Thread AN

i:

Just upgraded a machine to 13-current:

FreeBSD  13.0-CURRENT FreeBSD 13.0-CURRENT #18 r339556: Sun Oct 21 
17:33:46 EDT 2018 root@sparc:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL

amd64 130


I deleted /usr/ports and did a fresh svnlite co into /usr/ports.

# pkg info
pkg: Warning: Major OS version upgrade detected.  Running "pkg-static 
install -f pkg" recommended


What does "Warning: Major OS version upgrade detected" mean?  And what 
should you do about it?  Thanks in advance, appreciate any help.


# pkg-static install -f pkg
pkg-static: Warning: Major OS version upgrade detected.  Running 
"pkg-static install -f pkg" recommended

Updating FreeBSD repository catalogue...
pkg-static: Repository FreeBSD load error: access repo 
file(/var/db/pkg/repo-FreeBSD.sqlite) failed: No such file or directory
pkg-static: http://pkg.FreeBSD.org/FreeBSD:13:amd64/latest/meta.txz: Not 
Found

repository FreeBSD has no meta file, using default settings
pkg-static: 
http://pkg.FreeBSD.org/FreeBSD:13:amd64/latest/packagesite.txz: Not Found

Unable to update repository FreeBSD
Error updating repositories!

___
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: Build of python 3.7.1 succeeds with poudriere but fails with real system

2018-10-21 Thread Yasuhiro KIMURA
From: Walter Schwarzenfeld 
Subject: Re: Build of python 3.7.1 succeeds with poudriere but fails with real 
system
Date: Sun, 21 Oct 2018 21:34:41 +0200

> There is an new PR
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510

Thanks. I added myself to CC list of this PR.

---
Yasuhiro KIMURA
___
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: Packages not updated?

2018-10-21 Thread Lorenzo Salvadore via freebsd-ports
> So I just saw another post on this list that mentioned the "pkg version -vL="
> command. Now, I've got a /usr/ports tree used by poudriere and run on the
> same machine. I svn updated my /usr/ports and kicked off poudriere. When it
> was done I ran "pkg upgrade". But the "pkg version -vL=" still shows this:
>
> py27-ndg_httpsclient-0.4.2 < needs updating (port has 0.5.1)
> py27-pbr-1.8.1_1 < needs updating (port has 3.1.1)
> py27-pip-9.0.1 < needs updating (port has 9.0.3)
> py27-psutil-5.2.2 < needs updating (port has 5.4.7)
> py27-pyasn1-0.2.2 < needs updating (port has 0.4.2)
> py27-python2-pythondialog-3.4.0 < needs updating (port has 3.4.0_1)
> py27-werkzeug-0.12.2 < needs updating (port has 0.14.1)
> transmission-web-2.93_1 < needs updating (port has 2.94)
>
> The question is: why are these packages not getting upgraded when I run
> pkg upgrade?
>
> And, yes, pkg version is getting its info from my poudriere server. I'm
> looking at the web server logs in real time.
>
> Any ideas?

pkg upgrade is for upgrading packages and not ports, but pkg version is 
comparing
your version against the versions of the port tree, not of the package 
repository.

To compare against the package repository, use the -R flag:

pkg version -RvL=

Lorenzo Salvadore.
___
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: Packages not updated?

2018-10-21 Thread Kevin Oberman
On Sun, Oct 21, 2018 at 1:32 PM Kevin P. Neal  wrote:

> So I just saw another post on this list that mentioned the "pkg version
> -vL="
> command. Now, I've got a /usr/ports tree used by poudriere and run on the
> same machine. I svn updated my /usr/ports and kicked off poudriere. When it
> was done I ran "pkg upgrade". But the "pkg version -vL=" still shows this:
>
> py27-ndg_httpsclient-0.4.2 <   needs updating (port has 0.5.1)
> py27-pbr-1.8.1_1   <   needs updating (port has 3.1.1)
> py27-pip-9.0.1 <   needs updating (port has 9.0.3)
> py27-psutil-5.2.2  <   needs updating (port has 5.4.7)
> py27-pyasn1-0.2.2  <   needs updating (port has 0.4.2)
> py27-python2-pythondialog-3.4.0<   needs updating (port has 3.4.0_1)
> py27-werkzeug-0.12.2   <   needs updating (port has 0.14.1)
> transmission-web-2.93_1<   needs updating (port has 2.94)
>
> The question is: why are these packages not getting upgraded when I run
> pkg upgrade?
>
> And, yes, pkg version is getting its info from my poudriere server. I'm
> looking at the web server logs in real time.
>
> Any ideas?
> --
> Kevin P. Nealhttp://www.pobox.com/~kpn/
>
The packages get rebuilt by periodic batch jobs and always lag by about 2-4
days. This assumes that you are updating from head and not the quarterly.

There have been issues where a package build run hung and had to be at
least kicked and perhaps more that delayed things. It's been 10 days since
the last head package update, so I suspect something is hung up.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
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: Request for commit approval : midi player pro new version

2018-10-21 Thread Jan Beich
Hans Petter Selasky  writes:

> /usr/ports/audio/midipp
>
> Changes:
> - Added support for quartertones, octotones, hexatones and so on.
> - Added support for bass offset effect.
> - Added support for circle of fifths.
> - Improved support for printing.

Looks OK:
- No in-tree consumers to worry about ABI and PORTREVISION
- No changes to sync from *.pro to port's Makefile
- Builds fine on 10.4 i386/amd64, 11.2 i386/amd64/aarch64/armv6, 12.0 
i386/amd64/aarch64/armv7
- Builds fine with QT4=on QT5=off (tested on 10.4 i386)
- QT5/QT4 runtime doesn't crash on startup (tested on 10.4 i386)
- portlint/stage-qa/check-plist are silent

> Approved by:  XXX
^^^
jbeich (ports)

--
Disclaimer: I don't use this port.
___
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: Build of python 3.7.1 succeeds with poudriere but fails with real system

2018-10-21 Thread Walter Schwarzenfeld

There is an new PR

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510

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


Request for commit approval : midi player pro new version

2018-10-21 Thread Hans Petter Selasky

/usr/ports/audio/midipp

Changes:
- Added support for quartertones, octotones, hexatones and so on.
- Added support for bass offset effect.
- Added support for circle of fifths.
- Improved support for printing.

Approved by:XXX
Index: Makefile
===
--- Makefile	(revision 482718)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	midipp
-PORTVERSION=	1.3.4
+PORTVERSION=	2.0.0
 CATEGORIES=	audio
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
 		http://home.selasky.org:8192/distfiles/
Index: distinfo
===
--- distinfo	(revision 482718)
+++ distinfo	(working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501762592
-SHA256 (midipp-1.3.4.tar.bz2) = 0eaaad1f4dceb014349cc483dbcaec31f2c49e3812ac7c56fc04066f7d619a27
-SIZE (midipp-1.3.4.tar.bz2) = 112479
+TIMESTAMP = 1540145346
+SHA256 (midipp-2.0.0.tar.bz2) = 1523439c1a4ed1e6af5fcac9e077105d28fabb460f91e8a40242735d98926ddc
+SIZE (midipp-2.0.0.tar.bz2) = 119146
Index: pkg-descr
===
--- pkg-descr	(revision 482718)
+++ pkg-descr	(working copy)
@@ -9,8 +9,10 @@
 - Loading and saving from and to standard v1.0 MIDI files.
 - Realtime MIDI processing.
 - Simple sequence looping.
+- Supports simple karaoke mode.
 - 3 BPM MIDI recording and playback.
 - Undo/Redo support.
 - Printing music like PDF.
+- Supports quarter-, octo- and hexa- tones.
 
 WWW: http://www.selasky.org/hans_petter/midistudio/
___
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"


Build of python 3.7.1 succeeds with poudriere but fails with real system

2018-10-21 Thread Yasuhiro KIMURA
Hello.

With r482664 lang/python37 was updated to 3.7.1. So I updated ports
tree and built it. With poudriere build completed successfully. But
with real system build failed as following.

--- libpython3.so ---
cc -pthread -shared  -L/usr/local/lib  -fstack-protector  -Wl,--no-as-needed -o 
libpython3.so -Wl,-hlibpython3.so 
--- python ---
--- Programs/_testembed ---
--- python ---
cc -pthread  -L/usr/local/lib  -fstack-protector  -Wl,--export-dynamic -o 
python Programs/python.o -L. -lpython3.7m -lintl -ldl -L/usr/local/lib -lintl 
-lutil   -lm  
--- Programs/_testembed ---
cc -pthread  -L/usr/local/lib  -fstack-protector  -Wl,--export-dynamic -o 
Programs/_testembed Programs/_testembed.o -L. -lpython3.7m -lintl -ldl 
-L/usr/local/lib -lintl -lutil   -lm  
Programs/_testembed.o: In function `test_init_from_config':
_testembed.c:(.text+0xd28): undefined reference to `_Py_InitializeFromConfig'
Programs/_testembed.o: In function `test_init_dev_mode':
_testembed.c:(.text+0xe0f): undefined reference to `_Py_InitializeFromConfig'
Programs/_testembed.o: In function `test_init_isolated':
_testembed.c:(.text+0xeb3): undefined reference to `_Py_InitializeFromConfig'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
--- pybuilddir.txt ---
--- Programs/_testembed ---
*** [Programs/_testembed] Error code 1

make[1]: stopped in 
/usr0/freebsd/ports/work/usr0/freebsd/ports/head/lang/python37/work/Python-3.7.1
--- pybuilddir.txt ---
LD_LIBRARY_PATH=/usr0/freebsd/ports/work/usr0/freebsd/ports/head/lang/python37/work/Python-3.7.1
 ./python -E -S -m sysconfig --generate-posix-vars ; if test $? -ne 0 ; then  
echo "generate-posix-vars failed" ;  rm -f ./pybuilddir.txt ;  exit 1 ;  fi
1 error

make[1]: stopped in 
/usr0/freebsd/ports/work/usr0/freebsd/ports/head/lang/python37/work/Python-3.7.1
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr0/freebsd/ports/head/lang/python37
yasu@with[572]%

I tried on 11.2-RELEASE/12.0-BETA1 amd64 and got same result.

Does anyone else experienced this? Or are there anyone who succeeded
to build on real system?

Regards.

---
Yasuhiro KIMURA
___
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 you maintain which are out of date

2018-10-21 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
www/py-requests-futures | 0.9.7   | 0.9.8
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

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