Bug 212130

Summary: cad/kicad-devel: no layers displayed in Pcbnew print dialog
Product: Ports & Packages Reporter: Wayne Sierke <ws>
Component: Individual Port(s)Assignee: Michael Reifenberger <mr>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (mr)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Pcbnew Print dialog screencap none

Description Wayne Sierke 2016-08-25 05:23:24 UTC
Created attachment 174043 [details]
Pcbnew Print dialog screencap

The Pcbnew print dialog features an area for selecting which layers to include in the print - "Copper Layers" and "Technical Layers". However both of those regions in the dialog are blank.

Clicking "Preview" results in a pop-up error message "No layer selected". Clicking "Print" does in fact proceed to the system print dialog.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-09-13 11:27:17 UTC
A commit references this bug:

Author: mr
Date: Tue Sep 13 11:26:27 UTC 2016
New revision: 421993
URL: https://svnweb.freebsd.org/changeset/ports/421993

Log:
  kicad switched to GIT (still hosted on launchpad) for development.
  Try to cope with it since bzr doesn't work any longer:
  - For distfile building, checkout first, than get last commit date...
  - Use the timestamp of the last commit as revision number.
  - Update to r20160910202359 (commit 7ad2f37391e3e0debb7b96cd7164961d118f44c1)
  - Some functions now seem to need/emit SSE instructions which seems not to be enabled on i386 by default so add -msse switch

  PR:		212026, 212130

Changes:
  head/cad/kicad-devel/Makefile
  head/cad/kicad-devel/Makefile.bzr_rev
  head/cad/kicad-devel/Makefile.git_rev
  head/cad/kicad-devel/distinfo
  head/cad/kicad-devel/pkg-plist
Comment 2 Michael Reifenberger freebsd_committer freebsd_triage 2016-09-13 13:11:37 UTC
Hi,
could you please re-test after the update?

Thanks!

---
mike
Comment 3 Wayne Sierke 2016-09-18 13:45:36 UTC
(In reply to Michael Reifenberger from comment #2)

Thanks for the update. When I open the print dialog in pcbnew the layer selection panels are now populated with the lists of layers.

This seems to be fixed and this PR can be closed. Thanks!