[MacPorts] #16619: receipt bug for new port in testing

MacPorts noreply at macports.org
Mon Sep 22 14:10:53 PDT 2008


#16619: receipt bug for new port in testing
------------------------------------------+---------------------------------
 Reporter:  darren.weber.lists at gmail.com  |       Owner:  macports-tickets at lists.macosforge.org
     Type:  defect                        |      Status:  new                                  
 Priority:  Normal                        |   Milestone:  Port Bugs                            
Component:  base                          |     Version:  1.6.0                                
 Keywords:  receipt port syntax           |        Port:                                       
------------------------------------------+---------------------------------
 I'm testing a new port for libpqxx in a local user port repository.  I'll
 attach the Portfile and the receipt.  This is the problem:

 {{{
 [ dweber at elegans ~/ports ]$ sudo port install libpqxx
 Password:
 Portfile changed since last build; discarding previous state.
 --->  Fetching libpqxx
 --->  Verifying checksum(s) for libpqxx
 --->  Extracting libpqxx
 --->  Configuring libpqxx
 --->  Building libpqxx with target all
 --->  Staging libpqxx into destroot
 --->  Installing libpqxx 2.6.9_0
 list element in braces followed by "}" instead of space
 Error: Status 1 encountered during processing.
 }}}


 Thereafter, I can't do anything with this port, eg:

 {{{
 [ dweber at elegans ~/ports ]$ sudo port lint libpqxx
 list element in braces followed by "}" instead of space
 Error: Status 1 encountered during processing.
 [ dweber at elegans ~/ports ]$ sudo port clean --all libpqxx
 Portfile changed since last build; discarding previous state.
 list element in braces followed by "}" instead of space
 Error: Status 1 encountered during processing.
 [ dweber at elegans ~/ports ]$ sudo port install libpqxx
 list element in braces followed by "}" instead of space
 Error: Status 1 encountered during processing.
 }}}

 I think the receipt file could be the problem, but I don't know how to
 check or correct it (see attached).

-- 
Ticket URL: <http://trac.macports.org/ticket/16619>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list