slowfranklin | 17 Jun 2013 17:48
Favicon

csw-upload-package error from checkpkg: "KeyError: 'ldd_info'"

Hey,

as discussed on IRC:

I'm getting these error from caw-upload-package when trying to upload my new tracker package:

---8<---
slowfranklin <at> login [login]:~/pkgs > locale                                                                                                                                                                                                                                            
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=C
slowfranklin <at> login [login]:~/pkgs > csw-upload-pkg *                                                                                                                                                                                                                                  
Processing 12 file(s). Please wait.
Checking 6 package(s) against catalog unstable i386 SunOS5.10
Traceback (most recent call last):
  File "/opt/csw/bin/checkpkg", line 196, in <module>
    main()
  File "/opt/csw/bin/checkpkg", line 157, in main
    exit_code, screen_report, tags_report = check_manager.Run()
  File "/opt/csw/lib/python/csw/checkpkg_lib.py", line 901, in Run
    return super(CheckpkgManager2, self).Run()
  File "/opt/csw/lib/python/csw/checkpkg_lib.py", line 309, in Run
    errors, messages, gar_lines = self.GetAllTags(self.sqo_pkgs_list)
  File "/opt/csw/lib/python/csw/checkpkg_lib.py", line 884, in GetAllTags
    function(pkgs_data, check_interface, logger=logger, messenger=messenger)
(Continue reading)

Dagobert Michelsen | 13 Jun 2013 12:54
Favicon
Gravatar

Issue with checkpkg

Hi folks,

I am currently trying with Joerg to roll a new set of his packages like star, snake and
cdrtools but get an error on checkpkg that some output can not be parsed. Notably these
packages have not been built with GAR as Joerg uses his cross-platform build system to
make package for all architectures at once, so there may be some other flags to parse than
in our normal case. Nonetheless I would think making checkpkg more flexible and not
bail out would be a good thing:

> dam <at> login [login]:/home/joerg/newpackages > ls -l /home/dam/bin/checkpkg
> lrwxrwxrwx   1 dam      csw           27 Mrz 28  2011 /home/dam/bin/checkpkg -> ../mgar/gar/v2/bin/checkpkg
> dam <at> login [login]:/home/joerg/newpackages > checkpkg --catalog-architecture sparc --os-release
SunOS5.9 *sparc*.pkg.gz
> INFO:root:Juicing the svr4 package stream files...
> Traceback (most recent call last):                                                                                                                                                             |
>   File "/home/dam/bin/checkpkg", line 211, in <module>
>     main()
>   File "/home/dam/bin/checkpkg", line 120, in main
>     stats_list = collector.CollectStatsFromFiles(file_list, None)
>   File "/home/dam/mgar/gar/v2/lib/python/package_stats.py", line 527, in CollectStatsFromFiles
>     stats.CollectStats(force=force_unpack)
>   File "/home/dam/mgar/gar/v2/lib/python/package_stats.py", line 184, in CollectStats
>     return self._CollectStats(register_files=register_files)
>   File "/home/dam/mgar/gar/v2/lib/python/package_stats.py", line 224, in _CollectStats
>     "ldd_info": dir_pkg.GetLddMinusRlines(),
>   File "/home/dam/mgar/gar/v2/lib/python/inspective_package.py", line 394, in GetLddMinusRlines
>     result = self._ParseLddDashRline(line, binary_abspath)
>   File "/home/dam/mgar/gar/v2/lib/python/inspective_package.py", line 573, in _ParseLddDashRline
>     % (repr(line), common_re))
> package.StdoutSyntaxError: Could not parse '   nicht referenziertes Objekt=/lib/libnsl.so.1; nicht
(Continue reading)

Laurent Blume | 11 Jun 2013 20:55
Favicon

C++ ABIs are fun (not)

Hello all,

I'm a bit in a tie because of C++ ABI issue.

I'm trying t o build the scummvm-tools. They use wxwidget, which is a
C++ library.
Only g++ is officially supported. That can't work, because wxwidget is
built with Studio.
So I tinkered a little, and it builds reasonably well with Studio, until
this:

$ CC -library=iostream -library=rwtools7  -g -DHAVE_CONFIG_H -DSOLARIS
-DSYSTEM_NOT_SUPPORTING_D_TYPE -DPOSIX -I. -I.  -c scummvm-tools-cli.cpp
-o scummvm-tools-cli.o
"scummvm-tools-cli.cpp", line 43: Error: Could not find a match for
std::deque<std::string>::deque(char**, char**) needed in
ToolsCLI::run(int, char**).
1 Error(s) detected.

Basically, it appears to be using a constructor that's not supported on
Studio.

However, I've found out that this bit builds when adding
-library=stlport4. But that doesn't help much, because it means that all
dependencies must be built with that too, so it's practically the same
problem as the GCC incompatibility.

At this point, I wonder what's the best path? Have a special GCC-built
version of the lib (messy)? Try to get upstream change their code
(doubtful)? Give it up already and get a drink?
(Continue reading)

Favicon

Inspecting package metadata using curl - made easier

I've been really missing the display of package metadata in pkgdb on
the buildfarm website. I couldn't put them on the site because of the
amount of data, but I just added a generated copy&paste-ready shell
line which displays package metadata. For instance under this address:

http://buildfarm.opencsw.org/pkgdb/srv4/1643972067f15dc105328a5b67ed19a2/

...there's a curl invocation which will download the data, prettify
and display them.

If you're interested in viewing your package's metadata, calculate its
md5 sum and use it in the URL. You can also view recently built
packages under this address:

http://buildfarm.opencsw.org/pkgdb/srv4/

Maciej
_______________________________________________
maintainers mailing list
maintainers@...
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.

Dagobert Michelsen | 6 Jun 2013 14:15
Favicon
Gravatar

New package for Erlang R16B

Hi folks,

I just finished an updated package for Erlang R16B. It features full 32/64 bit with isaexec.
As my erlang skills are a bit rusty it would be nice if someone with more skills could have
a look if I everything is in good shape. Packages are available from
  http://buildfarm.opencsw.org/experimental.html#erlang

Best regards

  -- Dago

--

-- 
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896

_______________________________________________
maintainers mailing list
maintainers@...
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.

Riccardo Mottola | 3 Jun 2013 01:15
Favicon

emacs missing library / relocation error

Hi list,

after doing pkgutil --upgrade, emacs stopped working:

bash-3.2$ ld.so.1: emacs-24.3-gtk: fatal: libm17n-flt.so.0: open failed: 
No such file or directory
ld.so.1: emacs-24.3-gtk: fatal: relocation error: file 
/opt/csw/bin/emacs-24.3-gtk: symbol mflt_enable_new_feature: referenced 
symbol not found

this is on Solaris 10

Riccardo
_______________________________________________
maintainers mailing list
maintainers@...
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.

Peter FELECAN | 1 Jun 2013 11:38
Favicon

support for GitHub hosted repositories

FYI, in http://gar.svn.sourceforge.net/gar/?rev=21236&view=rev I
implemented the support for GitHub hosted repositories which is
documented at:
https://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference#DownloadSettings

I'm welcoming comments and enhancement proposals.
--

-- 
Peter
_______________________________________________
maintainers mailing list
maintainers@...
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.

rupert THURNER | 29 May 2013 20:30
Favicon

Fwd: OpenCSW question about package subversion

Hi, anybody is able to help here? This cannot be the recent catalog changes isnt it?

---------- Weitergeleitete Nachricht ----------
Von: <terrywhitejr2000-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
Datum: 29.05.2013 17:33
Betreff: OpenCSW question about package subversion
An: <rupert-RJLij68YbUJAfugRpC6u6w@public.gmane.org>

Hello, I have been working to install CSWsvn. I got it installed and this is the error I get when I try to run it. Please help.
\" # svn --help
ld.so.1: svn: fatal: libaprutil-1.so.0: open failed: No such file or directory
Killed\"
_______________________________________________
maintainers mailing list
maintainers@...
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.
Dagobert Michelsen | 29 May 2013 15:56
Favicon
Gravatar

Update of Ghostscript

Fellow maintainers,

I have updated ghostscript to the latest 9.07. However, this goes with bumping libgs from
libgs.so.8 to libgs.so.9 which are used by a couple of packages that would need rebuilding.
I am not sure about how libgs.so interacts with other files like printer drivers between
8 and 9, probably someone can help me out on this? The updated packages are available at
  http://buildfarm.opencsw.org/experimental.html#ghostscript
for testing. Additionally, the final packages would need to include CSWlibgs8 for libgs.so.8
being required by a couple of packages including texlive which will probably not be rebuilt
because of some minor dependency change :-)

Best regards

  -- Dago

--

-- 
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896

_______________________________________________
maintainers mailing list
maintainers@...
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.

Carsten Grzemba | 28 May 2013 12:17
Picon
Favicon

how to prevent gmake silent compile

 Hi,
cups build process has a annoying magic to silent compile. Does anybody know how can I disable silent compiling? gmake V=1 does not work.
Thanks Carsten

_______________________________________________
maintainers mailing list
maintainers@...
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.
Jan Holzhueter | 28 May 2013 09:57
Favicon

Signing broken atm.

Hi,
Fetching
'http://192.168.1.40:9981/clearsign/opencsw-official/unstable/i386/5.8'
+ curl -s -f
http://192.168.1.40:9981/clearsign/opencsw-official/unstable/i386/5.8
++ pwd
+ echo 'Signing /home/mirror/opencsw-official/unstable/i386/5.8 failed.'
Signing /home/mirror/opencsw-official/unstable/i386/5.8 failed.
+ exit 1

someone with the rights to fix signing please do :)

Greetings
Jan
_______________________________________________
maintainers mailing list
maintainers@...
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.


Gmane