Hi - I didn't receive your response as an email for some reason, I can only see it in the
archives, so please forgive any formatting/threading issues with my response. I did try running the mgar up command from inside the opencsw directory and I got the same error: -bash-3.2$ mgar up --all This command is supposed to be run from within a package build directory (i.e. one with a build recipe). Please change to one and re-run this command. -bash-3.2$ pwd /export/home/lara2 -bash-3.2$ cd opencsw -bash-3.2$ mgar up --all This command is supposed to be run from within a package build directory (i.e. one with a build recipe). Please change to one and re-run this command. -bash-3.2$ -bash-3.2$ pwd /export/home/lara2/opencsw -bash-3.2$ ls -al total 4 drwxr-xr-x 4 lara2 512 Jun 9 15:47 . drwxr-xr-x 4 lara2 512 Jun 9 15:47 .. drwxr-xr-x 8 lara2 512 Jun 9 15:47 .buildsys drwxr-xr-x 4 lara2 512 Jun 9 15:47 .svn -bash-3.2$ Is there anything that could be missing in the environment to cause this error? For what it's worth, here's what's in my environment -bash-3.2$ env LDFLAGS=-L/opt/csw/lib/64 -R/opt/csw/lib/64 -L/usr/local/lib -R/usr/local/lib MANPATH=/opt/csw/share/man:/opt/SUNWjet/man:/usr/sfw/share/man:/opt/SUNWexpl o/man:/opt/SUNWspro/man:/usr/share/man SHELL=/bin/bash TERM=xterm CPPFLAGS=-I/opt/csw/include OLDPWD=/export/home/lara2 USER=lara2 CXXFLAGS=-m64 PAGER=/opt/csw/bin/less PATH=/opt/csw/bin/amd64:/opt/csw/java/jdk1.7.0_80/bin::/usr/ucb:/bin:/usr/bi n:/opt/csw/bin PWD=/export/home/lara2/opencsw JAVA_HOME=/opt/csw/java/jdk1.7.0_80 SHLVL=1 HOME=/export/home/lara2 TERMINFO=/opt/csw/share/terminfo CFLAGS=-m64 LOGNAME=lara2 PKG_CONFIG_PATH=/opt/csw/lib/64/pkgconfig _=/bin/env -bash-3.2$ Thanks, Lara -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.opencsw.org/pipermail/users/attachments/20160609/7e22bff9/atta chment.html> >From bonivart at opencsw.org Thu Jun 9 22:22:48 2016 From: bonivart at opencsw.org (Peter Bonivart) Date: Thu, 9 Jun 2016 22:22:48 +0200 Subject: mgar up error In-Reply-To: <[email protected]> References: <[email protected]> Message-ID: <caby0g1xnpbmz2hnbavfyweyyfbuyp+ecclwzur8upvpu7ji...@mail.gmail.com> On Thu, Jun 9, 2016 at 10:18 PM, Lara Blatchford <lara.blatchford at nteligen.com> wrote: > -bash-3.2$ ls > local.cshrc local.login local.profile opencsw > > Can someone explain what could be wrong? Thanks very much, Have you tried running mgar from inside the opencsw directory? From: Lara Blatchford [mailto:[email protected]] Sent: Thursday, June 09, 2016 4:19 PM To: '[email protected]' <[email protected]> Subject: mgar up error Good evening - I'm new to OpenCSW and am trying to set up a repository to build a new package, but I'm getting an error running mgar up. Running mgar init is successful -bash-3.2$ mgar init Initializing the package build tree at /export/home/lara2/opencsw A opencsw/.buildsys/v2-ips A opencsw/.buildsys/v2-ips/gar.mk A opencsw/.buildsys/v2-ips/category.mk A opencsw/.buildsys/v2-ips/gar.lib.mk A opencsw/.buildsys/v2-ips/gar.svn.mk <snip> A opencsw/.buildsys/bts/etc/commondirs-i386 A opencsw/.buildsys/bts/Makefile A opencsw/.buildsys/bts/garrc.sample Checked out revision 25770. Checked out revision 25770. Initialized the package build tree at /export/home/lara2/opencsw. Registering the package build tree location in ~/.garrc Now you can fetch the package build descriptions via: "mgar up --all" Please be advised that this will take some time. So grab yourself a cup of tea/coffee :) -bash-3.2$ Running mgar up generates an error, and I couldn't find an explanation when I searched. -bash-3.2$ mgar up --all This command is supposed to be run from within a package build directory (i.e. one with a build recipe). Please change to one and re-run this command. -bash-3.2$ ls local.cshrc local.login local.profile opencsw Can someone explain what could be wrong? Thanks very much, Lara
