public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin@cygwin.com
Subject: Re: cygport partially broken by recent updates ?
Date: Mon, 11 May 2015 22:05:00 -0000	[thread overview]
Message-ID: <555120AF.2010405@gmail.com> (raw)
In-Reply-To: <55511120.4040208@gmail.com>

On 5/11/2015 10:29 PM, Marco Atzeri wrote:
> On 5/11/2015 8:07 PM, Yaakov Selkowitz wrote:
>> On Sun, 2015-05-10 at 11:52 +0200, Marco Atzeri wrote:
>>> I just noted that cygport seems not anymore able to
>>> produces debug info nor is correctly identifying
>>> package own dll's
>>

>
> It seems the only build difference. Ideas what to check ?

Looking better I notice that all the postinstall operation
are missing in the second case.
It seems that adding all the portion after cyginstall
---------------------------------------------------------------------
src_install()
{
   cd ${S}/..
   mkdir -p ${D}/usr
   cp -vr share ${D}/usr
   cd ${B}
   cyginstall

   inform " updating LIBs from .so -> .dll"
   cd ${D}/usr/share/singular/LIB
   sed -i -e "s/gfanlib.so/gfanlib.dll/g" -i divisors.lib gitfan.lib 
polymake.lib
   sed -i -e "s/polymake.so/polymake.dll/g" -i divisors.lib polymake.lib 
oldpolymake.lib
   sed -i -e "s/loctriv.so/loctriv.dll/g" -i KVequiv.lib
   sed -i -e "s/pyobject.so/pyobject.dll/g" -i polybori.lib
   sed -i -e "s/syzextra.so/syzextra.dll/g" -i schreyer.lib
   grep "\.so\"" *.lib
}
---------------------------------------------------------------------

made disappear all the post install actions:

---------------------------------------------------------------------
/usr/bin/install -m0644 COPYING 
/pub/devel/singular/prova2/singular-4.0.2a-1.x86_64/inst/usr/share/d
oc/singular/COPYING
/usr/bin/install -m0644 README 
/pub/devel/singular/prova2/singular-4.0.2a-1.x86_64/inst/usr/share/do
c/singular/README
Fixing symlinks:
Compressing man pages:
         ESingular.1
         Singular.1
         TSingular.1
Fixing libtool modules:
         usr/libexec/singular/MOD/bigintm.la
         usr/libexec/singular/MOD/gfanlib.la
         usr/libexec/singular/MOD/Order.la
         usr/libexec/singular/MOD/polymake.la
         usr/libexec/singular/MOD/pyobject.la
         usr/libexec/singular/MOD/singmathic.la
         usr/libexec/singular/MOD/syzextra.la
Stripping executables:
         usr/bin/cygfactory-4-0-2.dll
         usr/bin/cyggfan-0.dll
[cut]
---------------------------------------------------------------------

adding another cd ${B} at the end re-activated the
post install actions.

Yeah !

Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  reply	other threads:[~2015-05-11 21:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-10 10:04 Marco Atzeri
2015-05-11 14:09 ` Achim Gratz
2015-05-11 15:52   ` Marco Atzeri
2015-05-11 20:29 ` Yaakov Selkowitz
2015-05-11 21:35   ` Marco Atzeri
2015-05-11 22:05     ` Marco Atzeri [this message]
2015-05-12  9:46       ` Achim Gratz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=555120AF.2010405@gmail.com \
    --to=marco.atzeri@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).