Discussion:
Nothing new in the ports for poudriere
Erwan David
2021-04-12 12:24:54 UTC
Permalink
Hello,
For more than a week now, When I type
sudo poudriere ports -u

I get following answer :
[00:00:00] Updating portstree "default" with portsnap...Looking up
portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from ipv4.aws.portsnap.freebsd.org... done.
Ports tree hasn't changed since last snapshot.
No updates needed.
Ports tree is already up to date.
done

Is there a freeze in ports update, should I change someting ?

Thank you
Fernando Apesteguía
2021-04-12 12:28:53 UTC
Permalink
Post by Erwan David
Hello,
For more than a week now, When I type
sudo poudriere ports -u
[00:00:00] Updating portstree "default" with portsnap...Looking up
portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from ipv4.aws.portsnap.freebsd.org... done.
Ports tree hasn't changed since last snapshot.
No updates needed.
Ports tree is already up to date.
done
It looks like your poudriere ports repo is still using subversion. You
probably want a fresh git checkout:
https://docs.freebsd.org/en/books/porters-handbook/testing/#testing-poudriere

Cheers.
Post by Erwan David
Is there a freeze in ports update, should I change someting ?
Thank you
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
Erwan David
2021-04-12 12:45:39 UTC
Permalink
Post by Fernando Apesteguía
Post by Erwan David
Hello,
For more than a week now, When I type
sudo poudriere ports -u
[00:00:00] Updating portstree "default" with portsnap...Looking up
portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from ipv4.aws.portsnap.freebsd.org... done.
Ports tree hasn't changed since last snapshot.
No updates needed.
Ports tree is already up to date.
done
It looks like your poudriere ports repo is still using subversion. You
https://docs.freebsd.org/en/books/porters-handbook/testing/#testing-poudriere
My poudriere first came from the packages then from poudriere itself. Do
you mean I must make a new poudriere base jail ? But how, since ports is
the same for all jails ?
Fernando Apesteguía
2021-04-12 12:46:36 UTC
Permalink
Post by Erwan David
Post by Fernando Apesteguía
Post by Erwan David
Hello,
For more than a week now, When I type
sudo poudriere ports -u
[00:00:00] Updating portstree "default" with portsnap...Looking up
portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from ipv4.aws.portsnap.freebsd.org... done.
Ports tree hasn't changed since last snapshot.
No updates needed.
Ports tree is already up to date.
done
It looks like your poudriere ports repo is still using subversion. You
https://docs.freebsd.org/en/books/porters-handbook/testing/#testing-poudriere
My poudriere first came from the packages then from poudriere itself. Do
you mean I must make a new poudriere base jail ? But how, since ports is
the same for all jails ?
Sorry, I meant your ports repo that you are using with poudriere. If
you created it like this:

poudriere ports -c -m portsnap

as it seems, you will need to recreate it with:

poudriere ports -c -m git+https

Cheers.
Post by Erwan David
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
Erwan David
2021-04-12 12:51:23 UTC
Permalink
Post by Fernando Apesteguía
Post by Erwan David
Hello,
For more than a week now, When I type
sudo poudriere ports -u
[00:00:00] Updating portstree "default" with portsnap...Looking up
portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from ipv4.aws.portsnap.freebsd.org... done.
Ports tree hasn't changed since last snapshot.
No updates needed.
Ports tree is already up to date.
done
It looks like your poudriere ports repo is still using subversion. You
https://docs.freebsd.org/en/books/porters-handbook/testing/#testing-poudriere
It simply does not work :

$ sudo poudriere ports -c -m git+https
[00:00:00] Creating default fs at /usr/local/poudriere/ports/default... done
[00:00:00] Cloning the ports tree...warning: Could not find remote
branch master to clone.
fatal: Remote branch master not found in upstream origin
[00:00:01] Error: fail
[00:00:01] Error while creating ports tree, cleaning up.
Fernando Apesteguía
2021-04-12 12:53:39 UTC
Permalink
Post by Erwan David
Post by Fernando Apesteguía
Post by Erwan David
Hello,
For more than a week now, When I type
sudo poudriere ports -u
[00:00:00] Updating portstree "default" with portsnap...Looking up
portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from ipv4.aws.portsnap.freebsd.org... done.
Ports tree hasn't changed since last snapshot.
No updates needed.
Ports tree is already up to date.
done
It looks like your poudriere ports repo is still using subversion. You
https://docs.freebsd.org/en/books/porters-handbook/testing/#testing-poudriere
$ sudo poudriere ports -c -m git+https
[00:00:00] Creating default fs at /usr/local/poudriere/ports/default... done
[00:00:00] Cloning the ports tree...warning: Could not find remote
branch master to clone.
fatal: Remote branch master not found in upstream origin
[00:00:01] Error: fail
[00:00:01] Error while creating ports tree, cleaning up.
Try:

poudriere ports -d default <---- This will delete your current
"default" ports tree.
poudriere ports -c -p movida -m git+https -B main <---- This will
create a new one using git.

Cheers.
Post by Erwan David
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
Erwan David
2021-04-12 13:00:52 UTC
Permalink
Post by Fernando Apesteguía
Post by Erwan David
Post by Fernando Apesteguía
Post by Erwan David
Hello,
For more than a week now, When I type
sudo poudriere ports -u
[00:00:00] Updating portstree "default" with portsnap...Looking up
portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from ipv4.aws.portsnap.freebsd.org... done.
Ports tree hasn't changed since last snapshot.
No updates needed.
Ports tree is already up to date.
done
It looks like your poudriere ports repo is still using subversion. You
https://docs.freebsd.org/en/books/porters-handbook/testing/#testing-poudriere
$ sudo poudriere ports -c -m git+https
[00:00:00] Creating default fs at /usr/local/poudriere/ports/default... done
[00:00:00] Cloning the ports tree...warning: Could not find remote
branch master to clone.
fatal: Remote branch master not found in upstream origin
[00:00:01] Error: fail
[00:00:01] Error while creating ports tree, cleaning up.
poudriere ports -d default <---- This will delete your current
"default" ports tree.
poudriere ports -c -p movida -m git+https -B main <---- This will
create a new one using git.
Cheers.
That's what I dfid : I get a git error that the master branch is not found.
Fernando Apesteguía
2021-04-12 13:02:29 UTC
Permalink
Post by Erwan David
Post by Fernando Apesteguía
Post by Erwan David
Post by Fernando Apesteguía
Post by Erwan David
Hello,
For more than a week now, When I type
sudo poudriere ports -u
[00:00:00] Updating portstree "default" with portsnap...Looking up
portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from ipv4.aws.portsnap.freebsd.org... done.
Ports tree hasn't changed since last snapshot.
No updates needed.
Ports tree is already up to date.
done
It looks like your poudriere ports repo is still using subversion. You
https://docs.freebsd.org/en/books/porters-handbook/testing/#testing-poudriere
$ sudo poudriere ports -c -m git+https
[00:00:00] Creating default fs at /usr/local/poudriere/ports/default... done
[00:00:00] Cloning the ports tree...warning: Could not find remote
branch master to clone.
fatal: Remote branch master not found in upstream origin
[00:00:01] Error: fail
[00:00:01] Error while creating ports tree, cleaning up.
poudriere ports -d default <---- This will delete your current
"default" ports tree.
poudriere ports -c -p movida -m git+https -B main <---- This will
create a new one using git.
Cheers.
That's what I dfid : I get a git error that the master branch is not found.
I don't think so. Please, re read my message. DO use the -B flag.

Cheers.
Post by Erwan David
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
Erwan David
2021-04-12 13:26:11 UTC
Permalink
Post by Fernando Apesteguía
Post by Erwan David
Post by Fernando Apesteguía
Cheers.
That's what I dfid : I get a git error that the master branch is not found.
I don't think so. Please, re read my message. DO use the -B flag.
Cheers.
Thanks, it worked. I somehow missed I had to change. What about the size
on disk ? git cloning would mean that I get the whole history of the
port tree, even if I need only the latest state to compile the ports.
Fernando Apesteguía
2021-04-12 13:56:19 UTC
Permalink
Post by Erwan David
Post by Fernando Apesteguía
Post by Erwan David
Post by Fernando Apesteguía
Cheers.
That's what I dfid : I get a git error that the master branch is not found.
I don't think so. Please, re read my message. DO use the -B flag.
Cheers.
Thanks, it worked. I somehow missed I had to change. What about the size
on disk ? git cloning would mean that I get the whole history of the
port tree, even if I need only the latest state to compile the ports.
It is about 1Gb.
Post by Erwan David
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
Loading...