Hey all, Found out my problem. I needed to update poudriere before I updated anything else.
Next question: Should I be tracking kde5-import or kde5.9-import? Thanks for everything, DMK On 2017-12-11 13:52, Dwayne MacKinnon wrote: > > Nope. > > Here's my steps: > > git clone -b kde5-import --depth=1 > https://github.com/freebsd/freebsd-ports-kde.git > > poudriere bulk -n -j kf5 -p area51 -f kf5-everything-pkglist > > My kf5-everything-pkglist: > > emulators/vice > graphics/okular > math/kcalc > multimedia/vlc > print/hplip > security/kgpg > security/kleopatra > security/pinentry-qt5 > #www/choqok > x11/kde5 > > > archivers/p7zip > devel/diffuse > devel/git > devel/subversion > dns/bind-tools > editors/libreoffice > editors/vim > emulators/virtualbox-ose > games/bsdgames > java/icedtea-web > java/openjdk7 > java/openjdk8 > mail/thunderbird > misc/freebsd-doc-en > multimedia/vlc > net/tcpflow > net/tigervnc > net/wireshark-qt5 > ports-mgmt/poudriere > ports-mgmt/portupgrade > print/hplip > www/firefox > www/youtube_dl > x11-fonts/urwfonts > x11-fonts/webfonts > x11/nvidia-driver > x11/nvidia-settings > x11/xorg > > area51 is a configured as a manual poudriere ports tree (ie, poudriere > doesn't update it.) > > Cheers, > Dwayne > > On 2017-12-11 13:44, Tobias C. Berner wrote: >> Hi Dwayne >> >> I cannot reproduce this (I rebuilt plasma5 this night). Do you set >> anything in poudrieres make.conf? >> >> >> mfg Tobias >> >> On 11 December 2017 at 16:39, Dwayne MacKinnon <d...@ncf.ca >> <mailto:d...@ncf.ca>> wrote: >> >> Hi Tobias, >> >> I tried updating with a git pull, and that failed. So I did a new >> depth=1 clone of the kde5-import branch. Still getting the same >> error messages as before. >> >> Cheers, >> Dwayne >> >> >> On 2017-12-08 14:58, Tobias C. Berner wrote: >>> Hi Dwayne >>> >>> Seems we had a master checkout with some incomplete FLAVOR >>> fixes. I just merged in a new master checkout, so that should be >>> fine now :) >>> >>> mfg Tobias >>> >>> On 8 December 2017 at 17:02, Dwayne MacKinnon <d...@ncf.ca >>> <mailto:d...@ncf.ca>> wrote: >>> >>> Hi, >>> >>> Finally managed to check out the kde5-import branch (it kept >>> timing out on me, so I finally did a clone --depth=1 and it >>> worked after a few tries. >>> >>> Right now I'm getting the following errors: >>> >>> [00:00:00] [Dry Run] ====>> Creating the reference jail... done >>> [00:00:01] [Dry Run] ====>> Mounting system devices for >>> kf5-area51 >>> [00:00:01] [Dry Run] ====>> Mounting ports/packages/distfiles >>> [00:00:01] [Dry Run] ====>> Using packages from previously >>> failed build >>> [00:00:01] [Dry Run] ====>> Mounting ccache from: /usr/ccache >>> [00:00:01] [Dry Run] ====>> Mounting packages from: >>> /usr/local/poudriere/data/packages/kf5-area51 >>> [00:00:01] [Dry Run] ====>> Copying /var/db/ports from: >>> /usr/local/etc/poudriere.d/kf5-options >>> /etc/resolv.conf -> >>> /usr/local/poudriere/data/.m/kf5-area51/ref/etc/resolv.conf >>> [00:00:01] [Dry Run] ====>> Starting jail kf5-area51 >>> [00:00:01] [Dry Run] ====>> Logs: >>> /usr/local/poudriere/data/logs/bulk/kf5-area51/2017-12-08_11h02m14s >>> [00:00:01] [Dry Run] ====>> Loading MOVED >>> [00:00:01] [Dry Run] ====>> Calculating ports order and >>> dependencies >>> [00:00:01] [Dry Run] ====>> Error: devel/scons depends on >>> nonexistent origin 'devel/py-setuptools@py27'; Please >>> contact maintainer of the port to fix this. >>> [00:00:02] [Dry Run] ====>> Error: textproc/py-sphinx >>> depends on nonexistent origin 'devel/py-Jinja2@py27'; Please >>> contact maintainer of the port to fix this. >>> [00:00:02] [Dry Run] ====>> Error: devel/py-gobject depends >>> on nonexistent origin 'graphics/py-cairo@py27'; Please >>> contact maintainer of the port to fix this. >>> [00:00:02] [Dry Run] ====>> Error: devel/py-enum34 depends >>> on nonexistent origin 'devel/py-setuptools@py27'; Please >>> contact maintainer of the port to fix this. >>> [00:00:03] [Dry Run] ====>> Error: x11-toolkits/py-gtk2 >>> depends on nonexistent origin 'graphics/py-cairo@py27'; >>> Please contact maintainer of the port to fix this. >>> [00:00:04] [Dry Run] ====>> Error: devel/meson depends on >>> nonexistent origin 'devel/py-setuptools@py36'; Please >>> contact maintainer of the port to fix this. >>> [00:00:04] [Dry Run] ====>> Error: devel/py-ply depends on >>> nonexistent origin 'devel/py-setuptools@py27'; Please >>> contact maintainer of the port to fix this. >>> [00:00:05] [Dry Run] ====>> Error: mail/thunderbird depends >>> on nonexistent origin 'databases/py-sqlite3@py27'; Please >>> contact maintainer of the port to fix this. >>> [00:00:06] [Dry Run] ====>> Error: www/libxul depends on >>> nonexistent origin 'databases/py-sqlite3@py27'; Please >>> contact maintainer of the port to fix this. >>> [00:00:07] [Dry Run] ====>> Error: textproc/itstool depends >>> on nonexistent origin 'textproc/py-libxml2@py27'; Please >>> contact maintainer of the port to fix this. >>> [00:00:07] [Dry Run] ====>> Error: www/firefox depends on >>> nonexistent origin 'databases/py-sqlite3@py27'; Please >>> contact maintainer of the port to fix this. >>> >>> Any thoughts? >>> >>> Thanks, >>> DMK >>> >>> >>> On 2017-11-21 18:25, Tobias C. Berner wrote: >>>> Hi Dwayne >>>> >>>> >>>> Sorry, I'm bad at informing.... We're trying to import the >>>> stuff finally into the ports tree. So the plasma5 branch >>>> has been quiet. However if you check out the kde5-import >>>> branch it should be more up to date. >>>> >>>> Mfg Tobias >>>> >>>> On 21 November 2017 at 22:10, Dwayne MacKinnon <d...@ncf.ca >>>> <mailto:d...@ncf.ca>> wrote: >>>> >>>> Hi folks, >>>> >>>> Just wondering if I'm doing something wrong, or if I'm >>>> missing something >>>> like a branch shift. I manually git pull the area51 >>>> stuff every few days >>>> but apparently it's been static since Nov. 7th. Any hints? >>>> >>>> Thanks, >>>> DMK >>>> >>>> >>> >>> >> >> >