Opened 13 years ago

Last modified 13 years ago

#27702 closed defect

dpkg-deb Can not build packages with OSX Tar — at Version 2

Reported by: richard.maynard@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: dpkg, tar, gnu Cc:
Port: dpkg

Description (last modified by ryandesign (Ryan Carsten Schmidt))

When trying to use DPKG to build a package it relies on the 'gnu' format with tar. This format is not available on OSX and needs to be changed to something portable. I do not believe there is a configuration file for this.

here are the resulting errors:

dpkg-deb: building package `common-system-config' in `common-system-config.deb'.
Can't use format gnu: No such format 'gnu': Invalid argument
Usage:
  List:    tar -tf <archive-filename>
  Extract: tar -xf <archive-filename>
  Create:  tar -cf <archive-filename> [filenames...]
  Help:    tar --help
dpkg-deb: subprocess tar -cf returned error exit status 1

Change History (2)

comment:1 Changed 13 years ago by richard.maynard@…

Cc: richard.maynard@… added

Cc Me!

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: richard.maynard@… removed
Description: modified (diff)

Don't forget to use WikiFormatting.

GNU tar is available in the port "gnutar" if you want it...

Note: See TracTickets for help on using tickets.