pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

some python26 dependents have patching issues



Hi,

It seems that some python26 dependent packages have trouble in the pkgsrc patch phase. All the ones I've encountered appear to build ok (failed patch messages aside) but I fear runtime problems! The packages I've seen to have this problem are:

  o textproc/py-expat
  o databases/py-sqlite3

Some output is below. Any help would be great. Thanks!

Louis




For example, take the textproc/py-expat package...

===> Patching for py26-expat-0nb4
(cd /usr/pkgobj/textproc/py-expat/default/Python-2.6.4; for f in /usr/pkgsrc/textproc/py-expat/../../lang/python26/patches/patch-*;do /usr/bin/patch --batch <$f || true; done)
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-aa,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
|
|--- Include/py_curses.h.orig   2003-06-29 11:46:21.000000000 -0400
|+++ Include/py_curses.h
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 39.
1 out of 1 hunks ignored--saving rejects to py_curses.h.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ab,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
|
|--- Lib/distutils/command/build_ext.py.orig 2007-04-24 09:27:25.000000000 -0600
|+++ Lib/distutils/command/build_ext.py
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 496.
1 out of 1 hunks ignored--saving rejects to build_ext.py.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ac,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
|
|--- Misc/build.sh.orig 2009-04-07 19:27:36.000000000 +0000
|+++ Misc/build.sh
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 275.
1 out of 1 hunks ignored--saving rejects to build.sh.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ad,v 1.1 2009/11/16 21:12:05 jakllsch Exp $
|
|Add ability to parse unsigned integers as externalized by NetBSD proplib(3).
|
|--- Lib/plistlib.py.orig       2009-05-07 21:47:02.000000000 -0500
|+++ Lib/plistlib.py
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 463.
1 out of 1 hunks ignored--saving rejects to plistlib.py.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ae,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
|
|XXXbjs:  I use amd64, and audioop is broken on 64-bit platforms.
|Thus, this needs to be tested.
|
|--- Modules/sunaudiodev.c.orig 2006-01-19 01:09:39.000000000 -0500
|+++ Modules/sunaudiodev.c
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 224.
Hunk #2 ignored at 240.
Hunk #3 ignored at 283.
3 out of 3 hunks ignored--saving rejects to Modules/sunaudiodev.c.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ah,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
|
|--- Modules/_cursesmodule.c.orig       2008-01-26 15:03:51.000000000 +0100
|+++ Modules/_cursesmodule.c
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 314.
Hunk #2 ignored at 819.
Hunk #3 ignored at 2027.
Hunk #4 ignored at 2045.
Hunk #5 ignored at 2589.
Hunk #6 ignored at 2698.
Hunk #7 ignored at 2770.
Hunk #8 ignored at 2797.
8 out of 8 hunks ignored--saving rejects to Modules/_cursesmodule.c.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-al,v 1.3 2009/10/21 11:33:32 tron Exp $
|
|--- configure.orig     2009-03-30 17:56:14.000000000 +0000
|+++ configure
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 4108.
Hunk #2 ignored at 13065.
Hunk #3 ignored at 13087.
Hunk #4 ignored at 13116.
Hunk #5 ignored at 13152.
Hunk #6 ignored at 13210.
6 out of 6 hunks ignored--saving rejects to configure.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-am,v 1.10 2010/02/11 21:09:50 tnn Exp $
|
|Disabled modules for normal build:
|bsdddb
|curses
|curses_panel
|elementtree
|Those have separate packages.
|
|Only check the BUILDLINK_DIR for libraries etc, do not pick up random
|headers and libraries from the system.
|
|Build the 1.85 compat module all the time against the BDB version of choice.
|
|--- setup.py.orig      2009-10-08 09:48:32.000000000 +0000
|+++ setup.py
--------------------------
Patching file setup.py using Plan A...
Hunk #1 failed at 17.
No such line 308 in input file, ignoring
Hunk #2 failed at 309.
Hunk #3 failed at 632.
Hunk #4 failed at 742.
Hunk #5 failed at 848.
Hunk #6 failed at 866.
Hunk #7 failed at 882.
Hunk #8 failed at 1143.
Hunk #9 failed at 1751.
9 out of 9 hunks failed--saving rejects to setup.py.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-an,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
|
|--- Modules/makesetup.orig     2002-03-29 13:00:19.000000000 -0500
|+++ Modules/makesetup
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 164.
1 out of 1 hunks ignored--saving rejects to Modules/makesetup.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ao,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
|
|--- Lib/distutils/util.py.orig 2006-05-23 17:54:23.000000000 -0400
|+++ Lib/distutils/util.py
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 115.
1 out of 1 hunks ignored--saving rejects to util.py.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ap,v 1.2 2009/04/24 01:32:50 hasso Exp $
|
|--- Modules/socketmodule.c.orig        2009-03-31 21:20:48 +0300
|+++ Modules/socketmodule.c     2009-04-20 16:16:04 +0300
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 379.
Hunk #2 ignored at 393.
Hunk #3 ignored at 1078.
Hunk #4 ignored at 1351.
Hunk #5 ignored at 4583.
5 out of 5 hunks ignored--saving rejects to Modules/socketmodule.c.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ar,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
|
|--- Mac/BuildScript/scripts/postflight.patch-profile.orig 2006-10-08 14:19:28.000000000 -0400
|+++ Mac/BuildScript/scripts/postflight.patch-profile
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 36.
1 out of 1 hunks ignored--saving rejects to postflight.patch-profile.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-au,v 1.5 2009/10/21 11:33:32 tron Exp $
|
|--- Makefile.pre.in.orig       2009-02-24 11:07:44.000000000 +0000
|+++ Makefile.pre.in
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 425.
Hunk #2 ignored at 791.
2 out of 2 hunks ignored--saving rejects to Makefile.pre.in.rej
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-av,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
|
|Add a knob (enviroment variable) for disabling installation of egg metadata
|in extensions until we have infrastructure in place for dealing w/ it.
|
|--- Lib/distutils/command/install.py.orig 2006-03-27 23:55:21.000000000 +0200
|+++ Lib/distutils/command/install.py
--------------------------
No file to patch.  Skipping...
Hunk #1 ignored at 601.
1 out of 1 hunks ignored--saving rejects to install.py.rej
done
===> Creating toolchain wrappers for py26-expat-0nb4
===> Configuring for py26-expat-0nb4
===> Building for py26-expat-0nb4


Home | Main Index | Thread Index | Old Index