<div dir="ltr"><div>It worked but still i got some logs but don't know i should worry about it or not.<br><br></div>logs:<br><br>Checking out files from the git repository...<br>Cloning into 'radvd-2.11'...<br>remote: Counting objects: 3603, done.<br>remote: Total 3603 (delta 0), reused 0 (delta 0), pack-reused 3603<br>Receiving objects: 100% (3603/3603), 1.64 MiB | 591.00 KiB/s, done.<br>Resolving deltas: 100% (2324/2324), done.<br>Checking connectivity... done.<br>Note: checking out 'e3e2b38a0433f680a75dadb394692edec3ea66e3'.<br><br>You are in 'detached HEAD' state. You can look around, make experimental<br>changes and commit them, and you can discard any commits you make in this<br>state without impacting any branches by performing another checkout.<br><br>If you want to create a new branch to retain commits you create, you may<br>do so (now or later) by using -b with the checkout command again. Example:<br><br>  git checkout -b new_branch_name<br><br>HEAD is now at e3e2b38... Makefile.am: add --with-check to packages target<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 13, 2015 at 8:05 PM, Yousong Zhou <span dir="ltr"><<a href="mailto:yszhou4tech@gmail.com" target="_blank">yszhou4tech@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><p dir="ltr"><br>
On Jul 13, 2015 6:53 PM, "Pratik Prajapati" <<a href="mailto:pratik.prajapati12@gmail.com" target="_blank">pratik.prajapati12@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I want to build radvd-2.11 package in OpenWrt but i am unable to download it using Makefile rules.<br>
><br>
> Makefile:<br>
><br>
> include $(TOPDIR)/<a href="http://rules.mk" target="_blank">rules.mk</a><br>
><br>
> PKG_NAME:=radvd<br>
> PKG_VERSION:=2.11<br>
> PKG_SOURCE_PROTO:=git<br>
><br>
> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)<br>
> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip</p>
</span><p dir="ltr">try changing the suffix to .tar.gz</p><span class="">
<p dir="ltr">> PKG_SOURCE_URL:=<a href="https://github.com/reubenhwk/radvd.git" target="_blank">https://github.com/reubenhwk/radvd.git</a><br>
> PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)<br>
> PKG_SOURCE_VERSION:=e3e2b38a0433f680a75dadb394692edec3ea66e3<br>
> PKG_CAT:=unzip</p>
</span><p dir="ltr">and remove this line</p><span class="">
<p dir="ltr">> PKG_FIXUP:=autoreconf<br>
><br>
> include $(INCLUDE_DIR)/<a href="http://package.mk" target="_blank">package.mk</a><br>
> .<br>
> .<br>
> .<br>
><br>
> Cmd: make ./package/radvd-2.11/compile V=s<br>
><br>
> Cloning into 'radvd-2.11'...<br>
> remote: Counting objects: 3603, done.<br>
> remote: Total 3603 (delta 0), reused 0 (delta 0), pack-reused 3603<br>
> Receiving objects: 100% (3603/3603), 1.64 MiB | 712.00 KiB/s, done.<br>
> Resolving deltas: 100% (2324/2324), done.<br>
> Checking connectivity... done.<br>
> Note: checking out 'e3e2b38a0433f680a75dadb394692edec3ea66e3'.<br>
><br>
> You are in 'detached HEAD' state. You can look around, make experimental<br>
> changes and commit them, and you can discard any commits you make in this<br>
> state without impacting any branches by performing another checkout.<br>
><br>
> If you want to create a new branch to retain commits you create, you may<br>
> do so (now or later) by using -b with the checkout command again. Example:<br>
><br>
>   git checkout -b new_branch_name<br>
><br>
> HEAD is now at e3e2b38... Makefile.am: add --with-check to packages target<br>
> Packing checkout...<br>
> ERROR: Unknown pack format for file /home/pratik.prajapati/work/openwrt-radvd/openwrt-tip/openwrt/tmp/dl/radvd-2.11.zip<br>
></p>
</span><p dir="ltr">looks like git archive cannot do zip packing.</p>
<p dir="ltr">cheers</p>
<p dir="ltr">                yousong</p>
<p dir="ltr"><span class="">><br>
> I am not able to download radvd-2.11 using my makefile. What part I am missing in Makefile ?<br>
><br></span>
> _______________________________________________<br>
> openwrt-devel mailing list<br>
> <a href="mailto:openwrt-devel@lists.openwrt.org" target="_blank">openwrt-devel@lists.openwrt.org</a><br>
> <a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><br>
><br>
</p>
</blockquote></div><br></div>