[Bug 220030] devel/bison failing to build on 12.0 in jail or under poudriere

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jun 16 07:13:47 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220030

            Bug ID: 220030
           Summary: devel/bison failing to build on 12.0 in jail or under
                    poudriere
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: dave at ci.com.au
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
          Assignee: sunpoet at FreeBSD.org

Created attachment 183518
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183518&action=edit
Logging of bison build going mad

The build of bison-3.0.4,1 goes into a runaway state when being built under
poudriere or just in a jail running 12.0 .

The host of the jail is running FreeBSD 12.0-CURRENT (LOCAL) #3 r308389 .

Builds of bison-3.0.4,1 on the same host in a 11.1-RELEASE jail build ok.

The build appears to hang at the point where the logging displays...

Making all in .

It does consume resources.  Eventually poudriere kills the build becuase of no
output to stdout.

I tried doing the same build jon a jail with using poudriere.

This showed the same symptoms.

I hacked the Makefile that had been created in
/usr/ports/devel/bison/work/bison-3.0.4 to get some idea of what was going on.

I modified:

($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target)

to:

($(am__cd) $$subdir && $(MAKE) -d d $(AM_MAKEFLAGS) $$local_target)

This debugging reveals that the build is looping around trying to refind the
same things over and over again.

See the attached file for evidence of this.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list