On Wed, 17 Jan 2007, Kevin Monceaux wrote:

>  I found some info online saying that the warning should be
written
> to pacman.log but I wasn't able to find it in my pacman.log.  The only
> message related to kernel26 I found in /var/log/pacman.log was:
> 
> upgraded kernel26 (2.6.16.16-1 -> 2.6.19.2-1)
> 
> Is there another log somewhere I'm missing?  Or, do I perhaps need to change
> a pacman config parm somewhere to have the warning messages written to the
> log?

IIRC, these message are not logged. The info you read was probably a
feature request.

> ./make system
> 
> from the source directory.  The above installs clip and all it's optional
> libraries in /usr/local.  The base clip package and it's optional libraries
> should be provided as separate packages for Arch.  I think I finally have
> the build process disected enough to figure out how to build the various
> pieces separately with a more traditional configure->make->make install
> style process.  The make shell script mentioned above issues a "make system"
> command.  The Makefile just issues a "./mklocal -release" command.  The
> mklocal shell script changes to the clip directory and does the traditional
> "./configure; make; make install" from there, depending on some environment
> variables set by the above scripts.  Why didn't they just do that to begin
> with?  Chihuahua.  Anyway, I have the base clip package and a couple of
> optional clip library packages created already.  The package creates several
> directories under "CLIPROOT" such as bin, charsets, etc, include, lib, etc.,
> etc.  I'm currently using /opt/clip for $CLIPROOT.  Is that the best choice?
> Or, should I us something like /var/lib?  Binaries and libraries get
> simlinked from $CLIPROOT/bin and $CLIPROOT/lib to /usr/bin and /usr/lib.  
> 

Arch doesn't use /usr/local. Install clip in /usr. You'll need to pass
an option, --prefix=/usr,   (or patch?) to the configure script or the
Makefile.

/opt is usually used for big self-contained packages (kde,gnome,firefox).
I don't know if that applies to clip. Maybe /usr would be more appropriate
with perhaps the charsets directory in /usr/share/clip/

/var is used for variable/temporary stuff. I wouldn't use it for
libraries.

More info: http://wiki.archlinux.org/index.php/Arch_Packaging_Standards

Eric

> 
> 
> Kevin
> http://www.RawFedDogs.net
> http://www.WacoAgilityGroup.org
> Bruceville, TX
> 
> Si hoc legere scis nimium eruditionis habes.
> 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


_______________________________________________
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to