Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2001 18:31:13 -0400 (EDT)
From:      pat@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27164: [Broken Port]: lang/python20
Message-ID:  <200105062231.f46MVDe36459@wlgrv1.pa.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         27164
>Category:       ports
>Synopsis:       lang/python20 install broken
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 06 16:00:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
N/A
>Environment:

System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed May 2 19:45:42 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386

>Description:

add a "\" at the end since next line is part of the one before... This is the error it produced:

===>  Installing for python-2.0
/bin/mkdir -p /usr/local/lib/python2.0/plat-freebsd2
install -c -o root -g wheel -m 444 /usr/ports/lang/python20/work/Python-2.0/Lib/plat-freebsd2/FCNTL.py
usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 file2
       install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 ...
             fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** Error code 64
 
Stop in /usr/ports/lang/python20.
*** Error code 1
 
Stop in /usr/ports/lang/python20.
*** Error code 1
 
Stop in /usr/ports/lang/python20.

>How-To-Repeat:

N/A

>Fix:

--- Makefile.orig	Sun May  6 18:19:54 2001
+++ Makefile	Sun May  6 18:20:21 2001
@@ -113,7 +113,7 @@
 .for platform in ${PLATFORMS}
 	${MKDIR} ${PYTHON_LIBDIR}/${platform}
 .for file in FCNTL.py IN.py SOCKET.py TERMIOS.py regen
-	${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/${file} 
+	${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/${file} \
 		${PYTHON_LIBDIR}/${platform}
 .endfor
 .endfor
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105062231.f46MVDe36459>