Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 06:33:38 -0800
From:      David Wolfskill <david@catwhisker.org>
To:        freebsd-ports@freebsd.org
Subject:   Problem updating emulators/wine-compholio from 1.7.34,1 to 1.7.35,1
Message-ID:  <20150126143338.GF2906@albert.catwhisker.org>

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

--juZjCTNxrMaZdGZC
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

After updating my laptop from:

FreeBSD g1-240.catwhisker.org 10.1-STABLE FreeBSD 10.1-STABLE #1451  r27769=
2M/277692:1001506: Sun Jan 25 04:35:42 PST 2015     root@g1-240.catwhisker.=
org:/common/S1/obj/usr/src/sys/CANARY  i386

to:

FreeBSD g1-240.catwhisker.org 10.1-STABLE FreeBSD 10.1-STABLE #1452  r27772=
2M/277745:1001506: Mon Jan 26 05:37:52 PST 2015     root@g1-240.catwhisker.=
org:/common/S1/obj/usr/src/sys/CANARY  i386

(as part of the usual daily routine), I then attempted to update
the installed ports (for which I use portmaster).

The ports tree is an SVN working copy of the head of the ports tree at
r377931; I had previously (yesterday) updated the installed ports as of
r377881.

The only installed port that "portmaster -ad" found suitable for updating
was emulators/wine-compholio:
=2E..
0;portmaster: All >> (1)^G
=3D=3D=3D>>> The following actions will be taken if you choose to proceed:
        Upgrade wine-compholio-1.7.34,1 to wine-compholio-1.7.35,1

=3D=3D=3D>>> Proceed? y/n [y]=20
=2E...

The process ran for a while, then terminated in a way I don't recall
having previously seen:

=2E..
=3D=3D=3D>   wine-compholio-1.7.35,1 depends on shared library: libpng.so -=
 found (/common/local/lib/libpng16.so.16.16.0) - found (/common/local/lib/l=
ibpng16.so.16.16.0)
=3D=3D=3D>   wine-compholio-1.7.35,1 depends on shared library: libopenal.s=
o.1 - found (/common/local/lib/libopenal.so.1.16.0) - found (/common/local/=
lib/libopenal.so.1.16.0)
=3D=3D=3D>   wine-compholio-1.7.35,1 depends on shared library: libGLU.so -=
 found (/common/local/lib/libGLU.so.1.3.1) - found (/common/local/lib/libGL=
U.so.1.3.1)
=3D=3D=3D>  Configuring for wine-compholio-1.7.35,1
cd /common/ports/emulators/wine-compholio/work/wine-1.7.35 && /usr/bin/tar =
xf /usr/ports/distfiles//v1.7.35.tar.gz --strip-components 1
cd /common/ports/emulators/wine-compholio/work/wine-1.7.35 && gmake -C ./pa=
tches DESTDIR=3D/common/ports/emulators/wine-compholio/work/wine-1.7.35 ins=
tall
gmake[2]: Entering directory '/common/ports/emulators/wine-compholio/work/w=
ine-1.7.35/patches'
WARNING: Using this Makefile is deprecated!
"/common/ports/emulators/wine-compholio/work/wine-1.7.35/patches/patchinsta=
ll.sh" DESTDIR=3D"/common/ports/emulators/wine-compholio/work/wine-1.7.35" =
--all
Applying /common/ports/emulators/wine-compholio/work/wine-1.7.35/patches/ws=
2_32-WriteWatches/0001-ntdll-Handle-write-watches-in-virtual_uninterrupted_=
=2Epatch
fatal: Not a git repository (or any parent up to mount point /common)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
This script is not compatible with *BSD utilities. Please install git,
which provides the same functionality and will be used instead.
ERROR: Failed to apply patch, aborting!
Makefile:10: recipe for target 'install' failed
gmake[2]: *** [install] Error 1
gmake[2]: Leaving directory '/common/ports/emulators/wine-compholio/work/wi=
ne-1.7.35/patches'
*** Error code 2

Stop.
make[1]: stopped in /common/ports/emulators/wine-compholio
*** Error code 1

Stop.
make: stopped in /common/ports/emulators/wine-compholio

=3D=3D=3D>>> make build failed for emulators/wine-compholio
=3D=3D=3D>>> Aborting update

=3D=3D=3D>>> Update for emulators/wine-compholio failed
=3D=3D=3D>>> Aborting update

=3D=3D=3D>>> You can restart from the point of failure with this command li=
ne:
       portmaster <flags> emulators/wine-compholio=20

Script done on Mon Jan 26 05:45:36 2015


Well.  That was ... peculiar and annoying...  but I was trying to
just get things done so I could get on with my day, so I "portmaster
devel/git" (which informed me that I already had git-2.2.2_1 installed
-- apparently something (else?) has it as a dependency, as I have
no use for git in and of itself -- but portmaster re-built and
-installed it anyway (as I had requested).

It should thus come as little surprise that a re-try for updating
wine-compholio-1.7.34,1 to wine-compholio-1.7.35,1 failed in exactly
the same way.

On this system, I only use portmaster to update the installed ports,
using a ports tree mounted on /common/ports (/usr/ports is a symlink
that points to the real location); the ports tree is (as noted
above) an SVN working copy, using a private local mirror of the
FreeBSD SVN repository that is updated nightly.

Taking a look at emulators/wine-compholio/Makefile, I see thaht it
was last updated:

r375756 | dbn | 2014-12-28 12:39:48 -0800 (Sun, 28 Dec 2014) | 10 lines


It appears that the update that catalyzed this was to emulators/wine-devel;
its Makefile shows:

r377820 | gerald | 2015-01-24 12:32:15 -0800 (Sat, 24 Jan 2015) | 11 lines


I see a note in the commit log that "... files/patch-alternate-toolchain
is not applicable any more; remove it." -- but it's not there to
remove:

g1-240(11.0-C)[14] ls files/
patch-partial-reservation       pkg-message.in
g1-240(11.0-C)[15]=20


So I'm a bit perplexed.

(I only have emulators/wine-compholio as a dependency for
emulators/pipelight, which I had installed as part of an experiment
to see if I could get Netflix to play on the laptop I use for just
about everything.)

Any suggestions?

Peace,
david
--=20
David H. Wolfskill				david@catwhisker.org
Those who murder in the name of God or prophet are blasphemous cowards.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.

--juZjCTNxrMaZdGZC
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQJ8BAEBCgBmBQJUxlBCXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4
QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7xlkQAIX5xYAUxQrxWlrZDxEMHWPD
cUAjOmc9y3IYh9Kg0lsushJ1jb43Ex0hlzn9mrmSgaKXAMmroAV5hhRfxVwRSr+t
/WFQbrkI4VeJYPNcXm0RIcoTSogynJVQ43Ww4fXaWqrfga4CfTggkcuKFnJoEAcP
ZsCRvPjHEkw7JwZSxG0pI/DZrFgMLG1qTd3N6EdSRnvcacc+f2vxbLXFt9vxn8fo
vH7zN1S/PJ/8TGch4YCEev1T7Dcv6wqqAQoxS/Jyq9BwDw2P9WspDMGhKoKNyVqp
FfIUP1d72ij4A9E5G4sf1Ldl0PRu2wKImk2dVgmne8pochAFbojU/5izlPfcYAQj
mWNUPnti8sBxHyF4vnF0JlNZ8mC1J6AYQm0l8wfm/+9MEmRByazdBxH3iPnZAFjJ
i3ZAOTP7bQUSu/MP1ikG9dvssG9Y5n9iBNMyY0bhiGHVyJZg79caaKdeXDRr2Nmu
3/Mo/NmaX3Jo/HAriFlE9Onjp/fMI0leqxkpV3lfig2KY77qN6h0jwvmXqGAjf3v
ezVsvZ1faQjJ25XQi++relvp/l+q0Taz7RDDkaIu1eno8E1ku5OEQwWpAVuOpudQ
GQuCXzj58Lkofv4/fqfgN4KdhlcYMleq074lcrAGbG0NB/LgUqyg8z2hKYzcfv7K
0T/S1dQ0PFho1JDT10ny
=84iS
-----END PGP SIGNATURE-----

--juZjCTNxrMaZdGZC--



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