On 11/28/2013 08:19 PM, Scott Talbert wrote:
> On Wed, 27 Nov 2013, Phil Dibowitz wrote:
> 
>>> So it looks like we deterine firmware based on a value of "Firmware_Main"
>>> inside a "TYPE" tag in the Data.xml - but neither of those tags are in the
>>> firmware file I got from the website.
>>>
>>> Looking at the file, best I can see is, in the COMPLETEPOSTOPTIONS, there's 
>>> a
>>> PATH of EasyZapper/New/ProcUpgradeFirmware/Upgrade_Receive_Complete.asp
>>>
>>> I'll look into fixing this in the next few days.
>>
>> Attached is a patch.
> 
> Works fine on a 688 firmware update, so this seems fine to me.
> 
> Signed-off-by: Scott Talbert <s...@techie.net>

Thanks, added your s-o and pushed upstream.

> I think that is because those variables in xml_headers are technically 
> global variables, so when they get included in multiple files, they cause 
> duplicate definition errors when linked together.  There are a few 
> different ways we could work around this, but I'm not sure it is worth 
> bothering.

Indeed. In the olden days before we used libtool and we just had one big gcc
statement to make everything into one binary and in one step, I don't think
this would have been an issue, but libtool makes each file into an object file
and I think that's why we see it. Thanks for the link.

-- 
Phil Dibowitz                             p...@ipom.com
Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Be who you are and say what you feel, because those who mind don't matter
 and those who matter don't mind."
 - Dr. Seuss


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to