HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #455 (closed defect: invalid)

Opened 5 years ago

Last modified 5 years ago

[Haikuporter] not deal properly with zip files

Reported by: michaelvoliveira Owned by: brecht
Priority: normal Milestone: haikuporter version 1.0
Component: haikuporter Version: 1.0
Severity: critical Keywords: haikuporter zip extract
Cc:

Description

Haikuport don't respect the extraction rules with zip files like anothers types (tar, bz2)

for example:

using haikuporter -'anycommand' myport-4.5 should read the

myport-4.5.bep file and should generate a myport-4.5 folder inside /work one.

It's done with any extension, but not with zip files. It extracts and apply the patch, but couldn't find the dir extracted for build instructions.

As proof, try glpng port that already into the tree

and now for tinyxml
http://ports.haiku-files.org/ticket/254

Change History

comment:1 Changed 5 years ago by scottmc

  • Resolution set to invalid
  • Status changed from new to closed

This is because whoever made the zip files didn't put them in a subdirectory with the same name and then zip them. In general you'll find .tar files do do this, while most .zip source packages seem to have been generated on windows and their creators don't seem to care about making the subdirs. Closing this as invalid, garbage in garbage out as they say.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/