element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) Library XML bug in v6.1.0
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 5 replies
  • Subscribers 190 subscribers
  • Views 571 views
  • Users 0 members are here
Related

Library XML bug in v6.1.0

e14 Contributor
e14 Contributor over 14 years ago

Unzip the two libs so visible in control panel.

Open IC.lbr from control panel.

Expand IC_LINEAR.lbr so devices visibile.

Drag TLV2372 from IC_LINEAR to open IC library.

Save IC.lbr and close.

Now try to open IC.lbr and get the following error:

 

Loading C:/Users/Todd/Documents/Eagle_Projects/Design_Support/Library/ICs.lbr ...

Error:

line 2554, column 9: redefinition of name 'OPAMP' in tag <symbol>

 

Open IC.lbr file in text editor and go to line 2554.  From this line on down thru the /symbol section of XML file, all symbol names have been overwritten by symbol name OP_AMP which was the symbol name of the TLV2372 and was also present in IC.lbr.  Copy from LINEAR lib to IC lib gave no warning of duplicate symbol name.  Library is now corrupt and will obviously not work.  Got to directory, delete IC.lbr file and rename library backup file created when you saved IC.lbr and repeat this process to see it happen again....

Attachments:
IC_LINEAR.zip
  • Sign in to reply
  • Cancel
Parents
  • toddbatzler
    toddbatzler over 14 years ago

    93 views.  Can I at least get someone from support to acknowledge that they can duplicate this problem??

     

    Also, I was dumb enough to sign up for email updates when things are posted to the forum.  Can someone show me all the secret locations you need to 'uncheck' in order to get this to stop?

    Webmaster, your site isn't completely confusing, keep working on it.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • toddbatzler
    toddbatzler over 14 years ago in reply to toddbatzler

    Ah, you have to 'check' the notification box in order to remove it.  Sorta like using 'Start' to shut off your computer.  Think I've got it now....

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • toddbatzler
    toddbatzler over 14 years ago in reply to toddbatzler

    Ah, you have to 'check' the notification box in order to remove it.  Sorta like using 'Start' to shut off your computer.  Think I've got it now....

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to Donr

    On 3/12/2012 9:00 PM, Don Riley wrote:

    I have a similar problem with Eagle 6.1.0 libraries.

    I created a new library and generated some new devices for my project.  I then copied some other devices from the standard libraries int my library to be modified later.

    When I then tried to use my library I received the following message:

     

    Loading C:/Program Files/ EAGLE-6.1.0/lbr/Dons Library 6.lbr ...

     

    Error:

     

    line 2643, column 9: redefinition of name 'JACK6' in tag<symbol>.

     

    My library is still listed in Eagle even though I cannot open it, but it has otherwise disappeared, and I appear to have lost all my work!!

     

    Please help!

     

    Regards

     

    Don Riley

     

     

    Hi Don,

     

    Forward the files to support@cadsoftusa.com. The beauty of XML is that

    it's pretty easy to fix if you know what you're looking for.

     

    More than likely the JACK6 symbol shows up twice in the XML definition

    and that's ilegal. Deleting one of the copies will get your library to

    load just fine.

     

    Again if you're not sure just forward it to support@cadsoftusa.com and

    we'll get back to you.

     

    Best Regards,

    Jorge Garcia

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Donr
    Donr over 14 years ago in reply to e14 Contributor

    I have a similar problem with Eagle 6.1.0 libraries.

    I created a new library and generated some new devices for my project.  I then copied some other devices from the standard libraries int my library to be modified later.

    When I then tried to use my library I received the following message:

     

    Loading C:/Program Files/ EAGLE-6.1.0/lbr/Dons Library 6.lbr ...

     

    Error:

     

    line 2643, column 9: redefinition of name 'JACK6' in tag <symbol>.

     

    My library is still listed in Eagle even though I cannot open it, but it has otherwise disappeared, and I appear to have lost all my work!!

     

    Please help!

     

    Regards

     

    Don Riley

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to toddbatzler

    On 08.03.2012 23:23, Todd Batzler wrote:

    Ah, you have to 'check' the notification box in order to remove it.  Sorta like using 'Start' to shut off your computer.  Think I've got it now....

     

     

     

    Hi,

     

    your initial posting did not make it to the nntp news groups, so this is

    the reason that you did not get an answer yet. I checked your initial

    post on element14 and looked into the libraries.

    What you describe is a problem with the current EAGLE version 6.1.0.

     

    From update.txt:

     

    - Fixed library update problem related to several parts using same

       deviceset but different gate combinations.

     

    This problme is already fixed in our current beta version.

    www.cadsoft.de/betatest

     

     

    --

    Mit freundlichen Gruessen / Best regards

    Richard Hammerl

      CadSoft Support -- hotline@cadsoft.de

      FAQ: http://www.cadsoft.de/training/faq/

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube