On 2010-01-19, Yaakov (Cygwin/X) wrote:
> It's been two months since the last upload, so nobody will be surprised
> that this is HUGE. As always, please make sure to update from the
> distro as well as from Ports.
>
> PLEASE NOTE: I'm working on fixing the issues that would greatly
> simplify the Ports installation process. Any assistance would be
> greatly appreciated not only by me, but I suspect many of you as well.
> Please see my message on the Ports discussion list[1] for details.
> nickle 2.69-1
First of all, thank you very much for including nickle in this
upload, despite its flaws. It's working great in my application.
I did have an issue with the installation process, however. I
copied and pasted the sed command from the web page and got this
error:
$ sed -i -e "/^setup-timestamp:/ s/ \(.*\)/ $(date +%s)/" \
> "$(cygpath -u "$(sed -e ':a;N;$!ba;s|\n| |g;s|.*last-cache \t\([^
]*\).*|\1|;'
/etc/setup/setup.rc)")/ftp%3a%2f%2fsourceware.org%2fpub%2fcygwinports/setup.ini"
sed: can't read
/cygdrive/c/Documents/ftp%3a%2f%2fsourceware.org%2fpub%2fcygwinports/setup.ini:
No such file or directory
So apparently the command does not handle spaces in the path to
setup.ini. I didn't try to find the error but I did figure out what
the command was trying to do, so I edited it and executed this
instead, which worked.
$ sed -i -e "/^setup-timestamp:/ s/ \(.*\)/ $(date +%s)/"
/cygdrive/c/Documents\ and\ Settings/garyjohn/Application\
Data/Cygwin/packages/ftp%3a%2f%2fsourceware.org%2fpub%2fcygwinports/setup.ini
Thanks again.
Regards,
Gary
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general