Bug 53469 - [patch] [non-maintainer] remove hardwiring of i386 in net/b2bua
Summary: [patch] [non-maintainer] remove hardwiring of i386 in net/b2bua
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-19 00:30 UTC by Mark Linimon
Modified: 2009-01-14 20:30 UTC (History)
0 users

See Also:


Attachments
file.diff (380 bytes, patch)
2003-06-19 00:30 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon 2003-06-19 00:30:16 UTC
	On the bento logs it appears that this port fails to build
	due to the hardwiring of a directory name to "i386".  The
	following patch replaces that with ${MACHINE_ARCH}.  It
	installs successfully on i386 with this patch; however,
	I have no access to any non-i386 machine, so I have not
	tested it on them.  Nevertheless, the risk should be pretty
	low that it will be any more broken than it already is.

How-To-Repeat: 	make install (non-i386)
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2003-06-27 17:07:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sobomax

Over to maintainer.
Comment 2 Christian Weisgerber 2003-06-28 03:00:58 UTC
Mark Linimon writes:

> 	I have no access to any non-i386 machine, so I have not
> 	tested it on them.  Nevertheless, the risk should be pretty
> 	low that it will be any more broken than it already is.

I tried to build this on alpha.  However, it appears to be broken
on -CURRENT independent of the architecture:

B2bCmdLine.cxx: In member function `void B2bCmdLine::parseB2bCmdLine(int, const    char**)':
B2bCmdLine.cxx:199: invalid conversion from `const char* const' to `char*'

(This is a typical GCC3 issue.)
-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2003-11-03 00:00:02 UTC
State Changed
From-To: open->closed

The initial hardwiring problem has been fixed, and the 
port recently built on i386-5.  If indeed there's another 
(new) error on 4.x, I think it's a completely separate issue.