Hi ports@,

while working on a port that uses lang/go it looks like there are some segments 
missing.
The install(1) command says the following:

BFD: /fake-amd64/usr/local/bin/st827dDR: warning: allocated section `.gosymtab' 
not in segment
BFD: /fake-amd64/usr/local/bin/st827dDR: warning: allocated section 
`.gnu.version_r' not in segment

The version of go is:
go version go1.4.2 openbsd/amd64

readelf(1) says:
Version needs section '.gnu.version_r' contains 0 entries:
 Addr: 0x0000000000a6c8cb  Offset: 0x76c8cb  Link to section: 12 (.dynstr)

Version symbols section '.gnu.version' contains 35 entries:
 Addr: 0000000000a6c900  Offset: 0x66c900  Link: 8 (.dynsym)
readelf: Warning: Virtual address 0x0 not located in any PT_LOAD segment.
  000:457f              464c               102                 1 (*global*)   
  004:   0 (*local*)       0 (*local*)       0 (*local*)       0 (*local*)    
  008:   2                3e                 1 (*global*)      0 (*local*)    
  00c: a70h               4a                 0 (*local*)       0 (*local*)    
  010:  40                 0 (*local*)       0 (*local*)       0 (*local*)    
  014:4998h               76                 0 (*local*)       0 (*local*)    
  018:   0 (*local*)       0 (*local*)      40                38              
  01c:   7                40                18                17              
  020:   6                 0 (*local*)       4              


The installation works fine, except the warnings.

Regards,
--F.

Reply via email to