Opened 13 years ago

Closed 13 years ago

#877 closed task (fixed)

ppl source package

Reported by: Chris Brennan Owned by: clfs-commits@…
Priority: minor Milestone: CLFS Standard 1.2.0
Component: BOOK Version: CLFS Standard 1.1.0
Keywords: Cc:

Description

It would appear that BUGSENG is no longer providing source packages for ppl, why they are providing is git and rsync checkouts. The following are their checkout protocol uses:

git clone git://git.cs.unipr.it/ppl/ppl.git

or

rsync --archive --delete --checksum \ --compress rsync://rsync.cs.unipr.it/ppl-git \ /mnt/clfs/sources/work/ppl-git-co

Change History (5)

comment:1 by Chris Brennan, 13 years ago

rsync failes with the following output.

clfs:/mnt/clfs/sources$ rsync --archive --delete --checksum --compress rsync://rsync.cs.unipr.it/ppl-git /mnt/clfs/sources/work/ppl-git-co @ERROR: Unknown module 'ppl-git' rsync error: error starting client-server protocol (code 5) at main.c(1516) [Receiver=3.0.9] clfs:/mnt/clfs/sources$

comment:2 by Chris Brennan, 13 years ago

ppl co from git contains no configure or autogen scripts

comment:3 by Chris Brennan, 13 years ago

Fixed (somewhat). I used my host operating system (FreeBSD-8.2) to fetch the package from this location:

[root@blackdragon /usr/ports/devel/ppl]# make fetch ===> License check disabled, port has not defined LICENSE => ppl-0.11.2.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch ftp://ftp.cs.unipr.it/pub/ppl/releases/0.11.2/ppl-0.11.2.tar.gz ppl-0.11.2.tar.gz 100% of 13 MB 237 kBps 00m00s [root@blackdragon /usr/ports/devel/ppl]#

http://bugseng.com/products/ppl/Download/ftp/releases/0.11.2/ppl-0.11.2.tar.bz2 is still an invalid location.

Sorry for the noise :D

comment:4 by chris@…, 13 years ago

I just fixed this before I even saw the ticket. I used an ftp download link provided on the website (just click on the word "Download" rather than the drop-down menu).

comment:5 by chris@…, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.