OpenWrt Forum Archive

Topic: Problem with ./scripts/feeds install -a WARNING: No feed for package

The content of this topic has been archived on 17 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I'm try to make a Image .

I want do use Carambola2 from 8 devices.
I can find a sulution for my Problem
At first the commands i have done bevor:

I'm root@ubuntu

- apt-get install subversion g++ ncurses-term zlib1g-dev gawk flex patch openssh-server minicom picocom tftp tftpd gettext libncurses5 libncurses5-dev unzip quilt git git-doc git-gui libxml-parser-perl

- git clone https://github.com/8devices/carambola2 carambola2

- cd carambola2

- ./scripts/feeds update -a


it works fine until here but when i try to do :

- ./scripts/feeds install -a

.....
....
.....
...
Installing package 'rrs'
Installing package 'rsnapshot'
Installing package 'rssh'
Installing package 'rsyncrypto'
Installing package 'sqlite3-ruby'
Installing package 'rygel'
WARNING: No feed for package 'libgstapp' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libgsttag' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-alsa' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-audioconvert' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-audioparsers' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-audioresample' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-autodetect' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-decodebin2' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-flac' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-icydemux' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-id3demux' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-isomp4' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-ogg' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-playbin' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-souphttpsrc' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-typefindfunctions' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-volume' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-vorbis' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-faad' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-mad' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gstreamer' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libgstvideo' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libgstpbutils' found, maybe it's already part of the standard packages?
Installing package 'scanlogd'
Installing package 'scdp'
Installing package 'schedtools'

.....
........
..........


this WARNINING is there.

and make -j 3 V=s gives me also an ERROR

(Last edited by daniel.baecker on 2 Sep 2015, 11:58)

Well, the clone command creates a non-standard source repo for you. So, basically you should ask help at 8devices forums (or whatever).

If you check your feeds.conf.default, you will notice that it defines several source trees from 8devices, and all Openwrt feeds are pulled from a certain ancient commits. "oldpackages" in totally unsupported. so, you may run into errors that havea already been fixed in the proper Openwrt source repos since 8devices created their copy.
https://github.com/8devices/carambola2/ … nf.default

You might ignore those "no feed" warnings, as they should not hurt you.
Do a "make menuconfig" or "make defconfig" after the feed installation to check all dependencies.

And if you get errors with "make", do it singlethreaded without "j 3", and you will get more informative error messages. Btw, what is the error message? you never mentioned it....

Thanks for you help hnyman

Apologies that I do not know exactly where I should put the question best .
I'm really familiarize myself just in lunix and OpenWRT on .
and I know my english is not the best : D

that is my error :


.......
ut..." && rm -rf ubus-2015-01-22/.git &&     tar czf /home/lahinch/carambola2/tmp/dl/ubus-2015-01-22-2d660c519d2fcff95248da9f4fd9b37d61f9eb09.tar.gz ubus-2015-01-22 && mv /home/lahinch/carambola2/tmp/dl/ubus-2015-01-22-2d660c519d2fcff95248da9f4fd9b37d61f9eb09.tar.gz /home/lahinch/carambola2/dl/ && rm -rf ubus-2015-01-22;
Checking out files from the git repository...
Cloning into 'ubus-2015-01-22'...
fatal: unable to access 'https://nbd.name/luci2/ubus.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
make[3]: *** [/home/lahinch/carambola2/dl/ubus-2015-01-22-2d660c519d2fcff95248da9f4fd9b37d61f9eb09.tar.gz] Error 128
make[3]: Leaving directory `/home/lahinch/carambola2/package/system/ubus'
make[2]: *** [package/system/ubus/compile] Error 2
make[2]: Leaving directory `/home/lahinch/carambola2'
make[1]: *** [/home/lahinch/carambola2/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/lahinch/carambola2'
make: *** [world] Error 2
root@ubuntu:/home/lahinch/carambola2#

Well, it looks like you have ran into a faulty server when downloading package sources. Either a certificate problem (based on your log) or an other dead server (my own try). Trying nbd.name/gitweb.cgi?o=age in web browser does not work, either. (It is the home site of a core Openwrt developer, so it should be up.)

Too bad. Not much you (or anybody) can do except to wait a few hours for the server to be back up again.

To separate download problems from other compilation problems, you might do "make download" first. That should download all package sources to <buildroot>/dl so that they area then ready for the actual "make".

(Last edited by hnyman on 2 Sep 2015, 14:36)

It worked thanks a lot hnyman

The discussion might have continued from here.