[FS#553] Problem with building LEDE on a host behind proxy

LEDE Bugs lede-bugs at lists.infradead.org
Fri Feb 24 04:02:21 PST 2017


A new Flyspray task has been opened.  Details are below. 

User who did this - Jarek Janulek (Jelonidas) 

Attached to Project - LEDE Project
Summary - Problem with building LEDE on a host behind proxy
Task Type - Bug Report
Category - Toolchain
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - lede-17.01
Due in Version - Undecided
Due Date - Undecided
Details -    When trying to build LEDE v17.01 on a host behind a http_proxy, a problem with downloading git repository for a dmx_usb_module package shows up. Problem doesn't show on a hosts with direct access to internet. Problem is not connected with any particular device - rather with a tool-chain. 
   To reproduce a problem just download a fresh git source to a build host residing over a http_proxy, with env values (http_proxy, https_proxy) pointing to a working proxy. Setup your target image options, and start building. Build process stops at a step: buildig dmx_usb...
  Correction is easy: simple change link in a Makefile for that package from git:// to http:// solves a problem.

   I'm not sure with what paths patch should be provided - let me initially put it here below. 

    Regards - J

--- ../Makefile 2017-02-24 10:32:55.812582043 +0100
+++ ./feeds/packages/libs/dmx_usb_module/Makefile       2017-02-24 10:33:13.560749945 +0100
@@ -14,7 +14,7 @@

 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_URL:=git://github.com/lowlander/dmx_usb_module.git
+PKG_SOURCE_URL:=http://github.com/lowlander/dmx_usb_module.git
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_VERSION:=ee99ca7edbd9e093480ad63341ac007394047bde
 PKG_MAINTAINER:=Martijn Zilverschoon 






More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=553



More information about the lede-bugs mailing list