Ken Moore | 1 Aug 2011 17:55

Re: New PBI module: defcon

On 07/31/2011 17:02, Jesse Smith wrote:
Please find attached my module for the game Defcon. As was requested on the forum, here: http://forums.pcbsd.org/showthread.php?t=14776 , I have marked NVIDIA support as being enabled during the build. Not sure if that will fly with non-NVIDIA cards, but I guess we'll find out. - Jesse

_______________________________________________ Pbi-dev mailing list Pbi-dev-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org http://lists.pcbsd.org/mailman/listinfo/pbi-dev
I just added this module to the build server.

Thanks Jesse!

-- ~Ken Moore
_______________________________________________
Pbi-dev mailing list
Pbi-dev@...
http://lists.pcbsd.org/mailman/listinfo/pbi-dev
Dan Rue | 2 Aug 2011 15:08
Gravatar

Building eclipse-devel

Cheers, 

I'm attempting to build a PBI for eclipse-devel (eclipse 3.7) in pcbsd
8. It looks like the build server was not able to fetch a jar file on
the last run.

In the meantime I've been trying to build it myself but am running into
the following error.

  ERROR: Your LD_LIBRARY_PATH environment variable is set.  This may 
  produce binaries binaries incorrectly.  Please unset it and
  start your build again. 
  Exiting because of the above error(s). 
  gmake: *** [post-sanity] Error 1
  *** Error code 1

  Stop in /usr/ports/java/openjdk6.
  *** Error code 1

  Stop in /usr/ports/java/eclipse-devel.
  ERROR: 2.1 Build failed of java/eclipse-devel!!!

I see that createpbi.sh sets LD_LIBRARY_PATH, so I am wondering how the
official build server is getting around this problem.

Thanks!
Dan
Dan Rue | 9 Aug 2011 22:38
Gravatar

mkpbi.sh does not exist?

Hello,

I have been working on making a pcbsd 8 pbi of eclipse-3.7
(java/eclipse-devel), and I am *really* close. 

Following the module builders wiki page, I have successfully built
everything in pbisandbox (with some ports tweaks along the way).
However, when I run "3.makepbi.sh java/eclipse-devel", it fails at the
*very* end with "mkpbi.sh not found". 

Now, I have a PBI work directory in /root/ in my pbisandbox with all of
my files in it, but mkpbi.sh appears to not exist anywhere on the
internet, my system, or the pcbsd sources. 

Perhaps I'm using the wrong SVN path. I had to move some files around to
get this far. For the most part I'm using 
svn://svn.pcbsd.org/pbibuild/pbibuilder8 but I copied over some files
from modules and pbi-source directories.

So the bottom line is - where is mkpbi.sh, or, what am I doing
incorrectly?

Thanks!
Dan

#build.log:
Copying over java/eclipse-devel...
Copying over PBC...
Starting build of pbc file...
Running build.sh...
Creating PkgConfig file...      Done!
Populating libraries... Done!
Calculating the size of the archive...
1863    total
Creating file archive...
Done!
Setting up PBI structure ...    cp: /PBC/PBIfiles/PBItext is a directory
(not copied).
cp: /PBC/PBIfiles/PBI: No such file or directory
cp: /PBC/PBIfiles/*.qm: No such file or directory
Done!
Creating the PBI file ...       ./createpbi.sh: /PBC/PBIfiles/mkpbi.sh:
not found
Done!
Removing Workdir...
Done!
SUCCESS! PBI Creation finished for java/eclipse-devel
ls: /pbi-build/pbisandbox/root/*.pbi: No such file or directory
mv: rename /pbi-build/pbisandbox/root/*.pbi to
/pbi-build/outgoing/java/eclipse-devel/*.pbi: No such file or directory
Kris Moore | 10 Aug 2011 19:53
Gravatar

Re: mkpbi.sh does not exist?

On 08/09/2011 16:38, Dan Rue wrote:
> Hello,
>
> I have been working on making a pcbsd 8 pbi of eclipse-3.7
> (java/eclipse-devel), and I am *really* close.
>
> Following the module builders wiki page, I have successfully built
> everything in pbisandbox (with some ports tweaks along the way).
> However, when I run "3.makepbi.sh java/eclipse-devel", it fails at the
> *very* end with "mkpbi.sh not found".
>
> Now, I have a PBI work directory in /root/ in my pbisandbox with all of
> my files in it, but mkpbi.sh appears to not exist anywhere on the
> internet, my system, or the pcbsd sources.
>
> Perhaps I'm using the wrong SVN path. I had to move some files around to
> get this far. For the most part I'm using
> svn://svn.pcbsd.org/pbibuild/pbibuilder8 but I copied over some files
> from modules and pbi-source directories.
>
> So the bottom line is - where is mkpbi.sh, or, what am I doing
> incorrectly?
>
> Thanks!
> Dan
>
> #build.log:
> Copying over java/eclipse-devel...
> Copying over PBC...
> Starting build of pbc file...
> Running build.sh...
> Creating PkgConfig file...      Done!
> Populating libraries... Done!
> Calculating the size of the archive...
> 1863    total
> Creating file archive...
> Done!
> Setting up PBI structure ...    cp: /PBC/PBIfiles/PBItext is a directory
> (not copied).
> cp: /PBC/PBIfiles/PBI: No such file or directory
> cp: /PBC/PBIfiles/*.qm: No such file or directory
> Done!
> Creating the PBI file ...       ./createpbi.sh: /PBC/PBIfiles/mkpbi.sh:
> not found
> Done!
> Removing Workdir...
> Done!
> SUCCESS! PBI Creation finished for java/eclipse-devel
> ls: /pbi-build/pbisandbox/root/*.pbi: No such file or directory
> mv: rename /pbi-build/pbisandbox/root/*.pbi to
> /pbi-build/outgoing/java/eclipse-devel/*.pbi: No such file or directory
>
> _______________________________________________
> Pbi-dev mailing list
> Pbi-dev@...
> http://lists.pcbsd.org/mailman/listinfo/pbi-dev

It should be located in /pbi-build/pbicreator/PBIfiles/mkpbi.sh outside 
of the chroot. Do you have that file?
Did you setup this pbi-builder with one of the pbi-builder distfiles 
from our site?

--

-- 
Kris Moore
PC-BSD Software
iXsystems
Dan Rue | 10 Aug 2011 20:01
Gravatar

Re: mkpbi.sh does not exist?

On Wed, Aug 10, 2011 at 01:53:53PM -0400, Kris Moore wrote:
> It should be located in /pbi-build/pbicreator/PBIfiles/mkpbi.sh outside 
> of the chroot. Do you have that file?
> Did you setup this pbi-builder with one of the pbi-builder distfiles 
> from our site?

Hi Kris, 

I did find it this morning, thank you. 

The trouble was that I had started by using the dist file, but I ran
into a bug that I noticed was fixed in the SVN version of the build
scripts. I assumed (*blush*) that SVN was simply a more up to date
version of the dist file, but it appears to have files moved around, and
some files missing.

I think in hindsight it would be best if I had started with the dist
file and then augmented it with updates from SVN, instead of switching
wholesale.

The good news is I think I have a PBI for eclipse indigo 3.7 :) I can
post it somewhere after I test, if it would be of interest to others.

Dan
Kris Moore | 10 Aug 2011 21:10
Gravatar

Re: mkpbi.sh does not exist?

On 08/10/2011 14:01, Dan Rue wrote:
> On Wed, Aug 10, 2011 at 01:53:53PM -0400, Kris Moore wrote:
>> It should be located in /pbi-build/pbicreator/PBIfiles/mkpbi.sh outside
>> of the chroot. Do you have that file?
>> Did you setup this pbi-builder with one of the pbi-builder distfiles
>> from our site?
> Hi Kris,
>
> I did find it this morning, thank you.
>
> The trouble was that I had started by using the dist file, but I ran
> into a bug that I noticed was fixed in the SVN version of the build
> scripts. I assumed (*blush*) that SVN was simply a more up to date
> version of the dist file, but it appears to have files moved around, and
> some files missing.
>
> I think in hindsight it would be best if I had started with the dist
> file and then augmented it with updates from SVN, instead of switching
> wholesale.
>
> The good news is I think I have a PBI for eclipse indigo 3.7 :) I can
> post it somewhere after I test, if it would be of interest to others.
>
> Dan
> _______________________________________________
> Pbi-dev mailing list
> Pbi-dev@...
> http://lists.pcbsd.org/mailman/listinfo/pbi-dev

Nice! Do you have a module which creates that PBI? We could add it to 
our build server and get some PBIs of it made here as well.

--

-- 
Kris Moore
PC-BSD Software
iXsystems
Dan Rue | 10 Aug 2011 21:18
Gravatar

Re: mkpbi.sh does not exist?

On Wed, Aug 10, 2011 at 03:10:51PM -0400, Kris Moore wrote:
> On 08/10/2011 14:01, Dan Rue wrote:
> > The good news is I think I have a PBI for eclipse indigo 3.7 :) I can
> > post it somewhere after I test, if it would be of interest to others.
> 
> Nice! Do you have a module which creates that PBI? We could add it to 
> our build server and get some PBIs of it made here as well.

I'm just using the existing module for eclipse-devel. The official build
server has some problem with fetching a particular jar file that I was
not able to duplicate locally. Here's the log from
ftp://ftp.pcbsd.org/pub/pbioutgoing/x64/8/java/eclipse-devel/

  => Attempting to fetch
  ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/eclipse/org.hamcrest.core_1.1.0.v20090501071000.jar
  fetch:
  ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/eclipse/org.hamcrest.core_1.1.0.v20090501071000.jar:
  size mismatch: expected 27827, actual 27828
  => Couldn't fetch it - please try to retrieve this
  => port manually into /usr/ports/distfiles/eclipse and try again.
  *** Error code 1

  Stop in /usr/ports/java/eclipse-devel.
  *** Error code 1

I did run into some other problems that I resolved in my environment
manually. Specifically:

 - openjdk6 works manually but not as a dependency (why?
   MAKE_JOBS_UNSAFE thing?)
 - Add M4="/usr/local/bin/gm4" on line 25 in devel/bison/Makefile
 - In /usr/ports/devel/libIDL/Makefile:
   replace CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/
   with    CONFIGURE_ARGS= --htmldir=${PREFIX}/share/doc

Dan
Kris Moore | 11 Aug 2011 16:03
Gravatar

Re: mkpbi.sh does not exist?

On 08/10/2011 15:18, Dan Rue wrote:
> On Wed, Aug 10, 2011 at 03:10:51PM -0400, Kris Moore wrote:
>> On 08/10/2011 14:01, Dan Rue wrote:
>>> The good news is I think I have a PBI for eclipse indigo 3.7 :) I can
>>> post it somewhere after I test, if it would be of interest to others.
>> Nice! Do you have a module which creates that PBI? We could add it to
>> our build server and get some PBIs of it made here as well.
> I'm just using the existing module for eclipse-devel. The official build
> server has some problem with fetching a particular jar file that I was
> not able to duplicate locally. Here's the log from
> ftp://ftp.pcbsd.org/pub/pbioutgoing/x64/8/java/eclipse-devel/
>
>    =>  Attempting to fetch
>    ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/eclipse/org.hamcrest.core_1.1.0.v20090501071000.jar
>    fetch:
>    ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/eclipse/org.hamcrest.core_1.1.0.v20090501071000.jar:
>    size mismatch: expected 27827, actual 27828
>    =>  Couldn't fetch it - please try to retrieve this
>    =>  port manually into /usr/ports/distfiles/eclipse and try again.
>    *** Error code 1
>
>    Stop in /usr/ports/java/eclipse-devel.
>    *** Error code 1
We cache some of the dist files, and its possible that this one was 
corrupt. I've cleaned them up on the build server now, and this issue 
may go away :)

> I did run into some other problems that I resolved in my environment
> manually. Specifically:
>
>   - openjdk6 works manually but not as a dependency (why?
>     MAKE_JOBS_UNSAFE thing?)
>   - Add M4="/usr/local/bin/gm4" on line 25 in devel/bison/Makefile
>   - In /usr/ports/devel/libIDL/Makefile:
>     replace CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/
>     with    CONFIGURE_ARGS= --htmldir=${PREFIX}/share/doc
>
> Dan

You may want to ping the port maintainer about these fixes you've been 
using, may need to get them into the port itself.

--

-- 
Kris Moore
PC-BSD Software
iXsystems
Jesse Smith | 11 Aug 2011 20:36
Picon
Favicon

PBI module alacarte

Please find attached my PBI module for alacarte. This is a menu editing
program for xdg-compliant desktops, useful for Xfce and LXDE users.

This PBI was requested on the forum here:
http://forums.pcbsd.org/showthread.php?t=14831

Thanks,
Jesse

Attachment (alacarte.tar.gz): application/x-compressed-tar, 1465 bytes
_______________________________________________
Pbi-dev mailing list
Pbi-dev@...
http://lists.pcbsd.org/mailman/listinfo/pbi-dev
Ken Moore | 11 Aug 2011 20:59

Re: PBI module alacarte

On 08/11/2011 14:36, Jesse Smith wrote:
Please find attached my PBI module for alacarte. This is a menu editing program for xdg-compliant desktops, useful for Xfce and LXDE users. This PBI was requested on the forum here: http://forums.pcbsd.org/showthread.php?t=14831 Thanks, Jesse

_______________________________________________ Pbi-dev mailing list Pbi-dev-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org http://lists.pcbsd.org/mailman/listinfo/pbi-dev
I just added these modules to the build servers.

Thanks Jesse!

-- ~Ken Moore
_______________________________________________
Pbi-dev mailing list
Pbi-dev@...
http://lists.pcbsd.org/mailman/listinfo/pbi-dev

Gmane