From aorchid at mac.com Mon Mar 2 12:55:04 2009 From: aorchid at mac.com (aric) Date: Mon, 02 Mar 2009 12:55:04 PST Subject: [companion-discuss] Code Review Request: Minor bug fix in SFWgviz (graphviz) Package In-Reply-To: <1254880627.251233310382436.JavaMail.Twebapp@sf-app1> Message-ID: <823489695.1701236027334051.JavaMail.Twebapp@sf-app1> Can I ask a couple of questions? Why is the graphviz package still at version 1.10? Many newer tools are implemented in 2.20. Since this is an older version, can I please ask for pointers on how to get it compiled? I have not been sucessful in getting 2.20 compiled on snv_105. I would really appreciate any pointers. thanks, aric Configure Args: ./configure --prefix=/opt/local CC="/opt/studio12/SUNWspro/bin/cc -m64" CFLAGS="-xO5 -xc99" CPPFLAGS="-I/usr/gnu/include -I/usr/include -I/usr/sfw/include -I/opt/local/include -R/usr/include -R/usr/gnu/include -R/usr/sfw/include -R/opt/local/include" CXX="/opt/studio12/SUNWspro/bin/CC -m64" CXXFLAGS="-xO5" SHLIB_CXXLDFLAGS="-G -lCstd" F77="/opt/studio12/SUNWspro/bin/f95 -m64" FFLAGS="-xO5" SAFE_FFLAGS="-O5" FC="/opt/studio12/SUNWspro/bin/f95 -m64" FCFLAGS="-xO5" LDFLAGS="-L/usr/gnu/lib -L/lib -L/usr/lib -L/usr/sfw/lib/amd64 -L/usr/lib/amd64 -L/opt/local/lib -R/usr/sfw/lib/amd64 -R/usr/lib/amd64 -R/lib -R/usr/lib -R/usr/gnu/lib -R/opt/local/lib" Making all in graph /bin/bash ../../libtool --tag=CC --mode=link /opt/studio12/SUNWspro/bin/cc -m 64 -xO5 -xc99 -version-info 4:0:0 -no-undefined -L/usr/gnu/lib -L/lib -L/usr/l ib -L/usr/sfw/lib/amd64 -L/usr/lib/amd64 -L/opt/local/lib -L/opt/R/lib/R/lib -R /usr/sfw/lib/amd64 -R/usr/lib/amd64 -R/lib -R/usr/lib -R/usr/gnu/lib -R/opt/loca l/lib -R/opt/R/lib/R/lib -L/opt/local/lib -o libgraph.la -rpath /opt/local/lib a ttribs.lo agxbuf.lo edge.lo graph.lo graphio.lo lexer.lo node.lo parser.lo refs tr.lo trie.lo ../../lib/cdt/libcdt.la libtool: link: `attribs.lo' is not a valid libtool object *** Error code 1 make: Fatal error: Command failed for target `libgraph.la' Current working directory /fitz/pei/src/graphviz-2.20.3/lib/graph *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='cdt graph agraph gd pathplan agutil sfio vmalloc ast vpsc circogen dotgen fdpgen neatogen twopigen sfdpgen common pack gvc ingraphs expr cgraph xdot top fish glcomp'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' Current working directory /fitz/pei/src/graphviz-2.20.3/lib *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='libltdl lib plugin cmd tclpkg doc contrib share graphs rtest'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' Current working directory /fitz/pei/src/graphviz-2.20.3 *** Error code 1 make: Fatal error: Command failed for target `all' -- This message posted from opensolaris.org From paul.cunningham at tadpole.com Mon Mar 2 23:53:00 2009 From: paul.cunningham at tadpole.com (Paul Cunningham) Date: Tue, 03 Mar 2009 07:53:00 +0000 Subject: [companion-discuss] Code Review Request: Minor bug fix in SFWgviz (graphviz) Package In-Reply-To: <823489695.1701236027334051.JavaMail.Twebapp@sf-app1> References: <823489695.1701236027334051.JavaMail.Twebapp@sf-app1> Message-ID: <49ACE1DC.20809@tadpole.com> The configure and make options used to build the CCD version (1.10) are in the graphviz/Makefile.sfw at .... "http://src.opensolaris.org/source/xref/companion/core/usr/src/cmd/graphviz/Makefile.sfw" It builds using gcc I think. Paul aric wrote: > Can I ask a couple of questions? > > Why is the graphviz package still at version 1.10? Many newer tools are implemented in 2.20. > > Since this is an older version, can I please ask for pointers on how to get it compiled? I have not been sucessful in getting 2.20 compiled on snv_105. I would really appreciate any pointers. > > thanks, aric > > Configure Args: > ./configure --prefix=/opt/local CC="/opt/studio12/SUNWspro/bin/cc -m64" CFLAGS="-xO5 -xc99" CPPFLAGS="-I/usr/gnu/include -I/usr/include -I/usr/sfw/include -I/opt/local/include -R/usr/include -R/usr/gnu/include -R/usr/sfw/include -R/opt/local/include" CXX="/opt/studio12/SUNWspro/bin/CC -m64" CXXFLAGS="-xO5" SHLIB_CXXLDFLAGS="-G -lCstd" F77="/opt/studio12/SUNWspro/bin/f95 -m64" FFLAGS="-xO5" SAFE_FFLAGS="-O5" FC="/opt/studio12/SUNWspro/bin/f95 -m64" FCFLAGS="-xO5" LDFLAGS="-L/usr/gnu/lib -L/lib -L/usr/lib -L/usr/sfw/lib/amd64 -L/usr/lib/amd64 -L/opt/local/lib -R/usr/sfw/lib/amd64 -R/usr/lib/amd64 -R/lib -R/usr/lib -R/usr/gnu/lib -R/opt/local/lib" > > Making all in graph > /bin/bash ../../libtool --tag=CC --mode=link /opt/studio12/SUNWspro/bin/cc -m 64 -xO5 -xc99 -version-info 4:0:0 -no-undefined -L/usr/gnu/lib -L/lib -L/usr/l ib -L/usr/sfw/lib/amd64 -L/usr/lib/amd64 -L/opt/local/lib -L/opt/R/lib/R/lib -R /usr/sfw/lib/amd64 -R/usr/lib/amd64 -R/lib -R/usr/lib -R/usr/gnu/lib -R/opt/loca l/lib -R/opt/R/lib/R/lib -L/opt/local/lib -o libgraph.la -rpath /opt/local/lib a ttribs.lo agxbuf.lo edge.lo graph.lo graphio.lo lexer.lo node.lo parser.lo refs > > tr.lo trie.lo ../../lib/cdt/libcdt.la > libtool: link: `attribs.lo' is not a valid libtool object > *** Error code 1 > make: Fatal error: Command failed for target `libgraph.la' > Current working directory /fitz/pei/src/graphviz-2.20.3/lib/graph > *** Error code 1 > The following command caused the error: > failcom='exit 1'; \ > for f in x $MAKEFLAGS; do \ > case $f in \ > *=* | --[!k]*);; \ > *k*) failcom='fail=yes';; \ > esac; \ > done; \ > dot_seen=no; \ > target=`echo all-recursive | sed s/-recursive//`; \ > list='cdt graph agraph gd pathplan agutil sfio vmalloc ast vpsc circogen dotgen fdpgen neatogen twopigen sfdpgen common pack gvc ingraphs expr cgraph xdot top fish glcomp'; for subdir in $list; do \ > echo "Making $target in $subdir"; \ > if test "$subdir" = "."; then \ > dot_seen=yes; \ > local_target="$target-am"; \ > else \ > local_target="$target"; \ > fi; \ > (cd $subdir && make $local_target) \ > || eval $failcom; \ > done; \ > if test "$dot_seen" = "no"; then \ > make "$target-am" || exit 1; \ > fi; test -z "$fail" > make: Fatal error: Command failed for target `all-recursive' > Current working directory /fitz/pei/src/graphviz-2.20.3/lib > *** Error code 1 > The following command caused the error: > failcom='exit 1'; \ > for f in x $MAKEFLAGS; do \ > case $f in \ > *=* | --[!k]*);; \ > *k*) failcom='fail=yes';; \ > esac; \ > done; \ > dot_seen=no; \ > target=`echo all-recursive | sed s/-recursive//`; \ > list='libltdl lib plugin cmd tclpkg doc contrib share graphs rtest'; for subdir in $list; do \ > echo "Making $target in $subdir"; \ > if test "$subdir" = "."; then \ > dot_seen=yes; \ > local_target="$target-am"; \ > else \ > local_target="$target"; \ > fi; \ > (cd $subdir && make $local_target) \ > || eval $failcom; \ > done; \ > if test "$dot_seen" = "no"; then \ > make "$target-am" || exit 1; \ > fi; test -z "$fail" > make: Fatal error: Command failed for target `all-recursive' > Current working directory /fitz/pei/src/graphviz-2.20.3 > *** Error code 1 > make: Fatal error: Command failed for target `all' -- ---------------------------------------------------------------------- Paul Cunningham Software Engineer Tadpole Business Unit General Dynamics Itronix Europe Ltd. Pioneer House Chivers Way Histon, Cambridgeshire, UK, CB24 9NL Ph: +44 (0)1223 200648 FAX: +44 870 4324162 Email: paul.cunningham at tadpole.com This email message is for the sole use of the intended recipient(s) and may contain GDC4S confidential or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not an intended recipient, please contact the sender by reply email and destroy all copies of the original message From aorchid at mac.com Thu Mar 5 16:44:09 2009 From: aorchid at mac.com (aric) Date: Thu, 05 Mar 2009 16:44:09 PST Subject: [companion-discuss] Code Review Request: Minor bug fix in SFWgviz (graphviz) Package In-Reply-To: <49ACE1DC.20809@tadpole.com> Message-ID: <2051530503.20931236300279555.JavaMail.Twebapp@sf-app1> Thanks. I have tried again with /usr/sfw/bin/gcc for a 64bit build. The configure is fine, but gmake fails on something that seems like it would be easy to fix, but I am not sure how. I would very much like any suggestions on how to get past this. Apparently it has been compiled for Belenix, not sure if it was a 64bit build though (there is a graphviz-develop package). Thanks. gcc -shared -Wl,-h -Wl,libgvplugin_gtk.so.5 -o .libs/libgvplugin_gtk.so.5.0.0 .libs/gvplugin_gtk.o .libs/gvdevice_gtk.o .libs/support.o .libs/interface.o .libs/callbacks.o -R/usr/X11/lib -R/lib -L/opt/local/lib -L/usr/X11/lib -L/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXi -lXext -lX11 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangocairo-1.0 -lgio-2.0 -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lXfixes -lpango-1.0 -lfreetype -lfontconfig -lgconf-2 -lgthread-2.0 -lpthread -lthread -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -lc -m64 ld: fatal: library -lgnomeui-2: not found ld: fatal: library -lbonoboui-2: not found ld: fatal: library -lgnomevfs-2: not found ld: fatal: library -lgnomecanvas-2: not found ld: fatal: library -lgnome-2: not found ld: fatal: library -lart_lgpl_2: not found ld: fatal: file processing errors. No output written to .libs/libgvplugin_gtk.so.5.0.0 collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `libgvplugin_gtk.la' Current working directory /fitz/pei/src/graphviz-2.20.3/plugin/gtk *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='core gd pango dot_layout neato_layout xlib gtk ming devil gdk_pixbuf rsvg quartz gdiplus glitz'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' Current working directory /fitz/pei/src/graphviz-2.20.3/plugin *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='libltdl lib plugin cmd tclpkg doc contrib share graphs rtest'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' Current working directory /fitz/pei/src/graphviz-2.20.3 *** Error code 1 make: Fatal error: Command failed for target `all' -- This message posted from opensolaris.org From paul.cunningham at tadpole.com Fri Mar 6 00:29:41 2009 From: paul.cunningham at tadpole.com (Paul Cunningham) Date: Fri, 06 Mar 2009 08:29:41 +0000 Subject: [companion-discuss] Code Review Request: Minor bug fix in SFWgviz (graphviz) Package In-Reply-To: <2051530503.20931236300279555.JavaMail.Twebapp@sf-app1> References: <2051530503.20931236300279555.JavaMail.Twebapp@sf-app1> Message-ID: <49B0DEF5.2080806@tadpole.com> aric, aric wrote: > Thanks. I have tried again with /usr/sfw/bin/gcc for a 64bit build. The configure is fine, but gmake fails on something that seems like it would be easy to fix, but I am not sure how. I would very much like any suggestions on how to get past this. Apparently it has been compiled for Belenix, not sure if it was a 64bit build though (there is a graphviz-develop package). Thanks. > > gcc -shared -Wl,-h -Wl,libgvplugin_gtk.so.5 -o .libs/libgvplugin_gtk.so.5.0.0 .libs/gvplugin_gtk.o .libs/gvdevice_gtk.o .libs/support.o .libs/interface.o .libs/callbacks.o -R/usr/X11/lib -R/lib -L/opt/local/lib -L/usr/X11/lib -L/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXi -lXext -lX11 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangocairo-1.0 -lgio-2.0 -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lXfixes -lpango-1.0 -lfreetype -lfontconfig -lgconf-2 -lgthread-2.0 -lpthread -lthread -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -lc -m64 > ld: fatal: library -lgnomeui-2: not found > ld: fatal: library -lbonoboui-2: not found > ld: fatal: library -lgnomevfs-2: not found > ld: fatal: library -lgnomecanvas-2: not found > ld: fatal: library -lgnome-2: not found > ld: fatal: library -lart_lgpl_2: not found > ld: fatal: file processing errors. No output written to .libs/libgvplugin_gtk.so.5.0.0 > collect2: ld returned 1 exit status > *** Error code 1 > make: Fatal error: Command failed for target `libgvplugin_gtk.la' > Current working directory /fitz/pei/src/graphviz-2.20.3/plugin/gtk I don't have a Solaris Nevada (Next) set up at the moment, but these libraries look like ones that should been have found in /usr/lib (or some of them do). Do a search for them, eg. for gnomevfs-2 > find /usr/lib -name "*gnomevfs-2*" and maybe .. > find /usr/sfw/lib -name "*gnomevfs-2*" If you can find then you may need to set the LDFLAGS to tell ld where they are, eg 'LDFLAGS="-L -R "'. But if they are in /usr/lib then ld should have found them by default, so it may not be that. What variant of Solaris are you building this on? For your information, there is a SFE pkgbuild spec file that builds graphviz version 2.*, that might help you "https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk/archive/SFEgraphviz.spec" it has been archived though so I guess it is not being supported anymore (or has been put in opensolaris properly). Pkgbuild is an easy way to build SVR4 packages (and IPS pkgs now) from opensource, see http://pkgbuild.sourceforge.net/. Hope that helps Paul -- ---------------------------------------------------------------------- Paul Cunningham Software Engineer Tadpole Business Unit From aorchid at mac.com Tue Mar 10 13:16:41 2009 From: aorchid at mac.com (aric) Date: Tue, 10 Mar 2009 13:16:41 PDT Subject: [companion-discuss] Code Review Request: Minor bug fix in SFWgviz (graphviz) Package In-Reply-To: <49B0DEF5.2080806@tadpole.com> Message-ID: <2000207524.22561236716231833.JavaMail.Twebapp@sf-app1> Thanks much for your reply. I am running Nevada b105 currently on an Ultra 20. Oddly enough, gnomevfs-2 and all the other libs that graphviz complains it cannot find are in /usr/lib, which should be in its search path by default, no? Adding the /usr/lib with LDFLAGS actually does nothing at all. I still receive the same make errors. I have the same problem attempting to pass the location of my R installation to graphviz configure. I think that SFE graphviz may be the best route to take. My only issue with this is that I need a 64-bit compile to work with my R installation and I have not been able to figure out how to make SFE spec files build in 64 bit mode. If anyone has pointers for building SFE in 64 bit (either alone or with 32 bit) I would very much appreciate it. Thanks, Aric -- This message posted from opensolaris.org From paul.cunningham at tadpole.com Wed Mar 11 01:17:34 2009 From: paul.cunningham at tadpole.com (Paul Cunningham) Date: Wed, 11 Mar 2009 08:17:34 +0000 Subject: [companion-discuss] Code Review Request: Minor bug fix in SFWgviz (graphviz) Package In-Reply-To: <2000207524.22561236716231833.JavaMail.Twebapp@sf-app1> References: <2000207524.22561236716231833.JavaMail.Twebapp@sf-app1> Message-ID: <49B7739E.2060102@tadpole.com> Aric, aric wrote: > Thanks much for your reply. I am running Nevada b105 currently on an Ultra 20. > > Oddly enough, gnomevfs-2 and all the other libs that graphviz complains it cannot find are in /usr/lib, which should be in its search path by default, no? Adding the /usr/lib with LDFLAGS actually does nothing at all. I still receive the same make errors. I have the same problem attempting to pass the location of my R installation to graphviz configure. Sorry I have no idea why its not finding them > I think that SFE graphviz may be the best route to take. My only issue with this is that I need a 64-bit compile to work with my R installation and I have not been able to figure out how to make SFE spec files build in 64 bit mode. If anyone has pointers for building SFE in 64 bit (either alone or with 32 bit) I would very much appreciate it. The SFE-devel alias and Luca are good places to find out about that sort of thing - I seem to remember there was a mail thread about 64 bit builds a few months back. Paul -- ---------------------------------------------------------------------- Paul Cunningham Software Engineer Tadpole Business Unit From sunfreeware at gmail.com Tue Mar 24 01:15:23 2009 From: sunfreeware at gmail.com (Steve Christensen) Date: Tue, 24 Mar 2009 01:15:23 PDT Subject: [companion-discuss] Code Review Request: Fix to SFWxmacs Package Message-ID: <1086457198.12131237882553610.JavaMail.Twebapp@sf-app1> This is a code review request for a small fix to the SFWxmacs (xemacs) package in response to bugid 6817463. The webrev is at http://companion.sunfreeware.com/downloads/xmacswebrev/ The changes are to the Makefile.sfw file where postgresql support is turned off to correct the above bug and to the depend file where an unneeded SFWdb line is removed. Copyright dates are changed in the two files and sccs ids removed. A normal build is done which creates a working xemacs with no postgresql dependency. Steve Christensen -- This message posted from opensolaris.org From paul.cunningham at tadpole.com Tue Mar 24 02:54:19 2009 From: paul.cunningham at tadpole.com (Paul Cunningham) Date: Tue, 24 Mar 2009 09:54:19 +0000 Subject: [companion-discuss] Code Review Request: Fix to SFWxmacs Package In-Reply-To: <1086457198.12131237882553610.JavaMail.Twebapp@sf-app1> References: <1086457198.12131237882553610.JavaMail.Twebapp@sf-app1> Message-ID: <49C8ADCB.9060808@tadpole.com> Steve, I can't see what the bug report says, but this looks okay to me. Paul Steve Christensen wrote: > This is a code review request for a small fix to the SFWxmacs (xemacs) package in response to bugid 6817463. The webrev is at > > http://companion.sunfreeware.com/downloads/xmacswebrev/ > > The changes are to the Makefile.sfw file where postgresql support is turned off to correct the above bug and to the depend file where an unneeded SFWdb line is removed. Copyright dates are changed in the two files and sccs ids removed. > > A normal build is done which creates a working xemacs with no postgresql dependency. > > Steve Christensen -- ---------------------------------------------------------------------- Paul Cunningham Software Engineer Tadpole Business Unit From mike.kupfer at sun.com Tue Mar 24 10:53:20 2009 From: mike.kupfer at sun.com (Mike Kupfer) Date: Tue, 24 Mar 2009 10:53:20 -0700 Subject: [companion-discuss] Code Review Request: Fix to SFWxmacs Package In-Reply-To: <1086457198.12131237882553610.JavaMail.Twebapp@sf-app1> References: <1086457198.12131237882553610.JavaMail.Twebapp@sf-app1> Message-ID: <17062.1237917200@sun.com> Thanks for dealing with this, Steve. > http://companion.sunfreeware.com/downloads/xmacswebrev/ Taking SFWbdb out of the package "depend" file doesn't look right to me. Berkeley DB is different from Postgres. > A normal build is done which creates a working xemacs with no > postgresql dependency. How about dependencies on libdb-4.2? mike PS. I'm working on an update to the latest XEmacs and Lisp packages. I hope to have a webrev ready for review in the next couple weeks. From sunfreeware at gmail.com Tue Mar 24 19:08:55 2009 From: sunfreeware at gmail.com (Steven M. Christensen) Date: Tue, 24 Mar 2009 22:08:55 -0400 Subject: [companion-discuss] Code Review Request: Fix to SFWxmacs Package In-Reply-To: <17062.1237917200@sun.com> References: <1086457198.12131237882553610.JavaMail.Twebapp@sf-app1> <17062.1237917200@sun.com> Message-ID: <49C99237.109@gmail.com> Mike - It is my understanding that any dependency on db has to be removed for legal reasons. Fred can probably point to the details on this. I had to remove those programs from the Solaris 10 Companion for just this reason. In any case, the current xemacs package does not depend on db and so there is no reason to have SFWdb in the depend file. Steve C. Mike Kupfer wrote: > Thanks for dealing with this, Steve. > >> http://companion.sunfreeware.com/downloads/xmacswebrev/ > > Taking SFWbdb out of the package "depend" file doesn't look right to > me. Berkeley DB is different from Postgres. > >> A normal build is done which creates a working xemacs with no >> postgresql dependency. > > How about dependencies on libdb-4.2? > > mike > > PS. I'm working on an update to the latest XEmacs and Lisp packages. I > hope to have a webrev ready for review in the next couple weeks. > From sunfreeware at gmail.com Wed Mar 25 03:07:22 2009 From: sunfreeware at gmail.com (Steve Christensen) Date: Wed, 25 Mar 2009 03:07:22 PDT Subject: [companion-discuss] Code Review Request: Update of SFWfile package Message-ID: <2023324399.19561237975673449.JavaMail.Twebapp@sf-app1> This is a code review request for the update of the SFWfile package to version 5.00. The webrev is at http://companion.sunfreeware.com/downloads/filewebrev/ Details: 1. METADATA file updated. 2. Version numbers and copyright dates updated where needed. 3. New source file added. 4. SCCS ids line removed. 5. VENDOR line in pkginfo.tmpl updated. A build works properly producing a working file package and executable. Steve Christensen -- This message posted from opensolaris.org From paul.cunningham at tadpole.com Wed Mar 25 03:25:57 2009 From: paul.cunningham at tadpole.com (Paul Cunningham) Date: Wed, 25 Mar 2009 10:25:57 +0000 Subject: [companion-discuss] Code Review Request: Update of SFWfile package In-Reply-To: <2023324399.19561237975673449.JavaMail.Twebapp@sf-app1> References: <2023324399.19561237975673449.JavaMail.Twebapp@sf-app1> Message-ID: <49CA06B5.90703@tadpole.com> Steve, This looks okay to me. But note, when I tried the src link .. ftp://ftp.astron.com/pub/file/file-5.00.tar.gz (from METADATA) it failed (similarly so did www.astron.com) so is that okay. Paul Steve Christensen wrote: > This is a code review request for the update of the SFWfile package to version 5.00. The webrev is at > > http://companion.sunfreeware.com/downloads/filewebrev/ > > Details: > > 1. METADATA file updated. > 2. Version numbers and copyright dates updated where needed. > 3. New source file added. > 4. SCCS ids line removed. > 5. VENDOR line in pkginfo.tmpl updated. > > A build works properly producing a working file package and executable. > > Steve Christensen -- ---------------------------------------------------------------------- Paul Cunningham Software Engineer Tadpole Business Unit General Dynamics Itronix Europe Ltd. Pioneer House Chivers Way Histon, Cambridgeshire, UK, CB24 9NL Ph: +44 (0)1223 200648 FAX: +44 870 4324162 Email: paul.cunningham at tadpole.com This email message is for the sole use of the intended recipient(s) and may contain GDC4S confidential or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not an intended recipient, please contact the sender by reply email and destroy all copies of the original message From sunfreeware at gmail.com Wed Mar 25 03:40:58 2009 From: sunfreeware at gmail.com (Steven M. Christensen) Date: Wed, 25 Mar 2009 06:40:58 -0400 Subject: [companion-discuss] Code Review Request: Update of SFWfile package In-Reply-To: <49CA06B5.90703@tadpole.com> References: <2023324399.19561237975673449.JavaMail.Twebapp@sf-app1> <49CA06B5.90703@tadpole.com> Message-ID: <49CA0A3A.4030901@gmail.com> Paul - The links work for me. Steve Paul Cunningham wrote: > Steve, > > This looks okay to me. > But note, when I tried the src link .. > ftp://ftp.astron.com/pub/file/file-5.00.tar.gz > (from METADATA) it failed (similarly so did www.astron.com) so is that > okay. > > Paul > > > Steve Christensen wrote: >> This is a code review request for the update of the SFWfile package to >> version 5.00. The webrev is at >> >> http://companion.sunfreeware.com/downloads/filewebrev/ >> >> Details: >> >> 1. METADATA file updated. >> 2. Version numbers and copyright dates updated where needed. >> 3. New source file added. >> 4. SCCS ids line removed. >> 5. VENDOR line in pkginfo.tmpl updated. >> >> A build works properly producing a working file package and executable. >> >> Steve Christensen > From paul.cunningham at tadpole.com Wed Mar 25 03:50:07 2009 From: paul.cunningham at tadpole.com (Paul Cunningham) Date: Wed, 25 Mar 2009 10:50:07 +0000 Subject: [companion-discuss] Code Review Request: Update of SFWfile package In-Reply-To: <49CA0A3A.4030901@gmail.com> References: <2023324399.19561237975673449.JavaMail.Twebapp@sf-app1> <49CA06B5.90703@tadpole.com> <49CA0A3A.4030901@gmail.com> Message-ID: <49CA0C5F.2050100@tadpole.com> Steven M. Christensen wrote: > Paul - > > The links work for me. okay I must have caught the site, or the network path to it, down or something as it works for me now to Paul > > Paul Cunningham wrote: >> Steve, >> >> This looks okay to me. >> But note, when I tried the src link .. >> ftp://ftp.astron.com/pub/file/file-5.00.tar.gz >> (from METADATA) it failed (similarly so did www.astron.com) so is that >> okay. >> >> Paul >> >> >> Steve Christensen wrote: >>> This is a code review request for the update of the SFWfile package >>> to version 5.00. The webrev is at >>> >>> http://companion.sunfreeware.com/downloads/filewebrev/ >>> >>> Details: >>> >>> 1. METADATA file updated. >>> 2. Version numbers and copyright dates updated where needed. >>> 3. New source file added. >>> 4. SCCS ids line removed. >>> 5. VENDOR line in pkginfo.tmpl updated. >>> >>> A build works properly producing a working file package and executable. >>> >>> Steve Christensen >> -- ---------------------------------------------------------------------- Paul Cunningham Software Engineer Tadpole Business Unit General Dynamics Itronix Europe Ltd. Pioneer House Chivers Way Histon, Cambridgeshire, UK, CB24 9NL Ph: +44 (0)1223 200648 FAX: +44 870 4324162 Email: paul.cunningham at tadpole.com This email message is for the sole use of the intended recipient(s) and may contain GDC4S confidential or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not an intended recipient, please contact the sender by reply email and destroy all copies of the original message