dotwaffle / rancid-git

DEPRECATED -- Strongly consider using the upstream, the version here is very out of date and a poor place to start from!
http://www.shrubbery.net/rancid/
Other
218 stars 92 forks source link

rancid_par is missing? #1

Closed yeled closed 10 years ago

yeled commented 13 years ago
Getting missed routers: round 3.
/usr/lib/rancid/bin/control_rancid: line 488: rancid_par: command not found
=====================================
Getting missed routers: round 4.
/usr/lib/rancid/bin/control_rancid: line 488: rancid_par: command not found

# On branch master
nothing to commit (working directory clean)

ending: Tue Oct 19 16:28:20 BST 2010
dotwaffle commented 13 years ago

Yes, that's strange. Seems to have been added by cristim. I've changed the reference back to par, and it works again now.

Thanks for the bug report.

roock commented 13 years ago

i'm having a similar issue. the debian/rules files still renames par to rancid-par but appearently rancid references to par.

Trying to get all of the configs.

/usr/lib/rancid/bin/control_rancid: line 462: par: command not found

dotwaffle commented 13 years ago

Pushed change to repo that doesn't rename "par" to "rancid_par".

mhite commented 10 years ago

Interesting. I have this exact same problem.

Trying to get all of the configs.
/usr/lib/rancid/bin/control_rancid: line 461: /bin/rancid_par: No such file or directory
=====================================
Getting missed routers: round 1.
/usr/lib/rancid/bin/control_rancid: line 491: /bin/rancid_par: No such file or directory
=====================================
Getting missed routers: round 2.
/usr/lib/rancid/bin/control_rancid: line 491: /bin/rancid_par: No such file or directory
=====================================
Getting missed routers: round 3.
/usr/lib/rancid/bin/control_rancid: line 491: /bin/rancid_par: No such file or directory
=====================================
Getting missed routers: round 4.
/usr/lib/rancid/bin/control_rancid: line 491: /bin/rancid_par: No such file or directory

This is on Ubuntu. I've followed the Debian/Ubuntu specific instructions on building the .deb.

As a temporary stop-gap, I've created a symbolic link:

ln -s /usr/lib/rancid/bin/rancid_par /bin/rancid_par

dotwaffle commented 10 years ago

Urgh, headache :)

I'll take a look at this during this weekend, I'll see if I can get an Ubuntu VM setup to test this on. Many thanks for your patience!

mhite commented 10 years ago

It looks like ${exec_prefix} doesn't resolve to anything when running /usr/lib/rancid/bin/control_rancid.

dotwaffle commented 10 years ago

That's supposed to be done by the configure script... Perhaps something's wrong with automake... Even more for me to look into ;)

samuelkadolph commented 10 years ago

Getting the same error.

starting: Sun 13 Apr 2014 21:55:22 EDT

Trying to get all of the configs.
/Users/samuelkadolph/Code/dotwaffle/rancid-git/bin/control_rancid: line 461: /bin/rancid_par: No such file or directory
=====================================
Getting missed routers: round 1.
/Users/samuelkadolph/Code/dotwaffle/rancid-git/bin/control_rancid: line 491: /bin/rancid_par: No such file or directory
=====================================
Getting missed routers: round 2.
/Users/samuelkadolph/Code/dotwaffle/rancid-git/bin/control_rancid: line 491: /bin/rancid_par: No such file or directory
=====================================
Getting missed routers: round 3.
/Users/samuelkadolph/Code/dotwaffle/rancid-git/bin/control_rancid: line 491: /bin/rancid_par: No such file or directory
=====================================
Getting missed routers: round 4.
/Users/samuelkadolph/Code/dotwaffle/rancid-git/bin/control_rancid: line 491: /bin/rancid_par: No such file or directory

/Users/samuelkadolph/Code/dotwaffle/rancid-git/bin/control_rancid: line 928: flock: command not found
# On branch vendor-rancid
nothing to commit, working directory clean

ending: Sun 13 Apr 2014 21:55:22 EDT

I noticed this while running make.

Making all in bin
Makefile:873: warning: overriding commands for target `control_rancid'
Makefile:427: warning: ignoring old commands for target `control_rancid'

I've been able to work around by exporting exec_prefix before running rancid.

dotwaffle commented 10 years ago

For some reason, autoconf isn't substituting @bindir@ in control_rancid.in -- but it is inside rancid-run.in

This has left me very confused. Sufficed to say, I shall be looking into this as a priority.

dotwaffle commented 10 years ago

All fixed! There was a simple mistake in the configure.ac file.

Could either of the bug reporters give it a go and see if it works now please?

samuelkadolph commented 10 years ago

Confirmed it's fixed but now it's not building rancid_par.

samuelkadolph commented 10 years ago
 ~/Code/Shopify/net-eng/vendor/rancid-git  ➦ c833c8b  aclocal
 ~/Code/Shopify/net-eng/vendor/rancid-git  ➦ c833c8b  autoconf
 ~/Code/Shopify/net-eng/vendor/rancid-git  ➦ c833c8b  automake --add-missing
configure.ac:15: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:15: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:37: installing './compile'
 ~/Code/Shopify/net-eng/vendor/rancid-git  ➦ c833c8b  autoreconf
configure.ac:15: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:15: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
 ~/Code/Shopify/net-eng/vendor/rancid-git  ➦ c833c8b ●  ./configure --prefix="$(pwd)" --exec-prefix="$(pwd)"
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/missing: Unknown `--is-lightweight' option
Try `/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gmake... no
checking for make... /usr/bin/make
checking whether /usr/bin/make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by /usr/bin/make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for preprocessor stringizing operator... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking siginfo.h usability... no
checking siginfo.h presence... no
checking for siginfo.h... no
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for strerror... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtok... yes
checking for strrtok... no
checking for index... yes
checking for rindex... yes
checking for unsetenv... yes
checking for openpty... yes
checking return type of signal handlers... void
checking for size_t... yes
checking whether to create the local state directory at install time... yes
checking whether to install sample .conf files in sysconfdir... yes
checking whether subversion... no
checking whether git... no
checking whether mail addresses should be in the rancid+ form... no
checking whether admin mail addresses should be in the rancid-admin+ form... rancid-admin-
checking for dirname... /usr/bin/dirname
checking for a diff(1) that supports -u... diff -U 4
checking for sendmail... /usr/sbin/sendmail
checking for gnutar... no
checking for gtar... no
checking for tar... tar
checking for automake... automake-1.14
checking for perl5... no
checking for perl... /usr/bin/perl
checking for expect... /usr/bin/expect
checking for ping... /sbin/ping
checking for cvs... /usr/local/bin/cvs
checking for comm... /usr/bin/comm
checking for find... /usr/bin/find
checking for grep... (cached) /usr/bin/grep
checking for id... /usr/bin/id
checking for mkdir... /bin/mkdir
checking for rsh... /usr/bin/rsh
checking for sort... /usr/bin/sort
checking for ssh... /usr/bin/ssh
checking for telnet... /usr/bin/telnet
checking for touch... /usr/bin/touch
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bin/Makefile
config.status: creating etc/Makefile
config.status: creating include/Makefile
config.status: creating man/Makefile
config.status: creating share/Makefile
config.status: creating include/version.h
config.status: creating bin/agmrancid
config.status: creating bin/alogin
config.status: creating bin/arancid
config.status: creating bin/arrancid
config.status: creating bin/avologin
config.status: creating bin/avorancid
config.status: creating bin/blogin
config.status: creating bin/brancid
config.status: creating bin/cat5rancid
config.status: creating bin/clogin
config.status: creating bin/rancid
config.status: creating bin/cssrancid
config.status: creating bin/dlogin
config.status: creating bin/drancid
config.status: creating bin/elogin
config.status: creating bin/erancid
config.status: creating bin/f5rancid
config.status: creating bin/f10rancid
config.status: creating bin/flogin
config.status: creating bin/francid
config.status: creating bin/fnlogin
config.status: creating bin/fnrancid
config.status: creating bin/hlogin
config.status: creating bin/hrancid
config.status: creating bin/htlogin
config.status: creating bin/htrancid
config.status: creating bin/jlogin
config.status: creating bin/jrancid
config.status: creating bin/jerancid
config.status: creating bin/mrancid
config.status: creating bin/mrvlogin
config.status: creating bin/mrvrancid
config.status: creating bin/mtrancid
config.status: creating bin/mtlogin
config.status: creating bin/nlogin
config.status: creating bin/nrancid
config.status: creating bin/nslogin
config.status: creating bin/nsrancid
config.status: creating bin/nxrancid
config.status: creating bin/prancid
config.status: creating bin/rivlogin
config.status: creating bin/rivrancid
config.status: creating bin/rrancid
config.status: creating bin/shellrancid
config.status: creating bin/shelllogin
config.status: creating bin/srancid
config.status: creating bin/tlogin
config.status: creating bin/tntlogin
config.status: creating bin/tntrancid
config.status: creating bin/trancid
config.status: creating bin/xrancid
config.status: creating bin/xrrancid
config.status: creating bin/zrancid
config.status: creating share/rtrfilter
config.status: creating include/config.h
config.status: executing depfiles commands
 ~/Code/Shopify/net-eng/vendor/rancid-git  ➦ c833c8b ●  make
Making all in .
make[1]: Nothing to be done for `all-am'.
Making all in include
/usr/bin/make  all-am
make[2]: Nothing to be done for `all-am'.
Making all in etc
rm -f lg.conf.sample lg.conf.sample.tmp; \
    sed -e 's,@bindir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/bin,g' -e 's,@prefix\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git,g' -e 's,@localstatedir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/var,g' -e 's,@sysconfdir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/etc,g' -e 's,@EXPECT_PATH\@,/usr/bin/expect,g' -e 's,@PERLV_PATH\@,/usr/bin/perl,g' -e 's,@ENV_PATH\@,/usr/bin:/usr/sbin:/usr/local/bin:/bin:/usr/bin,g' -e 's,@RCSSYS\@,cvs,g' -e 's,@PACKAGE\@,rancid,g' -e 's,@VERSION\@,2.3.9,g' ./lg.conf.sample.in >lg.conf.sample.tmp; \
    mv lg.conf.sample.tmp lg.conf.sample
rm -f rancid.conf.sample rancid.conf.sample.tmp; \
    sed -e 's,@bindir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/bin,g' -e 's,@prefix\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git,g' -e 's,@localstatedir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/var,g' -e 's,@sysconfdir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/etc,g' -e 's,@EXPECT_PATH\@,/usr/bin/expect,g' -e 's,@PERLV_PATH\@,/usr/bin/perl,g' -e 's,@ENV_PATH\@,/usr/bin:/usr/sbin:/usr/local/bin:/bin:/usr/bin,g' -e 's,@RCSSYS\@,cvs,g' -e 's,@PACKAGE\@,rancid,g' -e 's,@VERSION\@,2.3.9,g' ./rancid.conf.sample.in >rancid.conf.sample.tmp; \
    mv rancid.conf.sample.tmp rancid.conf.sample
Making all in bin
gcc -DHAVE_CONFIG_H -I. -I../include     -g -O0 -MT hpuifilter.o -MD -MP -MF .deps/hpuifilter.Tpo -c -o hpuifilter.o hpuifilter.c
mv -f .deps/hpuifilter.Tpo .deps/hpuifilter.Po
gcc  -g -O0   -o hpuifilter hpuifilter.o
rm -f control_rancid control_rancid.tmp; \
    sed -e 's,@bindir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/bin,g' -e 's,@prefix\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git,g' -e 's,@localstatedir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/var,g' -e 's,@sysconfdir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/etc,g' -e 's,@EXPECT_PATH\@,/usr/bin/expect,g' -e 's,@PERLV\@,perl,g' -e 's,@PERLV_PATH\@,/usr/bin/perl,g' -e 's,@LG_PING_CMD\@,/sbin/ping -c 1,g' -e 's,@ADMINMAILPLUS\@,rancid-admin-,g' -e 's,@MAILPLUS\@,rancid-,g' -e 's,@PACKAGE\@,rancid,g' -e 's,@SVN_FSTYPE\@,--fs-type fsfs,g' -e 's,@DIFF_CMD\@,diff -U 4,g' -e 's,@VERSION\@,2.3.9,g' -e 's,@COPYYEARS\@,1997-2011,g' ./control_rancid.in >control_rancid.tmp; \
    chmod +x control_rancid.tmp; \
    mv control_rancid.tmp control_rancid
rm -f lg.cgi lg.cgi.tmp; \
    sed -e 's,@bindir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/bin,g' -e 's,@prefix\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git,g' -e 's,@localstatedir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/var,g' -e 's,@sysconfdir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/etc,g' -e 's,@EXPECT_PATH\@,/usr/bin/expect,g' -e 's,@PERLV\@,perl,g' -e 's,@PERLV_PATH\@,/usr/bin/perl,g' -e 's,@LG_PING_CMD\@,/sbin/ping -c 1,g' -e 's,@ADMINMAILPLUS\@,rancid-admin-,g' -e 's,@MAILPLUS\@,rancid-,g' -e 's,@PACKAGE\@,rancid,g' -e 's,@SVN_FSTYPE\@,--fs-type fsfs,g' -e 's,@DIFF_CMD\@,diff -U 4,g' -e 's,@VERSION\@,2.3.9,g' -e 's,@COPYYEARS\@,1997-2011,g' ./lg.cgi.in >lg.cgi.tmp; \
    chmod +x lg.cgi.tmp; \
    mv lg.cgi.tmp lg.cgi
rm -f lgform.cgi lgform.cgi.tmp; \
    sed -e 's,@bindir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/bin,g' -e 's,@prefix\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git,g' -e 's,@localstatedir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/var,g' -e 's,@sysconfdir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/etc,g' -e 's,@EXPECT_PATH\@,/usr/bin/expect,g' -e 's,@PERLV\@,perl,g' -e 's,@PERLV_PATH\@,/usr/bin/perl,g' -e 's,@LG_PING_CMD\@,/sbin/ping -c 1,g' -e 's,@ADMINMAILPLUS\@,rancid-admin-,g' -e 's,@MAILPLUS\@,rancid-,g' -e 's,@PACKAGE\@,rancid,g' -e 's,@SVN_FSTYPE\@,--fs-type fsfs,g' -e 's,@DIFF_CMD\@,diff -U 4,g' -e 's,@VERSION\@,2.3.9,g' -e 's,@COPYYEARS\@,1997-2011,g' ./lgform.cgi.in >lgform.cgi.tmp; \
    chmod +x lgform.cgi.tmp; \
    mv lgform.cgi.tmp lgform.cgi
rm -f rancid-cvs rancid-cvs.tmp; \
    sed -e 's,@bindir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/bin,g' -e 's,@prefix\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git,g' -e 's,@localstatedir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/var,g' -e 's,@sysconfdir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/etc,g' -e 's,@EXPECT_PATH\@,/usr/bin/expect,g' -e 's,@PERLV\@,perl,g' -e 's,@PERLV_PATH\@,/usr/bin/perl,g' -e 's,@LG_PING_CMD\@,/sbin/ping -c 1,g' -e 's,@ADMINMAILPLUS\@,rancid-admin-,g' -e 's,@MAILPLUS\@,rancid-,g' -e 's,@PACKAGE\@,rancid,g' -e 's,@SVN_FSTYPE\@,--fs-type fsfs,g' -e 's,@DIFF_CMD\@,diff -U 4,g' -e 's,@VERSION\@,2.3.9,g' -e 's,@COPYYEARS\@,1997-2011,g' ./rancid-cvs.in >rancid-cvs.tmp; \
    chmod +x rancid-cvs.tmp; \
    mv rancid-cvs.tmp rancid-cvs
rm -f rancid-run rancid-run.tmp; \
    sed -e 's,@bindir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/bin,g' -e 's,@prefix\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git,g' -e 's,@localstatedir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/var,g' -e 's,@sysconfdir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/etc,g' -e 's,@EXPECT_PATH\@,/usr/bin/expect,g' -e 's,@PERLV\@,perl,g' -e 's,@PERLV_PATH\@,/usr/bin/perl,g' -e 's,@LG_PING_CMD\@,/sbin/ping -c 1,g' -e 's,@ADMINMAILPLUS\@,rancid-admin-,g' -e 's,@MAILPLUS\@,rancid-,g' -e 's,@PACKAGE\@,rancid,g' -e 's,@SVN_FSTYPE\@,--fs-type fsfs,g' -e 's,@DIFF_CMD\@,diff -U 4,g' -e 's,@VERSION\@,2.3.9,g' -e 's,@COPYYEARS\@,1997-2011,g' ./rancid-run.in >rancid-run.tmp; \
    chmod +x rancid-run.tmp; \
    mv rancid-run.tmp rancid-run
Making all in man
rm -f lg.conf.5 lg.conf.5.tmp; \
    sed -e 's,@prefix\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git,g' -e 's,@bindir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/bin,g' -e 's,@localstatedir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/var,g' -e 's,@sysconfdir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/etc,g' -e 's,@pkgdatadir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/share/rancid,g' -e 's,@ADMINMAILPLUS\@,rancid-admin-,g' -e 's,@MAILPLUS\@,rancid-,g' ./lg.conf.5.in >lg.conf.5.tmp; \
    mv lg.conf.5.tmp lg.conf.5
rm -f rancid.conf.5 rancid.conf.5.tmp; \
    sed -e 's,@prefix\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git,g' -e 's,@bindir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/bin,g' -e 's,@localstatedir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/var,g' -e 's,@sysconfdir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/etc,g' -e 's,@pkgdatadir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/share/rancid,g' -e 's,@ADMINMAILPLUS\@,rancid-admin-,g' -e 's,@MAILPLUS\@,rancid-,g' ./rancid.conf.5.in >rancid.conf.5.tmp; \
    mv rancid.conf.5.tmp rancid.conf.5
rm -f lg_intro.1 lg_intro.1.tmp; \
    sed -e 's,@prefix\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git,g' -e 's,@bindir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/bin,g' -e 's,@localstatedir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/var,g' -e 's,@sysconfdir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/etc,g' -e 's,@pkgdatadir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/share/rancid,g' -e 's,@ADMINMAILPLUS\@,rancid-admin-,g' -e 's,@MAILPLUS\@,rancid-,g' ./lg_intro.1.in >lg_intro.1.tmp; \
    mv lg_intro.1.tmp lg_intro.1
Making all in share
rm -f rancid-cvspurge rancid-cvspurge.tmp; \
    sed -e 's,@prefix\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git,g' -e 's,@localstatedir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/var,g' -e 's,@sysconfdir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/etc,g' -e 's,@pkgdatadir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/share/rancid,g' -e 's,@ADMINMAILPLUS\@,rancid-admin-,g' -e 's,@MAILPLUS\@,rancid-,g' ./rancid-cvspurge.in >rancid-cvspurge.tmp; \
    chmod +x rancid-cvspurge.tmp; \
    mv rancid-cvspurge.tmp rancid-cvspurge
rm -f downreport downreport.tmp; \
    sed -e 's,@prefix\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git,g' -e 's,@localstatedir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/var,g' -e 's,@sysconfdir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/etc,g' -e 's,@pkgdatadir\@,/Users/samuelkadolph/Code/Shopify/net-eng/vendor/rancid-git/share/rancid,g' -e 's,@ADMINMAILPLUS\@,rancid-admin-,g' -e 's,@MAILPLUS\@,rancid-,g' ./downreport.in >downreport.tmp; \
    chmod +x downreport.tmp; \
    mv downreport.tmp downreport
 ~/Code/Shopify/net-eng/vendor/rancid-git  ➦ c833c8b ● 
dotwaffle commented 10 years ago

Clearly in need of a holiday ;) Does it work now?

samuelkadolph commented 10 years ago

Yep, working fine now. Thanks.

dotwaffle commented 10 years ago

Thank you for testing, much appreciated!