For some reason ptxdist (1.0.2) has problems with patching wget. It appears PACKET_NAME is being corrupted in the patchin target of Rules.make (around line 722). I have no idea how that could be happening, it appears to only fail for wget. Other packages that have patches seem to work fine.

Here's what I see...

10:38 [EMAIL PROTECTED]/devel/release-2.1/os/rootfs/ptxdist-1.0.0/dash-cavalier>../bin/ptxdist extract wget

----------------
target: wget.get
----------------

Finished target wget.get

--------------------
target: wget.extract
--------------------

extract: archive=/home/bfosdick/devel/release-2.1/os/rootfs/ptxdist-1.0.0/dash-cavalier/src/wget-1.9.1.tar.gz extract: dest=/home/bfosdick/devel/release-2.1/os/rootfs/ptxdist-1.0.0/dash-cavalier/build-target PATCHIN: packet=export ptx_http_proxy=; export ptx_ftp_proxy=; eval wget --cache=off --passive-ftp PATCHIN: dir=/home/bfosdick/devel/release-2.1/os/rootfs/ptxdist-1.0.0/dash-cavalier/build-target/export ptx_http_proxy=; export ptx_ftp_proxy=; eval wget --cache=off --passive-ftp PATCHIN: no patches for export ptx_http_proxy=; export ptx_ftp_proxy=; eval wget --cache=off --passive-ftp available
Finished target wget.extract
10:38 [EMAIL PROTECTED]/devel/release-2.1/os/rootfs/ptxdist-1.0.0/dash-cavalier>


As you can see, the PATCHIN lines look funny. I'd expect to see something like "PATCHIN: packet=wget-1.11.3" for the first one. Looks like it's getting some garbage from somewhere.

The above output is from a wget.make that's been updated to 1.11.3 (see previous patch), however the problem also exists with the wget.make supplied in 1.0.2.

--
ptxdist mailing list
[email protected]

Reply via email to