Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#4867 closed bug (fixed)

Remove "make", "mkdepend" from source tree, move to OptionalPackage:DevelopmentBase

Reported by: axeld Owned by: scottmc
Priority: normal Milestone: R1
Component: Applications/Command Line Tools Version: R1/Development
Keywords: OptionalPackage Cc:
Blocked By: Blocking:
Platform: All

Description

The "make" binary is obviously part of the Development optional package, but is installed in /bin. It should be installed in /boot/common/bin.

Change History (9)

comment:1 by axeld, 14 years ago

"mkdepend" has the same problem, maybe others as well.

comment:2 by mmadia, 14 years ago

Component: - GeneralApplications/Command Line Tools
Keywords: OptionalPackage added
Summary: "make" is in the wrong folderRemove "make", "makedepend" from source tree, move to OptionalPackage:DevelopmentBase

From build/jam/OptionalPackages:

	# make and mkdepend build tool, which are part of the Haiku source tree
	# TODO: Both should be removed from the tree, made download packages
	# and moved to the DevelopmentBase package.
	AddFilesToHaikuImage system bin : make mkdepend ;

comment:3 by scottmc, 14 years ago

Owner: changed from nobody to scottmc
Status: newin-progress

comment:4 by scottmc, 14 years ago

I have created haikuporter .bep files for make and makedepend. I'll follow up later this week with proper OptionalPackages.

http://ports.haiku-files.org/changeset/1028 http://ports.haiku-files.org/changeset/1029

comment:5 by scottmc, 14 years ago

I've run into a couple snags on this one. First is that makedepend != mkdepend, yeah I went down the line and found makedepend and then realized that Haiku doesn't use makedepend, but mkdepend... should have read the ticket closer. Anyways, I pulled the files from Haiku's tree and have saved a zip of it on HaikuPorts and created a .bep file that then builds the OptionalPackage for it. So mkdepend is set now. Next up was make, which looked to be easy. I built it, and then tried building it into Haiku and then rebooted. Turns out make pulled in the gettext/libintl I had installed, and which wasn't present on the new install. So looks like I need to take a step back on that one and build/patch it so that it doesn't need gettext and/or libintl. Must be a simple way as it's currently in Haiku that way. So I'll see how that was done and go from there. So for now this one is blocked by HaikuPorts ticket-414: http://ports.haiku-files.org/ticket/414

comment:6 by scottmc, 14 years ago

Summary: Remove "make", "makedepend" from source tree, move to OptionalPackage:DevelopmentBaseRemove "make", "mkdepend" from source tree, move to OptionalPackage:DevelopmentBase

comment:7 by scottmc, 14 years ago

Resolution: fixed
Status: in-progressclosed

Moved in hrev38813.

comment:8 by luroh, 14 years ago

scottmc: to my admittedly untrained eye, it looks like you possibly may have forgotten to remove the source files in hrev38818.

Version 0, edited 14 years ago by luroh (next)

comment:9 by scottmc, 14 years ago

Removed the source files in hrev38820.

Note: See TracTickets for help on using tickets.