cmake's ctest throws std::length_error during png build, blocking building (powerpc64, 10.1-STABLE)

2015-01-29 Thread Mark Millard
14 Jan 2015) $ svnlite status ~markmi/src_10_1_releng/ M /home/markmi/src_10_1_releng/sys/ddb/db_main.c M /home/markmi/src_10_1_releng/sys/ddb/db_script.c M /home/markmi/src_10_1_releng/sys/powerpc/ofw/ofw_machdep.c M /home/markmi/src_10_1_releng/sys/powerpc/ofw/ofwcall64.S M /h

powerpc64 context, sysutils/polkit fails to build: broken pipe during /usr/local/lib/gobject-introspection/giscanner/sourcescanner.py

2015-03-07 Thread Mark Millard
ep.c sys/powerpc/ofw/ofw_machdep.c has a PowerMac G5 specific change to avoid intermittent boot problems. sys/ddb/... and sys/powerpc/ofw/ofwcall64.S are just to help me get evidence if I do end up with another early-boot failure. DDB and GDB are listed in sys/powerpc/conf/GENERIC64vtsc

powerpc64 10.1-STABLE context; cmake's /usr/local/bin/ctest broken but graphics/png configuration defaults use it

2015-03-07 Thread Mark Millard
up with another early-boot failure. DDB and GDB are listed in sys/powerpc/conf/GENERIC64vtsc for the same reason. sys/powerpc/powerpc/dump_machdep.c is from me forcing the DMA transfer size for dumps to be small enough not to be rejected as too large of a DMA request size. sys/powerpc/conf/G

Re: powerpc64 10.1-STABLE context; cmake's /usr/local/bin/ctest broken but graphics/png configuration defaults use it

2015-03-08 Thread Mark Millard
e policy for trying to re-establish the ports now that I can reliably boot the G5s. === Mark Millard markmi at dsl-only.net On 2015-Mar-8, at 09:49 AM, Nathan Whitehorn wrote: This works fine for me. Are you sure you don't have some weird configuration or hardware problem? -Nathan O

powerpc (non-64) 10.1-STABLE context: CXXLD mesa_dri_drivers.la gets c++: Internal error: Segmentation fault (program ld)

2015-03-08 Thread Mark Millard
36,10 @@ CONFIGURE_ARGS+=--enable-vdpau .endif +.if ${ARCH} == powerpc64 +CFLAGS+= -mminimal-toc +.endif + post-patch: @${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \ ${WRKSRC}/configure === Mark Millard markmi at dsl-o

Re: powerpc64 context, sysutils/polkit fails to build: broken pipe during /usr/local/lib/gobject-introspection/giscanner/sourcescanner.py

2015-03-08 Thread Mark Millard
o get back after that Xorg had died/quit. This was true for both vt and sc. My X11 related powerpc (non-64) builds were stopped by... "CXXLD mesa_dri_drivers.la" gets "c++: Internal error: Segmentation fault (program ld)" === Mark Millard markmi at dsl-only.net On 2015-Mar

Re: powerpc64 10.1-STABLE [WITH_DEBUG] context; cmake's /usr/local/bin/ctest broken but graphics/png configuration defaults use it

2015-03-09 Thread Mark Millard
primeEm+0x74> b 101761f8 <._ZN5cmsys15_stl_next_primeEm+0x84> 101761ec <._ZN5cmsys15_stl_next_primeEm+0x78> ld r9,112(r31) 101761f0 <._ZN5cmsys15_stl_next_primeEm+0x7c> ld r9,0(r9) 101761f4 <._ZN5cmsys15_stl_next_primeEm+0x80&

Re: powerpc64 10.1-STABLE [WITH_DEBUG] context; cmake's /usr/local/bin/ctest broken but graphics/png configuration defaults use it

2015-03-10 Thread Mark Millard
g the static on _get_stl_prime_list.) Once propagated the updates will make KWSys and CMake's code again match in this area. So eventually FreeBSD should pick up a fix that should allow WITH_DEBUG= to be better behaved for CMake's programs that use it's hashtable.hxx . === Mark Millard markmi at d

powerpc64 11.0-CURRENT portmaster lang/clang36 gets error: llvm-build: error: invalid native target: 'powerpc64' (not in project)

2015-03-16 Thread Mark Millard
Kind: directory Schedule: normal Last Changed Author: gerald Last Changed Rev: 380943 Last Changed Date: 2015-03-10 10:00:25 -0700 (Tue, 10 Mar 2015) # more /etc/make.conf #CPP=clang-cpp #CC=clang #CXX=clang++ WRKDIRPREFIX=/usr/obj/portswork #WITH_DEBUG= MALLOC_PRODUCTION= === Mark Milla

powerpc64 11.0-CURRENT portmaster lang/clang36 gets another error: llvm-build: error: '::sscanf' has not been declared

2015-03-16 Thread Mark Millard
s Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 381120 Node Kind: directory Schedule: normal Last Changed Author: gerald Last Changed Rev: 380943 Last Changed Date: 2015-03-10 10:00:25 -0700 (Tue, 10 Mar 2015) # more /etc/make.conf #CPP=clang-cpp #CC=clang #CXX=clang++ WRKDIRPREFIX=/usr/

Re: powerpc64 11.0-CURRENT portmaster lang/clang36 gets another error: llvm-build: error: '::sscanf' has not been declared

2015-03-16 Thread Mark Millard
nstallation there had only ever been built-into-world compilers. I've started a lang/CLANG36 install here as well. We will see how each of these goes. Side note: You can tell I got past the booting/memory-corruption problems on the G5 PowerMacs recently (via Powermac specific builds). I'

Re: powerpc64 11.0-CURRENT portmaster lang/clang36 gets another error: llvm-build: error: '::sscanf' has not been declared

2015-03-16 Thread Mark Millard
are being installed. (I started this one first but it is not done yet.) === Mark Millard markmi at dsl-only.net On 2015-Mar-16, at 05:18 PM, Mark Millard wrote: Basic context (more context details listed later): # freebsd-version -ku; uname -ap 11.0-CURRENT 11.0-CURRENT FreeBSD FBSDG5C0 11.0-C

Re: powerpc64 11.0-CURRENT portmaster lang/clang36 gets another error: llvm-build: error: '::sscanf' has not been declared

2015-03-16 Thread Mark Millard
ers. Otherwise just because it "works" in one valid toolchain does not mean it is guaranteed to work in another valid one. gcc5 may well provide fewer of the optional declarations/definitions for some headers. === Mark Millard markmi at dsl-only.net On 2015-Mar-16, at 08:37 PM, M

Re: powerpc64 11.0-CURRENT portmaster lang/clang36 gets error: llvm-build: error: invalid native target: 'powerpc64' (not in project)

2015-03-16 Thread Mark Millard
only where an include of would be required to be involved in order to guarantee the :: (global) declaration/definition. The way the C++ standard (all vintages) is written gcc 4.8.4 and gcc5 could be this different and both be valid/conforming.) === Mark Millard markmi at dsl-only.net On 2015

Re: powerpc64 11.0-CURRENT portmaster lang/clang36 gets another error: llvm-build: error: '::sscanf' has not been declared

2015-03-17 Thread Mark Millard
aving the only guaranteed-sufficient header explicitly included. We will see what that shows. === Mark Millard markmi at dsl-only.net On 2015-Mar-16, at 10:36 PM, Mark Millard wrote: The last powerpc (non-64) build test to complete ran where only built-in-world compilers originally existed

Re: powerpc64 11.0-CURRENT portmaster lang/clang36 gets another error: llvm-build: error: '::sscanf' has not been declared

2015-03-17 Thread Mark Millard
Please excuse all the "gcc491" references. It is lang/gcc49 and currently that has 4.9.3 . The gcc 4.9.1 in my head was from earlier powerpc64-xtoolchain-gcc experiments. === Mark Millard markmi at dsl-only.net On 2015-Mar-17, at 02:19 AM, Mark Millard wrote: On a powerpc (non-64)

Re: powerpc64 11.0-CURRENT portmaster lang/clang36 gets another error: llvm-build: error: '::sscanf' has not been declared

2015-03-17 Thread Mark Millard
guarantees to declare/define ::sscanf. But it should. An alternative to the #include is to instead use std::sscanf notation. That will be the next experiment to check if had been included somewhere or not. It might be that neither header had been included. === Mark Millard markmi at dsl-only.net

Re: powerpc64 11.0-CURRENT portmaster lang/clang36 gets another error: llvm-build: error: '::sscanf' has not been declared

2015-03-17 Thread Mark Millard
uot;llvm/ADT/StringExtras.h" #include "llvm/Config/llvm-config.h" #include "llvm/Option/Arg.h" #include "llvm/Option/ArgList.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Process.h" #inc

Re: powerpc64 11.0-CURRENT portmaster lang/clang36 gets another error: llvm-build: error: '::sscanf' has not been declared

2015-03-17 Thread Mark Millard
.h" #include // Include the necessary headers to interface with the Windows registry and // environment. ... if (!sdkVersion.empty()) std::sscanf(sdkVersion.c_str(), "v%d.%d", &major, &minor); return hasSDKDir && !path.empty(); ... === Mark Millard mar

Re: powerpc64 11.0-CURRENT portmaster lang/clang36 gets error: llvm-build: error: invalid native target: 'powerpc64' (not in project)

2015-03-17 Thread Mark Millard
'mips' : 'Mips', + 'powerpc' : 'PowerPC', ++ 'powerpc64' : 'PowerPC', + 'sparc64' : 'Sparc', + 'x86' : 'X86'

Re: powerpc64 10.1-STABLE [WITH_DEBUG] context; cmake's /usr/local/bin/ctest broken but graphics/png configuration defaults use it

2015-03-17 Thread Mark Millard
e updated > the copy within CMake: > > KWSys 2015-03-10 (4a698414) > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9a427f86 > > Merge branch 'upstream-kwsys' into update-kwsys > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e433223d > > -Brad ===

powerpc64 11.0-CURRENT: CROSS_TOOLCHAIN=powerpc64-gcc rejects -m elf32ppc_fbsd for linking boot1.elf

2015-03-18 Thread Mark Millard
with different content but the same name are appropriate. I renamed /usr/local/include/iconv.h to avoid it being an example of that. I will not list how I got powerpc64-xtoolchain-gcc (and so powerpc64-gcc) to finish installing on a powerpc64 11.0-CURRENT. === Mark Millard markmi at dsl-only.net ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: powerpc64 11.0-CURRENT: CROSS_TOOLCHAIN=powerpc64-gcc rejects -m elf32ppc_fbsd for linking boot1.elf

2015-03-18 Thread Mark Millard
rpc > -LDFLAGS+= -m elf32ppc_fbsd > +LDFLAGS+= -melf32ppc_fbsd > .endif > > .include "../Makefile.inc" > Index: /usr/srcC/sys/boot/uboot/Makefile.inc > ======= > --- /usr/srcC/sys/boot/uboot/

On using powerpc64-xtoolchain-gcc for buildworld buildkernel on a powerpc64 11.0-CURRENT -r279514 variant

2015-03-18 Thread Mark Millard
f clang building is not involved. And the rest existed in my environment before I started this powerpc64-xtoolchain-gcc exploration. lib/libnv/test/dnv_tests.cc and lib/libnv/test/nv_tests.cc are from later than the rest of the unmodified source code, teh rest being from... # svnlite i

Re: On using powerpc64-xtoolchain-gcc for buildworld buildkernel on a powerpc64 11.0-CURRENT -r279514 variant

2015-03-19 Thread Mark Millard
sr/include/c++/v1 > LDADD+=-L/usr/lib -lc++ === Mark Millard markmi at dsl-only.net On 2015-Mar-18, at 09:28 PM, Mark Millard wrote: Basic starting context: > # freebsd-version -ku; uname -apKU > 11.0-CURRENT > 11.0-CURRENT > FreeBSD FBSDG5C0 11.0-CURRENT FreeBSD 11.0-CURRENT

lib/csu/powerpc64/ requires/uses gcc command; does not use CC, XCC, or the like; its Makefile explains what caused the choice...

2015-03-19 Thread Mark Millard
powerpc64-gcc (4.9.1) build, this time including WITH_GCC_BOOTSTRAP= and WITH_GCC= and WITH_GNUCXX= but avoiding their use. === Mark Millard markmi at dsl-only.net ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

powerpc64 11.0-CURRENT CROSS_TOOLSCHAIN=powerpc64-gcc: -pg compile gets ../libcxxrt/terminate.cc:36:7: internal compiler error: Segmentation fault

2015-03-20 Thread Mark Millard
Last Changed Author: dbn > Last Changed Rev: 381120 > Last Changed Date: 2015-03-12 10:13:39 -0700 (Thu, 12 Mar 2015) I have gcc5 and clang36 ports installed. I made no use of clang36. On a powerpc64 11.0-CURRENT powerpc64-xtoolchain-gcc fails to complete its installation because powerpc6

powerpc64 11.0-CURRENT CROSS_TOOLSCHAIN=powerpc64-gcc when building with WITH_CLANG= defined: include/c++/v1/ problems...

2015-03-20 Thread Mark Millard
s-west.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 381120 > Node Kind: directory > Schedule: normal > Last Changed Author: dbn > Last Changed Rev: 381120 > Last Changed Date: 2015-03-12 10:13:39 -0700 (Thu, 12 Mar 2015) I have gcc5 and c

CROSS_TOOLCHAIN=powerpc64-gcc mishandles "Substitution Failure Is Not An Error" when compiling clang and stops the build

2015-03-20 Thread Mark Millard
; Path: /usr/ports > Working Copy Root Path: /usr/ports > URL: https://svn0.us-west.freebsd.org/ports/head > Relative URL: ^/head > Repository Root: https://svn0.us-west.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 381120 > Node Kind: directory > Schedule: normal > Last Changed Author: dbn > Last Changed Rev: 381120 > Last Changed Date: 2015-03-12 10:13:39 -0700 (Thu, 12 Mar 2015) I have gcc5 and clang36 ports installed. I've made no use of clang36. On a powerpc64 11.0-CURRENT powerpc64-xtoolchain-gcc fails to complete its installation because powerpc64-gcc fails to complete its installation. The problems were 4 mismatched file names and one file also not put into staging. I copied appropriate files to the missing names and place and from that status the installation was able to continue and complete via postmaster with -C (as long as powerpc64-gcc was not in use rebuilding itself: some other compiler was in use for that activity instead). === Mark Millard markmi at dsl-only.net ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

powerpc64 context for clang36 use: /usr/bin/ld too old(?) but is used by clang36

2015-03-21 Thread Mark Millard
t Path: /usr/ports URL: https://svn0.us-west.freebsd.org/ports/head/lang/clang36 Relative URL: ^/head/lang/clang36 Repository Root: https://svn0.us-west.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 381120 Node Kind: directory Schedule: normal Last Changed Auth

Re: CROSS_TOOLCHAIN=powerpc64-gcc mishandles "Substitution Failure Is Not An Error" when compiling clang and stops the build

2015-03-23 Thread Mark Millard
c deleted copy constructor fails similarly.) in that both the original code and the improvement fail to compile the above but instead treat it as an error. (Dimitry Andric tested the improvement and https://llvm.org/bugs/show_bug.cgi?id=22771 shows the error that he got.) === Mark Millard mark

Re: CROSS_TOOLCHAIN=amd64-gcc fails to build after clang 3.6.0 import [what N2255 suggests]

2015-03-23 Thread Mark Millard
irect or indirect use of std::is_convertible. I do not know what criteria llvm/clang uses for such issues. === Mark Millard markmi at dsl-only.net On 2015-Mar-22, at 09:56 PM, Mark Millard wrote: I'd sent out a note Saturday for this for powerpc64-xtoolchain-gcc and its powerpc64-gcc po

Fwd: 11.0-CURRENT: SCTP_MAX_CWND, lib/libc/net/sctp_sys_calls.c -r279859 vs. updating to head snaphot -r280598

2015-03-27 Thread Mark Millard
amd64 and arm. > > Best regards > Michael === Mark Millard markmi at dsl-only.net Begin forwarded message: From: Mark Millard Subject: 11.0-CURRENT: SCTP_MAX_CWND, lib/libc/net/sctp_sys_calls.c -r279859 vs. updating to head snaphot -r280598 Date: 2015-March-26 at 07:36:01 PM PDT

Fwd: 11.0-CURRENT: SBUF_INCLUDENUL, /head/sys/kern/subr_sbuf.c -r280193 vs. updating to head snaphot -r280598

2015-03-27 Thread Mark Millard
f usage error, I don't know anything about the > xtoolchain stuff. In any case, there doesn't seem to be anything wrong > with the base build using the supported build mechanisms. === Mark Millard markmi at dsl-only.net Begin forwarded message: Subject: 11.0-CURRENT: SBUF_INCLUDENU

gcc-4.9.1/gcc/config/rs6000/freebsd64.h vs. FreeBSD's powerpc (non-64) L"..." and wchar_t (other gcc ports too?)

2015-04-11 Thread Mark Millard
d also there seems to be a lack of bindings for various _restgpr__x compiler support routines so boot1.elf fails to link. So I skipped that via WITHOUT_BOOT= so I could see what WITH_LIB32= would do. === Mark Millard markmi at dsl-only.net ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: gcc-4.9.1/gcc/config/rs6000/freebsd64.h vs. FreeBSD's powerpc (non-64) L"..." and wchar_t (other gcc ports too?)

2015-04-18 Thread Mark Millard
k of > int main() > { > return 0; > } produces something for which ./a.out segmentation faults in a way that neither the system nor the port gdb can report on where. For now it looks like I'm not going to have the time to work on figuring out any of the issues involved.

powerpc64-gcc 5.2 vintages get L". . ." type wrong compared to Char for FreeBSD for lib32 compiling

2015-12-06 Thread Mark Millard
7;s WCHAR_TYPE, presuming gcc defaults are correct for FreeBSD as far as the type goes. It might need a more explicit type to be sure of a Char match for that freebsd.h file's context.) The 4.9 vintages of powerpc64-gcc were messed up the same way, as was noted at the time. === Mark Mi

Re: powerpc64-gcc 5.2 vintages get L". . ." type wrong compared to Char for FreeBSD for lib32 compiling

2015-12-09 Thread Mark Millard
uch a build actually works for installworld and reboot.)] > On 2015-Dec-6, at 2:44 PM, Andreas Tobler wrote: > > On 06.12.15 22:34, Mark Millard wrote: >> [I picked the lists that I did because powerpc64-gcc is the external >> toolchain created to allow modern powerpc64 builds.

powerpc64: powerpc64-gcc, gcc49, gcc5 bind -m32 -mcpu=powerpc a.out to /libexec/ld-elf32.so.1 instead of /libexec/ld-elf.so.1

2015-12-15 Thread Mark Millard
[This is mostly a re-titling of an earlier freebsd-pcc/freebsd-toolchain message to correctly identify the problem. I also added the freebsd-ports list and some content.] On 2015-Dec-15, at 4:36 AM, Konstantin Belousov wrote: > On Mon, Dec 14, 2015 at 11:06:51PM -0800, Mark Millard wr

Staging for ... Generating temporary packing list mtree: /usr/local/etc/mtree/BSD.gnome.dist: No such file or directory

2014-09-07 Thread Mark Millard
tall my ports? [Justin: This gives an idea where I'm at relative to testing the Xorg/xfce4 failure on powerpc/GENERIC. buildworld, kernel, installworld seems to have worked fine. But I do not have Xorg or xfce4 in place yet to repeat the previously failing steps.] === Mark Millard markmi a

Re: Staging for ... Generating temporary packing list mtree: /usr/local/etc/mtree/BSD.gnome.dist: No such file or directory

2014-09-07 Thread Mark Millard
mtree/BSD.gnome.dist in non-obvious contexts.) === Mark Millard mar...@dsl-only.net On Sep 7, 2014, at 3:24 PM, Mark Millard wrote: It appears to me that if the portmaster man page's instructions for "Using portmaster to do a complete reinstallation of all your ports" are still supposed

powerpc64 vs. Mesa-10.3.2: .libs/libmesa.a(builtin_functions.o)(.text+???): sibling call optimization to `_???' (various) does not allow automatic multiple TOCs

2014-11-02 Thread Mark Millard
BSDG5M1:~/fbsd_rebuild_materials # more /etc/make.conf WITH_DEBUG_FILES= WITHOUT_CLANG= WRKDIRPREFIX=/usr/obj/portswork WITH_DEBUG= (Note: WITHOUT_CLANG is just because last I tried clang would not build for WITH_DEBUG. And powerpc64/GENERIC64 does not use clang for buildworld/buildkernel yet.)

Re: powerpc64 vs. Mesa-10.3.2: .libs/libmesa.a(builtin_functions.o)(.text+???): sibling call optimization to `_???' (various) does not allow automatic multiple TOCs

2014-11-02 Thread Mark Millard
Thanks much. It may be a while before I get back to try this: I'm trying to build a powerpc64/GENERIC64 11.0 kernel variant for an experiment for someone and the PowerMac is busy doing that right now. === Mark Millard markmi at dsl-only.net On Nov 2, 2014, at 3:38 PM, Koop Mast

xf86-video-ati-7.5.0 is only for i386 amd64, while you are running powerpc64. But no /usr/ports/UPDATING material about it.

2014-11-23 Thread Mark Millard
X1950 that vt mishandled device sc #device kbdmux # HACK: already listed by vt options SC_OFWFB# OFW frame buffer options SC_DFLT_FONT# compile font in makeoptions SC_DFLT_FONT=cp437 === Mark Millard markmi at dsl-only.net __

Re: xf86-video-ati-7.5.0 is only for i386 amd64, while you are running powerpc64. But no /usr/ports/UPDATING material about it.

2014-11-23 Thread Mark Millard
/py-sphinx x11/resourceproto security/sudo archivers/unzip multimedia/v4l_compat lang/vala x11/xcb-proto x11/xcmiscproto x11-drivers/xf86-video-scfb x11-fonts/xf86bigfontproto x11/xf86driproto x11-wm/xfce4 textproc/xmlto x11/xorg devel/xorg-macros archivers/zip === Mark Millard markmi at dsl-only.ne

Re: xf86-video-ati-7.5.0 is only for i386 amd64, while you are running powerpc64. But no /usr/ports/UPDATING material about it.

2014-11-23 Thread Mark Millard
cess to for the PowerMac G5 (PCIExpress) context. > === Mark Millard markmi at dsl-only.net Context note: I build a powerpc64/GENERIC64 variant with both vt and sc enabled and use the same SSD for both NIVIDA based PowerMac G5's and one Radeon X1950 based one. Currently I do not use X11 at a

port's svn commit: r413746 - in head "many ports: mark broken on powerpc64": for what toolchains?

2016-04-23 Thread Mark Millard
r/src/sys/boot/ofw/Makefile.inc > M /usr/src/sys/boot/powerpc/Makefile > M /usr/src/sys/boot/powerpc/Makefile.inc > M /usr/src/sys/boot/uboot/Makefile.inc > M /usr/src/sys/conf/Makefile.powerpc > M /usr/src/sys/conf/kern.mk > M /usr/src/sys/conf/kmod.mk > ? /usr/src/sys/powerpc/conf/GENERIC64-NODBG > ? /usr/src/sys/powerpc/conf/GENERIC64vtsc > ? /usr/src/sys/powerpc/conf/GENERIC64vtsc-NODEBUG > ? /usr/src/sys/powerpc/conf/GENERICvtsc > ? /usr/src/sys/powerpc/conf/GENERICvtsc-NODEBUG > M /usr/src/sys/powerpc/ofw/ofw_machdep.c > M /usr/src/sys/powerpc/powerpc/exec_machdep.c === Mark Millard markmi at dsl-only.net ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: port's svn commit: r413746 - in head "many ports: mark broken on powerpc64": for what toolchains?

2016-04-23 Thread Mark Millard
On 2016-Apr-23, at 4:17 PM, Steve Wills wrote: > > Hi, > > On 04/23/16 05:50 PM, Mark Millard wrote: >> Recently a large block of ports (including lang/gcc6-devel) were >> marked in their Makefiles with >> >>> BROKEN_powerpc64= Does not build >

Re: port's svn commit: r413746 - in head "many ports: mark broken on powerpc64": for what toolchains?

2016-04-24 Thread Mark Millard
and lang/ruby23 all were so marked. (So I commented those marks out.) My build that upgraded from ruby21 to ruby22 went fine. === Mark Millard markmi at dsl-only.net On 2016-Apr-23, at 5:21 PM, Mark Millard wrote: > > On 2016-Apr-23, at 4:17 PM, Steve Wills wrote: >>

Re: port's svn commit: r413746 - in head "many ports: mark broken on powerpc64": for what toolchains?

2016-04-24 Thread Mark Millard
ibraries compiled by distinct gcc's?). But I expect that the above should be better than being marked broken. === Mark Millard markmi at dsl-only.net Older material: On 04/24/16 03:19 AM, Mark Millard wrote: > [A top-post of the results of my test build of lang/gcc6-devel using gc

RE: Weird portupgrade error on current amd64 [and powerpc64?]

2016-04-26 Thread Mark Millard
lint' (portlint-2.16.8) because a requisite > package 'perl5-5.22.1_7' (lang/perl5.22) failed (specify -k to force) ruby was still lang/ruby21 at the time. I used portmaster instead and everything worked fine. === Mark Millard markmi at dsl-only.net __

svn commit: r414355: perl5 5.22.2 build broken, at least on powerpc64, powerpc, arm; e.g.: . . ./lang/perl5.22/work/perl-5.22.2/perl --version reports 5.22.1 ; more

2016-05-01 Thread Mark Millard
t; > /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/Configure.orig > -L*|-R*|-Wl,-R*) > xxx="-Wl,-R$shrpdir" > /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/Configure.bak > ccdlflags=' -Wl,-R/usr/local/lib/perl

Re: Weird portupgrade error on current amd64 [and powerpc64?] (-r298192 and later; also now on stable as of -r298920 and later)

2016-05-02 Thread Mark Millard
gt; and proceeded usual rebuilding procedure. > > Fortunately, there was only 3 commits between r298836 and r298920, > and I got right one in first attempt. > > But unfortunately, fixing portupgrade[-devel] or file/libmagic beyonds > my hand. :-< I have taken Tomoaki'

Re: ruby22 buillds with gcc38 on powerpc64

2016-05-05 Thread Mark Millard
r example, mess up the stack contents when signal delivery happens. As far as I can tell depending on clang/clang++ for powerpc64 or for powerpc is risky or requires analysis that things are actually working for all the specific uses being made. But so far as I can tell clang 3.8.0 is an improvemen

Re: Portugrade uninstall failed (Broken pipe)

2016-05-08 Thread Mark Millard
other things. -r299234 explicitly avoids calling close(fd) when fd==STDIN_FILENO: The close would break the pipe in use by portupgrade. === Mark Millard markmi at dsl-only.net ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org

11.0-CURRENT: lang/gcc, lang/gcc5, lang/gcc6-devel, lang/llvm38, etc. do not build on/for armv6 (now implicitly hard float)

2016-05-25 Thread Mark Millard
float for 11.0-CURRENT. Of course until everyone updates to modern enough armv6 context a mix of softfloat and hardfloat will be around. === Mark Millard markmi at dsl-only.net ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailma

11.0-CURRENT -r300770 libc++ update vs. lang/powerpc64-xtoolchain-gcc: no go [self hosted powerpc64 context]

2016-05-26 Thread Mark Millard
objcopy OBJDUMP=/usr/local/${TOOLS_FROM_TYPE}-portbld-freebsd${VERSION_CONTEXT}/bin/objdump RANLIB=/usr/local/${TOOLS_FROM_TYPE}-portbld-freebsd${VERSION_CONTEXT}/bin/ranlib SIZE=/usr/local/${TOOLS_FROM_TYPE}-portbld-freebsd${VERSION_CONTEXT}/bin/size #NO-SUCH: STRINGS=/usr/local/${TOOL

Re: 11.0-CURRENT -r300770 libc++ update vs. lang/powerpc64-xtoolchain-gcc: no go [self hosted powerpc64 context]

2016-05-27 Thread Mark Millard
On 2016-May-27, at 1:50 PM, Dimitry Andric wrote: > > On 27 May 2016, at 01:53, Mark Millard wrote: >> >> I do buildworld/buildkernel on a powerpc64 targeting itself via >> lang/powerpc64-xtoolchain-gcc (a.k.a. lang/powerpc64-gcc for the most part). >> [G

Re: 11.0-CURRENT -r300770 libc++ update vs. lang/powerpc64-xtoolchain-gcc: no go [self hosted powerpc64 context]

2016-05-27 Thread Mark Millard
DD EBUG=1 -DNEED_SOLARIS_BOOLEAN -MD -MF.depend.arc.o -MTarc.o -std=iso9899:1999 -fstack-protector-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-

Re: 11.0-CURRENT -r300770 libc++ update vs. lang/powerpc64-xtoolchain-gcc: no go [self hosted powerpc64 context]

2016-05-27 Thread Mark Millard
/../../../contrib/llvm/tools/clang/include > > /usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/lib/Analysis > . > > /usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/../../lib/clang/include > /usr/obj/xtoolchain/powerpc.powerpc64/usr/src/tmp/usr

Re: 11.0-CURRENT -r300770 libc++ update vs. lang/powerpc64-xtoolchain-gcc: no go [self hosted powerpc64 context]

2016-05-27 Thread Mark Millard
On 2016-May-27, at 6:04 PM, Mark Millard wrote: > [Top posting failure results again.] > > -r300886 for powerpc64 failed for each of: > > /usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/lib/Analysis/AnalysisDeclContext.cpp > > /usr/src/lib/cla

Re: 11.0-CURRENT -r300770 libc++ update vs. lang/powerpc64-xtoolchain-gcc: no go [self hosted powerpc64 context]

2016-05-28 Thread Mark Millard
pt. It looks like they have code to detect the attempt to use /usr and prevent it. === Mark Millard markmi at dsl-only.net On 2016-May-28, at 6:32 AM, Dimitry Andric wrote: > On 28 May 2016, at 06:18, Mark Millard wrote: > ... >> The -r300886 powerpc64 devel/p

Re: 11.0-CURRENT -r300770 libc++ update vs. lang/powerpc64-xtoolchain-gcc: no go [self hosted powerpc64 context]

2016-05-28 Thread Mark Millard
#ifndef __va_list__ > typedef __gnuc_va_list va_list; > #endif /* not __va_list__ */ It would appear that /usr/local/lib/gcc/powerpc64-portbld-freebsd11.0/5.3.0/include/stdarg.h is the one in use during the failure. === Mark Millard markmi at dsl-only.net __

Re: 11.0-CURRENT: lang/gcc, lang/gcc5, lang/gcc6-devel, lang/llvm38, etc. do not build on/for armv6 (now implicitly hard float)

2016-05-29 Thread Mark Millard
On 2016-May-28, at 9:50 PM, Warner Losh wrote: > On Wed, May 25, 2016 at 10:12 AM, Mark Millard wrote: >> I'm not sure that Gerald or Brooks were CC'd on a report made to the arm >> list about armv6 builds of gcc and llvm being broken now because of hard >> fl

lang/gcc6 (as of /usr/ports -r416711) does not build on 11.0 -r301815 on an rpi2 [armv7-a, cortex-a7]: a.out uses VFP register arguments, . . . does not

2016-06-12 Thread Mark Millard
RAP= > WITH_CLANG_BOOTSTRAP= > WITH_CLANG= > WITH_CLANG_IS_CC= > WITH_CLANG_FULL= > WITH_CLANG_EXTRAS= > WITH_LLDB= > # > WITH_BOOT= > WITHOUT_LIB32= > # > WITHOUT_ELFTOOLCHAIN_BOOTSTRAP= > WITHOUT_GCC_BOOTSTRAP= > WITHOUT_GCC= > WITHOUT_GCC_IS_CC= > WITH

Re: lang/gcc6 (as of /usr/ports -r416711) does not build on 11.0 -r301815 on an rpi2 [armv7-a, cortex-a7]: a.out uses VFP register arguments, . . . does not

2016-06-12 Thread Mark Millard
Just a quick top-posted note: lang/gcc5 (as of /usr/ports -r416711) built fine, unlike the lang/gcc6 noted before/below. [I happened to try lang/gcc5 with the bootstrap configuration item disabled.] I may try lang/gcc6-devel to see what it does. === Mark Millard markmi at dsl-only.net On 2016

Re: lang/gcc6 (as of /usr/ports -r416711) does not build on 11.0 -r301815 on an rpi2 [armv7-a, cortex-a7]: a.out uses VFP register arguments, . . . does not

2016-06-12 Thread Mark Millard
On 2016-Jun-12, at 5:43 PM, Mark Millard wrote: > Just a quick top-posted note: lang/gcc5 (as of /usr/ports -r416711) built > fine, unlike the lang/gcc6 noted before/below. [I happened to try lang/gcc5 > with the bootstrap configuration item disabled.] > > I may try lang/gc

On an 11.0 -r302331 rpi2: "pkg info -f" Architecture still lists softfp: freebsd:11:armv6:32:el:eabi:softfp

2016-07-04 Thread Mark Millard
ect-oriented interpreted scripting language ruby22-bdb-0.6.6_4 Ruby interface to Oracle Berkeley DB revision 2 or later sqlite3-3.13.0 SQL database engine in a C library texinfo-6.1.20160425 Typeset documentation system with mult

Re: [HEADSUP] change in default openssl coming

2016-07-08 Thread Mark Millard
required: no binary distributions are generally available for ports for them. === Mark Millard markmi at dsl-only.net ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to &quo

Re: svn commit: r418841 - in head/benchmarks/iozone: . files

2016-07-20 Thread Mark Millard
ILP32 FreeBSD architectures. +- sscanf(optarg,"%lld",&kilobytes64); ++ sscanf(optarg,"%ld",&kilobytes64); See the activity at: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211152

FYI: amd64 FreeBSD 11.0-BETA3 running under VirtualBox on Mac OS X 10.11.6 : using qemu-system-sparc64 from emulators/qemu-devel in such a FreeBSD results in...

2016-08-02 Thread Mark Millard
WWW: http://wiki.qemu.org/Main_Page > Comment: QEMU CPU Emulator - development version > Options: > CDROM_DMA : on > CURL : on > DOCS : on > GNS3 : on > GNUTLS : on > GTK2 : on > JPEG : on > OPENGL : on > PCAP : on > PNG: on > SAMBA : off > SASL : on > STATIC_LINK: off > USBREDIR : off > X11: on > X86_TARGETS: off . . . === Mark Millard markmi at dsl-only.net ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Problems with our libgcc_s.so in base [FYI: armv6 C++/g++6 example under stable/11 -r304029]

2016-08-21 Thread Mark Millard
-PRERELEASE #4 r304029M: Sat Aug 13 > 01:10:34 PDT 2016 > markmi@FreeBSDx64:/usr/obj/clang/arm.armv6/usr/src/sys/RPI2-N > ODBG arm armv6 1100500 1100500 === Mark Millard markmi at dsl-only.net ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

armv6 specific std::async crash from g++6 built a.out [stable/11 -r304943 context; /usr/ports -r421001 context]

2016-09-01 Thread Mark Millard
d11.0/6.2.0/../../../../../armv6-portbld-freebsd11.0/bin/ > LIBRARY_PATH=/usr/local/lib/gcc6/gcc/armv6-portbld-freebsd11.0/6.2.0/:/usr/local/lib/gcc6/gcc/armv6-portbld-freebsd11.0/6.2.0/../../../../../armv6-portbld-freebsd11.0/lib/:/usr/local/lib/gcc6/gcc/armv > 6-portbld-freebsd11.0/6.2.

Re: armv6 specific std::async crash from g++6 built a.out [stable/11 -r304943 context; /usr/ports -r421001 context]

2016-09-01 Thread Mark Millard
On 2016-Sep-1, at 7:46 AM, Mark Millard wrote: > [I've only compared armv6 and amd64 behavior for this. amd64 did not get the > problem.] > > The program is under 40 lines and is shown below: > (It is a simplification of the context of the original discov

Re: armv6 specific std::async crash from g++6 built a.out [stable/11 -r304943 context; /usr/ports -r421001 context]

2016-09-01 Thread Mark Millard
185 > #12 0x in ?? () > Backtrace stopped: previous frame identical to this frame (corrupt stack?) > (gdb) thread 3 > [Switching to thread 3 (LWP 100270 of process 13188)] > #0 thread_start (curthread=0x20812600) at > /usr/src/lib/libthr/thread/thr_create.c:253 > 253

Re: armv6 specific std::async crash from g++6 built a.out [stable/11 -r304943 context; /usr/ports -r421001 context]

2016-09-01 Thread Mark Millard
armv7a): > #CFLAGS+= -march=armv7-a -mcpu=cortex-a7 > #CXXFLAGS+= -march=armv7-a -mcpu=cortex-a7 > #CPPFLAGS+= -march=armv7-a -mcpu=cortex-a7 > # > #lang/gcc6's xgcc stage considers the above conflicting so use just: > CFLAGS+= -mcpu=cortex-a7 > CXXFLAGS+= -mcpu=cortex-a7

Re: armv6 specific std::async crash from g++6 built a.out [stable/11 -r304943 context; /usr/ports -r421001 context]

2016-09-02 Thread Mark Millard
On 2016-Sep-1, at 4:35 PM, Mark Millard wrote: > Another top post because I should have kept going with the reductions: the > following ~10 line program also shows the SIGSEGV behavior on armv6 (an rpi2) > for running ./a.out after compiling via g++6. > >> # more g++6

Re: armv6 specific std::async crash from g++6 built a.out [g++5 too; unsure for aarch64/powerpc/powerpc64: help?]

2016-09-03 Thread Mark Millard
ased buildworld for powerpc (with a gcc 4.2.1 based kernel with signal delivery changes to deal with clang producing stack-handling ABI violations). clang++ 3.8.0 for powerpc64 and powerpc has other problems, including exception handling being messed up in the programs it produces.] === Mark Milla

Multiple people report binutils 2.27 does not work for powerpc64 (and powerpc?)

2016-09-12 Thread Mark Millard
rds, > > Curtis > > > > On 9/9/2016 4:32 PM, Bill Sorenson wrote: > > >Everything I've built with the new binutils using either GCC 4.9, 5.4 or > >6.2 instantly dumps when run. This is on an Xserve G5. Is this just me or > >is there

Re: binutils 2.27 [not working for powerpc64 (and powerpc?)]

2016-09-20 Thread Mark Millard
clang for powerpc and powerpc64 for buildworld and buildkernel. === Mark Millard markmi at dsl-only.net On 2016-Sep-20, at 11:19 AM, Krzysztof Parzyszek wrote: > I've had similar problems after building gcc-4.8. After reverting back to > binutils 2.25 and rebuilding, it worked f

Re: binutils 2.27 [not working for powerpc64 (and powerpc?)]

2016-09-20 Thread Mark Millard
2868 for devel/binutils with the text of the list reports that I've quoted. > On 20 Sep 2016, at 22:56, Mark Millard wrote: >> >> The below forward from freebsd-pcc's list confirms that binutils 2.27 not >> working for powerpc64 (& powerpc?) contexts. >> &

Re: Installing ports via pkg on 11 [ports-mgmt/synth only available for amd64 and i386 on FreeBSD]

2016-09-23 Thread Mark Millard
head/lang/gcc6-aux/Makefile : LANGS= c c++ ada . . . .if ${OPSYS} == FreeBSD ONLY_FOR_ARCHS= amd64 i386 . . . .endif .if ${OPSYS} == DragonFly ONLY_FOR_ARCHS= x86_64 . . . === Mark Millard markmi at dsl-only.net ___ freebs

devel/powerpc64-gcc cross-build of libc++ based stable/11 -r306344 buildworld failed: call to . . . lacks nop, can't restore toc; recompile with -fPIC

2016-09-26 Thread Mark Millard
more /etc/make.conf > WANT_QT_VERBOSE_CONFIGURE=1 > # > DEFAULT_VERSIONS+=perl5=5.22 > WRKDIRPREFIX=/usr/obj/portswork > WITH_DEBUG= > WITH_DEBUG_FILES= > MALLOC_PRODUCTION= > # svnlite status /usr/src > M /usr/src/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBui

Re: devel/powerpc64-gcc cross-build of libc++ based stable/11 -r306344 buildworld failed: call to . . . lacks nop, can't restore toc; recompile with -fPIC

2016-09-26 Thread Mark Millard
Quick top post on avoiding the problem: Reverting devel/powerpc64-gcc from -r421598 to -r413189 appears to have avoided this problem. While buildworld is still building: the build is well past the failure point reported below. === Mark Millard markmi at dsl-only.net On 2016-Sep-26, at 4:48

From llvm: Fwd: [Bug 26970] clang 3.8.0 for powerpc64 vs. FreeBSD buildworld: error: invalid float ABI 'soft float is not supported for ppc64' [llvm r283060/r283061 are a fix]

2016-10-01 Thread Mark Millard
rts to llvm, for powerpc64 and for powerpc. If projects/clang390-import also picks up these latest fixes ( -r282174 , -r283060 , -r283061 ) some interesting powerpc64 and powerpc experiments should be possible. (But it will be around a couple of weeks before I've got access to the powerpc6

Re: graphics/opencv2-core: compiler error on CURRENT: error: 'stddef.h' file not found

2016-10-07 Thread Mark Millard
cratch, you need to add -isystem /usr/include/c++/v1 *before* -isystem > /usr/include. But it is better not to do this at all. :) There is more background/supporting information in that comment. === Mark Millard markmi at dsl-only.net ___ freebsd-

Re: graphics/opencv2-core: compiler error on CURRENT: error: 'stddef.h' file not found

2016-10-07 Thread Mark Millard
On 2016-Oct-7, at 2:14 AM, O. Hartmann wrote: > > Am Fri, 7 Oct 2016 02:00:34 -0700 > Mark Millard schrieb: > >> O. Hartmann ohartman at zedat.fu-berlin.de wrote on Fri Oct 7 08:26:27 UTC >> 2016 . . . >> >> . . . of having problems with not finding du

Re: graphics/opencv2-core: compiler error on CURRENT: error: 'stddef.h' file not found

2016-10-07 Thread Mark Millard
On 2016-Oct-7, at 2:34 AM, O. Hartmann wrote: > Am Fri, 7 Oct 2016 02:00:34 -0700 > Mark Millard schrieb: > >> O. Hartmann ohartman at zedat.fu-berlin.de wrote on Fri Oct 7 08:26:27 UTC >> 2016 . . . >> >> . . . of having problems with not finding durin

[HEADSUP] Default Perl changed to 5.24.

2016-11-06 Thread Mark Millard
/auto/Authen/NTLM/.packlist None of this had 5.24 equivalents present. It appears that the UPDATING notes for portmaster are also incomplete. Using portmaster with -f for each matching p5-*-* generally cleaned this up: removing the 5.22 item and adding the 5.24 one. (There is no /us

Re: svn commit: r427110 - head/lang/gcc/files [does lang/gcc49 need such too?]

2016-11-25 Thread Mark Millard
o > gcc/system.h. This makes the 'second' includes of in some .c > files superfluous, but at least they won't result in errors. Will lang/gcc49 needs similar changes? (I normally only use explicitly version numbered lang/gcc* 's and I use lang/gcc49 on powerpc64's.)

Re: svn commit: r427110 - head/lang/gcc/files [does lang/gcc49 need such too?]

2016-11-25 Thread Mark Millard
On 2016-Nov-25, at 5:00 PM, Dimitry Andric wrote: > On 26 Nov 2016, at 01:13, Mark Millard wrote: >> >>> Author: dim (src committer) >>> Date: Fri Nov 25 12:54:01 2016 >>> New Revision: 427110 >>> URL: >>> https://svnweb.freebsd.org/chan

Re: svn commit: r427110 - head/lang/gcc/files [does lang/gcc49 need such too?]

2016-11-26 Thread Mark Millard
On 2016-Nov-25, at 11:47 PM, Gerald Pfeifer wrote: > On Fri, 25 Nov 2016, Mark Millard wrote: >> I wonder if that leaves lang/gcc and lang/gcc49 as conflicting. > > Yes, these two ports conflict for the time being, and are properly > marked as such. > > (And I am lo

Re: svn commit: r427110 - head/lang/gcc/files [does lang/gcc49 need such too?]

2016-12-10 Thread Mark Millard
c6 automatically. Now that devel/powerpc64-gcc is 6.2.0 based it and lang/gcc6 may also conflict (I do not know yet: build in progress). === Mark Millard markmi at dsl-only.net Older material: On 2016-Nov-26, at 4:16 PM, Mark Millard wrote: > On 2016-Nov-25, at 11:47 PM, Gerald Pfeifer

Re: svn commit: r427110 - head/lang/gcc/files [does lang/gcc49 need such too?]

2016-12-11 Thread Mark Millard
On 2016-Dec-11, at 1:39 AM, Gerald Pfeifer wrote: > Hi Mark, > > On Sat, 10 Dec 2016, Mark Millard wrote: >> [Top post of example lack of lang/gcc6-devel vs. lan/gcc6 >> substitutability. Context /usr/ports/ at -r428325 (other >> than a few specially controlled item

Re: svn commit: r427110 - head/lang/gcc/files [does lang/gcc49 need such too?]

2016-12-11 Thread Mark Millard
[After "BUILD_DEPENDS+= gcc6:lang/gcc6" below shows that portmaster does not do what you indicate the build environment should do. The beginning is not essential material.] On 2016-Dec-11, at 4:40 AM, Gerald Pfeifer wrote: > On Sun, 11 Dec 2016, Mark Millard wrote: >> I re

Re: svn commit: r427110 - head/lang/gcc/files [does lang/gcc49 need such too?]

2016-12-11 Thread Mark Millard
On 2016-Dec-11, at 3:11 PM, Mark Linimon wrote: > On Sun, Dec 11, 2016 at 02:59:36PM -0800, Mark Millard wrote: >> I tend to have powerpc64 and powerpc patches because of my >> experimenting with clang targeting them and that the standard >> powerpc64 build does not boot P

Re: svn commit: r427110 - head/lang/gcc/files [does lang/gcc49 need such too?]

2016-12-12 Thread Mark Millard
is inference from the observed behavior of existing code instead of from from reading something indicating the intended properties.) === Mark Millard markmi at dsl-only.net On 2016-Dec-11, at 2:59 PM, Mark Millard wrote: [After "BUILD_DEPENDS+= gcc6:lang/gcc6" below shows that portmaster

Re: The ports collection has some serious issues

2016-12-13 Thread Mark Millard
oing anything where I depend on the issues or distinctions. I just noted the quarterly history that is available and where it happens to exist --which may well be obvious to most folks involved.) === Mark Millard markmi at dsl-only.net ___ freebsd-ports

Re: The ports collection has some serious issues

2016-12-15 Thread Mark Millard
other experiments I'm using portmaster for now and dealing with whatever issues are involved. At some point I may try poudriere in each of these environments. But I may find that my context may just not be a good fit to the main powerful tool, time preferences possibly being part of the judg

Re: svn commit: r427110 - head/lang/gcc/files [does lang/gcc49 need such too?]

2016-12-24 Thread Mark Millard
On 2016-Dec-12, at 12:59 PM, Mark Millard wrote: > [Top post asking if you (Gerald) think portmaster is in > error and so if a bugzilla report should be made.] > > Do you expect that portmaster should instead/also(first) > be checking (using the gcc6:lang/gcc6 related example

  1   2   3   4   5   6   >