On Fri, Jul 10, 2009 at 02:47:01PM -0500, Jeremy Nelson wrote:
> >greetings,
> >
> >Im working to bundle epic 5 into an RPM for Fedora Linux, and ive run 
> >across a few bugs.
> 
> 
> >SMP Make does not work in the latest epic5 tar.gz source.  Can this be 
> >corrected?
> 
> Can you offer any advice or guidance as to how it does not work?   Logfiles
> would be appreciated, make output, etc.
> 
> >Also the "IP" option is nonstandard for the makefile and should be 
> >"DESTDIR"
> 
> I'm unsure how to respond to this.  The IP option in the Makefile is set by 
> --program-prefix, which was demanded by the Debian people, and isn't used 
> for directories that I can see.  I am generally unfamiliar with the "DESTDIR"
> option, although we do support --prefix and the full suite of --*dir 
> configure options.

Yes, the Debian package is using --program-prefix=$(CURDIR)/debian/epic5
where that points to the directory that is going to use to create
the .deb package.

I would be happy with an other way that has the same effect.  We
just want to be able to prepend a path to what we specified with
--prefix so that we can install the files to some temporary
location and put them in an archive.

We currently also patch Makefile.in like this:
--- epic5-1.0.orig/Makefile.in
+++ epic5-1.0/Makefile.in
@@ -125,7 +125,7 @@
                        $(MV) $(IP)$(EPIC_LINK) $(IP)$(EPIC_OLD); \
                fi; \
                $(RM) $(IP)$(EPIC_LINK); \
-               ln -s $(epic5)-$(VERSION) $(IP)$(EPIC_LINK); \
+               mv -f $(IP)$(EPIC) $(IP)$(EPIC_LINK); \
        fi

 #

We only ship a "/usr/bin/epic5".


Kurt

_______________________________________________
List mailing list
List@epicsol.org
http://epicsol.org/mailman/listinfo/list

Reply via email to