pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: security/libsecret build error



Hello Mayuresh,

Mayuresh writes:
> [...]
> Did a make clean, then make.
>
> ===> Building for libsecret-0.18.6
>  cd . && /bin/sh
> /usr/pkgsrc/security/libsecret/work/libsecret-0.18.6/build/missing
> automake-1.15 --foreign Makefile
> WARNING: 'automake' is missing on your system.  You should only need it if
>          you modified 'Makefile.am', 'acinclude.m4' or 'configure.ac'.
>          You might want to install the Automake and Perl packages.
>          Grab them from any GNU archive site.
>  cd . && /bin/sh ./config.status Makefile depfiles
> config.status: creating Makefile
> config.status: executing depfiles commands
>   GEN      temp-dbus-generated.c
>   GEN      secret-dbus-generated.c
> sed: -e expression #1, char 2: unknown command: `1'
> Makefile:2650: recipe for target 'secret-dbus-generated.c' failed
> [...]

Whoops, my mistake, sorry. I think that if `automake' is not available
(e.g. if the automake package is not installed):

 - patch-libsecret_Makefile.am is applied to libsecret/Makefile.am
 - automake is not available and the corresponding Makefile ends
   up with not-patched dollar single quotes ($'...')

I have rewritten the patch to directly adjust Makefile.in and
hopefully now should work.


Sorry again and thank you for your patience!


Home | Main Index | Thread Index | Old Index