From owner-freebsd-pkg@freebsd.org Wed Dec 2 11:20:06 2015 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A8F5A3E2B0 for ; Wed, 2 Dec 2015 11:20:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5A51B1C98 for ; Wed, 2 Dec 2015 11:20:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5891DA3E2AD; Wed, 2 Dec 2015 11:20:06 +0000 (UTC) Delivered-To: pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 583B9A3E2AC for ; Wed, 2 Dec 2015 11:20:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D4D21C96 for ; Wed, 2 Dec 2015 11:20:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tB2BK6KG090717 for ; Wed, 2 Dec 2015 11:20:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: maintainer-feedback requested: [Bug 204962] ports-mgmt/pkg wont build: 'a local symbol' can not be used when making a shared object; recompile with -fPIC Date: Wed, 02 Dec 2015 11:20:06 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2015 11:20:06 -0000 Thomas Schweikle has reassigned Bugzilla Automation 's request for maintainer-feedback to pkg@FreeBSD.org: Bug 204962: ports-mgmt/pkg wont build: 'a local symbol' can not be used when making a shared object; recompile with -fPIC https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204962 --- Description --- Compiling from ports/HEAD ports-mgmt/pkg leads to an error: CC libpkg_static_la-scripts.lo CC libpkg_static_la-utils.lo CC libpkg_static_la-plugins.lo CC libpkg_static_la-pkg_old.lo CC libpkg_static_la-merge3.lo CC libpkg_static_la-diff.lo CC libpkg_static_la-elfhints.lo CC libpkg_static_la-pkg_elf.lo CCLD libpkg.la /usr/bin/ld: /usr/lib/libelf.a(gelf_dyn.o): relocation R_X86_64_32 against = `a local symbol' can not be used when making a shared object; recompile with -= fPIC /usr/lib/libelf.a: could not read symbols: Bad value cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [libpkg.la] Error code 1 make[5]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2/libpkg 1 error make[5]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2/libpkg *** [all-recursive] Error code 1 make[4]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2/libpkg 1 error make[4]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2/libpkg *** [all-recursive] Error code 1 make[3]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2 1 error make[3]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2 *** [all] Error code 2 make[2]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2 1 error make[2]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2 =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/ports-mgmt/pkg *** Error code 1 Stop. make: stopped in /usr/ports/ports-mgmt/pkg Using -fPIC as adviced does not really help 'pkg' wont run afterwards. Found with: - FreeBSD fbsd11-64.bfs.de 11.0-CURRENT FreeBSD 11.0-CURRENT #6 r291575: Tue Dec 1 18:53:27 CET 2015 root@fbsd11-64.bfs.de:/usr/obj/usr/src/sys/FBS= D11=20 amd64 - FreeBSD fbsd10-64.bfs.de 10.2-STABLE FreeBSD 10.2-STABLE #6 r291362: Thu = Nov 26 11:21:30 CET 2015 root@fbsd10-64.bfs.de:/usr/obj/usr/src/sys/FBSD10=20 amd64 - FreeBSD fbsd9-64.bfs.de 9.3-STABLE FreeBSD 9.3-STABLE #5 r291256: Tue Nov= 24 16:34:55 CET 2015 root@fbsd9-64.bfs.de:/usr/obj/usr/src/sys/FBSD9 amd64 Ports tree at revision: - 402366 (FreeBSD 9.3-STABLE) - 402434 (FreeBSD 10.2-STABLE) - 402816 (FreeBSD 11.0-CURRENT)= From owner-freebsd-pkg@freebsd.org Wed Dec 2 11:20:06 2015 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A64DFA3E2B4 for ; Wed, 2 Dec 2015 11:20:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 890EF1C99 for ; Wed, 2 Dec 2015 11:20:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8950BA3E2B2; Wed, 2 Dec 2015 11:20:06 +0000 (UTC) Delivered-To: pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F3D4A3E2AE for ; Wed, 2 Dec 2015 11:20:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59EA71C97 for ; Wed, 2 Dec 2015 11:20:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tB2BK6G4090720 for ; Wed, 2 Dec 2015 11:20:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 204962] ports-mgmt/pkg wont build: 'a local symbol' can not be used when making a shared object; recompile with -fPIC Date: Wed, 02 Dec 2015 11:20:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tps@vr-web.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2015 11:20:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204962 Bug ID: 204962 Summary: ports-mgmt/pkg wont build: 'a local symbol' can not be used when making a shared object; recompile with -fPIC Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: pkg@FreeBSD.org Reporter: tps@vr-web.de Assignee: pkg@FreeBSD.org Flags: maintainer-feedback?(pkg@FreeBSD.org) Compiling from ports/HEAD ports-mgmt/pkg leads to an error: CC libpkg_static_la-scripts.lo CC libpkg_static_la-utils.lo CC libpkg_static_la-plugins.lo CC libpkg_static_la-pkg_old.lo CC libpkg_static_la-merge3.lo CC libpkg_static_la-diff.lo CC libpkg_static_la-elfhints.lo CC libpkg_static_la-pkg_elf.lo CCLD libpkg.la /usr/bin/ld: /usr/lib/libelf.a(gelf_dyn.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/lib/libelf.a: could not read symbols: Bad value cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [libpkg.la] Error code 1 make[5]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2/libpkg 1 error make[5]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2/libpkg *** [all-recursive] Error code 1 make[4]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2/libpkg 1 error make[4]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2/libpkg *** [all-recursive] Error code 1 make[3]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2 1 error make[3]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2 *** [all] Error code 2 make[2]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2 1 error make[2]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.6.2 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/ports-mgmt/pkg *** Error code 1 Stop. make: stopped in /usr/ports/ports-mgmt/pkg Using -fPIC as adviced does not really help 'pkg' wont run afterwards. Found with: - FreeBSD fbsd11-64.bfs.de 11.0-CURRENT FreeBSD 11.0-CURRENT #6 r291575: Tue Dec 1 18:53:27 CET 2015 root@fbsd11-64.bfs.de:/usr/obj/usr/src/sys/FBSD11 amd64 - FreeBSD fbsd10-64.bfs.de 10.2-STABLE FreeBSD 10.2-STABLE #6 r291362: Thu Nov 26 11:21:30 CET 2015 root@fbsd10-64.bfs.de:/usr/obj/usr/src/sys/FBSD10 amd64 - FreeBSD fbsd9-64.bfs.de 9.3-STABLE FreeBSD 9.3-STABLE #5 r291256: Tue Nov 24 16:34:55 CET 2015 root@fbsd9-64.bfs.de:/usr/obj/usr/src/sys/FBSD9 amd64 Ports tree at revision: - 402366 (FreeBSD 9.3-STABLE) - 402434 (FreeBSD 10.2-STABLE) - 402816 (FreeBSD 11.0-CURRENT) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-pkg@freebsd.org Fri Dec 4 00:59:11 2015 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A307A3FACC for ; Fri, 4 Dec 2015 00:59:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E57F61764 for ; Fri, 4 Dec 2015 00:59:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E3892A3FACB; Fri, 4 Dec 2015 00:59:10 +0000 (UTC) Delivered-To: pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E32AFA3FACA for ; Fri, 4 Dec 2015 00:59:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D528B1763 for ; Fri, 4 Dec 2015 00:59:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tB40xAF0036103 for ; Fri, 4 Dec 2015 00:59:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: maintainer-feedback requested: [Bug 205003] ports-mgmt/pkg: pkg segfault if extra colon is in the url in repository configuration files Date: Fri, 04 Dec 2015 00:59:10 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 00:59:11 -0000 Simpson has reassigned Bugzilla Automation 's request for maintainer-feedback to pkg@FreeBSD.org: Bug 205003: ports-mgmt/pkg: pkg segfault if extra colon is in the url in repository configuration files https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205003 --- Description --- Example 1: Note the ":" after the port number 80 root# cat FreeBSD.conf FreeBSD: { url: "pkg+http://pkg.FreeBSD.org:80:/${ABI}/latest", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } root# pkg update Updating FreeBSD repository catalogue... Repository FreeBSD has a wrong packagesite, need to re-create database Child process pid=78442 terminated abnormally: Segmentation fault Example 2: Note the 2nd ":" after the domain name root# cat FreeBSD.conf FreeBSD: { url: "pkg+http://pkg.FreeBSD.org::/${ABI}/latest", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } root# pkg update Updating FreeBSD repository catalogue... Repository FreeBSD has a wrong packagesite, need to re-create database Child process pid=78475 terminated abnormally: Segmentation fault From owner-freebsd-pkg@freebsd.org Fri Dec 4 00:59:11 2015 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8624EA3FADB for ; Fri, 4 Dec 2015 00:59:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6BB15176F for ; Fri, 4 Dec 2015 00:59:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 69B3FA3FAD5; Fri, 4 Dec 2015 00:59:11 +0000 (UTC) Delivered-To: pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6964EA3FAD1 for ; Fri, 4 Dec 2015 00:59:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CF9A176E for ; Fri, 4 Dec 2015 00:59:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tB40xBkg036110 for ; Fri, 4 Dec 2015 00:59:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 205003] ports-mgmt/pkg: pkg segfault if extra colon is in the url in repository configuration files Date: Fri, 04 Dec 2015 00:59:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: schen@enbala.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 00:59:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205003 Bug ID: 205003 Summary: ports-mgmt/pkg: pkg segfault if extra colon is in the url in repository configuration files Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: pkg@FreeBSD.org Reporter: schen@enbala.com Flags: maintainer-feedback?(pkg@FreeBSD.org) Assignee: pkg@FreeBSD.org Example 1: Note the ":" after the port number 80 root# cat FreeBSD.conf FreeBSD: { url: "pkg+http://pkg.FreeBSD.org:80:/${ABI}/latest", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } root# pkg update Updating FreeBSD repository catalogue... Repository FreeBSD has a wrong packagesite, need to re-create database Child process pid=78442 terminated abnormally: Segmentation fault Example 2: Note the 2nd ":" after the domain name root# cat FreeBSD.conf FreeBSD: { url: "pkg+http://pkg.FreeBSD.org::/${ABI}/latest", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } root# pkg update Updating FreeBSD repository catalogue... Repository FreeBSD has a wrong packagesite, need to re-create database Child process pid=78475 terminated abnormally: Segmentation fault -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-pkg@freebsd.org Fri Dec 4 08:54:47 2015 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28FAFA40F68 for ; Fri, 4 Dec 2015 08:54:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0D8D01357 for ; Fri, 4 Dec 2015 08:54:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0A77EA40F66; Fri, 4 Dec 2015 08:54:47 +0000 (UTC) Delivered-To: pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A149A40F65 for ; Fri, 4 Dec 2015 08:54:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9B241354 for ; Fri, 4 Dec 2015 08:54:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tB48skjg099480 for ; Fri, 4 Dec 2015 08:54:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 205003] ports-mgmt/pkg: pkg segfault if extra colon is in the url in repository configuration files Date: Fri, 04 Dec 2015 08:54:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: priority keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 08:54:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205003 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|--- |Normal Keywords| |crash, needs-patch, | |needs-qa -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-pkg@freebsd.org Fri Dec 4 19:54:07 2015 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 579FBA4178B for ; Fri, 4 Dec 2015 19:54:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3C9431253 for ; Fri, 4 Dec 2015 19:54:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 38F92A4178A; Fri, 4 Dec 2015 19:54:07 +0000 (UTC) Delivered-To: pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38984A41789 for ; Fri, 4 Dec 2015 19:54:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 249CD1252 for ; Fri, 4 Dec 2015 19:54:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tB4Js7ZC090027 for ; Fri, 4 Dec 2015 19:54:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 205003] ports-mgmt/pkg: pkg segfault if extra colon is in the url in repository configuration files Date: Fri, 04 Dec 2015 19:54:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: bapt@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bapt@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 19:54:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205003 Baptiste Daroussin changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|pkg@FreeBSD.org |bapt@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.