<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
On 04/29/2012 04:28, Sam Lin wrote:
<blockquote
cite="mid:CAB9YQzOWMddRfK-=EcAw+oA9POBT1HhjT=qLxwp2th+9cSudEg@mail.gmail.com"
type="cite">
<div class="gmail_extra">Hi again PCBSDer,</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">Just checked the ftp url and realized
that there is something weird with the url given in the build
log which in my previous mail I mentioned that there is a
double-slash.</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">In the build log the ftp url is like
this:</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra"><a moz-do-not-send="true"
href="ftp://mirror.aarnet.edu.au/pub/pcbsd//amd64/netinstall/fbsd-release.tbz"
target="_blank">ftp://mirror.aarnet.edu.au/pub/pcbsd//amd64/netinstall/fbsd-release.tbz</a></div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">whereas when I check the ftp mirror site
it actually should be like this:</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra"><a moz-do-not-send="true"
href="ftp://mirror.aarnet.edu.au/pub/pcbsd//amd64/netinstall/fbsd-release.tbz"
target="_blank">ftp://mirror.aarnet.edu.au/pub/pcbsd/9.0/amd64/netinstall/fbsd-release.tbz</a></div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">In other words in the double slashes
there should have been a "9.0" in there. I wonder why is this.
Is there anyway we can fix this bug?</div>
<div class="gmail_extra">
<br>
</div>
<div class="gmail_extra">Regards,</div>
<div class="gmail_extra">Sam</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On 29 April 2012 20:17, Sam Lin <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:semin2006@gmail.com" target="_blank">semin2006@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Hi PCBSDer,<br>
</div>
<div><br>
</div>
<div>I was trying to use EasyPBI to create a pbi for
/print/lilypond on my computer (PCBSD9.0-amd64) just now,
but when I tried to build the module it shows the
following message:</div>
<div><br>
</div>
<div>====================</div>
<div><br>
</div>
<div>This libgtop was compiled on FreeBSD 9.0-RC3 amd64<br>
If you see strange problems caused by it,<br>
you should recompile libgtop and dependent applications<br>
Fetching FreeBSD chroot environment... This may take a
while...<br>
<br>
fetch: <a moz-do-not-send="true"
href="ftp://mirror.aarnet.edu.au/pub/pcbsd//amd64/netinstall/fbsd-release.tbz"
target="_blank">ftp://mirror.aarnet.edu.au/pub/pcbsd//amd64/netinstall/fbsd-release.tbz</a>:
File unavailable (e.g., file not found, no access)<br>
<br>
fetch: <a moz-do-not-send="true"
href="ftp://mirror.aarnet.edu.au/pub/pcbsd//amd64/netinstall/fbsd-release.tbz.md5"
target="_blank">ftp://mirror.aarnet.edu.au/pub/pcbsd//amd64/netinstall/fbsd-release.tbz.md5</a>:
File unavailable (e.g., file not found, no access)<br>
<br>
md5: rel.tbz: No such file or directory<br>
cat: rel.md5: <br>
No such file or directory<br>
<br>
pbi_makeport: Error in download data, checksum mismatch..
Please try again later.<br>
<br>
LibGTop-Server: pid 59716 received eof.</div>
<div><br>
</div>
<div>====================</div>
<div><br>
</div>
<div>I am not sure why it says fbsd-release.tbz is not
available here, but I noted that in the ftp url above
(mirror in Australia), between "pcbsd" and "amd64" there
are double slashes rather than a single slash. Could this
be the cause?</div>
<div><br>
</div>
<div>Regards,</div>
<div>Sam</div>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Pbi-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pbi-dev@lists.pcbsd.org">Pbi-dev@lists.pcbsd.org</a>
<a class="moz-txt-link-freetext" href="http://lists.pcbsd.org/mailman/listinfo/pbi-dev">http://lists.pcbsd.org/mailman/listinfo/pbi-dev</a>
</pre>
</blockquote>
<br>
This bug has already been fixed in source for a long time, but the
FreeBSD port (and by effect, the PBI) have not been updated even
after a couple requests to the maintainer.<br>
<br>
There are two fixes/workarounds for the problem:<br>
1) If you start EasyPBI from the CLI and try to build your PBI, it
will display the auto-generated command as an info message in the
terminal. Close EasyPBI and run that command *in* the terminal one
time and it will fetch the file with the appropriate paths for you
(and build that first PBI). After that, the EasyPBI GUI will work
properly for building PBI's. <br>
<br>
2) Get the updated version of EasyPBI from source. There has been a
lot of enhancements to EasyPBI (including module editing and better
autodetection), and it is going to get included in the PC-BSD base
system with PC-BSD 9.1. To get it, run these command in a terminal:
(This requires SVN and the development-Qt system package)<br>
--- CLI ---<br>
svn co svn://svn.pcbsd.org/pcbsd/current/src-qt4/EasyPBI
EasyPBI-source<br>
cd EasyPBI-source<br>
qmake-qt4 *.pro<br>
su<br>
make<br>
-----End-----<br>
To run: just type "EasyPBI" from the terminal (as a user preferably)<br>
<br>
<br>
I hope this helps!<br>
<pre class="moz-signature" cols="72">--
~~ Ken Moore ~~
PC-BSD/iXsystems</pre>
</body>
</html>