* opkg_conf_parse_files: Duplicate src declaration

Just set up everything....Will you give an update if it is working hnyman?

Edit: sorry i meant warlock

I use self-built firmware builds, so I have never seen the problem myself.

(The bug only concerned a change done to source code, but not yet to the buildbot logic.)

1 Like

Just for clarification, a duplicate feed entry causes opkg to crash and don't work at all? Or does it just print an error/warning message?

Hello aparcar,

A number of the Development Snapshot builds that displayed the " opkg_conf_parse_files: Duplicate src declaration ... Skipping error message resulted in failing to install the LuCi package.
When the command opkg install luci is entered,
It would instead display another error message suggesting user run the opkg update command. I no longer remember the exact error message.

Cheers,

Hello Tommiefr,

Did not encounter the error message with the Sat Nov 7 22:30:57 2020 Development Snapshot build.

1 Like

Just for clarification, for testing I added a duplicate feed entry and tried both update and install. It prints a collected error, however that doesn't stop opkg from installing (tmux in this case)

Installing tmux (3.1c-1) to root...
Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a9_vfpv3-d16/packages/tmux_3.1c-1_arm_cortex-a9_vfpv3-d16.ipk
Configuring tmux.
Collected errors:
 * opkg_conf_parse_file: Duplicate src declaration (libremesh https://libremesh.github.io/lime-feed/master). Skipping.
root@gw:~# echo $?
0
root@gw:~# tmux -V
tmux 3.1c

Are you sure luci wasn't installed because of an doubled feed entry?

1 Like

Unable to comment since I don't remember the exact error messages displayed.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.