Opened 18 years ago

Last modified 16 years ago

#10881 closed defect

BUG: mpkg/pkg command skips destroot — at Version 3

Reported by: dcurtis@… Owned by: darwinports-bugs@…
Priority: Normal Milestone: MacPorts 1.8.0
Component: base Version:
Keywords: mpkg destroot Cc:
Port:

Description (last modified by jberry@…)

Cannot build packages / meta-packages. For some reason it's thinking it should skip the destroot step and so there is nothing to archive for the pkg.


[Users/dcurtis] > pkg xrender
DEBUG: Found port in file:///usr/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/x11/xrender
DEBUG: Changing to port directory: /usr/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/x11/xrender
DEBUG: Requested variant darwin is not provided by port xrender.
DEBUG: Requested variant i386 is not provided by port xrender.
DEBUG: Requested variant macosx is not provided by port xrender.
DEBUG: Executing variant darwin_8 provides darwin_8
DEBUG: Found port in file:///usr/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/x11/XFree86
DEBUG: Changing to port directory: /usr/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/x11/XFree86
DEBUG: Searching for dependency: XFree86
DEBUG: Didn't find receipt, going to depspec regex for: XFree86
DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$
DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$
DEBUG: Found port in file:///usr/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/x11/render
DEBUG: Changing to port directory: /usr/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/x11/render
DEBUG: Searching for dependency: render
DEBUG: Found Dependency: receipt exists for render
DEBUG: Skipping com.apple.main (xrender) since this port is already installed
DEBUG: Skipping com.apple.fetch (xrender) since this port is already installed
DEBUG: Skipping com.apple.checksum (xrender) since this port is already installed
DEBUG: setting option extract.cmd to /usr/bin/bzip2
DEBUG: Skipping com.apple.extract (xrender) since this port is already installed
DEBUG: Skipping com.apple.patch (xrender) since this port is already installed
DEBUG: Skipping com.apple.configure (xrender) since this port is already installed
DEBUG: Skipping com.apple.build (xrender) since this port is already installed
DEBUG: Skipping com.apple.destroot (xrender) since this port is already installed
DEBUG: Executing com.apple.pkg (xrender)
--->  Creating pkg for xrender-0.9.0
can't stat /usr/local/var/db/dports/build/_usr_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_x11_xrender/work/destroot (No such file or directory)
can't make bom /usr/local/var/db/dports/build/_usr_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_x11_xrender/work/xrender-0.9.0.pkg/Contents/Archive.bom for dir /usr/local/var/db/dports/build/_usr_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_x11_xrender/work/destroot
Error: Target com.apple.pkg returned: shell command "mkbom /usr/local/var/db/dports/build/_usr_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_x11_xrender/work/destroot /usr/local/var/db/dports/build/_usr_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_x11_xrender/work/xrender-0.9.0.pkg/Contents/Archive.bom" returned error 1
Command output: can't stat /usr/local/var/db/dports/build/_usr_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_x11_xrender/work/destroot (No such file or directory)
can't make bom /usr/local/var/db/dports/build/_usr_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_x11_xrender/work/xrender-0.9.0.pkg/Contents/Archive.bom for dir /usr/local/var/db/dports/build/_usr_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_x11_xrender/work/destroot

Warning: the following items did not execute (for xrender): com.apple.pkg
Error: Status 1 encountered during processing.

Change History (3)

comment:1 Changed 18 years ago by dcurtis@…

For any port; if you clean, destroot, pkg then you will not recieve this error. It's something about required steps (bascially "skipping destroot because port installed").

comment:2 Changed 18 years ago by markd@…

Summary: mpkg/pkg command builds with errorsBUG: mpkg/pkg command skips destroot

comment:3 Changed 18 years ago by jberry@…

Description: modified (diff)

Please mark output as code so it's easier to read.

Note: See TracTickets for help on using tickets.