>>> Building on exopi-4 under astro/wmmoonclock DIST = [astro/wmmoonclock:wmmoonclock-1.30.tar.gz] FULLPKGNAME = wmmoonclock-1.30 RDEPENDS = [devel/desktop-file-utils] distfiles size=238171 >>> Running build in astro/wmmoonclock at 1711445342.68 ===> astro/wmmoonclock ===> Building from scratch wmmoonclock-1.30 ===> Verifying specs: X11 Xext Xpm c m ===> found X11.18.0 Xext.13.0 Xpm.10.0 c.99.0 m.10.1 ===> Checking files for wmmoonclock-1.30 `/exopi-cvs/ports/distfiles/wmmoonclock-1.30.tar.gz' is up to date. >> (SHA256) wmmoonclock-1.30.tar.gz: OK ===> Extracting for wmmoonclock-1.30 ===> Patching for wmmoonclock-1.30 ===> Applying OpenBSD patch patch-wmMoonClock_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/wmMoonClock.c |--- src/wmMoonClock.c.orig |+++ src/wmMoonClock.c -------------------------- Patching file src/wmMoonClock.c using Plan A... Hunk #1 succeeded at 157. Hunk #2 succeeded at 775. Hunk #3 succeeded at 784. Hunk #4 succeeded at 793. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for wmmoonclock-1.30 ===> Configuring for wmmoonclock-1.30 Using /exopi-obj/pobj/wmmoonclock-1.30/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/wmmoonclock-1.30/config.site checking for a BSD-compatible install... /exopi-obj/pobj/wmmoonclock-1.30/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for x11... yes checking for xext... yes checking for xpm... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for wmmoonclock-1.30 depbase=`echo src/CalcEphem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"wmmoonclock\" -DPACKAGE_TARNAME=\"wmmoonclock\" -DPACKAGE_VERSION=\"1.30\" -DPACKAGE_STRING=\"wmmoonclock\ 1.30\" -DPACKAGE_BUGREPORT=\"wmaker-dev@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wmmoonclock\" -DVERSION=\"1.30\" -I. -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -O2 -pipe -MT src/CalcEphem.o -MD -MP -MF $depbase.Tpo -c -o src/CalcEphem.o src/CalcEphem.c && mv -f $depbase.Tpo $depbase.Po src/CalcEphem.c:5:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void CalcEphem(date, UT, c) ^ src/CalcEphem.c:47:13: warning: passing arguments to 'jd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TU = (jd(year, month, day, 0.0) - 2451545.0)/36525.0; ^ src/CalcEphem.c:52:16: warning: passing arguments to 'hour24' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] T0 = hour24(T0); ^ src/CalcEphem.c:53:21: warning: passing arguments to 'hour24' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c->gmst = hour24(T0 + UT*1.002737909); ^ src/CalcEphem.c:55:21: warning: passing arguments to 'frac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lmst = 24.0*frac( (c->gmst - c->Glon/15.0) / 24.0 ); ^ src/CalcEphem.c:76:13: warning: passing arguments to 'jd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TU = (jd(year, month, day, TDT) - 2415020.0)/36525.0; ^ src/CalcEphem.c:89:14: warning: passing arguments to 'jd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TU = (jd(year, month, day, TDT) - jd(2000, 1, 1, 12.0))/36525.0; ^ src/CalcEphem.c:89:42: warning: passing arguments to 'jd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TU = (jd(year, month, day, TDT) - jd(2000, 1, 1, 12.0))/36525.0; ^ src/CalcEphem.c:104:15: warning: passing arguments to 'jd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] days = jd(year, month, day, TDT) - jd(year, month, day, TDT); ^ src/CalcEphem.c:104:43: warning: passing arguments to 'jd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] days = jd(year, month, day, TDT) - jd(year, month, day, TDT); ^ src/CalcEphem.c:105:17: warning: passing arguments to 'angle2pi' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] M = angle2pi(2.0*M_PI/365.242191*days + varep - varpi); ^ src/CalcEphem.c:106:15: warning: passing arguments to 'kepler' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] E = kepler(M, eccen); ^ src/CalcEphem.c:108:23: warning: passing arguments to 'angle2pi' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lambnew = angle2pi(nu + varpi); ^ src/CalcEphem.c:126:18: warning: passing arguments to 'angle360' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RA = angle360(atan2(sin(lambnew)*cos(epsilon), cos(lambnew))*180.0/M_PI); ^ src/CalcEphem.c:142:13: warning: passing arguments to 'jd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TU = (jd(year, month, day, TDT) - 2451545.0)/36525.0; ^ src/CalcEphem.c:143:24: warning: passing arguments to 'Moon' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c->MoonPhase = Moon(TU, &LambdaMoon, &BetaMoon, &R, &AGE); ^ src/CalcEphem.c:148:24: warning: passing arguments to 'angle360' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RA_Moon = angle360(atan2(sin(LambdaMoon)*cos(epsilon)-tan(BetaMoon)*sin(epsilon), cos(LambdaMoon))*DegPerRad); ^ src/CalcEphem.c:176:31: warning: passing arguments to 'NewMoon' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c->MoonAge = (TU - NewMoon(Ta, Tb, Tc))*36525.0; ^ src/CalcEphem.c:193:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double kepler(M, e) ^ src/CalcEphem.c:214:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int DayofYear(year, month, day) ^ src/CalcEphem.c:218:24: warning: passing arguments to 'jd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return((int)(jd(year, month, day, 0.0) - jd(year, 1, 0, 0.0))); ^ src/CalcEphem.c:218:52: warning: passing arguments to 'jd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return((int)(jd(year, month, day, 0.0) - jd(year, 1, 0, 0.0))); ^ src/CalcEphem.c:224:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int DayofWeek(year, month, day, dowstr) ^ src/CalcEphem.c:231:16: warning: passing arguments to 'jd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] JD = jd(year, month, day, 0.0); ^ src/CalcEphem.c:270:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double jd(ny, nm, nd, UT) ^ src/CalcEphem.c:307:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double hour24(hour) ^ src/CalcEphem.c:325:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double angle2pi(angle) ^ src/CalcEphem.c:345:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double angle360(angle) ^ src/CalcEphem.c:364:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Radec_to_Cart(ra, dec, r) ^ src/CalcEphem.c:389:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int LeapYear(year) ^ 30 warnings generated. depbase=`echo src/Moon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"wmmoonclock\" -DPACKAGE_TARNAME=\"wmmoonclock\" -DPACKAGE_VERSION=\"1.30\" -DPACKAGE_STRING=\"wmmoonclock\ 1.30\" -DPACKAGE_BUGREPORT=\"wmaker-dev@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wmmoonclock\" -DVERSION=\"1.30\" -I. -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -O2 -pipe -MT src/Moon.o -MD -MP -MF $depbase.Tpo -c -o src/Moon.o src/Moon.c && mv -f $depbase.Tpo $depbase.Po src/Moon.c:43:14: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] S1 = sine( 0.19833 + 0.05611*T ); ^ src/Moon.c:44:14: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] S2 = sine( 0.27869 + 0.04508*T ); ^ src/Moon.c:45:14: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] S3 = sine( 0.16827 - 0.36903*T ); ^ src/Moon.c:46:14: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] S4 = sine( 0.34734 - 5.37261*T ); ^ src/Moon.c:47:14: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] S5 = sine( 0.10498 - 5.37899*T ); ^ src/Moon.c:48:14: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] S6 = sine( 0.42681 - 0.41855*T ); ^ src/Moon.c:49:14: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] S7 = sine( 0.14943 - 5.37511*T ); ^ src/Moon.c:55:27: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DGAM = -3332e-9 * sine( 0.59734 - 5.37261*T) ^ src/Moon.c:56:20: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] -539e-9 * sine( 0.35498 - 5.37899*T) ^ src/Moon.c:57:20: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] -64e-9 * sine( 0.39943 - 5.37511*T); ^ src/Moon.c:61:21: warning: passing arguments to 'frac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] L0 = TwoPi*frac( 0.60643382 + 1336.85522467*T - 0.00000313*T2 ) + DL0/ARC; ^ src/Moon.c:62:21: warning: passing arguments to 'frac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] L = TwoPi*frac( 0.37489701 + 1325.55240982*T + 0.00002565*T2 ) + DL/ARC; ^ src/Moon.c:63:21: warning: passing arguments to 'frac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LS = TwoPi*frac( 0.99312619 + 99.99735956*T - 0.00000044*T2 ) + DLS/ARC; ^ src/Moon.c:64:21: warning: passing arguments to 'frac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] F = TwoPi*frac( 0.25909118 + 1342.22782980*T - 0.00000892*T2 ) + DF/ARC; ^ src/Moon.c:65:21: warning: passing arguments to 'frac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] D = TwoPi*frac( 0.82736186 + 1236.85308708*T - 0.00000397*T2 ) + DD/ARC; ^ src/Moon.c:220:23: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DLAM += +0.82*sine( 0.7736 -62.5512*T ) + 0.31*sine( 0.0466 -125.1025*T ) ^ src/Moon.c:220:58: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DLAM += +0.82*sine( 0.7736 -62.5512*T ) + 0.31*sine( 0.0466 -125.1025*T ) ^ src/Moon.c:221:23: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] +0.35*sine( 0.5785 -25.1042*T ) + 0.66*sine( 0.4591 +1335.8075*T ) ^ src/Moon.c:221:58: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] +0.35*sine( 0.5785 -25.1042*T ) + 0.66*sine( 0.4591 +1335.8075*T ) ^ src/Moon.c:222:23: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] +0.64*sine( 0.3130 -91.5680*T ) + 1.14*sine( 0.1480 +1331.2898*T ) ^ src/Moon.c:222:58: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] +0.64*sine( 0.3130 -91.5680*T ) + 1.14*sine( 0.1480 +1331.2898*T ) ^ src/Moon.c:223:23: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] +0.21*sine( 0.5918 +1056.5859*T ) + 0.44*sine( 0.5784 +1322.8595*T ) ^ src/Moon.c:223:58: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] +0.21*sine( 0.5918 +1056.5859*T ) + 0.44*sine( 0.5784 +1322.8595*T ) ^ src/Moon.c:224:23: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] +0.24*sine( 0.2275 -5.7374*T ) + 0.28*sine( 0.2965 +2.6929*T ) ^ src/Moon.c:224:58: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] +0.24*sine( 0.2275 -5.7374*T ) + 0.28*sine( 0.2965 +2.6929*T ) ^ src/Moon.c:225:23: warning: passing arguments to 'sine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] +0.33*sine( 0.3132 +6.3368*T ); ^ src/Moon.c:235:25: warning: passing arguments to 'frac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] *LAMBDA = 360.0*frac( (L0+DLAM/ARC)/TwoPi ); ^ src/Moon.c:247:26: warning: passing arguments to 'frac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] *AGE = 29.530589*frac((D+(DLAM-DLAMS)/ARC)/TwoPi); ^ src/Moon.c:18:8: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] double sine(), frac(); ^ src/Moon.c:265:8: note: conflicting prototype is here double sine(double phi){ ^ src/Moon.c:267:27: warning: passing arguments to 'frac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return( sin(TwoPi*frac(phi)) ); ^ src/Moon.c:18:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] double sine(), frac(); ^ src/Moon.c:272:8: note: conflicting prototype is here double frac(double x){ ^ src/Moon.c:340:36: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] double f1, f2, x0, x1, x2, x3, Moon(); ^ src/Moon.c:26:8: note: conflicting prototype is here double Moon(double T, double *LAMBDA, double *BETA, double *R, double *AGE){ ^ src/Moon.c:391:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] double frac(), cosEPS, sinEPS, P2, ARC; ^ src/Moon.c:272:8: note: conflicting prototype is here double frac(double x){ ^ 33 warnings generated. depbase=`echo src/MoonRise.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"wmmoonclock\" -DPACKAGE_TARNAME=\"wmmoonclock\" -DPACKAGE_VERSION=\"1.30\" -DPACKAGE_STRING=\"wmmoonclock\ 1.30\" -DPACKAGE_BUGREPORT=\"wmaker-dev@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wmmoonclock\" -DVERSION=\"1.30\" -I. -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -O2 -pipe -MT src/MoonRise.o -MD -MP -MF $depbase.Tpo -c -o src/MoonRise.o src/MoonRise.c && mv -f $depbase.Tpo $depbase.Po src/MoonRise.c:24:14: warning: passing arguments to 'SinH' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ym = SinH(year, month, day, UT-1.0) - SinH0; ^ src/MoonRise.c:28:11: warning: passing arguments to 'SinH' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] y0 = SinH(year, month, day, UT) - SinH0; ^ src/MoonRise.c:29:11: warning: passing arguments to 'SinH' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yp = SinH(year, month, day, UT+1.0) - SinH0; ^ src/MoonRise.c:65:25: warning: passing arguments to 'hour24' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] *UTRise = hour24(*UTRise); ^ src/MoonRise.c:72:24: warning: passing arguments to 'hour24' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] *UTSet = hour24(*UTSet); ^ src/MoonRise.c:14:28: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] double xe, ye, z1, z2, SinH(), hour24(); ^ src/MoonRise.c:134:8: note: conflicting prototype is here double SinH(int year, int month, int day, double UT){ ^ src/MoonRise.c:140:13: warning: passing arguments to 'jd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TU = (jd(year, month, day, UT) - 2451545.0)/36525.0; ^ src/MoonRise.c:160:19: warning: passing arguments to 'frac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UT = 24.0*frac( UT/24.0 ); ^ src/MoonRise.c:165:21: warning: passing arguments to 'frac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lmst = 24.0*frac( (gmst-Glon/15.0) / 24.0 ); ^ 9 warnings generated. depbase=`echo src/wmMoonClock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"wmmoonclock\" -DPACKAGE_TARNAME=\"wmmoonclock\" -DPACKAGE_VERSION=\"1.30\" -DPACKAGE_STRING=\"wmmoonclock\ 1.30\" -DPACKAGE_BUGREPORT=\"wmaker-dev@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wmmoonclock\" -DVERSION=\"1.30\" -I. -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -O2 -pipe -MT src/wmMoonClock.o -MD -MP -MF $depbase.Tpo -c -o src/wmMoonClock.o src/wmMoonClock.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo src/xutils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"wmmoonclock\" -DPACKAGE_TARNAME=\"wmmoonclock\" -DPACKAGE_VERSION=\"1.30\" -DPACKAGE_STRING=\"wmmoonclock\ 1.30\" -DPACKAGE_BUGREPORT=\"wmaker-dev@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wmmoonclock\" -DVERSION=\"1.30\" -I. -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -O2 -pipe -MT src/xutils.o -MD -MP -MF $depbase.Tpo -c -o src/xutils.o src/xutils.c && mv -f $depbase.Tpo $depbase.Po cc -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -O2 -pipe -o wmmoonclock src/CalcEphem.o src/Moon.o src/MoonRise.o src/wmMoonClock.o src/xutils.o -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXext -L/usr/X11R6/lib -lXpm -lX11 -lm >>> Running package in astro/wmmoonclock at 1711445348.88 ===> astro/wmmoonclock ===> Faking installation for wmmoonclock-1.30 mkdir -p '/exopi-obj/pobj/wmmoonclock-1.30/fake-amd64/usr/local/bin' /exopi-obj/pobj/wmmoonclock-1.30/bin/install -c -s -m 755 wmmoonclock '/exopi-obj/pobj/wmmoonclock-1.30/fake-amd64/usr/local/bin' mkdir -p '/exopi-obj/pobj/wmmoonclock-1.30/fake-amd64/usr/local/share/applications' /exopi-obj/pobj/wmmoonclock-1.30/bin/install -c -m 644 wmmoonclock.desktop '/exopi-obj/pobj/wmmoonclock-1.30/fake-amd64/usr/local/share/applications' mkdir -p '/exopi-obj/pobj/wmmoonclock-1.30/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/wmmoonclock-1.30/bin/install -c -m 644 src/wmMoonClock.1 '/exopi-obj/pobj/wmmoonclock-1.30/fake-amd64/usr/local/man/man1' cd /exopi-obj/pobj/wmmoonclock-1.30/fake-amd64/usr/local/bin && mv wmmoonclock wmMoonClock ===> Building package for wmmoonclock-1.30 Create /exopi-cvs/ports/packages/amd64/all/wmmoonclock-1.30.tgz Creating package wmmoonclock-1.30 reading plist| checking dependencies| checking dependencies|devel/desktop-file-utils checksumming| checksumming| | 0% checksumming|*** | 6% checksumming|******* | 11% checksumming|********** | 17% checksumming|************** | 22% checksumming|***************** | 28% checksumming|******************** | 33% checksumming|************************ | 39% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************* | 61% checksumming|***************************************** | 67% checksumming|******************************************** | 72% checksumming|*********************************************** | 78% checksumming|*************************************************** | 83% checksumming|****************************************************** | 89% checksumming|********************************************************** | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/wmmoonclock-1.30.tgz >>> Running clean in astro/wmmoonclock at 1711445353.78 ===> astro/wmmoonclock ===> Cleaning for wmmoonclock-1.30 >>> Ended at 1711445354.23 max_stuck=1.25/build=6.20/package=4.90/clean=0.47