Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159239 - app-misc/atol (New package)
Summary: app-misc/atol (New package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://atol.sourceforge.net
Whiteboard: sunrise-removal
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2006-12-27 13:17 UTC by Raúl Porcel (RETIRED)
Modified: 2016-06-08 16:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raúl Porcel (RETIRED) gentoo-dev 2006-12-27 13:17:26 UTC
New package, in Sunrise:

http://www.gentoo-sunrise.org/sunrise/browser/sunrise/app-misc/atol
Comment 1 Patrick Lauer gentoo-dev 2013-03-14 05:12:48 UTC
make[1]: Entering directory `/var/tmp/portage/app-misc/atol-0.7.3/work/atol-0.7.3/plugins/src/ZipLib/ZipArchive'
g++ -I./stl -I./Linux -O2 -march=i686 -pipe -Wall  -fPIC  -c -I. ZipArchive.cpp
In file included from ZipArchive.cpp:15:0:
ZipArchive.h: In static member function ‘static void CZipArchive::ReadBytes(void*, const char*, int)’:
ZipArchive.h:317:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
ZipArchive.h: In static member function ‘static void CZipArchive::WriteBytes(char*, const void*, int)’:
ZipArchive.h:336:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
ZipArchive.h: In static member function ‘static bool CZipArchive::CompareBytes(const char*, const void*, int)’:
ZipArchive.h:355:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
In file included from ZipArchive.cpp:15:0:
ZipArchive.h: In member function ‘DWORD CZipArchive::GetOccupiedSpace() const’:
ZipArchive.h:1217:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.h:1217:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.h: In static member function ‘static const DWORD* CZipArchive::GetCRCTable()’:
ZipArchive.h:1365:25: error: invalid conversion from ‘const z_crc_t* {aka const unsigned int*}’ to ‘const DWORD* {aka const long unsigned int*}’ [-fpermissive]
ZipArchive.h: In member function ‘void CZipArchive::SetDetectZlibMemoryLeaks(bool)’:
ZipArchive.h:1388:99: warning: statement has no effect [-Wunused-value]
ZipArchive.h: In member function ‘void CZipArchive::SetConvertAfterOpen(bool)’:
ZipArchive.h:1412:84: warning: statement has no effect [-Wunused-value]
ZipArchive.h: In member function ‘void CZipArchive::EnableOemConversion(bool)’:
ZipArchive.h:1438:84: warning: statement has no effect [-Wunused-value]
ZipArchive.h: In member function ‘int CZipArchive::GetFindFastIndex(int) const’:
ZipArchive.h:1479:76: warning: statement has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::Open(LPCTSTR, int, int)’:
ZipArchive.cpp:85:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:85:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::Open(CZipAbstractFile&, int)’:
ZipArchive.cpp:96:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:96:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:101:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:101:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::GetFileInfo(CZipFileHeader&, WORD) const’:
ZipArchive.cpp:143:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:143:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘int CZipArchive::FindFile(LPCTSTR, int, bool)’:
ZipArchive.cpp:159:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:159:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::OpenFile(WORD)’:
ZipArchive.cpp:190:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:190:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:196:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:196:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:207:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:207:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:217:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:217:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘int CZipArchive::GetLocalExtraField(char*, int) const’:
ZipArchive.cpp:252:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:252:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:258:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:258:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘DWORD CZipArchive::ReadFile(void*, DWORD)’:
ZipArchive.cpp:315:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:315:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::Close(int, bool)’:
ZipArchive.cpp:400:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:400:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::SetAdvanced(int, int, int)’:
ZipArchive.cpp:454:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:454:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘int CZipArchive::CloseFile(LPCTSTR, bool)’:
ZipArchive.cpp:474:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:474:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::OpenNewFile(CZipFileHeader&, int, LPCTSTR, DWORD)’:
ZipArchive.cpp:518:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:518:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:524:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:524:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:530:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:530:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:536:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:536:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::SetExtraField(const char*, WORD)’:
ZipArchive.cpp:824:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:824:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::WriteNewFile(const void*, DWORD)’:
ZipArchive.cpp:838:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:838:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::CloseNewFile(bool)’:
ZipArchive.cpp:890:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:890:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::GetIndexes(const CZipStringArray&, CZipWordArray&)’:
ZipArchive.cpp:961:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:961:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::DeleteFiles(CZipWordArray&)’:
ZipArchive.cpp:985:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:985:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:991:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:991:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:997:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:997:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1008:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1008:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘CZipString CZipArchive::GetArchivePath() const’:
ZipArchive.cpp:1512:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1512:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘CZipString CZipArchive::GetGlobalComment() const’:
ZipArchive.cpp:1522:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1522:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::SetGlobalComment(LPCTSTR)’:
ZipArchive.cpp:1533:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1533:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1538:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1538:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::SetFileComment(WORD, LPCTSTR)’:
ZipArchive.cpp:1561:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1561:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1566:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1566:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::SetPassword(LPCTSTR)’:
ZipArchive.cpp:1634:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1634:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1639:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1639:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘DWORD CZipArchive::CryptCRC32(DWORD, char)’:
ZipArchive.cpp:1661:41: error: invalid conversion from ‘const z_crc_t* {aka const unsigned int*}’ to ‘const DWORD* {aka const long unsigned int*}’ [-fpermissive]
ZipArchive.cpp: In member function ‘void CZipArchive::CloseFileWithNoUpdate()’:
ZipArchive.cpp:1707:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1707:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::TestFile(WORD, DWORD)’:
ZipArchive.cpp:1720:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1720:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::EnableFindFast(bool)’:
ZipArchive.cpp:1862:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1862:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::SetSystemCompatibility(int)’:
ZipArchive.cpp:1873:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1873:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1879:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1879:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::SetRootPath(LPCTSTR)’:
ZipArchive.cpp:1893:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1893:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1899:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:1899:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::SetAutoFlush(bool)’:
ZipArchive.cpp:2054:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2054:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2059:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2059:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::Flush()’:
ZipArchive.cpp:2069:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2069:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2075:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2075:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::GetCentralDirInfo(CZipCentralDir::Info&) const’:
ZipArchive.cpp:2089:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2089:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘void CZipArchive::FindMatches(LPCTSTR, CZipWordArray&, bool) const’:
ZipArchive.cpp:2483:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2483:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::GetFromArchive(CZipArchive&, WORD, LPCTSTR, int, bool, CZipActionCallback*)’:
ZipArchive.cpp:2526:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2526:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2532:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2532:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2538:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2538:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2544:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2544:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2550:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2550:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::RenameFile(WORD, LPCTSTR)’:
ZipArchive.cpp:2769:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2769:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2775:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2775:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2781:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2781:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp: In member function ‘bool CZipArchive::UpdateReplaceIndex(int&, LPCTSTR)’:
ZipArchive.cpp:2880:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2880:1: warning: right operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2886:1: warning: left operand of comma operator has no effect [-Wunused-value]
ZipArchive.cpp:2886:1: warning: right operand of comma operator has no effect [-Wunused-value]
make[1]: *** [ZipArchive.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-misc/atol-0.7.3/work/atol-0.7.3/plugins/src/ZipLib/ZipArchive'
make: *** [plugins] Error 2
 * ERROR: app-misc/atol-0.7.3 failed (compile phase):
 *   emake failed
Comment 2 Piotr Szymaniak 2014-10-10 20:53:25 UTC
===> Compiling src/core/_ftp/xSocket.cpp
===> Compiling src/core/ProxyLayer.cpp
===> Compiling src/core/ProxyFtp.cpp
./src/core/ProxyFtp.cpp: In member function 'bool CProxyFtp::Login(int, tProxyLoginData&, std::string, int)':
./src/core/ProxyFtp.cpp:51:6: warning: variable 'port' set but not used [-Wunused-but-set-variable]
  int port,logonpoint=0;
      ^
===> Compiling src/core/ProxyHttp.cpp
===> Compiling src/core/ProxySocks.cpp
===> Compiling src/core/_util/Base64.cpp
===> Compiling src/core/_util/MIMECode.cpp
===> Compiling src/core/VfsFtp.cpp
===> Compiling src/core/ConnectionInfoList.cpp
./src/core/ConnectionInfoList.cpp: In member function 'bool CConnectionInfoList::LoadFromIni(IniFile&)':
./src/core/ConnectionInfoList.cpp:224:50: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   ini.GetValue("Sites", strValueName, (int&)info.m_nEncryptType, 0);
                                                  ^
===> Compiling src/core/VfsSftp.cpp
===> Compiling src/core/OpConnect.cpp
===> Compiling src/core/File64Enc.cpp
===> Compiling src/DeleteDirDlg.cpp
===> Compiling src/OpErrorDlg.cpp
===> Compiling src/core/VfsNet.cpp
===> Compiling src/GuiBlockDlg.cpp
===> Compiling src/OpStateWithBlocking.cpp
===> Compiling src/ExecutionThread.cpp
===> Compiling src/core/_ftp/xSSLSocket.cpp
===> Compiling src/core/_ftp/xSSLContext.cpp
===> Linking atol
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.1/../../../../x86_64-pc-linux-gnu/bin/ld: ./bin/eggtrayicon.o: undefined reference to symbol 'XUngrabServer'
/usr/lib64/libX11.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:99: recipe for target 'atol' failed
make: *** [atol] Error 1
 * ERROR: app-misc/atol-0.7.3::sunrise failed (compile phase):
 *   emake failed
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-08 16:48:01 UTC
Hello, everyone.

It seems that at least one ebuild related to this bug exists in the Sunrise overlay at the moment. However, I have to regretfully announce that after a long inactivity period the Sunrise project has been discontinued and the related overlay will be eventually removed. For this reason, I'd like to ask you to reevaluate the ebuilds and consider moving them. If you'd like to maintain a package from Sunrise in Gentoo, please take a look at our Proxy Maintainers [1] project.

Please make sure to take ebuilds from the unreviewed developer Sunrise repository [2] rather than the -reviewed one, since the latter has not been updated for over a year. While at it, please note that:

1. Adding a package to Gentoo requires declaring yourself as an active maintainer for it. All bugs regarding the package will be assigned to you, and you will be expected to maintain it.

2. Some packages may not be suitable for addition anymore. While there's no strong rules that would prevent you from adding a package, it may be a bad idea to add old-unmaintained packages that will shortly result in a large number of bugs reported with no solution. If that is the case, please close the bug as RESOLVED/OBSOLETE to make it easier to find packages worth adding.

3. Some of the bugs were already closed as WONTFIX/OBSOLETE/... while the relevant ebuild was kept in Sunrise. If you disagree with the original decision, you still can add the ebuild via proxy-maint.

4. Pleaes note that many of the Sunrise ebuilds are old and may be buggy. If you decide to move them, please make sure to update/clean them up. The proxy-maint team will also review your ebuilds, therefore making sure they land in Gentoo in good quality.

Once again, thank you for your contribution. We hope that you will still want to contribute to Gentoo, through proxy-maint or otherwise.


[1]:https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers
[2]:https://gitweb.gentoo.org/proj/sunrise.git/